{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "Lesson2-Python For Data Science-Introduction-to-Colab.ipynb",
"version": "0.3.2",
"provenance": [],
"collapsed_sections": [
"qqAIvhP5N4iu",
"rFoJ_ekfWrY8",
"epYHKGvoN8n3",
"IrhCtqRnXE0H",
"_TfXsBkouZs3",
"kn-P-e_hjvK5",
"gG6bUpCQcWQe",
"yHdWIarsN850",
"hPWO_zyRopXN",
"bq4VmHjPpMOR",
"fYu0ekUlqPk6",
"FpJhrpSQsK5E",
"Kj977UW3rph_",
"xSBoMgN4lRAr",
"bG6eVSevY5_z",
"Y_IEtysrbyCG",
"23kiNSVkb09I",
"z2pbL991a9OU",
"7n10W_hmb5CX",
"S2l0ozLudvx5",
"nrkDViEcfnw8",
"rQkSyrDjxXA4",
"jYjzO6a4N88q",
"vn1SjZ7Kr_Em"
],
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"
"
]
},
{
"metadata": {
"id": "spdivf2TMnGC",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"# Lesson 2 Introduction to Colab"
]
},
{
"metadata": {
"id": "c_Id55m6Jsbu",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## Pragmatic AI Labs\n",
"\n"
]
},
{
"metadata": {
"id": "e5p96AqpSDZa",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"\n",
"This notebook was produced by [Pragmatic AI Labs](https://paiml.com/). You can continue learning about these topics by:\n",
"\n",
"* Watch [Python for Data Science Complete Video Course](https://learning.oreilly.com/videos/python-for-data/9780135687253)\n",
"* Buying a copy of [Pragmatic AI: An Introduction to Cloud-Based Machine Learning](http://www.informit.com/store/pragmatic-ai-an-introduction-to-cloud-based-machine-9780134863917)\n",
"* Reading an online copy of [Pragmatic AI:Pragmatic AI: An Introduction to Cloud-Based Machine Learning](https://www.safaribooksonline.com/library/view/pragmatic-ai-an/9780134863924/)\n",
"* Watching video [Essential Machine Learning and AI with Python and Jupyter Notebook-Video-SafariOnline](https://www.safaribooksonline.com/videos/essential-machine-learning/9780135261118) on Safari Books Online.\n",
"* Watching video [AWS Certified Machine Learning-Speciality](https://learning.oreilly.com/videos/aws-certified-machine/9780135556597)\n",
"* Purchasing video [Essential Machine Learning and AI with Python and Jupyter Notebook- Purchase Video](http://www.informit.com/store/essential-machine-learning-and-ai-with-python-and-jupyter-9780135261095)\n",
"* Viewing more content at [noahgift.com](https://noahgift.com/)\n"
]
},
{
"metadata": {
"id": "pBTeTbnRKG_k",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
""
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "qqAIvhP5N4iu",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## 2.1 First Colab Document\n",
"\n",
"[Watch Lesson 2.1](https://learning.oreilly.com/videos/python-for-data/9780135687253/9780135687253-pfds_01_02_00_00)"
]
},
{
"metadata": {
"id": "rFoJ_ekfWrY8",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### What is Colab?"
]
},
{
"metadata": {
"id": "7MBiLIWmWzzF",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"\n",
"* Hosted Jupyter Notebooks\n",
"* GPU/TPU enabled runtimes\n",
"* Google Docs Integration\n",
"\n"
]
},
{
"metadata": {
"id": "epYHKGvoN8n3",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Creating Colab Notebooks\n",
"\n",
"\n",
"\n"
]
},
{
"metadata": {
"id": "8mYKNSGTYjX8",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"Three main interfaces:\n",
"\n",
"\n",
"\n",
"* New Notebook (Python2 or Python3)\n",
"* Upload Notebooks\n",
"* Open Notebooks (Github, Drive, Upload)\n",
"\n"
]
},
{
"metadata": {
"id": "IrhCtqRnXE0H",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Key Features\n",
"\n",
"\n",
"\n"
]
},
{
"metadata": {
"id": "LynH5LJ4vxVn",
"colab_type": "code",
"outputId": "121181e0-9e2c-484e-bfee-d4fe183fb0be",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
}
},
"cell_type": "code",
"source": [
"import pandas as pd\n",
"df = pd.read_csv(\"mlb_weight_ht.csv\")\n",
"df.head()"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"
\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" Name | \n",
" Team | \n",
" Position | \n",
" Height(inches) | \n",
" Weight(pounds) | \n",
" Age | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" Adam_Donachie | \n",
" BAL | \n",
" Catcher | \n",
" 74 | \n",
" 180.0 | \n",
" 22.99 | \n",
"
\n",
" \n",
" 1 | \n",
" Paul_Bako | \n",
" BAL | \n",
" Catcher | \n",
" 74 | \n",
" 215.0 | \n",
" 34.69 | \n",
"
\n",
" \n",
" 2 | \n",
" Ramon_Hernandez | \n",
" BAL | \n",
" Catcher | \n",
" 72 | \n",
" 210.0 | \n",
" 30.78 | \n",
"
\n",
" \n",
" 3 | \n",
" Kevin_Millar | \n",
" BAL | \n",
" First_Baseman | \n",
" 72 | \n",
" 210.0 | \n",
" 35.43 | \n",
"
\n",
" \n",
" 4 | \n",
" Chris_Gomez | \n",
" BAL | \n",
" First_Baseman | \n",
" 73 | \n",
" 188.0 | \n",
" 35.71 | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" Name Team Position Height(inches) Weight(pounds) Age\n",
"0 Adam_Donachie BAL Catcher 74 180.0 22.99\n",
"1 Paul_Bako BAL Catcher 74 215.0 34.69\n",
"2 Ramon_Hernandez BAL Catcher 72 210.0 30.78\n",
"3 Kevin_Millar BAL First_Baseman 72 210.0 35.43\n",
"4 Chris_Gomez BAL First_Baseman 73 188.0 35.71"
]
},
"metadata": {
"tags": []
},
"execution_count": 5
}
]
},
{
"metadata": {
"id": "52ptGIrQXPQq",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"* Iron Icon\n",
"* Table of Contents\n",
"* Code snippits\n",
"* Files\n",
"\n",
"\n",
"\n"
]
},
{
"metadata": {
"id": "0kmgxW7Sxa6j",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Forms in Colab"
]
},
{
"metadata": {
"id": "ZqHMr_brxdkA",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"Use_Python = False #@param [\"False\", \"True\"] {type:\"raw\"}"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "d1z9fz5_x_bf",
"colab_type": "code",
"outputId": "cee9339f-df2a-4e7a-cbaa-c94425304cc8",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"print(f\"You select it is {Use_Python} you use Python\")"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"You select it is False you use Python\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "_TfXsBkouZs3",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Upload to Colab"
]
},
{
"metadata": {
"id": "PmaBtHz_ub6_",
"colab_type": "code",
"outputId": "c58a1995-3366-48da-ad62-f9c0e3057a19",
"colab": {
"resources": {
"http://localhost:8080/nbextensions/google.colab/files.js": {
"data": "Ly8gQ29weXJpZ2h0IDIwMTcgR29vZ2xlIExMQwovLwovLyBMaWNlbnNlZCB1bmRlciB0aGUgQXBhY2hlIExpY2Vuc2UsIFZlcnNpb24gMi4wICh0aGUgIkxpY2Vuc2UiKTsKLy8geW91IG1heSBub3QgdXNlIHRoaXMgZmlsZSBleGNlcHQgaW4gY29tcGxpYW5jZSB3aXRoIHRoZSBMaWNlbnNlLgovLyBZb3UgbWF5IG9idGFpbiBhIGNvcHkgb2YgdGhlIExpY2Vuc2UgYXQKLy8KLy8gICAgICBodHRwOi8vd3d3LmFwYWNoZS5vcmcvbGljZW5zZXMvTElDRU5TRS0yLjAKLy8KLy8gVW5sZXNzIHJlcXVpcmVkIGJ5IGFwcGxpY2FibGUgbGF3IG9yIGFncmVlZCB0byBpbiB3cml0aW5nLCBzb2Z0d2FyZQovLyBkaXN0cmlidXRlZCB1bmRlciB0aGUgTGljZW5zZSBpcyBkaXN0cmlidXRlZCBvbiBhbiAiQVMgSVMiIEJBU0lTLAovLyBXSVRIT1VUIFdBUlJBTlRJRVMgT1IgQ09ORElUSU9OUyBPRiBBTlkgS0lORCwgZWl0aGVyIGV4cHJlc3Mgb3IgaW1wbGllZC4KLy8gU2VlIHRoZSBMaWNlbnNlIGZvciB0aGUgc3BlY2lmaWMgbGFuZ3VhZ2UgZ292ZXJuaW5nIHBlcm1pc3Npb25zIGFuZAovLyBsaW1pdGF0aW9ucyB1bmRlciB0aGUgTGljZW5zZS4KCi8qKgogKiBAZmlsZW92ZXJ2aWV3IEhlbHBlcnMgZm9yIGdvb2dsZS5jb2xhYiBQeXRob24gbW9kdWxlLgogKi8KKGZ1bmN0aW9uKHNjb3BlKSB7CmZ1bmN0aW9uIHNwYW4odGV4dCwgc3R5bGVBdHRyaWJ1dGVzID0ge30pIHsKICBjb25zdCBlbGVtZW50ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc3BhbicpOwogIGVsZW1lbnQudGV4dENvbnRlbnQgPSB0ZXh0OwogIGZvciAoY29uc3Qga2V5IG9mIE9iamVjdC5rZXlzKHN0eWxlQXR0cmlidXRlcykpIHsKICAgIGVsZW1lbnQuc3R5bGVba2V5XSA9IHN0eWxlQXR0cmlidXRlc1trZXldOwogIH0KICByZXR1cm4gZWxlbWVudDsKfQoKLy8gTWF4IG51bWJlciBvZiBieXRlcyB3aGljaCB3aWxsIGJlIHVwbG9hZGVkIGF0IGEgdGltZS4KY29uc3QgTUFYX1BBWUxPQURfU0laRSA9IDEwMCAqIDEwMjQ7Ci8vIE1heCBhbW91bnQgb2YgdGltZSB0byBibG9jayB3YWl0aW5nIGZvciB0aGUgdXNlci4KY29uc3QgRklMRV9DSEFOR0VfVElNRU9VVF9NUyA9IDMwICogMTAwMDsKCmZ1bmN0aW9uIF91cGxvYWRGaWxlcyhpbnB1dElkLCBvdXRwdXRJZCkgewogIGNvbnN0IHN0ZXBzID0gdXBsb2FkRmlsZXNTdGVwKGlucHV0SWQsIG91dHB1dElkKTsKICBjb25zdCBvdXRwdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQob3V0cHV0SWQpOwogIC8vIENhY2hlIHN0ZXBzIG9uIHRoZSBvdXRwdXRFbGVtZW50IHRvIG1ha2UgaXQgYXZhaWxhYmxlIGZvciB0aGUgbmV4dCBjYWxsCiAgLy8gdG8gdXBsb2FkRmlsZXNDb250aW51ZSBmcm9tIFB5dGhvbi4KICBvdXRwdXRFbGVtZW50LnN0ZXBzID0gc3RlcHM7CgogIHJldHVybiBfdXBsb2FkRmlsZXNDb250aW51ZShvdXRwdXRJZCk7Cn0KCi8vIFRoaXMgaXMgcm91Z2hseSBhbiBhc3luYyBnZW5lcmF0b3IgKG5vdCBzdXBwb3J0ZWQgaW4gdGhlIGJyb3dzZXIgeWV0KSwKLy8gd2hlcmUgdGhlcmUgYXJlIG11bHRpcGxlIGFzeW5jaHJvbm91cyBzdGVwcyBhbmQgdGhlIFB5dGhvbiBzaWRlIGlzIGdvaW5nCi8vIHRvIHBvbGwgZm9yIGNvbXBsZXRpb24gb2YgZWFjaCBzdGVwLgovLyBUaGlzIHVzZXMgYSBQcm9taXNlIHRvIGJsb2NrIHRoZSBweXRob24gc2lkZSBvbiBjb21wbGV0aW9uIG9mIGVhY2ggc3RlcCwKLy8gdGhlbiBwYXNzZXMgdGhlIHJlc3VsdCBvZiB0aGUgcHJldmlvdXMgc3RlcCBhcyB0aGUgaW5wdXQgdG8gdGhlIG5leHQgc3RlcC4KZnVuY3Rpb24gX3VwbG9hZEZpbGVzQ29udGludWUob3V0cHV0SWQpIHsKICBjb25zdCBvdXRwdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQob3V0cHV0SWQpOwogIGNvbnN0IHN0ZXBzID0gb3V0cHV0RWxlbWVudC5zdGVwczsKCiAgY29uc3QgbmV4dCA9IHN0ZXBzLm5leHQob3V0cHV0RWxlbWVudC5sYXN0UHJvbWlzZVZhbHVlKTsKICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKG5leHQudmFsdWUucHJvbWlzZSkudGhlbigodmFsdWUpID0+IHsKICAgIC8vIENhY2hlIHRoZSBsYXN0IHByb21pc2UgdmFsdWUgdG8gbWFrZSBpdCBhdmFpbGFibGUgdG8gdGhlIG5leHQKICAgIC8vIHN0ZXAgb2YgdGhlIGdlbmVyYXRvci4KICAgIG91dHB1dEVsZW1lbnQubGFzdFByb21pc2VWYWx1ZSA9IHZhbHVlOwogICAgcmV0dXJuIG5leHQudmFsdWUucmVzcG9uc2U7CiAgfSk7Cn0KCi8qKgogKiBHZW5lcmF0b3IgZnVuY3Rpb24gd2hpY2ggaXMgY2FsbGVkIGJldHdlZW4gZWFjaCBhc3luYyBzdGVwIG9mIHRoZSB1cGxvYWQKICogcHJvY2Vzcy4KICogQHBhcmFtIHtzdHJpbmd9IGlucHV0SWQgRWxlbWVudCBJRCBvZiB0aGUgaW5wdXQgZmlsZSBwaWNrZXIgZWxlbWVudC4KICogQHBhcmFtIHtzdHJpbmd9IG91dHB1dElkIEVsZW1lbnQgSUQgb2YgdGhlIG91dHB1dCBkaXNwbGF5LgogKiBAcmV0dXJuIHshSXRlcmFibGU8IU9iamVjdD59IEl0ZXJhYmxlIG9mIG5leHQgc3RlcHMuCiAqLwpmdW5jdGlvbiogdXBsb2FkRmlsZXNTdGVwKGlucHV0SWQsIG91dHB1dElkKSB7CiAgY29uc3QgaW5wdXRFbGVtZW50ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoaW5wdXRJZCk7CiAgaW5wdXRFbGVtZW50LmRpc2FibGVkID0gZmFsc2U7CgogIGNvbnN0IG91dHB1dEVsZW1lbnQgPSBkb2N1bWVudC5nZXRFbGVtZW50QnlJZChvdXRwdXRJZCk7CiAgb3V0cHV0RWxlbWVudC5pbm5lckhUTUwgPSAnJzsKCiAgY29uc3QgcGlja2VkUHJvbWlzZSA9IG5ldyBQcm9taXNlKChyZXNvbHZlKSA9PiB7CiAgICBpbnB1dEVsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcignY2hhbmdlJywgKGUpID0+IHsKICAgICAgcmVzb2x2ZShlLnRhcmdldC5maWxlcyk7CiAgICB9KTsKICB9KTsKCiAgY29uc3QgY2FuY2VsID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYnV0dG9uJyk7CiAgaW5wdXRFbGVtZW50LnBhcmVudEVsZW1lbnQuYXBwZW5kQ2hpbGQoY2FuY2VsKTsKICBjYW5jZWwudGV4dENvbnRlbnQgPSAnQ2FuY2VsIHVwbG9hZCc7CiAgY29uc3QgY2FuY2VsUHJvbWlzZSA9IG5ldyBQcm9taXNlKChyZXNvbHZlKSA9PiB7CiAgICBjYW5jZWwub25jbGljayA9ICgpID0+IHsKICAgICAgcmVzb2x2ZShudWxsKTsKICAgIH07CiAgfSk7CgogIC8vIENhbmNlbCB1cGxvYWQgaWYgdXNlciBoYXNuJ3QgcGlja2VkIGFueXRoaW5nIGluIHRpbWVvdXQuCiAgY29uc3QgdGltZW91dFByb21pc2UgPSBuZXcgUHJvbWlzZSgocmVzb2x2ZSkgPT4gewogICAgc2V0VGltZW91dCgoKSA9PiB7CiAgICAgIHJlc29sdmUobnVsbCk7CiAgICB9LCBGSUxFX0NIQU5HRV9USU1FT1VUX01TKTsKICB9KTsKCiAgLy8gV2FpdCBmb3IgdGhlIHVzZXIgdG8gcGljayB0aGUgZmlsZXMuCiAgY29uc3QgZmlsZXMgPSB5aWVsZCB7CiAgICBwcm9taXNlOiBQcm9taXNlLnJhY2UoW3BpY2tlZFByb21pc2UsIHRpbWVvdXRQcm9taXNlLCBjYW5jZWxQcm9taXNlXSksCiAgICByZXNwb25zZTogewogICAgICBhY3Rpb246ICdzdGFydGluZycsCiAgICB9CiAgfTsKCiAgaWYgKCFmaWxlcykgewogICAgcmV0dXJuIHsKICAgICAgcmVzcG9uc2U6IHsKICAgICAgICBhY3Rpb246ICdjb21wbGV0ZScsCiAgICAgIH0KICAgIH07CiAgfQoKICBjYW5jZWwucmVtb3ZlKCk7CgogIC8vIERpc2FibGUgdGhlIGlucHV0IGVsZW1lbnQgc2luY2UgZnVydGhlciBwaWNrcyBhcmUgbm90IGFsbG93ZWQuCiAgaW5wdXRFbGVtZW50LmRpc2FibGVkID0gdHJ1ZTsKCiAgZm9yIChjb25zdCBmaWxlIG9mIGZpbGVzKSB7CiAgICBjb25zdCBsaSA9IGRvY3VtZW50LmNyZWF0ZUVsZW1lbnQoJ2xpJyk7CiAgICBsaS5hcHBlbmQoc3BhbihmaWxlLm5hbWUsIHtmb250V2VpZ2h0OiAnYm9sZCd9KSk7CiAgICBsaS5hcHBlbmQoc3BhbigKICAgICAgICBgKCR7ZmlsZS50eXBlIHx8ICduL2EnfSkgLSAke2ZpbGUuc2l6ZX0gYnl0ZXMsIGAgKwogICAgICAgIGBsYXN0IG1vZGlmaWVkOiAkewogICAgICAgICAgICBmaWxlLmxhc3RNb2RpZmllZERhdGUgPyBmaWxlLmxhc3RNb2RpZmllZERhdGUudG9Mb2NhbGVEYXRlU3RyaW5nKCkgOgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnbi9hJ30gLSBgKSk7CiAgICBjb25zdCBwZXJjZW50ID0gc3BhbignMCUgZG9uZScpOwogICAgbGkuYXBwZW5kQ2hpbGQocGVyY2VudCk7CgogICAgb3V0cHV0RWxlbWVudC5hcHBlbmRDaGlsZChsaSk7CgogICAgY29uc3QgZmlsZURhdGFQcm9taXNlID0gbmV3IFByb21pc2UoKHJlc29sdmUpID0+IHsKICAgICAgY29uc3QgcmVhZGVyID0gbmV3IEZpbGVSZWFkZXIoKTsKICAgICAgcmVhZGVyLm9ubG9hZCA9IChlKSA9PiB7CiAgICAgICAgcmVzb2x2ZShlLnRhcmdldC5yZXN1bHQpOwogICAgICB9OwogICAgICByZWFkZXIucmVhZEFzQXJyYXlCdWZmZXIoZmlsZSk7CiAgICB9KTsKICAgIC8vIFdhaXQgZm9yIHRoZSBkYXRhIHRvIGJlIHJlYWR5LgogICAgbGV0IGZpbGVEYXRhID0geWllbGQgewogICAgICBwcm9taXNlOiBmaWxlRGF0YVByb21pc2UsCiAgICAgIHJlc3BvbnNlOiB7CiAgICAgICAgYWN0aW9uOiAnY29udGludWUnLAogICAgICB9CiAgICB9OwoKICAgIC8vIFVzZSBhIGNodW5rZWQgc2VuZGluZyB0byBhdm9pZCBtZXNzYWdlIHNpemUgbGltaXRzLiBTZWUgYi82MjExNTY2MC4KICAgIGxldCBwb3NpdGlvbiA9IDA7CiAgICB3aGlsZSAocG9zaXRpb24gPCBmaWxlRGF0YS5ieXRlTGVuZ3RoKSB7CiAgICAgIGNvbnN0IGxlbmd0aCA9IE1hdGgubWluKGZpbGVEYXRhLmJ5dGVMZW5ndGggLSBwb3NpdGlvbiwgTUFYX1BBWUxPQURfU0laRSk7CiAgICAgIGNvbnN0IGNodW5rID0gbmV3IFVpbnQ4QXJyYXkoZmlsZURhdGEsIHBvc2l0aW9uLCBsZW5ndGgpOwogICAgICBwb3NpdGlvbiArPSBsZW5ndGg7CgogICAgICBjb25zdCBiYXNlNjQgPSBidG9hKFN0cmluZy5mcm9tQ2hhckNvZGUuYXBwbHkobnVsbCwgY2h1bmspKTsKICAgICAgeWllbGQgewogICAgICAgIHJlc3BvbnNlOiB7CiAgICAgICAgICBhY3Rpb246ICdhcHBlbmQnLAogICAgICAgICAgZmlsZTogZmlsZS5uYW1lLAogICAgICAgICAgZGF0YTogYmFzZTY0LAogICAgICAgIH0sCiAgICAgIH07CiAgICAgIHBlcmNlbnQudGV4dENvbnRlbnQgPQogICAgICAgICAgYCR7TWF0aC5yb3VuZCgocG9zaXRpb24gLyBmaWxlRGF0YS5ieXRlTGVuZ3RoKSAqIDEwMCl9JSBkb25lYDsKICAgIH0KICB9CgogIC8vIEFsbCBkb25lLgogIHlpZWxkIHsKICAgIHJlc3BvbnNlOiB7CiAgICAgIGFjdGlvbjogJ2NvbXBsZXRlJywKICAgIH0KICB9Owp9CgpzY29wZS5nb29nbGUgPSBzY29wZS5nb29nbGUgfHwge307CnNjb3BlLmdvb2dsZS5jb2xhYiA9IHNjb3BlLmdvb2dsZS5jb2xhYiB8fCB7fTsKc2NvcGUuZ29vZ2xlLmNvbGFiLl9maWxlcyA9IHsKICBfdXBsb2FkRmlsZXMsCiAgX3VwbG9hZEZpbGVzQ29udGludWUsCn07Cn0pKHNlbGYpOwo=",
"ok": true,
"headers": [
[
"content-type",
"application/javascript"
]
],
"status": 200,
"status_text": ""
}
},
"base_uri": "https://localhost:8080/",
"height": 37
}
},
"cell_type": "code",
"source": [
"from google.colab import files\n",
"uploaded = files.upload()"
],
"execution_count": 0,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"metadata": {
"id": "kn-P-e_hjvK5",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Python executable\n",
"\n",
"Can run scripts, REPL and even run python statements with -c flag and semicolon to string together multiple statements"
]
},
{
"metadata": {
"id": "p2aDegQxjegv",
"colab_type": "code",
"outputId": "4c087715-8021-4e36-f229-d7e0eed3931a",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"!python -c \"import os;print(os.listdir())\""
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"['.config', 'mlb_weight_ht.csv', 'mlb_weight_ht (1).csv', 'sample_data']\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "WaXhDeUM_49R",
"colab_type": "code",
"outputId": "7626277a-8276-4b20-cd56-9f474662e66b",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 85
}
},
"cell_type": "code",
"source": [
"!ls -l"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"total 100\n",
"-rw-r--r-- 1 root root 46535 Feb 11 18:11 'mlb_weight_ht (1).csv'\n",
"-rw-r--r-- 1 root root 46535 Feb 11 18:09 mlb_weight_ht.csv\n",
"drwxr-xr-x 1 root root 4096 Feb 6 17:31 sample_data\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "58zCAVUC_8JP",
"colab_type": "code",
"outputId": "88678578-6640-4b0a-b4e4-3d473c6bc7f3",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 212
}
},
"cell_type": "code",
"source": [
"!pip install yellowbrick"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Requirement already satisfied: yellowbrick in /usr/local/lib/python3.6/dist-packages (0.9)\n",
"Requirement already satisfied: cycler>=0.10.0 in /usr/local/lib/python3.6/dist-packages (from yellowbrick) (0.10.0)\n",
"Requirement already satisfied: matplotlib<3.0,>=1.5.1 in /usr/local/lib/python3.6/dist-packages (from yellowbrick) (2.1.2)\n",
"Requirement already satisfied: numpy>=1.13.0 in /usr/local/lib/python3.6/dist-packages (from yellowbrick) (1.14.6)\n",
"Requirement already satisfied: scipy>=1.0.0 in /usr/local/lib/python3.6/dist-packages (from yellowbrick) (1.1.0)\n",
"Requirement already satisfied: scikit-learn>=0.20 in /usr/local/lib/python3.6/dist-packages (from yellowbrick) (0.20.2)\n",
"Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from cycler>=0.10.0->yellowbrick) (1.11.0)\n",
"Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /usr/local/lib/python3.6/dist-packages (from matplotlib<3.0,>=1.5.1->yellowbrick) (2.3.0)\n",
"Requirement already satisfied: python-dateutil>=2.1 in /usr/local/lib/python3.6/dist-packages (from matplotlib<3.0,>=1.5.1->yellowbrick) (2.5.3)\n",
"Requirement already satisfied: pytz in /usr/local/lib/python3.6/dist-packages (from matplotlib<3.0,>=1.5.1->yellowbrick) (2018.7)\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "egHxTJUGNYCA",
"colab_type": "code",
"outputId": "3ad77317-6f83-4ce3-8e51-8b0f03328b02",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 68
}
},
"cell_type": "code",
"source": [
"#this is how you capture input to a program\n",
"import sys;sys.argv"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['/usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py',\n",
" '-f',\n",
" '/root/.local/share/jupyter/runtime/kernel-990d7124-1599-4f5e-b6d9-1e66b9359d20.json']"
]
},
"metadata": {
"tags": []
},
"execution_count": 14
}
]
},
{
"metadata": {
"id": "gG6bUpCQcWQe",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### GitHub Integration\n",
"\n",
"\n"
]
},
{
"metadata": {
"id": "JwifSk6ya1g1",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"* **Load Public Notebooks from Github**\n",
"\n",
"*Original URL*: https://github.com/paiml/python_for_datascience/blob/master/Lesson2_Python_For_Data_Science_Introduction_to_Colab.ipynb\n",
"\n",
"*Colab Load UR*L: \n",
"https://colab.research.google.com/github.com/paiml/python_for_datascience/blob/master/Lesson2_Python_For_Data_Science_Introduction_to_Colab.ipynb\n",
"\n",
"\n",
"* **Browsing Github Repos**\n",
"\n",
"*All of Github*:\n",
"\n",
"http://colab.research.google.com/github\n",
"\n",
"*An organization or user*\n",
"\n",
"http://colab.research.google.com/github/paiml/\n",
"\n",
"* Open in Colab Badge\n",
"\n",
"[](https://colab.research.google.com/github/paiml/python_for_datascience/blob/master/Lesson2_Python_For_Data_Science_Introduction_to_Colab.ipynb)\n",
"\n",
"* **Saving to Github**\n",
"\n",
" - Github repo\n",
" - Gist\n",
"\n"
]
},
{
"metadata": {
"id": "yHdWIarsN850",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## 2.2 Managing Colab Documents\n",
"\n",
"[Watch Lesson 2.2](https://learning.oreilly.com/videos/python-for-data/9780135687253/9780135687253-pfds_01_02_02_00)"
]
},
{
"metadata": {
"id": "hPWO_zyRopXN",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Mount GDrive Workflow\n"
]
},
{
"metadata": {
"id": "XI73HZNLobp4",
"colab_type": "code",
"outputId": "117db4be-1de2-4f90-c4fe-093e0530a99b",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"from google.colab import drive\n",
"drive.mount('/content/gdrive', force_remount=True)"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Mounted at /content/gdrive\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "UNyzZwgmoxwm",
"colab_type": "code",
"outputId": "e69999b4-cf19-4c94-887f-4ad84aaecd84",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"import os;os.listdir(\"/content/gdrive/My Drive/awsml\")"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['kaggle.json', 'credentials', 'config']"
]
},
"metadata": {
"tags": []
},
"execution_count": 16
}
]
},
{
"metadata": {
"id": "bq4VmHjPpMOR",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Load AWS API Keys (Colab Notebook)"
]
},
{
"metadata": {
"id": "aWrzIk7WpRoh",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"Put keys in local or remote GDrive: \n",
"\n",
"`cp ~/.aws/credentials /Users/myname/Google\\ Drive/awsml/`"
]
},
{
"metadata": {
"id": "fYu0ekUlqPk6",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Install Boto"
]
},
{
"metadata": {
"id": "dJDDrUkWrYRY",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"!pip -q install boto3\n"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "FpJhrpSQsK5E",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Create API Config"
]
},
{
"metadata": {
"id": "QxRwGOZtsN0-",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"!mkdir -p ~/.aws &&\\\n",
" cp /content/gdrive/My\\ Drive/awsml/credentials ~/.aws/credentials "
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "Kj977UW3rph_",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Test Comprehend API Call"
]
},
{
"metadata": {
"id": "P-A8Cia-raT0",
"colab_type": "code",
"outputId": "f0924333-ec51-4112-be0f-db042bef787f",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 235
}
},
"cell_type": "code",
"source": [
"import boto3\n",
"comprehend = boto3.client(service_name='comprehend', region_name=\"us-east-1\")\n",
"text = \"There is smoke in San Francisco and it makes me angry\"\n",
"comprehend.detect_sentiment(Text=text, LanguageCode='en')"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"{'ResponseMetadata': {'HTTPHeaders': {'connection': 'keep-alive',\n",
" 'content-length': '164',\n",
" 'content-type': 'application/x-amz-json-1.1',\n",
" 'date': 'Wed, 20 Feb 2019 01:06:20 GMT',\n",
" 'x-amzn-requestid': 'bbb0aadb-34ab-11e9-a354-03fa70a71749'},\n",
" 'HTTPStatusCode': 200,\n",
" 'RequestId': 'bbb0aadb-34ab-11e9-a354-03fa70a71749',\n",
" 'RetryAttempts': 0},\n",
" 'Sentiment': 'NEGATIVE',\n",
" 'SentimentScore': {'Mixed': 0.010819978080689907,\n",
" 'Negative': 0.9212133288383484,\n",
" 'Neutral': 0.06721948087215424,\n",
" 'Positive': 0.0007472822326235473}}"
]
},
"metadata": {
"tags": []
},
"execution_count": 4
}
]
},
{
"metadata": {
"id": "0IpVk_AVc4fM",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
""
]
},
{
"metadata": {
"id": "xSBoMgN4lRAr",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Kaggle Load Recipe"
]
},
{
"metadata": {
"id": "bG6eVSevY5_z",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Mount GDrive"
]
},
{
"metadata": {
"id": "Dwi5tsDwYxJY",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"from google.colab import drive\n",
"drive.mount('/content/gdrive')"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "Y_IEtysrbyCG",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### list in python"
]
},
{
"metadata": {
"id": "ws2U1dVIaCDf",
"colab_type": "code",
"outputId": "6dcee485-7cbc-43c6-fab3-658610423e28",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"import os;os.listdir(\"/content/gdrive/My Drive/awsml\")"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['kaggle.json', 'credentials', 'config']"
]
},
"metadata": {
"tags": []
},
"execution_count": 20
}
]
},
{
"metadata": {
"id": "23kiNSVkb09I",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### list in bash"
]
},
{
"metadata": {
"id": "5GIbH4AgbjhL",
"colab_type": "code",
"outputId": "3c63bc7e-5d5e-4c0d-d883-55cc0e251a62",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 85
}
},
"cell_type": "code",
"source": [
"!ls -l /content/gdrive/My\\ Drive/awsml"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"total 2\n",
"-rw------- 1 root root 43 Nov 22 00:05 config\n",
"-rw------- 1 root root 117 Nov 22 00:01 credentials\n",
"-rw------- 1 root root 64 Nov 21 22:24 kaggle.json\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "z2pbL991a9OU",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Wire up Kaggle"
]
},
{
"metadata": {
"id": "FXyFfUdbbBtB",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"!pip install -U -q kaggle\n",
"!mkdir -p ~/.kaggle\n",
"!cp /content/gdrive/My\\ Drive/awsml/kaggle.json ~/.kaggle/kaggle.json"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "7n10W_hmb5CX",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Get Kaggle MNIST Data"
]
},
{
"metadata": {
"id": "dWxwfqJqb8Fe",
"colab_type": "code",
"outputId": "14bbc25e-6551-4ce5-e339-ab42c414883e",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 138
}
},
"cell_type": "code",
"source": [
"!kaggle datasets download -d oddrationale/mnist-in-csv\n",
"!ls -l /content\n",
"!unzip /content/mnist-in-csv.zip\n"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"404 - Not Found\n",
"total 112\n",
"drwx------ 4 root root 4096 Feb 20 01:04 gdrive\n",
"drwxr-xr-x 1 root root 4096 Feb 15 17:21 sample_data\n",
"-rw-r--r-- 1 root root 106324 Feb 20 01:03 'Screen Shot 2019-02-19 at 3.44.05 PM.png'\n",
"unzip: cannot find or open /content/mnist-in-csv.zip, /content/mnist-in-csv.zip.zip or /content/mnist-in-csv.zip.ZIP.\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "JMLQm0NYgRPl",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Load into Pandas"
]
},
{
"metadata": {
"id": "T-Span8_gSsR",
"colab_type": "code",
"outputId": "d37dd1ab-3c6a-43f0-a56e-cfb7cb72cd9b",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 51
}
},
"cell_type": "code",
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"#train\n",
"train_path = \"/content/mnist_train.csv\"\n",
"data_train = pd.read_csv(train_path)\n",
"y_train = np.array(data_train.iloc[:, 0])\n",
"x_train = np.array(data_train.iloc[:, 1:])\n",
"\n",
"#test\n",
"test_path = \"/content/mnist_test.csv\"\n",
"data_test = pd.read_csv(test_path)\n",
"x_test = np.array(data_test)\n",
"\n",
"#features\n",
"n_features_train = x_train.shape[1]\n",
"n_samples_train = x_train.shape[0]\n",
"n_features_test = x_test.shape[1]\n",
"n_samples_test = x_test.shape[0]\n",
"print(n_features_train, n_samples_train, n_features_test, n_samples_test)\n",
"print(x_train.shape, y_train.shape, x_test.shape)"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"784 60000 785 10000\n",
"(60000, 784) (60000,) (10000, 785)\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "t79uzIZehSRy",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Show Image"
]
},
{
"metadata": {
"id": "mtqEr0h6ghzK",
"colab_type": "code",
"outputId": "b63c5f00-3d62-42ba-a055-93db65c78df6",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 431
}
},
"cell_type": "code",
"source": [
"def show_img(x):\n",
" size_img = 28\n",
" plt.figure(figsize=(8,7))\n",
" num_images = 16\n",
" n_samples = x.shape[0]\n",
" x = x.reshape(n_samples, size_img, size_img)\n",
" for i in range(num_images):\n",
" plt.subplot(4, 4, i+1)\n",
" plt.imshow(x[i])\n",
" plt.show()\n",
" \n",
"show_img(x_train)\n"
],
"execution_count": 0,
"outputs": [
{
"output_type": "display_data",
"data": {
"image/png": "iVBORw0KGgoAAAANSUhEUgAAAdAAAAGeCAYAAAAkD1AcAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAADl0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uIDMuMC4yLCBo\ndHRwOi8vbWF0cGxvdGxpYi5vcmcvOIA7rQAAIABJREFUeJzt3XtA1fX9P/AnQmQo3hjU6GJltrxg\nZlmJqXlZZVetZY5pV9O1atksdM7pymwIoUutJIysTYvG2rdfxYRsVtgQCy95K7WWlTOEJMIECzy/\nP9x57XXyHA+8PZfPeZ/n4x+ffjyczxtfwJvP+/P+vN8xLpfLBSIiImqVNuFuABERUSRiB0pERGSA\nHSgREZEBdqBEREQG2IESEREZYAdKRERkIM70Ax999FFs3LgRMTExmD59Ovr06RPIdlEYsKZ2YT3t\nw5o6i1EHunbtWuzatQuFhYX4+OOPMX36dBQWFga6bRRCrKldWE/7sKbOYzSEW15ejhEjRgAAunXr\nhrq6Ouzfvz+gDaPQYk3twnrahzV1HqMOtKamBp07d5a/d+nSBdXV1QFrFIUea2oX1tM+rKnzBGQS\nEVcDtA9rahfW0z6safgZdaApKSmoqamRv+/duxfJyckBaxSFHmtqF9bTPqyp8xh1oAMHDkRJSQkA\nYMuWLUhJSUH79u0D2jAKLdbULqynfVhT5zGahduvXz/06tULY8eORUxMDGbNmhXodlGIsaZ2YT3t\nw5o6Twy3MyMiImo9rkRERERkgB0oERGRAXagREREBtiBEhERGWAHSkREZMB4NxaiSPL5559Lfvzx\nxyXPnz9f8v333y/5vvvuk3zqqacGuXVEFIl4BUpERGSAHSgREZGBqFxI4dChQ5IPHjx41Nc+99xz\nkr/99lvJW7dulfynP/1J8vTp0wEACxcuRExMjBw/4YQTJOfm5kq+6667WtN0aoXdu3dLPvfccyV/\n/fXXfj9W73rBHS/ssm3bNgBAjx49cPLJJ8vxDRs2SOYas86Un58v+Ze//KXkQ4cOweVyISYmBh99\n9JEcP/vss4PaHl6BEhERGWAHSkREZMCKWbh1dXWSm5ubJW/cuFFyaWmpZD2E9/TTTxud8/TTT5c8\nZcoUyc888wyAw0O4HTt2lOODBg2SPGzYMKNzUsvs2rULAHDppZfKsdraWsl6aF3X6Pjjj5e8d+9e\nyZ988gnOPPNMfPLJJ+jatascj42NDWi7I8mOHTsk6//bCy+8MBzNaZWKigoAh4dwhw8fHubWkD9v\nvvmm5N/85jeS27Q58vqvTZs2Ht/fwcYrUCIiIgPsQImIiAxE7BDuF198Iblv376S9XBSoOkhA/dQ\nLeA5w/aOO+6QvH79esl641vO8AuM77//XrJ72BYArrjiCgCeiyf4or925syZI/mSSy6R3L17dzQ3\nN6N79+4eQ/661tFGD6t9+OGHkp06hKsfNtDDz9u3bw9Hc6gVdI0aGxvD2JIj8QqUiIjIADtQIiIi\nAxE7hJuUlCT5xBNPlGw6hHvZZZd5fe+XX35Zsp6lqWd4+nLGGWcYtYVa5sEHH5S8aNEio/d4++23\nJeuFMkaPHi1Zfw3oYflotmDBAsn6e8ep9u/fL/mPf/wjgMND9gMGDJDjvLXiHHqhmj/84Q9eX9Ov\nXz/J7qcs9u3bh3bt2gW1bRqvQImIiAywAyUiIjIQsUO4eubr0qVLJRcVFUnWwzM33HCD1/dxz7Z8\n5ZVX5Fh8fLzkL7/8UrLeBovCQ8+s/ctf/iLZ25LOehhW13/cuHGS9VZlPXr0kDx16lTJ7q8p93qb\n5LlgSSTQ66ZquuYUXjt37pR85ZVXSt63b5/X12dlZUl2L4iiF0YJhRZdgW7fvh0jRoyQH1h79uzB\n+PHjkZGRgfvuuw/fffddUBtJgcV62oc1tQvrGRn8dqAHDhzA7NmzPa7mFixYgIyMDCxfvhxdu3b1\nuOojZ2M97cOa2oX1jBx+tzNrampCU1MT8vPz0blzZ4wbNw7Dhg3DihUrEB8fj/Xr16OgoAALFy4M\nVZuPSm9Ppodi3duMAUB2drbkVatWAQAGDx4cgtaFX6TVE2j9tmS/+MUvAHhufaRn9a1bt07y2LFj\nJSckJHh9v9jYWDQ3NyM2NtZjht+WLVsk66HgUAtVTf/zn/9I1ttETZgwQbLe2s9JRo4cKbmkpATA\n4SH5f//733LcKbPmI/F7NBCmTZsmOScnx+trrr/+esl//etfg94mf/zeA42Li0NcnOfLGhoapHNK\nSkpy1H6J+lETzT11/Yc52kRaPQF47NlYU1Nj9B56xSGdW8J9v8+p9/1CVdPU1FTJ+rGQSPCPf/zD\n63GndJpaJH6PBoK+p6mzkx3zJCKnTargFeixcVo9AV6BHqtA1ZRXoM7gxO/RQLDyCtSbhIQENDY2\nom3btqiqqkJKSkqg22XM1xVo586dvR53PxCutxsL5XY4TuDEeuorzblz50rWC2XoBTT0D7+77roL\ngOcvUMdyBaodOHBAsv4m1wsLOEEwaqq3BNT/D06lF8bYtGmT19foRVOczInfo4Hg6/tJrzuuazR7\n9uzQNKyFjJ4DTU9Pl9/iSktLPTofijysp31YU7uwns7k9wp08+bNmDt3Lnbv3o24uDiUlJTgscce\nw7Rp01BYWIjU1FSMGjUqFG2lAGA97cOa2oX1jBx+Z+HaQj83lZGRIfnvf/87AGDjxo1yrHfv3qFr\nGImmpibJ+r6aXjChQ4cOkvU6tmeddZZk9zZn+rXHQt8D1cP7+r7aq6++GpBzOdkDDzwged68eZIL\nCgok33rrraFs0lFNnjxZsh5i79OnDwBgw4YNHttjtW3bNnSNi3Lu+QvXXXedHFu9erVkPYSrZxv7\nWhAjXLiUHxERkQF2oERERAYidi3c1tIzMp9++mnJb775JgDPoQR9f2HgwIGS9dqq0TZTNxQ+++wz\nyXrYVluzZo1k/SiFptdJpuC76KKLQn5O/bhaZWWlZP29XVhY6PVj9XAuh23Do6ysDADwr3/9y+u/\n33jjjZKddFvgh3gFSkREZCBqrkC1Ll26SHZPDb/iiivkmH4YXGc9WULv7tG+ffugtDPa3H333ZL1\n3DZ95e/rqjOYDh06JH/qyQ1RMv/OL18LWviiF2Rw/98CnpPC9AIH7gmAejKJXhVKL26hN/fWV5fu\niWUAd2AJl/fee0/yLbfccsS/X3PNNZL1IihOHiXgFSgREZEBdqBEREQGonIIV7vwwgsBeK5rev/9\n90vW6y3efvvtkj/++GPJDz74oOTExMSgtNNW69evl/zOO+9I1pO09ISCcHAP27Zp08ajXRdccEG4\nmhQWeq1g/f9w7bXXSv7JT37i933Ky8sl62FwvYC6vi3inqSkn0PVK/HopRn1cK5en1gv65ecnOy3\njRQYenj/4osvPupr9bPcuo5OxitQIiIiA+xAiYiIDETNUn6toZf30s8djhgxQrL+b/vZz34m2dez\nZ+SdHs7Tw3J670m9FVkwZzzrpQT1s4IPPvigLOWnh5Off/55yfo542jw3HPPSX7rrbeM30cvq6mH\n8Ey3FisuLpZ89dVXSz7nnHMk668nCq7f//73kv3t8alnZ0fKMDuvQImIiAywAyUiIjIQ9bNwvdEP\n7l566aWSY2NjJevhvv/7v/+T/NFHHwFo2WxE8k3XIFTDtk899ZTkzMxMyaeffrr8+bvf/U6OR9uw\nraYfhPf2UHy4vPbaa16P6xn0FFy7d++WXFRUdNTX3nbbbZIjZdhW4xUoERGRAXagREREBjiE+196\nBtjLL78sWc8S1cN9Wv/+/SWHY61WG40fPz5o762HmObOnSv5ySeflKyHltzrcurFMyiyXH/99eFu\nQtTQC4zU1NR4fc3ll18OAFi0aFFI2hQsvAIlIiIywA6UiIjIQFQO4VZXV0t+4oknAADPPvusHPvi\niy/8voeekeuepQlwo+3W0gtS6Lx06VLJ+mFsUy+88ILke++9V3Jtba3kX//615Lnz59/zOckikZ7\n9+6VrLf/06ZOnQog8meyt6gDzc7ORmVlJZqamjBp0iSkpaUhMzMTzc3NSE5ORk5OTsT/R0QT1tM+\nrKldWM/I4LcDXbNmDXbs2IHCwkLU1tZi9OjRGDBgADIyMjBy5EjMmzcPRUVFHktykXOxnvZhTe3C\nekYOv2vhNjc34+DBg0hISEBzczPS09PRrl07rFixAvHx8Vi/fj0KCgo8dot3iv3790t+9dVXJT/8\n8MOSt2/f3uL3GzZsmGS9ruP5559v2sSQc1o9fa2Fq4fI9eIFd9xxh2S9dZzeji4vLw8AUFZWJsc+\n/fRTyd26dZN82WWXSZ4yZYpk07VYw8FpNQ2nX/3qV5L1whj//Oc/JQ8dOjSkbWqtSKyn3mouNzdX\nsq8h3H379gEAOnbsGNyGBZnfSUSxsbGyD2BRUREGDx6MhoYGGT5ISkryuKdIzsZ62oc1tQvrGUFc\nLfTGG2+4fvazn7m++eYb18UXXyzHP/30U9dNN93U0rchh2A97cOa2oX1dL4WTSIqKyvD4sWLsWTJ\nEiQmJiIhIQGNjY1o27YtqqqqkJKSEux+/qj0bvOff/655HHjxklev359i99PD+s99NBDkvWCCZE8\n29ZJ9fQ1hOvLySefLLlLly6SN23adNSPu+KKK7zme+65p0XtdDon1TSc9BDu4sWLJb/xxhuShw8f\nHtI2mYiEeuoFSQYOHChZ/ww+/vjjJc+aNUuy+3ZJXFxkPwjidwi3vr4e2dnZyMvLQ6dOnQAA6enp\nKCkpAQCUlpa26AcfOQPraR/W1C6sZ+Tw2/0XFxejtrYWkydPlmNZWVmYMWMGCgsLkZqailGjRgW1\nkRQ4rKd9WFO7sJ6Rw+8sXCdpaGiQrL+4Vq9eLfnDDz9s1XteeeWVAICZM2fKsb59+0o+7rjjWt1O\narlvvvlG8pgxYySvXLnS6+v1l6uvYXT38NZdd90lxwKxGAM5n68h3N/+9reS58yZE9I22cq9dSMA\n9O7dW/KhQ4ck620dt27dGpqGhRCX8iMiIjLADpSIiMiAI6dA6YfeH330Ucl6WG/Xrl2tek/3c1UA\nMHv2bMnuIR8uixUeHTp0kKx3r3/++ecl6zVqfXnkkUck33nnnQAOPy9H0SuC7k5RhOIVKBERkQF2\noERERAYcOYT7t7/9TfIzzzzj9/X9+vWT/POf/1yyfkh34sSJktu2bXusTaQgaN++vWQ9m1JnoqO5\n4YYbJOtZuBR4elGTq666SrJed9x2vAIlIiIywA6UiIjIQEQtpEBEROQUvAIlIiIywA6UiIjIADtQ\nIiIiA+xAiYiIDLADJSIiMsAOlIiIyAA7UCIiIgPsQImIiAywAyUiIjLADpSIiMgAO1AiIiID7ECJ\niIgMsAMlIiIywA6UiIjIADtQIiIiA3GhOMmjjz6KjRs3IiYmBtOnT0efPn1CcdqQys7ORmVlJZqa\nmjBp0iSkpaUhMzMTzc3NSE5ORk5ODuLj48PdzICxvaasp131BFhT22rqiHq6gqyiosI1ceJEl8vl\ncu3cudM1ZsyYYJ8y5MrLy10TJkxwuVwu1759+1xDhgxxTZs2zVVcXOxyuVyu3Nxc17Jly8LZxICy\nvaasp131dLlYU9tq6pR6Bn0It7y8HCNGjAAAdOvWDXV1ddi/f3+wTxtS/fv3x+OPPw4A6NChAxoa\nGlBRUYHhw4cDAIYOHYry8vJwNjGgbK8p62lXPQHW1LaaOqWeQe9Aa2pq0LlzZ/l7ly5dUF1dHezT\nhlRsbCwSEhIAAEVFRRg8eDAaGhpk+CApKcmqz9n2mrKedtUTYE1tq6lT6hnySUQulyvUpwyZlStX\noqioCDNnzvQ4bvPnDNj7+bGe9mFN7RLuega9A01JSUFNTY38fe/evUhOTg72aUOurKwMixcvRn5+\nPhITE5GQkIDGxkYAQFVVFVJSUsLcwsCJhpqynnbVE2BNbaupE+oZ9A504MCBKCkpAQBs2bIFKSkp\naN++fbBPG1L19fXIzs5GXl4eOnXqBABIT0+Xz7u0tBSDBg0KZxMDyvaasp521RNgTW2rqVPqafwY\nS0unSPfr1w+9evXC2LFjERMTg1mzZhk31qmKi4tRW1uLyZMny7GsrCzMmDEDhYWFSE1NxahRo8LY\nwpZhTQ9jPe2qJ8Ca2lZTx9TTZOqu7VOkoxFrahfW0z6sqfMYDeHaPkU6GrGmdmE97cOaOo9RB2r7\nFOloxJrahfW0D2vqPAGZROSydIp0NGNN7cJ62oc1DT+jDjQapkhHG9bULqynfVhT5zHqQG2fIh2N\nWFO7sJ72YU2dx+gxFtunSEcj1tQurKd9WFPniXFxIJ2IiKjVuKE2ERGRAXagREREBtiBEhERGWAH\nSkREZIAdKBERkQHj3ViIiIJl9uzZkt2bJV944YVyrLS0VHLHjh1D1zAihVegREREBtiBEhERGeBC\nChQVDh48KPn777+XvHr1asm7d++WfMstt0iOi+OdjlD4+uuvJXfv3l3yvn37AAAxMTFybP369ZLT\n0tJC0DoyodfubWpqkrx27VoAwHXXXSfH2rQxv5677bbbsGTJEkyYMAF5eXlyPDY21vg9W4JXoERE\nRAbYgRIRERng2BRZxz0UmJubK8f++c9/Sq6oqPD7Hno41z0LlIIrISFB8rXXXit56dKlYWgNtcaX\nX34p+fnnn5f89NNPSz506JDkzz77DIDnsK0eom+tpUuXYsmSJVi6dKnHpuOPPPKI5OOPP974/X3h\nFSgREZEBdqBEREQGonIW7qeffirZPTy0YsUKOfbee+95/bhly5ZJPvXUUyW/8cYbkm+99VYAwOmn\nn37sDaWjqq6ulvz4448fkRsaGuSY/jI/44wzJCclJUmurKyUfOKJJ0resGEDkpOTUV1djeTk5AC1\nno5GD725973kLFzncv/cA4C//OUvLf44/X15LEO4wOFZvj+cMf/RRx9J7tat2zG9vze8AiUiIjLA\nDpSIiMhA1MzCfffddyWPGTNGclVVFQDPoYTrr79e8ueffy553LhxXt9bf6x7WPGJJ544xhaTW2Nj\no2Q9tPfUU09JrqurO+p76GG+t99+W7J+uFsP27q/LtzvnZycLH9ScOg66yFacr5rrrlGsq8h3NTU\nVMkPPPAAAM+Zub4WUigrK5P897///ZjaGWi8AiUiIjLADpSIiMiAdUO4ekhAz7a96qqrJO/fv1/y\nqFGjAHgODep1OJubmyXffvvtkl988UWv509PTzdoNR2NHn7Pyspq8cf17NlT8jvvvCO5Q4cOkr/6\n6qtjbB0Fil6jeOvWrUd97Zo1aySfdtppkrm1WXiMHj1asnvt4h/SQ7Tt27dv8XtPmjRJco8ePSS7\nF2P4If1zumvXri0+j4kWXYFu374dI0aMkLHtPXv2YPz48cjIyMB9992H7777LqiNpMBiPe3DmtqF\n9YwMfjvQAwcOYPbs2RgwYIAcW7BgATIyMrB8+XJ07doVRUVFQW0kBQ7raR/W1C6sZ+TwO4QbHx+P\n/Px85Ofny7GKigo89NBDAIChQ4eioKAAGRkZwWtlK6xatUry5Zdf7vU1N910k+SCggIAvtdJ1Ntd\n+Rq21Ysm6KEMJ4q0egItWwv17LPPljxs2DAAwJw5c+SYHrbVdu3adWyNc4BIrKk3iYmJku+//37J\nd9111xGv1cf0Yhh6Bn2kisR66uFZX99rptatWydZb4/mix7SD/ZWhH7fPS4u7ohGNDQ0ID4+HsDh\nL169Igw5G+tpH9bULqxn5Djm7tlpKwEOHz5csn7Gz9SQIUMC+n5O57R6AsCf//xnrzkQ+vXrJ9lf\nfc8666yAnjtUnFhTfyZOnOg1U2TW81jooexvvvnmqK8N9c9oow40ISEBjY2NaNu2LaqqqpCSkhLo\ndrXKggULJOuhH722ot6SaurUqZL9bXFz3nnnSd60aZPX1+gZgRdccEELWuwsTqvnD9XX10vWHegV\nV1whWS+C0K5duxa/t14D+eqrr/b6mg8//BBnnXUWdu7cGTGdqNNr2hqxsbEAfK+V+tJLL0m2YQjX\nG5vq2RL61ple5/poCym418L99ttv5VgwtjDTjJ4DTU9PR0lJCQCgtLQUgwYNCmijKLRYT/uwpnZh\nPZ3J7xXo5s2bMXfuXOzevRtxcXEoKSnBY489hmnTpqGwsBCpqanyLCU5H+tpH9bULqxn5IjY7cwW\nL14s+e6775asL9nHjh0rOS8vT/Jxxx13xPvpsfONGzdK1vdA9fZYethYn58iS2ZmpuR58+Z5fU0k\nDuHaxD1062ut1L/+9a+SbR3CtZVe4GTKlCmSt2zZIrklz7wOGjQIq1atwtChQ1FaWirHvf2sDyQu\n5UdERGSAHSgREZGBiFoLV293NHv2bMl6dp4etnUvknA07nUb9eIKejEGTa/JeOedd7agxRQO7lVa\n9JR3fadCf71UVlZ6fQ+9dvKZZ57p8SeFlnvo1tcsXAq/r7/+WrKeFV1cXHzUj3v11Vclt6S+nTp1\nkvz8889LvuSSSwAAr7zyStCHbTVegRIRERmIqCtQvTOK3vBYmz9/vmT9PJBeO7KwsFByeXk5AM+r\nFf2bkM4TJkyQ7F4VhEJL79jxn//8R7J+ztfbhr4t2bj31FNPlfzss88e8XpfH0cUjfbs2SP50ksv\nlfzxxx8H7Zx64+4rr7zyiH8P9DKC/vAnAhERkQF2oERERAYiagjXvaQXAJx00kmSv/zyS8ldunSR\n3JKb0u6V+/XN6c8//1yyXiJOr5tKwaWH67/44gvJeqhI1ykhIUGyeyh25MiRcuyFF16QrDdU1/Sz\nwK+//rrkjIwMxMbGorm52eNrkIgO05P0WrO0QEturWh64tB9990nuW/fvi0+ZyDxCpSIiMgAO1Ai\nIiIDETWE27ZtW8l6tf6LL75Yst4nr2fPnpLHjx8v+eabb5bs3rlD/7seGvS2mS8Fhx623bBhg+SL\nLrrI6+uffPJJyXobu27dugHwXHrxgw8+kFxRUeH1/fStgNtuu03ymWeeiYEDB2LNmjUebQn2Zr10\nmHuYz9cQ3xtvvCGZS/mFzo9//GPJ7733nmS9tOJll10muTVPLjzzzDOSZ82aZdrEoOMVKBERkQF2\noERERAYidjeWQNmxYwcA4Oyzz5ZjeqhIL0t1ww03hK5hUUIP2+qNc/UuKVpGRobkp59+WrIe3j9w\n4AAAzw2y3377bcl6x56cnBzJethYL6QA/G+z3jFjxsgxvXhD+/btvbb3lFNO8XqcWs7fhtra7t27\nJesZ9BRZ9LKtvr633n//fcmchUtERBRB2IESEREZiPpphO6hAj1sq4eK9MP4FBj64ek//elPkqdO\nnSo5MTFR8tKlSyVffvnlkvWw7a5duyS7d8rRm/WmpaVJfvHFFyWfc845kg8ePCj53nvvleze1eee\ne+7Bc889J8f18L6md23Zvn2719dQy82YMQMAMGfOHL+vzc/PP+LjKPKsW7cu3E1oEV6BEhERGWAH\nSkREZCDqh3D10B6FxmuvvSZZD9vq2XZ6o93zzz9f8kcffSR58eLFkvUWZu4FFBYtWiTH9OxdX1se\n6dm5ffr0keweZv7Tn/7kMRNbDxdqeks9Ona6FhR6eqb8pk2bJPfq1UtyIDax1gti3Hjjjcf8fqHA\nK1AiIiIDLboCzc7ORmVlJZqamjBp0iSkpaUhMzMTzc3NSE5ORk5ODjeYjiCsp31YU7uwnpHB70IK\na9aswTPPPIP8/HzU1tZi9OjRGDBgAAYPHoyRI0di3rx5OOmkkzyGyCKJe0hCP4irZ+F+8803kvWW\nWZHKCfXUiwvo9Wf1rFo9bFtXVyd58+bNft//qaeeAgDccccdcqwlWyVFKifUNBT07ZatW7d6fY2e\n4f3VV19J1tscOp0T6uleYAYA/vCHP0guLCyUvG/fPsm+bov44r7NsnbtWjmm1zHW3/Oa/hmsP1bP\npg8lvz9V+vfvLyvEdOjQAQ0NDaioqJDFu4cOHYry8vLgtpIChvW0D2tqF9Yzcvgdwo2NjZVev6io\nCIMHD8bq1atl+CApKcljB5RI4/6tVt8ot5kT6qk3yKZj54SahoKewGIzJ9Sze/fukpctW+Y1H4sT\nTjgBADBkyBA5pkcMIkWLZ+GuXLkSRUVFKCgo8NiiJtKX0n3llVcAeA4f2DyE6xbOel5yySWS16xZ\n06qPHTdunOSf/vSnkvWCF506dQJg97CtN7Z+j7rpIXm9oIWmP1fdyUTSEK5bOOs5cOBAyb62//v9\n738vubVDuO5Z9nqNal9rHeufzVOmTJHsa5vDUGrRT5iysjIsXrwY+fn5SExMREJCgqzgU1VVhZSU\nlKA2kgKL9bQPa2oX1jMy+O1A6+vrkZ2djby8PPnNPj09HSUlJQCA0tJSDBo0KLitpIBhPe3DmtqF\n9YwcfmfhFhYWYuHChTjjjDPkWFZWFmbMmIGDBw8iNTUVf/zjHwPyIG047NmzBwCQmpoqx/TQX319\nvWQbhnCdUE+95qyeDPHuu+9K1rvd33TTTZL1TF33NlfRzgk1DYWNGzdK1rO0NRuGcJ1Qz5YM4QaC\nrtfJJ58sefz48ZIfeughyXFxzlr7J+r3A422DtQJ2IGSiWjpQJ2AHWjLRNcsCyIiogCJ+itQN/2Q\n9rZt2yTrB4r1kAoRhZZ+uF7PSq2srJTMK9DA0I+aLViwQPK8efOM37Nnz56S3bN2dR3d2xACniNQ\nTsYrUCIiIgPsQImIiAxwCPe/3nzzTcmXX3655NGjR0vW22OdeOKJoWkYEVEYNTU1SV6xYoXkCRMm\nSK6pqZF8++23S7722mslX3rppZL11oWRjFegREREBtiBEhERGeAQ7n/pZxNvu+02yS+99JJkPUvM\nvVsCAO7LR0QUhXgFSkREZIAdKBERkQEO4Xqhh3OzsrIkz549W/Lu3bslc0YuEVH04RUoERGRAXag\nREREBjiES0REZIBXoERERAbYgRIRERlgB0pERGSAHSgREZEBdqBEREQG2IESEREZYAdKRERkgB0o\nERGRAXagREREBtiBEhERGYgLxUkeffRRbNy4ETExMZg+fTr69OkTitOGVHZ2NiorK9HU1IRJkyYh\nLS0NmZmZaG5uRnJyMnJycqx6gwSaAAAgAElEQVTaeNv2mrKedtUTYE1tq6kj6ukKsoqKCtfEiRNd\nLpfLtXPnTteYMWOCfcqQKy8vd02YMMHlcrlc+/btcw0ZMsQ1bdo0V3Fxscvlcrlyc3Ndy5YtC2cT\nA8r2mrKedtXT5WJNbaupU+oZ9CHc8vJyjBgxAgDQrVs31NXVYf/+/cE+bUj1798fjz/+OACgQ4cO\naGhoQEVFBYYPHw4AGDp0KMrLy8PZxICyvaasp131BFhT22rqlHoGvQOtqalB586d5e9dunRBdXV1\nsE8bUrGxsUhISAAAFBUVYfDgwWhoaJDhg6SkJKs+Z9trynraVU+ANbWtpk6pZ8gnEbks3j1t5cqV\nKCoqwsyZMz2O2/w5A/Z+fqynfVhTu4S7nkHvQFNSUlBTUyN/37t3L5KTk4N92pArKyvD4sWLkZ+f\nj8TERCQkJKCxsREAUFVVhZSUlDC3MHCioaasp131BFhT22rqhHoGvQMdOHAgSkpKAABbtmxBSkoK\n2rdvH+zThlR9fT2ys7ORl5eHTp06AQDS09Pl8y4tLcWgQYPC2cSAsr2mrKdd9QRYU9tq6pR6Gj/G\n0tIp0v369UOvXr0wduxYxMTEYNasWcaNdari4mLU1tZi8uTJciwrKwszZsxAYWEhUlNTMWrUqDC2\nsGVY08NYT7vqCbCmttXUMfU0mbpr+xTpaMSa2oX1tA9r6jxGQ7i2T5GORqypXVhP+7CmzmPUgdo+\nRToasaZ2YT3tw5o6T0AmEbksnSIdzVhTu7Ce9mFNw8+oA42GKdLRhjW1C+tpH9bUeYw6UNunSEcj\n1tQurKd9WFPnMXqMxfYp0tGINbUL62kf1tR5YlwcSCciImo1bqhNRERkgB0oERGRAXagREREBtiB\nEhERGWAHSkREZMB4NxaiaHfjjTdK1pPZi4qKwtGciFdVVSXZ/bwjcHiXDQAYNmyYHLvwwgu9vscv\nfvELybGxsYFuIpEHXoESEREZYAdKRERkICqHcJubmyV//PHHAOCxMWtxcXHI20SRYc6cOZJff/11\nyffff384mhPxXnvtNckZGRmS6+vrj3jttm3bJD/xxBNe308P7Z5zzjmBaCKRT7wCJSIiMsAOlIiI\nyEBUDuEePHhQsnuY55RTTpFjepd37nZAubm5mDJlCnJzcz2GcOPj4yVfddVV4WhaxBs+fLhk/b3m\nbQi3JQYOHCj57bfflty7d2+j9yM6Gl6BEhERGWAHSkREZCAqh3C9+eKLLyTX1dVJ5hAurV69GlOm\nTMHq1avx3XffyfFrrrlGcnp6ejiaFvFOOOEEyXl5eZJ//vOfS/72228BAGeeeaYc++STT7y+3759\n+yS/+uqrkjmEa7e6ujp07NgRdXV1Ht+jL730kuRHHnnE68fqxTcee+yxVp2XV6BEREQG2IESEREZ\niHHpRTyjxIEDByS7h2j1f4Mezj355JND1zAytmPHDskzZ84EABQUFMgxPVTYEmVlZZJ/9rOfoaqq\nCieeeCJOPPFEOb5ixQrJqamprW4z+aZn0/7rX/8C4LlIwtq1a/2+hx7O7dy5cwBbR+GydetWyS++\n+KLkJ554Al999RWSkpJQW1srx2NiYvy+Z58+fSSvX7++Ve3hFSgREZEBdqBEREQGWjSEu337dvzq\nV7/CrbfeinHjxmHPnj3IzMxEc3MzkpOTkZOT4/FQudN5G8LVdu7cKVnP/LOFbfUEgL59+0retGkT\nAOCjjz6SY2eddVar3q9///6S33//fbhcLsTExKCiokKO+9pSKxxsq+maNWskP/DAAwCAd999t1Xv\nobdHS0lJCUzDQsS2erbW1KlTJa9bt07ym2++6fNjDh06hDZt2qBjx45y7N5775U8aNAgyUOHDpUc\nF2f+MIrfK9ADBw5g9uzZGDBggBxbsGABMjIysHz5cnTt2pX7H0YQ1tM+rKldWM/I4bcDjY+PR35+\nvsdvcBUVFbIE19ChQ1FeXh68FlJAsZ72YU3twnpGDr/XrnFxcUdc4jY0NMjwQVJSEqqrq4PTujDZ\nsGGDZNuGcG2tZ4cOHSS7Z97pB6pbYvfu3ZL1rN42bdrIn3odZaewsaYXX3yxZPds5xEjRsgxPZTu\ny4wZMyQ//fTTAWxdcNlYT18aGhokP/zww5JzcnIkJycnS7700ksl//GPf5Ts/jldVVXlMbSth3OD\n4ZhXIorEp2ASEhIkHzp0KIwtcZ5IrCcAvPPOO8f8HvqRpa+//vqIf9f7yEaSSK2pm3uegr4vGs0i\nvZ6afrxMd4g6t4bubEPBqANNSEhAY2Mj2rZti6qqqoi7Qe9vEpG+v3D99deHpE3hFOn1BIDBgwdL\ndj83+MEHH8ixnj17+n0PfQXaq1cvyfX19WhubkZsbCzeeustOa4nJTiNDTV1c++O1Nor0DvvvFNy\nJF2BemNTPTVfV6Bz586VrDtF/X35wyvQ5ORkVFdXO/8KND09HSUlJbjuuutQWlrq6B8k3riH5ID/\nPWCtH77VO99Hg0it58KFCyXre0LnnXceAOD000/3+x56mFd/Q+ot7S6//HL5M1LWvI3UmrrpEQV3\nZ9mSxRM0vVVapIv0evqSm5srOTs7W/JDDz0kWc/I9Tfz2HFXoJs3b8bcuXOxe/duxMXFoaSkBI89\n9himTZuGwsJCpKamYtSoUaFoKwUA62kf1tQurGfk8NuB9u7dG3/+85+POP7ss88GpUEUXKynfVhT\nu7CekSMq18LVbr31VgDA888/L8dmz54t+Xe/+12om0RH8c0330ju0aOHZD0E755FffbZZ/t9P11f\nfd/ltNNOk+xr6yw6dno26WWXXSZ58+bNkpuamozem2vhht/3338vWd+HXrBgAQBg+fLlckx3RXph\nlGNZ6CDYuJQfERGRAXagREREBpx7bUz0X3v27JGsH2XQa53qWXv+hm6XLVsm2dcO9O4hJgquf//7\n35I//PBDyabDtpqu4axZs475/aj1Fi1aJNm9pjEA3HXXXQCAc889V445eajWF16BEhERGYi8Lj8E\nampqwt2EqKRXhVq1apVkPblEv0Y/z/v2229LPumkkwAAt9xyixxrbGyUvHTpUsl64sL9998v+eqr\nr251+6n19I42eubpzTffLFk/bN8aemEMCo/f/OY3kvXm1rfddhuAyLzq1HgFSkREZIAdKBERkQE+\nB+rlOdBOnTpJ1s+SUXDpYVhfy7DpL1e9LubWrVuPeO2wYcMk691VPv/8c8nu4V4A+OKLL1rZYgqW\njRs3StbP/rrphf1Hjx4tWW8CYNNauJHqpz/9qeR//vOfkrt27QoAePXVV+WY/n6OFLwCJSIiMsAO\nlIiIyEDUD+G++OKLAICMjAw5xiHc0Hn33Xcl681yjzvuOMldunSRvHLlSsmJiYmSJ0+eLPnvf//7\nEefRX+Z6NqDOp5xyiuTKykqv5ydn0PV88sknJd9zzz2S9VKPereeYG9xFS0+/fRTyaeeeqrk2NhY\nyXoGtV7L99577wUAdOjQQY599NFHkiNluzZegRIRERlgB0pERGQgsp9iDYAzzjjjiGN6k+W6ujrJ\nHPoJvPnz50s+66yzJOtl2PRMPl/0kmHuYaMVK1b4/Tg9FKj3WOSwrbPpWbh62FY7/vjjJeuhemod\nvbn8VVddJVkPuRYWFkoeMmSI5BNOOEGy+4kH4H9DuHqGtT4Ph3CJiIgsxg6UiIjIQNQP4eoZY256\nWE9vCEuBd9NNN0m+/PLLJevZeS2hh4L0jEu3srIyyd26dfP6Hnr2NTnbvHnz/L5G7/7R2q8n+p9z\nzjlHsl6oQi8+o4dtfVmyZMkRx8aMGSP55JNPNm1i2PAKlIiIyAA7UCIiIgNRv5CCW79+/SRv2LBB\n8owZMyQ//PDDIW0THZ3eoiwrK0vy7NmzAQA9e/aUY5s2bQpdw6KYfnDevWkyANx+++2SBw8ebPTe\nepamfnBfDytqehGUzp07G52TgIKCAsm//vWvJR84cMDvx/bu3Vvy5s2bJbtn3L/55ptyTNc0UrTo\nHmh2djYqKyvR1NSESZMmIS0tDZmZmWhubkZycjJycnIQHx8f7LZSgLCe9mFN7cJ6Rga/HeiaNWuw\nY8cOFBYWora2FqNHj8aAAQOQkZGBkSNHYt68eSgqKvJYCo+ci/W0D2tqF9Yzcvgdwm1ubsbBgweR\nkJCA5uZmpKeno127dlixYgXi4+Oxfv16FBQUYOHChaFqc1A88sgjknNzcyVXV1dLjvTd0wG76qmH\nliZOnCjZvUWZ3uLM5lmYTqqpHuLT5zv33HMlv/TSS5J/9KMfSdaLV+gt59xrrv72t7+VY3oNZU0P\n5U+ZMkVyJH3vOqmeP7Rs2TLJFRUVkouKiry+XncvekEU98/YpKQkOdamTeRNyWnVPdDCwkK8//77\nWL16tTwq8NlnnyEzM1MWZafIwXrahzW1C+vpbC3+tWzlypUoKipCQUEBLrvsMjluyxykaLkCdbOh\nnrwC9eSEmvIKNHCcUM8f4hWopxZ9VZWVlWHx4sVYsmQJEhMTkZCQgMbGRrRt2xZVVVURs25hS+l1\nM70ttBDpIrmeem3inJwcybpm7h+00dBpujmlpnpbuR07dkjW6xL/5Cc/kdy9e3fJF110keRXX31V\nsq65m6533759Jd9///2SI7HTdHNKPX/oF7/4hdes166OJn67/Pr6emRnZyMvL09WaklPT0dJSQkA\noLS0FIMGDQpuKylgWE/7sKZ2YT0jh99f0YqLi1FbW+vxm2VWVhZmzJiBwsJCpKameuxiQc7GetqH\nNbUL6xk5uJDCf+l7oDNnzpSs11XVQ0wUHmlpaZK3bdsm+b777pOs72FT+Oj7kXpRi+uuu+6Y31vf\nO9XzFIhCKfLu2hIRETkAO1AiIiIDHML9r9NOO01yTU2N5F27dklOTk4OaZvoSM8884zkSZMmSdaP\nNXCo3Xmampokv/DCC15fs3btWsmLFi064t/1erYbN26UHIlrqJIdeAVKRERkgB0oERGRAQ7h/tfd\nd98ted26dZL1A+AdO3YMaZuIiMi5eAVKRERkgB0oERGRAQ7hEhERGeAVKBERkQF2oERERAbYgRIR\nERlgB0pERGSAHSgREZEBdqBEREQG2IESEREZYAdKRERkgB0oERGRAXagREREBtiBEhERGWAHSkRE\nZIAdKBERkQF2oERERAbYgRIRERmIC8VJHn30UWzcuBExMTGYPn06+vTpE4rThlR2djYqKyvR1NSE\nSZMmIS0tDZmZmWhubkZycjJycnIQHx8f7mYGjO01ZT3tqifAmtpWU0fU0xVkFRUVrokTJ7pcLpdr\n586drjFjxgT7lCFXXl7umjBhgsvlcrn27dvnGjJkiGvatGmu4uJil8vlcuXm5rqWLVsWziYGlO01\nZT3tqqfLxZraVlOn1DPoQ7jl5eUYMWIEAKBbt26oq6vD/v37g33akOrfvz8ef/xxAECHDh3Q0NCA\niooKDB8+HAAwdOhQlJeXh7OJAWV7TVlPu+oJsKa21dQp9Qx6B1pTU4POnTvL37t06YLq6upgnzak\nYmNjkZCQAAAoKirC4MGD0dDQIMMHSUlJVn3OtteU9bSrngBraltNnVLPkE8icrlcoT5lyKxcuRJF\nRUWYOXOmx3GbP2fA3s+P9bQPa2qXcNcz6B1oSkoKampq5O979+5FcnJysE8bcmVlZVi8eDHy8/OR\nmJiIhIQENDY2AgCqqqqQkpIS5hYGTjTUlPW0q54Aa2pbTZ1Qz6B3oAMHDkRJSQkAYMuWLUhJSUH7\n9u2DfdqQqq+vR3Z2NvLy8tCpUycAQHp6unzepaWlGDRoUDibGFC215T1tKueAGtqW02dUk/jx1ha\nOkW6X79+6NWrF8aOHYuYmBjMmjXLuLFOVVxcjNraWkyePFmOZWVlYcaMGSgsLERqaipGjRoVxha2\nDGt6GOtpVz0B1tS2mjqmniZTd22fIh2NWFO7sJ72YU2dx2gI1/Yp0tGINbUL62kf1tR5jDpQ26dI\nRyPW1C6sp31YU+cJyCQil6VTpKMZa2oX1tM+rGn4GXWg0TBFOtqwpnZhPe3DmjqPUQdq+xTpaMSa\n2oX1tA9r6jxGj7HYPkU6GrGmdmE97cOaOk+MiwPpFGX0MNjAgQMlNzU1Sf74449D2iYiijzcUJuI\niMgAO1AiIiIDxkv5EUWShx56SPLixYsl6+fobr755pC2iYgiG69AiYiIDLADJSIiMsBZuGSdb7/9\nFgBw4403yjH383MAEBMTI/miiy6SvHLlSsknnHBCMJtIRBbgFSgREZEBdqBEREQGHDML97vvvpO8\natUqyXoo7d1335VcV1cneeHChZJHjx4t+ZRTTmnx+U8++WTJ1113neTTTjutxe9B4aMXR3jggQcA\nHN6V3ptnn31Wcv/+/SVz2Da89N2ke+65R/KyZcsAAJ999pkc69ChQ+gaRuQDr0CJiIgMsAMlIiIy\n4JhZuDk5OZKnTp0axpYAbdr87/eKCy64QPKdd94p+YYbbpDcqVOn0DSMfPrkk08kn3322Uf8u/4y\nf+uttyQPGjQoqO2ilvv+++8ld+/eXbJ76La4uFiOXXHFFaFrGJEPvAIlIiIywA6UiIjIgGNm4eqZ\nkS2RkpIiubXDcD169JC8bds2AId3d3crKyuTvHbtWq/5/PPPl9y3b99WnZ8CQ8+8HTlypGRvdyUq\nKiok62F5co7jjjtOsq6Rewh39+7dIW8Thc7y5cslNzY2St60aZPkBQsWeP3Y8847D++//z4uuOAC\nvP/++8Fr5A/wCpSIiMgAO1AiIiIDjhnCXb16tWT9wLSvhQzi4+Mlt2/f/pjPf/DgQcm9evWSrGd3\nan/9618lcwg3PF544QXJH3/8seRx48YBABYtWiTHEhMTQ9cwOmYPPvig5JdffhkAsHnz5nA1hwJg\n+/btkrdu3QrAc43qJUuWSPb1cIhex1r74IMP5M9+/frJ8XXr1pk3uAV4BUpERGSAHSgREZEBxyyk\nEG7vvPOO5EsvvdTra9q2bSvZPXsXALp27Rq0dpEnPdtW10zXwD2LOikpKXQNo4D65ptvJLsXKjn+\n+OPlWHV1teRA3MKh1tu/f7/k8ePHS964caPX19fW1kqur68H4DlUq3/uvv32261uT1NTE+Li4jx+\nFuhbO8HQoivQ7du3Y8SIEfjLX/4CANizZw/Gjx+PjIwM3HfffR4LwZPzsZ72YU3twnpGBr8d6IED\nBzB79mwMGDBAji1YsAAZGRlYvnw5unbtiqKioqA2kgKH9bQPa2oX1jNy+J2FGx8fj/z8fOTn58ux\niooKPPTQQwCAoUOHoqCgABkZGcFrZYA1NzdLnjVrFgBg/vz5fj9OzyJrzVZpThKJ9dQPRustyvSM\nvAkTJkjWD+RHg0isaWu4h/n0THm9nvHVV18d6iYFlZPr6Z49CwCjRo2S7OtpBX++/PJLyXooXg8P\nf/XVV5J1rT/99FOv73nxxRcbtcWE3w40Li4OcXGeL2toaJDHSJKSkjzuR0SC2NhYyY888ojHn7aL\nxHrqVWn0Lz90WCTW1B+932e0TdNwcj179uwpWV9QBJremzc5OVnyzp07j/pxTU1NQWuTN8f8HGgk\nfnH7uwJtaGjw+nH6+dRIvQL1x4n11FegF110kWR9BZqdnS3ZfTXKTZcPc2JN/dGTiDp27AjAs97/\n7//9P8m2XYH6E856BvoKdM+ePZKP9QrUPYnopptukmPuzdiDxagDTUhIQGNjI9q2bYuqqiqPdWmd\n6sMPP5T8zDPPSM7NzT3itXoI8G9/+5vkk046KUitCy8n1lOvhfnmm2/6ff2PfvQjya3pOPWCGL5+\nCIR7ez0TTqypKW8Pz+vh3GjglHo+/PDDklvSaeonF55//nnJ7rXE9dWlpq9AFy5cKNnXsK17C8Oz\nzz7bY+g72IyeA01PT5cVJEpLS7mnYoRjPe3DmtqF9XQmv1egmzdvxty5c7F7927ExcWhpKQEjz32\nGKZNm4bCwkKkpqZ6XMqTs7Ge9mFN7cJ6Rg6rF1LYtWuX5LPOOkuyv4ko+oHt8vJyyWlpaZL1RCQK\nPD1Ep2cbutdFBYA2bf43gKInF5xxxhlHvJ9eN1cPCbrvgf/wPbRDhw7B5XIhJibG494c19cNHm8L\nKWh66P2GG24ISZuilV6D+JJLLpGs71Nq3bp1k1xcXOz1eGvceuutkt3Pxf7QI488gmnTpiErKwvT\npk0zOo8JLuVHRERkgB0oERGRAcdsZxYML774ouTWPD+ohw/11jhDhw6VrKdKX3PNNZJ//OMft7qd\ndCQ9Xf6VV16RrIdt9ZCQt5m3u3fvlqxn8i5dutTrOfWQ7JlnninZvbZnmzZtcOONN8rxwsJCye5H\nLYhsM2fOHMm+hm2vuuoqyVlZWZJbM2yrZ96vXbtWsn5kydc5r7vuOo8/Q4VXoERERAasvgLVVwv6\nRvjKlSslV1VVtfj9Vq1a5TX/6le/kuz+bW3q1Kn49ttv5Xi7du1afJ5opa/8fT1jduqpp0r+9a9/\nLVnvvFJTUwMAmDt3rhx79tlnJZ944omS9deI3sT5wIEDknv06CF57969fj4LCjT3PEdfmylTcE2e\nPFnyf/7zH8n6GU49qmO6O87y5cslT5w40etr+vfvL1kvkuA+p/5eDQVegRIRERlgB0pERGTA6udA\nfamrq5Psft5s3759ckw/M5iTkyO5Nf9Vhw4d8ng+TW8/xKEo7/RGvO6lvn5o0aJFkn/5y19K1sPl\nd999NwDPZ8b0JCM99DtjxgzJ7qFfwHPj7l27dmHfvn3o0qWLx8f+4Q9/OPonRMb4HGh0WLdunWT9\njKne71QvraonhoZ6wpA3vAIlIiIywA6UiIjIQFQO4bbGO++8I1nvGapn8npz6NAhj2cW9Sy1m2++\nOXANtMhzzz0n+Y477vD6Gl/7/V155ZWS9abbbvq5UvfODYDnbF99XJszZw6mTp2KuXPnRuTOLJHI\n3xCu3l3JV93I+fSSqL5ubennQPX3uRPwCpSIiMgAO1AiIiIDVi+kEAiDBw+WvGLFCsl65p9eas6X\nbdu2BbZhFtI7z+s7C7fddpvX1+ul+rZs2XLEx+oHs/Uwn6/Ztvqc+mPdyzZy+NY5bN3cPlrMnz8f\nwOFbXW76lpemF09wGl6BEhERGWAHSkREZIBDuK2ghxguuugiyS0Zwu3du3dQ2mQrPSOvJQtP6Nq4\nX//+++/Lsd/+9reSGxoaJOu66NfrTdWJ6NjpHbHc32vevm8Bz4VnfvSjH4WgdWZ4BUpERGSAHSgR\nEZEBKxZS0Ju86vVP+/TpIzk9Pf2Yz6NnjI0dO1ayHm7Qr42Pj5e/61mi3bt3P+a22Kglixps375d\nsv4/veWWWyTrh/Dd9Je53s6suLhYct++fVvZYgoWfwsp6JnUXbp0CUmbqPW+//57yW+88Ybka6+9\nFoDn9+W9994rWW/K3bZt22A28Zi06B5odnY2Kisr0dTUhEmTJiEtLQ2ZmZlobm5GcnIycnJyPDoL\ncjbW0z6sqV1Yz8jgtwNds2YNduzYgcLCQtTW1mL06NEYMGAAMjIyMHLkSMybNw9FRUXIyMgIRXvp\nGLGe9mFN7cJ6Rg6/Q7jNzc04ePAgEhIS0NzcjPT0dLRr1w4rVqxAfHw81q9fj4KCAixcuDBUbQbg\nOWz705/+VHJFRYXkAwcOSDYdBtDbZD311FOSMzMzj/pxhw4dwoABA+Tv5eXlRucPNKfWEwA+//xz\nyWlpaZJ1rfWXa2u2hfO1nZkNW5I5uaamonk7s0iv58GDByX/5je/kZyXl3fEa/X2ZLqOkbLlo99J\nRLGxsUhISABw+F7f4MGD0dDQIMMHSUlJqK6uDm4rKWBYT/uwpnZhPSNHi58DXblyJYqKilBQUIDL\nLrtMjodrDlL79u0lB/Pqrl27dpIfeOABr9kXp1x1euO0egLAqaeeKvnrr78OWzsilRNrakqPGOjJ\ne9EkUuupn6F+4oknvGZbtKgDLSsrw+LFi7FkyRIkJiYiISEBjY2NaNu2LaqqqpCSkhLsdh7h7rvv\nlqyHVjU9JKjbqHc4d9OzxZYsWSJ5+vTpkuvq6ryeR39Bd+zYEcDhDkDPGHXSlktOrOcPbdiwQfKc\nOXMkv/zyy5J9DfO4h43OP/98OXbeeedJdlItAiUSatoa+qH7iy++GABQWVkpx2wewgUiu5579+6V\nnJqa6vU1PXv2BAB88MEHIWlTsPgdwq2vr0d2djby8vLkXkR6ejpKSkoAHN57cdCgQcFtJQUM62kf\n1tQurGfk8HsFWlxcjNraWkyePFmOZWVlYcaMGSgsLERqaipGjRoV1EZS4LCe9mFN7cJ6Ro6IXUjh\nH//4h+SrrrrK7+v1b2zJyclH/Lu+KV9WVtaqtuj7Ne77nj169GjVexCRd8OGDQMAvPXWW3Ls5ptv\nlrx06dIQt4h+SP/8zM3NlfzYY49J1gvbrFq1CsD/bnlFKi7lR0REZIAdKBERkYGI3c5ML1KgZ+T6\nmird2mFZb+Li/vffpWeG3njjjZJPP/30Yz4PEf3PhRdeCMBzCFcvrkHhN3v2bMlPPvmk19fMmjVL\ncqQP3brxCpSIiMgAO1AiIiIDETuEq9fHnD9/vuSbbrpJ8uuvvy65d+/ekl966aUj3s/9YO8P6Rm+\nenj2lFNOaV2DicjItGnTAHgurqG3r6Pw+PLLLyX7WmRGL0QTiC0lnYZXoERERAbYgRIRERmI2IUU\niIgofPQiCe5hdgDo3r275HfeeUeytwVsIh2vQImIiAywAyUiIjLAIVwiImq1bdu2SU5LS5O8Zs0a\nyRdccEFI2xRqvAIlIiIywA6UiIjIAIdwiYiIDPAKlIiIyAA7UCIiIgPsQImIiAywAyUiIjLADpSI\niMgAO1AiIiID7ECJiIgMsAMlIiIywA6UiIjIQFwoTvLoo49i48aNiImJwfTp09GnT59QnDaksrOz\nUVlZiaamJkyaNAlpaSl9nRIAAAJISURBVGnIzMxEc3MzkpOTkZOTg/j4+HA3M2BsrynraVc9AdbU\ntpo6op6uIKuoqHBNnDjR5XK5XDt37nSNGTMm2KcMufLycteECRNcLpfLtW/fPteQIUNc06ZNcxUX\nF7tcLpcrNzfXtWzZsnA2MaBsrynraVc9XS7W1LaaOqWeQR/CLS8vx4gRIwAA3bp1Q11dHfbv3x/s\n04ZU//798fjjjwMAOnTogIaGBlRUVGD48OEAgKFDh6K8vDycTQwo22vKetpVT4A1ta2mTqln0DvQ\nmpoadO7cWf7epUsXVFdXB/u0IRUbG4uEhAQAQFFREQYPHoyGhgYZPkhKSrLqc7a9pqynXfUEWFPb\nauqUeoZ8EpHL4s1fVq5ciaKiIsycOdPjuM2fM2Dv58d62oc1tUu46xn0DjQlJQU1NTXy97179yI5\nOTnYpw25srIyLF68GPn5+UhMTERCQgIaGxsBAFVVVUhJSQlzCwMnGmrKetpVT4A1ta2mTqhn0DvQ\ngQMHoqSkBACwZcsWpKSkoH379sE+bUjV19cjOzsbeXl56NSpEwAgPT1dPu/S0lIMGjQonE0MKNtr\nynraVU+ANbWtpk6pZ9AfY+nXrx969eqFsWPHIiYmBrNmzQr2KUOuuLgYtbW1mDx5shzLysrCjBkz\nUFhYiNTUVIwaNSqMLQws22vKetpVT4A1ta2mTqlnjMvWwXEiIqIg4kpEREREBtiBEhERGWAHSkRE\nZIAdKBERkQF2oERERAbYgRIRERlgB0pERGSAHSgREZGB/w+7fYUhZvdaxQAAAABJRU5ErkJggg==\n",
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"metadata": {
"id": "S2l0ozLudvx5",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Changing Runtime(s)"
]
},
{
"metadata": {
"id": "9lV9jRk4d3nF",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"\n",
"* GPU\n",
"* TPU\n",
"* Python 2\n",
"* Python 3\n",
"* Local runtime\n",
"\n"
]
},
{
"metadata": {
"id": "nrkDViEcfnw8",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Universal Images and Data"
]
},
{
"metadata": {
"id": "3SUQ8fpuf3we",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"* Images (Can be stored using the Github Issue Hack)\n",
"\n",
"\n",
"\n",
"* Files and Data can be stored used large file hack\n",
"\n",
" - [large file](https://github.com/noahgift/food/blob/master/data/en.openfoodfacts.org.products.tsv)\n",
" - workflow: https://git-lfs.github.com/\n",
" \n",
" \n",
"\n",
"```\n",
"git lfs install\n",
"git lfs track \"*.csv\"\n",
"git add .gitattributes\n",
"git add file.psd\n",
"git commit -m \"Add design file\"\n",
"git push origin maste\n",
"```\n",
"\n",
"\n",
"\n"
]
},
{
"metadata": {
"id": "rQkSyrDjxXA4",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Colab to Colab Cell Copy Hack"
]
},
{
"metadata": {
"id": "-TDCr58Xxa2b",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
""
]
},
{
"metadata": {
"id": "jYjzO6a4N88q",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## 2.3 Using magic functions\n",
"\n",
"[Watch Lesson 2.3](https://learning.oreilly.com/videos/python-for-data/9780135687253/9780135687253-pfds_01_02_03_00)"
]
},
{
"metadata": {
"id": "Zf35CYV9PrjS",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### %timeit"
]
},
{
"metadata": {
"id": "PRj8G5D0DDQz",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"import numpy as np"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "tMpMJH0rfAEg",
"colab_type": "code",
"outputId": "974fd173-e9d1-476c-e45a-d09ec98dd201",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 119
}
},
"cell_type": "code",
"source": [
"too_many_decimals = 1.912345897\n",
"\n",
"print(\"built in Python Round\")\n",
"%timeit round(too_many_decimals, 2)\n",
"\n",
"print(\"numpy round\")\n",
"%timeit np.round(too_many_decimals, 2)\n"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"built in Python Round\n",
"The slowest run took 13.28 times longer than the fastest. This could mean that an intermediate result is being cached.\n",
"1000000 loops, best of 3: 507 ns per loop\n",
"numpy round\n",
"The slowest run took 9.87 times longer than the fastest. This could mean that an intermediate result is being cached.\n",
"100000 loops, best of 3: 8.09 µs per loop\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "p_KLutZKq5yN",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### %alias"
]
},
{
"metadata": {
"id": "jyIZLH6UpMou",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"alias lscsv ls -l sample_data/*.csv "
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "BNJ6bKtGpVn3",
"colab_type": "code",
"outputId": "27ce724d-3e94-41d8-9d0c-fb93905e6867",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 85
}
},
"cell_type": "code",
"source": [
"lscsv"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"-rw-r--r-- 1 root root 301141 Feb 6 17:31 sample_data/california_housing_test.csv\n",
"-rw-r--r-- 1 root root 1706430 Feb 6 17:31 sample_data/california_housing_train.csv\n",
"-rw-r--r-- 1 root root 18289443 Feb 6 17:31 sample_data/mnist_test.csv\n",
"-rw-r--r-- 1 root root 36523880 Feb 6 17:31 sample_data/mnist_train_small.csv\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "AE1cfp41rcwL",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"[Reference These]\n",
"https://ipython.readthedocs.io/en/stable/interactive/magics.html"
]
},
{
"metadata": {
"id": "MnsQIiDurIPp",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### %who"
]
},
{
"metadata": {
"id": "ljy17rdjrWD9",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"Print variables"
]
},
{
"metadata": {
"id": "ACyoq3IsrNZV",
"colab_type": "code",
"outputId": "fc9f9dc3-811a-4d14-ea9b-534ea7e9feeb",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 510
}
},
"cell_type": "code",
"source": [
"who_ls"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"['Use_Python',\n",
" 'alt',\n",
" 'boto3',\n",
" 'cars',\n",
" 'comprehend',\n",
" 'data',\n",
" 'data_test',\n",
" 'data_train',\n",
" 'df',\n",
" 'drive',\n",
" 'files',\n",
" 'n_features_test',\n",
" 'n_features_train',\n",
" 'n_samples_test',\n",
" 'n_samples_train',\n",
" 'np',\n",
" 'os',\n",
" 'pd',\n",
" 'plt',\n",
" 'show_img',\n",
" 'sys',\n",
" 'test_path',\n",
" 'text',\n",
" 'too_many_decimals',\n",
" 'train_path',\n",
" 'uploaded',\n",
" 'x_test',\n",
" 'x_train',\n",
" 'y_train']"
]
},
"metadata": {
"tags": []
},
"execution_count": 33
}
]
},
{
"metadata": {
"id": "MURtyzAMrZ1Z",
"colab_type": "code",
"outputId": "8e57937b-a5b0-472e-8c71-0dc64dcb31a1",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 1969
}
},
"cell_type": "code",
"source": [
"cars"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" Acceleration | \n",
" Cylinders | \n",
" Displacement | \n",
" Horsepower | \n",
" Miles_per_Gallon | \n",
" Name | \n",
" Origin | \n",
" Weight_in_lbs | \n",
" Year | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" 12.0 | \n",
" 8 | \n",
" 307.0 | \n",
" 130.0 | \n",
" 18.0 | \n",
" chevrolet chevelle malibu | \n",
" USA | \n",
" 3504 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 1 | \n",
" 11.5 | \n",
" 8 | \n",
" 350.0 | \n",
" 165.0 | \n",
" 15.0 | \n",
" buick skylark 320 | \n",
" USA | \n",
" 3693 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 2 | \n",
" 11.0 | \n",
" 8 | \n",
" 318.0 | \n",
" 150.0 | \n",
" 18.0 | \n",
" plymouth satellite | \n",
" USA | \n",
" 3436 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 3 | \n",
" 12.0 | \n",
" 8 | \n",
" 304.0 | \n",
" 150.0 | \n",
" 16.0 | \n",
" amc rebel sst | \n",
" USA | \n",
" 3433 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 4 | \n",
" 10.5 | \n",
" 8 | \n",
" 302.0 | \n",
" 140.0 | \n",
" 17.0 | \n",
" ford torino | \n",
" USA | \n",
" 3449 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 5 | \n",
" 10.0 | \n",
" 8 | \n",
" 429.0 | \n",
" 198.0 | \n",
" 15.0 | \n",
" ford galaxie 500 | \n",
" USA | \n",
" 4341 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 6 | \n",
" 9.0 | \n",
" 8 | \n",
" 454.0 | \n",
" 220.0 | \n",
" 14.0 | \n",
" chevrolet impala | \n",
" USA | \n",
" 4354 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 7 | \n",
" 8.5 | \n",
" 8 | \n",
" 440.0 | \n",
" 215.0 | \n",
" 14.0 | \n",
" plymouth fury iii | \n",
" USA | \n",
" 4312 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 8 | \n",
" 10.0 | \n",
" 8 | \n",
" 455.0 | \n",
" 225.0 | \n",
" 14.0 | \n",
" pontiac catalina | \n",
" USA | \n",
" 4425 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 9 | \n",
" 8.5 | \n",
" 8 | \n",
" 390.0 | \n",
" 190.0 | \n",
" 15.0 | \n",
" amc ambassador dpl | \n",
" USA | \n",
" 3850 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 10 | \n",
" 17.5 | \n",
" 4 | \n",
" 133.0 | \n",
" 115.0 | \n",
" NaN | \n",
" citroen ds-21 pallas | \n",
" Europe | \n",
" 3090 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 11 | \n",
" 11.5 | \n",
" 8 | \n",
" 350.0 | \n",
" 165.0 | \n",
" NaN | \n",
" chevrolet chevelle concours (sw) | \n",
" USA | \n",
" 4142 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 12 | \n",
" 11.0 | \n",
" 8 | \n",
" 351.0 | \n",
" 153.0 | \n",
" NaN | \n",
" ford torino (sw) | \n",
" USA | \n",
" 4034 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 13 | \n",
" 10.5 | \n",
" 8 | \n",
" 383.0 | \n",
" 175.0 | \n",
" NaN | \n",
" plymouth satellite (sw) | \n",
" USA | \n",
" 4166 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 14 | \n",
" 11.0 | \n",
" 8 | \n",
" 360.0 | \n",
" 175.0 | \n",
" NaN | \n",
" amc rebel sst (sw) | \n",
" USA | \n",
" 3850 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 15 | \n",
" 10.0 | \n",
" 8 | \n",
" 383.0 | \n",
" 170.0 | \n",
" 15.0 | \n",
" dodge challenger se | \n",
" USA | \n",
" 3563 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 16 | \n",
" 8.0 | \n",
" 8 | \n",
" 340.0 | \n",
" 160.0 | \n",
" 14.0 | \n",
" plymouth 'cuda 340 | \n",
" USA | \n",
" 3609 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 17 | \n",
" 8.0 | \n",
" 8 | \n",
" 302.0 | \n",
" 140.0 | \n",
" NaN | \n",
" ford mustang boss 302 | \n",
" USA | \n",
" 3353 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 18 | \n",
" 9.5 | \n",
" 8 | \n",
" 400.0 | \n",
" 150.0 | \n",
" 15.0 | \n",
" chevrolet monte carlo | \n",
" USA | \n",
" 3761 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 19 | \n",
" 10.0 | \n",
" 8 | \n",
" 455.0 | \n",
" 225.0 | \n",
" 14.0 | \n",
" buick estate wagon (sw) | \n",
" USA | \n",
" 3086 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 20 | \n",
" 15.0 | \n",
" 4 | \n",
" 113.0 | \n",
" 95.0 | \n",
" 24.0 | \n",
" toyota corona mark ii | \n",
" Japan | \n",
" 2372 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 21 | \n",
" 15.5 | \n",
" 6 | \n",
" 198.0 | \n",
" 95.0 | \n",
" 22.0 | \n",
" plymouth duster | \n",
" USA | \n",
" 2833 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 22 | \n",
" 15.5 | \n",
" 6 | \n",
" 199.0 | \n",
" 97.0 | \n",
" 18.0 | \n",
" amc hornet | \n",
" USA | \n",
" 2774 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 23 | \n",
" 16.0 | \n",
" 6 | \n",
" 200.0 | \n",
" 85.0 | \n",
" 21.0 | \n",
" ford maverick | \n",
" USA | \n",
" 2587 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 24 | \n",
" 14.5 | \n",
" 4 | \n",
" 97.0 | \n",
" 88.0 | \n",
" 27.0 | \n",
" datsun pl510 | \n",
" Japan | \n",
" 2130 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 25 | \n",
" 20.5 | \n",
" 4 | \n",
" 97.0 | \n",
" 46.0 | \n",
" 26.0 | \n",
" volkswagen 1131 deluxe sedan | \n",
" Europe | \n",
" 1835 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 26 | \n",
" 17.5 | \n",
" 4 | \n",
" 110.0 | \n",
" 87.0 | \n",
" 25.0 | \n",
" peugeot 504 | \n",
" Europe | \n",
" 2672 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 27 | \n",
" 14.5 | \n",
" 4 | \n",
" 107.0 | \n",
" 90.0 | \n",
" 24.0 | \n",
" audi 100 ls | \n",
" Europe | \n",
" 2430 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 28 | \n",
" 17.5 | \n",
" 4 | \n",
" 104.0 | \n",
" 95.0 | \n",
" 25.0 | \n",
" saab 99e | \n",
" Europe | \n",
" 2375 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" 29 | \n",
" 12.5 | \n",
" 4 | \n",
" 121.0 | \n",
" 113.0 | \n",
" 26.0 | \n",
" bmw 2002 | \n",
" Europe | \n",
" 2234 | \n",
" 1970-01-01 | \n",
"
\n",
" \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
" ... | \n",
"
\n",
" \n",
" 376 | \n",
" 18.6 | \n",
" 4 | \n",
" 112.0 | \n",
" 88.0 | \n",
" 27.0 | \n",
" chevrolet cavalier wagon | \n",
" USA | \n",
" 2640 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 377 | \n",
" 18.0 | \n",
" 4 | \n",
" 112.0 | \n",
" 88.0 | \n",
" 34.0 | \n",
" chevrolet cavalier 2-door | \n",
" USA | \n",
" 2395 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 378 | \n",
" 16.2 | \n",
" 4 | \n",
" 112.0 | \n",
" 85.0 | \n",
" 31.0 | \n",
" pontiac j2000 se hatchback | \n",
" USA | \n",
" 2575 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 379 | \n",
" 16.0 | \n",
" 4 | \n",
" 135.0 | \n",
" 84.0 | \n",
" 29.0 | \n",
" dodge aries se | \n",
" USA | \n",
" 2525 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 380 | \n",
" 18.0 | \n",
" 4 | \n",
" 151.0 | \n",
" 90.0 | \n",
" 27.0 | \n",
" pontiac phoenix | \n",
" USA | \n",
" 2735 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 381 | \n",
" 16.4 | \n",
" 4 | \n",
" 140.0 | \n",
" 92.0 | \n",
" 24.0 | \n",
" ford fairmont futura | \n",
" USA | \n",
" 2865 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 382 | \n",
" 20.5 | \n",
" 4 | \n",
" 151.0 | \n",
" NaN | \n",
" 23.0 | \n",
" amc concord dl | \n",
" USA | \n",
" 3035 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 383 | \n",
" 15.3 | \n",
" 4 | \n",
" 105.0 | \n",
" 74.0 | \n",
" 36.0 | \n",
" volkswagen rabbit l | \n",
" Europe | \n",
" 1980 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 384 | \n",
" 18.2 | \n",
" 4 | \n",
" 91.0 | \n",
" 68.0 | \n",
" 37.0 | \n",
" mazda glc custom l | \n",
" Japan | \n",
" 2025 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 385 | \n",
" 17.6 | \n",
" 4 | \n",
" 91.0 | \n",
" 68.0 | \n",
" 31.0 | \n",
" mazda glc custom | \n",
" Japan | \n",
" 1970 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 386 | \n",
" 14.7 | \n",
" 4 | \n",
" 105.0 | \n",
" 63.0 | \n",
" 38.0 | \n",
" plymouth horizon miser | \n",
" USA | \n",
" 2125 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 387 | \n",
" 17.3 | \n",
" 4 | \n",
" 98.0 | \n",
" 70.0 | \n",
" 36.0 | \n",
" mercury lynx l | \n",
" USA | \n",
" 2125 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 388 | \n",
" 14.5 | \n",
" 4 | \n",
" 120.0 | \n",
" 88.0 | \n",
" 36.0 | \n",
" nissan stanza xe | \n",
" Japan | \n",
" 2160 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 389 | \n",
" 14.5 | \n",
" 4 | \n",
" 107.0 | \n",
" 75.0 | \n",
" 36.0 | \n",
" honda Accelerationord | \n",
" Japan | \n",
" 2205 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 390 | \n",
" 16.9 | \n",
" 4 | \n",
" 108.0 | \n",
" 70.0 | \n",
" 34.0 | \n",
" toyota corolla | \n",
" Japan | \n",
" 2245 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 391 | \n",
" 15.0 | \n",
" 4 | \n",
" 91.0 | \n",
" 67.0 | \n",
" 38.0 | \n",
" honda civic | \n",
" Japan | \n",
" 1965 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 392 | \n",
" 15.7 | \n",
" 4 | \n",
" 91.0 | \n",
" 67.0 | \n",
" 32.0 | \n",
" honda civic (auto) | \n",
" Japan | \n",
" 1965 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 393 | \n",
" 16.2 | \n",
" 4 | \n",
" 91.0 | \n",
" 67.0 | \n",
" 38.0 | \n",
" datsun 310 gx | \n",
" Japan | \n",
" 1995 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 394 | \n",
" 16.4 | \n",
" 6 | \n",
" 181.0 | \n",
" 110.0 | \n",
" 25.0 | \n",
" buick century limited | \n",
" USA | \n",
" 2945 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 395 | \n",
" 17.0 | \n",
" 6 | \n",
" 262.0 | \n",
" 85.0 | \n",
" 38.0 | \n",
" oldsmobile cutlass ciera (diesel) | \n",
" USA | \n",
" 3015 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 396 | \n",
" 14.5 | \n",
" 4 | \n",
" 156.0 | \n",
" 92.0 | \n",
" 26.0 | \n",
" chrysler lebaron medallion | \n",
" USA | \n",
" 2585 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 397 | \n",
" 14.7 | \n",
" 6 | \n",
" 232.0 | \n",
" 112.0 | \n",
" 22.0 | \n",
" ford granada l | \n",
" USA | \n",
" 2835 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 398 | \n",
" 13.9 | \n",
" 4 | \n",
" 144.0 | \n",
" 96.0 | \n",
" 32.0 | \n",
" toyota celica gt | \n",
" Japan | \n",
" 2665 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 399 | \n",
" 13.0 | \n",
" 4 | \n",
" 135.0 | \n",
" 84.0 | \n",
" 36.0 | \n",
" dodge charger 2.2 | \n",
" USA | \n",
" 2370 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 400 | \n",
" 17.3 | \n",
" 4 | \n",
" 151.0 | \n",
" 90.0 | \n",
" 27.0 | \n",
" chevrolet camaro | \n",
" USA | \n",
" 2950 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 401 | \n",
" 15.6 | \n",
" 4 | \n",
" 140.0 | \n",
" 86.0 | \n",
" 27.0 | \n",
" ford mustang gl | \n",
" USA | \n",
" 2790 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 402 | \n",
" 24.6 | \n",
" 4 | \n",
" 97.0 | \n",
" 52.0 | \n",
" 44.0 | \n",
" vw pickup | \n",
" Europe | \n",
" 2130 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 403 | \n",
" 11.6 | \n",
" 4 | \n",
" 135.0 | \n",
" 84.0 | \n",
" 32.0 | \n",
" dodge rampage | \n",
" USA | \n",
" 2295 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 404 | \n",
" 18.6 | \n",
" 4 | \n",
" 120.0 | \n",
" 79.0 | \n",
" 28.0 | \n",
" ford ranger | \n",
" USA | \n",
" 2625 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
" 405 | \n",
" 19.4 | \n",
" 4 | \n",
" 119.0 | \n",
" 82.0 | \n",
" 31.0 | \n",
" chevy s-10 | \n",
" USA | \n",
" 2720 | \n",
" 1982-01-01 | \n",
"
\n",
" \n",
"
\n",
"
406 rows × 9 columns
\n",
"
"
],
"text/plain": [
" Acceleration Cylinders Displacement Horsepower Miles_per_Gallon \\\n",
"0 12.0 8 307.0 130.0 18.0 \n",
"1 11.5 8 350.0 165.0 15.0 \n",
"2 11.0 8 318.0 150.0 18.0 \n",
"3 12.0 8 304.0 150.0 16.0 \n",
"4 10.5 8 302.0 140.0 17.0 \n",
"5 10.0 8 429.0 198.0 15.0 \n",
"6 9.0 8 454.0 220.0 14.0 \n",
"7 8.5 8 440.0 215.0 14.0 \n",
"8 10.0 8 455.0 225.0 14.0 \n",
"9 8.5 8 390.0 190.0 15.0 \n",
"10 17.5 4 133.0 115.0 NaN \n",
"11 11.5 8 350.0 165.0 NaN \n",
"12 11.0 8 351.0 153.0 NaN \n",
"13 10.5 8 383.0 175.0 NaN \n",
"14 11.0 8 360.0 175.0 NaN \n",
"15 10.0 8 383.0 170.0 15.0 \n",
"16 8.0 8 340.0 160.0 14.0 \n",
"17 8.0 8 302.0 140.0 NaN \n",
"18 9.5 8 400.0 150.0 15.0 \n",
"19 10.0 8 455.0 225.0 14.0 \n",
"20 15.0 4 113.0 95.0 24.0 \n",
"21 15.5 6 198.0 95.0 22.0 \n",
"22 15.5 6 199.0 97.0 18.0 \n",
"23 16.0 6 200.0 85.0 21.0 \n",
"24 14.5 4 97.0 88.0 27.0 \n",
"25 20.5 4 97.0 46.0 26.0 \n",
"26 17.5 4 110.0 87.0 25.0 \n",
"27 14.5 4 107.0 90.0 24.0 \n",
"28 17.5 4 104.0 95.0 25.0 \n",
"29 12.5 4 121.0 113.0 26.0 \n",
".. ... ... ... ... ... \n",
"376 18.6 4 112.0 88.0 27.0 \n",
"377 18.0 4 112.0 88.0 34.0 \n",
"378 16.2 4 112.0 85.0 31.0 \n",
"379 16.0 4 135.0 84.0 29.0 \n",
"380 18.0 4 151.0 90.0 27.0 \n",
"381 16.4 4 140.0 92.0 24.0 \n",
"382 20.5 4 151.0 NaN 23.0 \n",
"383 15.3 4 105.0 74.0 36.0 \n",
"384 18.2 4 91.0 68.0 37.0 \n",
"385 17.6 4 91.0 68.0 31.0 \n",
"386 14.7 4 105.0 63.0 38.0 \n",
"387 17.3 4 98.0 70.0 36.0 \n",
"388 14.5 4 120.0 88.0 36.0 \n",
"389 14.5 4 107.0 75.0 36.0 \n",
"390 16.9 4 108.0 70.0 34.0 \n",
"391 15.0 4 91.0 67.0 38.0 \n",
"392 15.7 4 91.0 67.0 32.0 \n",
"393 16.2 4 91.0 67.0 38.0 \n",
"394 16.4 6 181.0 110.0 25.0 \n",
"395 17.0 6 262.0 85.0 38.0 \n",
"396 14.5 4 156.0 92.0 26.0 \n",
"397 14.7 6 232.0 112.0 22.0 \n",
"398 13.9 4 144.0 96.0 32.0 \n",
"399 13.0 4 135.0 84.0 36.0 \n",
"400 17.3 4 151.0 90.0 27.0 \n",
"401 15.6 4 140.0 86.0 27.0 \n",
"402 24.6 4 97.0 52.0 44.0 \n",
"403 11.6 4 135.0 84.0 32.0 \n",
"404 18.6 4 120.0 79.0 28.0 \n",
"405 19.4 4 119.0 82.0 31.0 \n",
"\n",
" Name Origin Weight_in_lbs Year \n",
"0 chevrolet chevelle malibu USA 3504 1970-01-01 \n",
"1 buick skylark 320 USA 3693 1970-01-01 \n",
"2 plymouth satellite USA 3436 1970-01-01 \n",
"3 amc rebel sst USA 3433 1970-01-01 \n",
"4 ford torino USA 3449 1970-01-01 \n",
"5 ford galaxie 500 USA 4341 1970-01-01 \n",
"6 chevrolet impala USA 4354 1970-01-01 \n",
"7 plymouth fury iii USA 4312 1970-01-01 \n",
"8 pontiac catalina USA 4425 1970-01-01 \n",
"9 amc ambassador dpl USA 3850 1970-01-01 \n",
"10 citroen ds-21 pallas Europe 3090 1970-01-01 \n",
"11 chevrolet chevelle concours (sw) USA 4142 1970-01-01 \n",
"12 ford torino (sw) USA 4034 1970-01-01 \n",
"13 plymouth satellite (sw) USA 4166 1970-01-01 \n",
"14 amc rebel sst (sw) USA 3850 1970-01-01 \n",
"15 dodge challenger se USA 3563 1970-01-01 \n",
"16 plymouth 'cuda 340 USA 3609 1970-01-01 \n",
"17 ford mustang boss 302 USA 3353 1970-01-01 \n",
"18 chevrolet monte carlo USA 3761 1970-01-01 \n",
"19 buick estate wagon (sw) USA 3086 1970-01-01 \n",
"20 toyota corona mark ii Japan 2372 1970-01-01 \n",
"21 plymouth duster USA 2833 1970-01-01 \n",
"22 amc hornet USA 2774 1970-01-01 \n",
"23 ford maverick USA 2587 1970-01-01 \n",
"24 datsun pl510 Japan 2130 1970-01-01 \n",
"25 volkswagen 1131 deluxe sedan Europe 1835 1970-01-01 \n",
"26 peugeot 504 Europe 2672 1970-01-01 \n",
"27 audi 100 ls Europe 2430 1970-01-01 \n",
"28 saab 99e Europe 2375 1970-01-01 \n",
"29 bmw 2002 Europe 2234 1970-01-01 \n",
".. ... ... ... ... \n",
"376 chevrolet cavalier wagon USA 2640 1982-01-01 \n",
"377 chevrolet cavalier 2-door USA 2395 1982-01-01 \n",
"378 pontiac j2000 se hatchback USA 2575 1982-01-01 \n",
"379 dodge aries se USA 2525 1982-01-01 \n",
"380 pontiac phoenix USA 2735 1982-01-01 \n",
"381 ford fairmont futura USA 2865 1982-01-01 \n",
"382 amc concord dl USA 3035 1982-01-01 \n",
"383 volkswagen rabbit l Europe 1980 1982-01-01 \n",
"384 mazda glc custom l Japan 2025 1982-01-01 \n",
"385 mazda glc custom Japan 1970 1982-01-01 \n",
"386 plymouth horizon miser USA 2125 1982-01-01 \n",
"387 mercury lynx l USA 2125 1982-01-01 \n",
"388 nissan stanza xe Japan 2160 1982-01-01 \n",
"389 honda Accelerationord Japan 2205 1982-01-01 \n",
"390 toyota corolla Japan 2245 1982-01-01 \n",
"391 honda civic Japan 1965 1982-01-01 \n",
"392 honda civic (auto) Japan 1965 1982-01-01 \n",
"393 datsun 310 gx Japan 1995 1982-01-01 \n",
"394 buick century limited USA 2945 1982-01-01 \n",
"395 oldsmobile cutlass ciera (diesel) USA 3015 1982-01-01 \n",
"396 chrysler lebaron medallion USA 2585 1982-01-01 \n",
"397 ford granada l USA 2835 1982-01-01 \n",
"398 toyota celica gt Japan 2665 1982-01-01 \n",
"399 dodge charger 2.2 USA 2370 1982-01-01 \n",
"400 chevrolet camaro USA 2950 1982-01-01 \n",
"401 ford mustang gl USA 2790 1982-01-01 \n",
"402 vw pickup Europe 2130 1982-01-01 \n",
"403 dodge rampage USA 2295 1982-01-01 \n",
"404 ford ranger USA 2625 1982-01-01 \n",
"405 chevy s-10 USA 2720 1982-01-01 \n",
"\n",
"[406 rows x 9 columns]"
]
},
"metadata": {
"tags": []
},
"execution_count": 32
}
]
},
{
"metadata": {
"id": "l9z-cAQow-BO",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### %writefile"
]
},
{
"metadata": {
"id": "luIP2qKqxJmB",
"colab_type": "code",
"outputId": "30c2945c-f3fe-4245-c08e-5bbe9f094b95",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"%%writefile magic_stuff.txt\n",
"import pandas as pd\n",
"df = pd.read_csv(\n",
" \"https://raw.githubusercontent.com/noahgift/food/master/data/features.en.openfoodfacts.org.products.csv\")\n",
"df.drop([\"Unnamed: 0\", \"exceeded\", \"g_sum\", \"energy_100g\"], axis=1, inplace=True) #drop two rows we don't need\n",
"df = df.drop(df.index[[1,11877]]) #drop outlier\n",
"df.rename(index=str, columns={\"reconstructed_energy\": \"energy_100g\"}, inplace=True)\n",
"df.head()"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Writing magic_stuff.txt\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "uok6ppvvxRo9",
"colab_type": "code",
"outputId": "575bba8d-4fdd-408e-c350-ea34def136b2",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 136
}
},
"cell_type": "code",
"source": [
"cat magic_stuff.txt"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"import pandas as pd\n",
"df = pd.read_csv(\n",
" \"https://raw.githubusercontent.com/noahgift/food/master/data/features.en.openfoodfacts.org.products.csv\")\n",
"df.drop([\"Unnamed: 0\", \"exceeded\", \"g_sum\", \"energy_100g\"], axis=1, inplace=True) #drop two rows we don't need\n",
"df = df.drop(df.index[[1,11877]]) #drop outlier\n",
"df.rename(index=str, columns={\"reconstructed_energy\": \"energy_100g\"}, inplace=True)\n",
"df.head()"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "TtVDMB8EwJqG",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Bash"
]
},
{
"metadata": {
"id": "YC03T7XUuF1k",
"colab_type": "code",
"outputId": "d635ca51-3ed6-472a-fd8d-351315a06fa7",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"%%bash\n",
"uname -a"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Linux c14846d13496 4.14.79+ #1 SMP Wed Dec 19 21:19:13 PST 2018 x86_64 x86_64 x86_64 GNU/Linux\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "ohA_HAOewNMT",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Python2"
]
},
{
"metadata": {
"id": "eioZW4txwO7-",
"colab_type": "code",
"outputId": "9adb3426-f1cc-4b9d-c965-e229ec95284a",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"%%python2\n",
"print \"old school\"\n"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"old school\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "FneBpGetEHjG",
"colab_type": "code",
"outputId": "efc909b0-5ce2-406d-ab65-cf505c4c354c",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 130
}
},
"cell_type": "code",
"source": [
"print \"old school\""
],
"execution_count": 0,
"outputs": [
{
"output_type": "error",
"ename": "SyntaxError",
"evalue": "ignored",
"traceback": [
"\u001b[0;36m File \u001b[0;32m\"\"\u001b[0;36m, line \u001b[0;32m1\u001b[0m\n\u001b[0;31m print \"old school\"\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m Missing parentheses in call to 'print'. Did you mean print(\"old school\")?\n"
]
}
]
},
{
"metadata": {
"id": "A2sW1aQ-wuPH",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### HTML"
]
},
{
"metadata": {
"id": "C8ueccG-wv8Z",
"colab_type": "code",
"outputId": "659ddcd0-4be0-4391-b7b9-d55c80964f86",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 74
}
},
"cell_type": "code",
"source": [
"%%html\n",
"Only The Best Tags"
],
"execution_count": 0,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"Only The Best Tags"
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
}
]
},
{
"metadata": {
"id": "ckb3xjN-PsAQ",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"## 2.4 Compatibility with Jupyter\n",
"\n",
"[Watch Lesson 2.4](https://learning.oreilly.com/videos/python-for-data/9780135687253/9780135687253-pfds_01_02_04_00)"
]
},
{
"metadata": {
"id": "vn1SjZ7Kr_Em",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Jupyter Import/Export"
]
},
{
"metadata": {
"id": "beO5GzArePIN",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"\n",
"\n",
"* Upload Jupyter Notebooks\n",
"* Download Jupyter Notebooks\n",
"\n"
]
},
{
"metadata": {
"id": "ZY_TjSncsuPq",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Using Plotly"
]
},
{
"metadata": {
"id": "3oQ7Vw_TP8z6",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Install Latest Plotly"
]
},
{
"metadata": {
"id": "3VVuFQwwRm9l",
"colab_type": "code",
"outputId": "94bffb7d-d560-49e3-915c-5f9caa3b1260",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"import plotly\n",
"plotly.__version__"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"'1.12.12'"
]
},
"metadata": {
"tags": []
},
"execution_count": 41
}
]
},
{
"metadata": {
"id": "zL4Kp0FcP3tE",
"colab_type": "code",
"outputId": "ceae485b-b2f6-4e4a-f170-1bb576855430",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 565
}
},
"cell_type": "code",
"source": [
"!pip uninstall -q -y plotly\n",
"!pip install plotly==3.6.0"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Collecting plotly==3.6.0\n",
"\u001b[?25l Downloading https://files.pythonhosted.org/packages/4d/59/63a5a05532a67b1c49283e8b7885bbe55454a1eef8443e97a7479bb9964b/plotly-3.6.0.tar.gz (31.1MB)\n",
"\u001b[K 100% |████████████████████████████████| 31.1MB 1.2MB/s \n",
"\u001b[?25hRequirement already satisfied: decorator>=4.0.6 in /usr/local/lib/python3.6/dist-packages (from plotly==3.6.0) (4.3.2)\n",
"Requirement already satisfied: nbformat>=4.2 in /usr/local/lib/python3.6/dist-packages (from plotly==3.6.0) (4.4.0)\n",
"Requirement already satisfied: pytz in /usr/local/lib/python3.6/dist-packages (from plotly==3.6.0) (2018.9)\n",
"Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from plotly==3.6.0) (2.18.4)\n",
"Collecting retrying>=1.3.3 (from plotly==3.6.0)\n",
" Downloading https://files.pythonhosted.org/packages/44/ef/beae4b4ef80902f22e3af073397f079c96969c69b2c7d52a57ea9ae61c9d/retrying-1.3.3.tar.gz\n",
"Requirement already satisfied: six in /usr/local/lib/python3.6/dist-packages (from plotly==3.6.0) (1.11.0)\n",
"Requirement already satisfied: jupyter-core in /usr/local/lib/python3.6/dist-packages (from nbformat>=4.2->plotly==3.6.0) (4.4.0)\n",
"Requirement already satisfied: traitlets>=4.1 in /usr/local/lib/python3.6/dist-packages (from nbformat>=4.2->plotly==3.6.0) (4.3.2)\n",
"Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /usr/local/lib/python3.6/dist-packages (from nbformat>=4.2->plotly==3.6.0) (2.6.0)\n",
"Requirement already satisfied: ipython-genutils in /usr/local/lib/python3.6/dist-packages (from nbformat>=4.2->plotly==3.6.0) (0.2.0)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests->plotly==3.6.0) (2018.11.29)\n",
"Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->plotly==3.6.0) (1.22)\n",
"Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests->plotly==3.6.0) (3.0.4)\n",
"Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests->plotly==3.6.0) (2.6)\n",
"Building wheels for collected packages: plotly, retrying\n",
" Building wheel for plotly (setup.py) ... \u001b[?25ldone\n",
"\u001b[?25h Stored in directory: /root/.cache/pip/wheels/67/0b/29/08c7f5caed2d1ac446db982ff607b326d49bfa0bd3a67ef8c7\n",
" Building wheel for retrying (setup.py) ... \u001b[?25ldone\n",
"\u001b[?25h Stored in directory: /root/.cache/pip/wheels/d7/a9/33/acc7b709e2a35caa7d4cae442f6fe6fbf2c43f80823d46460c\n",
"Successfully built plotly retrying\n",
"Installing collected packages: retrying, plotly\n",
"Successfully installed plotly-3.6.0 retrying-1.3.3\n"
],
"name": "stdout"
},
{
"output_type": "display_data",
"data": {
"application/vnd.colab-display-data+json": {
"pip_warning": {
"packages": [
"plotly"
]
}
}
},
"metadata": {
"tags": []
}
}
]
},
{
"metadata": {
"id": "I8nL-l8MRn4f",
"colab_type": "code",
"outputId": "32b8e775-e642-4ff6-a123-625bea2495d0",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 34
}
},
"cell_type": "code",
"source": [
"import plotly\n",
"plotly.__version__"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"'3.6.0'"
]
},
"metadata": {
"tags": []
},
"execution_count": 2
}
]
},
{
"metadata": {
"id": "RRsSd29rKn_3",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"def enable_plotly_in_cell():\n",
" import IPython\n",
" from plotly.offline import init_notebook_mode\n",
" display(IPython.core.display.HTML('''\n",
" \n",
" '''))\n",
" init_notebook_mode(connected=False)"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "B6zuTd7EsvqV",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
""
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "Wo1AFvAKtVYI",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"#### Plot"
]
},
{
"metadata": {
"id": "LIKrdMkqtXCV",
"colab_type": "code",
"outputId": "1ff86987-7d9f-4b83-d634-be1d27a9bb38",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
}
},
"cell_type": "code",
"source": [
"import pandas as pd\n",
"df = pd.read_csv(\n",
" \"https://raw.githubusercontent.com/noahgift/food/master/data/features.en.openfoodfacts.org.products.csv\")\n",
"df.drop([\"Unnamed: 0\", \"exceeded\", \"g_sum\", \"energy_100g\"], axis=1, inplace=True) #drop two rows we don't need\n",
"df = df.drop(df.index[[1,11877]]) #drop outlier\n",
"df.rename(index=str, columns={\"reconstructed_energy\": \"energy_100g\"}, inplace=True)\n",
"df.head()"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" fat_100g | \n",
" carbohydrates_100g | \n",
" sugars_100g | \n",
" proteins_100g | \n",
" salt_100g | \n",
" energy_100g | \n",
" product | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" 28.57 | \n",
" 64.29 | \n",
" 14.29 | \n",
" 3.57 | \n",
" 0.00000 | \n",
" 2267.85 | \n",
" Banana Chips Sweetened (Whole) | \n",
"
\n",
" \n",
" 2 | \n",
" 57.14 | \n",
" 17.86 | \n",
" 3.57 | \n",
" 17.86 | \n",
" 1.22428 | \n",
" 2835.70 | \n",
" Organic Salted Nut Mix | \n",
"
\n",
" \n",
" 3 | \n",
" 18.75 | \n",
" 57.81 | \n",
" 15.62 | \n",
" 14.06 | \n",
" 0.13970 | \n",
" 1953.04 | \n",
" Organic Muesli | \n",
"
\n",
" \n",
" 4 | \n",
" 36.67 | \n",
" 36.67 | \n",
" 3.33 | \n",
" 16.67 | \n",
" 1.60782 | \n",
" 2336.91 | \n",
" Zen Party Mix | \n",
"
\n",
" \n",
" 5 | \n",
" 18.18 | \n",
" 60.00 | \n",
" 21.82 | \n",
" 14.55 | \n",
" 0.02286 | \n",
" 1976.37 | \n",
" Cinnamon Nut Granola | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" fat_100g carbohydrates_100g sugars_100g proteins_100g salt_100g \\\n",
"0 28.57 64.29 14.29 3.57 0.00000 \n",
"2 57.14 17.86 3.57 17.86 1.22428 \n",
"3 18.75 57.81 15.62 14.06 0.13970 \n",
"4 36.67 36.67 3.33 16.67 1.60782 \n",
"5 18.18 60.00 21.82 14.55 0.02286 \n",
"\n",
" energy_100g product \n",
"0 2267.85 Banana Chips Sweetened (Whole) \n",
"2 2835.70 Organic Salted Nut Mix \n",
"3 1953.04 Organic Muesli \n",
"4 2336.91 Zen Party Mix \n",
"5 1976.37 Cinnamon Nut Granola "
]
},
"metadata": {
"tags": []
},
"execution_count": 4
}
]
},
{
"metadata": {
"id": "g1VJGC8PtaGY",
"colab_type": "code",
"outputId": "d2ba7ace-7a44-4fdd-9433-16b4061ee4b7",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 204
}
},
"cell_type": "code",
"source": [
"from sklearn.preprocessing import MinMaxScaler\n",
"from sklearn.cluster import KMeans\n",
"\n",
"df_cluster_features = df.drop(\"product\", axis=1)\n",
"scaler = MinMaxScaler()\n",
"scaler.fit(df_cluster_features)\n",
"k_means = KMeans(n_clusters=3)\n",
"kmeans = k_means.fit(scaler.transform(df_cluster_features))\n",
"df['cluster'] = kmeans.labels_\n",
"df.head()"
],
"execution_count": 0,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/html": [
"\n",
"\n",
"
\n",
" \n",
" \n",
" | \n",
" fat_100g | \n",
" carbohydrates_100g | \n",
" sugars_100g | \n",
" proteins_100g | \n",
" salt_100g | \n",
" energy_100g | \n",
" product | \n",
" cluster | \n",
"
\n",
" \n",
" \n",
" \n",
" 0 | \n",
" 28.57 | \n",
" 64.29 | \n",
" 14.29 | \n",
" 3.57 | \n",
" 0.00000 | \n",
" 2267.85 | \n",
" Banana Chips Sweetened (Whole) | \n",
" 0 | \n",
"
\n",
" \n",
" 2 | \n",
" 57.14 | \n",
" 17.86 | \n",
" 3.57 | \n",
" 17.86 | \n",
" 1.22428 | \n",
" 2835.70 | \n",
" Organic Salted Nut Mix | \n",
" 0 | \n",
"
\n",
" \n",
" 3 | \n",
" 18.75 | \n",
" 57.81 | \n",
" 15.62 | \n",
" 14.06 | \n",
" 0.13970 | \n",
" 1953.04 | \n",
" Organic Muesli | \n",
" 0 | \n",
"
\n",
" \n",
" 4 | \n",
" 36.67 | \n",
" 36.67 | \n",
" 3.33 | \n",
" 16.67 | \n",
" 1.60782 | \n",
" 2336.91 | \n",
" Zen Party Mix | \n",
" 0 | \n",
"
\n",
" \n",
" 5 | \n",
" 18.18 | \n",
" 60.00 | \n",
" 21.82 | \n",
" 14.55 | \n",
" 0.02286 | \n",
" 1976.37 | \n",
" Cinnamon Nut Granola | \n",
" 0 | \n",
"
\n",
" \n",
"
\n",
"
"
],
"text/plain": [
" fat_100g carbohydrates_100g sugars_100g proteins_100g salt_100g \\\n",
"0 28.57 64.29 14.29 3.57 0.00000 \n",
"2 57.14 17.86 3.57 17.86 1.22428 \n",
"3 18.75 57.81 15.62 14.06 0.13970 \n",
"4 36.67 36.67 3.33 16.67 1.60782 \n",
"5 18.18 60.00 21.82 14.55 0.02286 \n",
"\n",
" energy_100g product cluster \n",
"0 2267.85 Banana Chips Sweetened (Whole) 0 \n",
"2 2835.70 Organic Salted Nut Mix 0 \n",
"3 1953.04 Organic Muesli 0 \n",
"4 2336.91 Zen Party Mix 0 \n",
"5 1976.37 Cinnamon Nut Granola 0 "
]
},
"metadata": {
"tags": []
},
"execution_count": 5
}
]
},
{
"metadata": {
"id": "NezPRI_jt2-r",
"colab_type": "code",
"outputId": "fe44b0cb-c344-4a12-cf16-b120f0d346c8",
"colab": {
"resources": {
"http://localhost:8080/static/components/requirejs/require.js": {
"data": "LyoqIHZpbTogZXQ6dHM9NDpzdz00OnN0cz00CiAqIEBsaWNlbnNlIFJlcXVpcmVKUyAyLjEuMjIgQ29weXJpZ2h0IChjKSAyMDEwLTIwMTUsIFRoZSBEb2pvIEZvdW5kYXRpb24gQWxsIFJpZ2h0cyBSZXNlcnZlZC4KICogQXZhaWxhYmxlIHZpYSB0aGUgTUlUIG9yIG5ldyBCU0QgbGljZW5zZS4KICogc2VlOiBodHRwOi8vZ2l0aHViLmNvbS9qcmJ1cmtlL3JlcXVpcmVqcyBmb3IgZGV0YWlscwogKi8KLy9Ob3QgdXNpbmcgc3RyaWN0OiB1bmV2ZW4gc3RyaWN0IHN1cHBvcnQgaW4gYnJvd3NlcnMsICMzOTIsIGFuZCBjYXVzZXMKLy9wcm9ibGVtcyB3aXRoIHJlcXVpcmVqcy5leGVjKCkvdHJhbnNwaWxlciBwbHVnaW5zIHRoYXQgbWF5IG5vdCBiZSBzdHJpY3QuCi8qanNsaW50IHJlZ2V4cDogdHJ1ZSwgbm9tZW46IHRydWUsIHNsb3BweTogdHJ1ZSAqLwovKmdsb2JhbCB3aW5kb3csIG5hdmlnYXRvciwgZG9jdW1lbnQsIGltcG9ydFNjcmlwdHMsIHNldFRpbWVvdXQsIG9wZXJhICovCgp2YXIgcmVxdWlyZWpzLCByZXF1aXJlLCBkZWZpbmU7CihmdW5jdGlvbiAoZ2xvYmFsKSB7CiAgICB2YXIgcmVxLCBzLCBoZWFkLCBiYXNlRWxlbWVudCwgZGF0YU1haW4sIHNyYywKICAgICAgICBpbnRlcmFjdGl2ZVNjcmlwdCwgY3VycmVudGx5QWRkaW5nU2NyaXB0LCBtYWluU2NyaXB0LCBzdWJQYXRoLAogICAgICAgIHZlcnNpb24gPSAnMi4xLjIyJywKICAgICAgICBjb21tZW50UmVnRXhwID0gLyhcL1wqKFtcc1xTXSo/KVwqXC98KFteOl18XilcL1wvKC4qKSQpL21nLAogICAgICAgIGNqc1JlcXVpcmVSZWdFeHAgPSAvW14uXVxzKnJlcXVpcmVccypcKFxzKlsiJ10oW14nIlxzXSspWyInXVxzKlwpL2csCiAgICAgICAganNTdWZmaXhSZWdFeHAgPSAvXC5qcyQvLAogICAgICAgIGN1cnJEaXJSZWdFeHAgPSAvXlwuXC8vLAogICAgICAgIG9wID0gT2JqZWN0LnByb3RvdHlwZSwKICAgICAgICBvc3RyaW5nID0gb3AudG9TdHJpbmcsCiAgICAgICAgaGFzT3duID0gb3AuaGFzT3duUHJvcGVydHksCiAgICAgICAgYXAgPSBBcnJheS5wcm90b3R5cGUsCiAgICAgICAgaXNCcm93c2VyID0gISEodHlwZW9mIHdpbmRvdyAhPT0gJ3VuZGVmaW5lZCcgJiYgdHlwZW9mIG5hdmlnYXRvciAhPT0gJ3VuZGVmaW5lZCcgJiYgd2luZG93LmRvY3VtZW50KSwKICAgICAgICBpc1dlYldvcmtlciA9ICFpc0Jyb3dzZXIgJiYgdHlwZW9mIGltcG9ydFNjcmlwdHMgIT09ICd1bmRlZmluZWQnLAogICAgICAgIC8vUFMzIGluZGljYXRlcyBsb2FkZWQgYW5kIGNvbXBsZXRlLCBidXQgbmVlZCB0byB3YWl0IGZvciBjb21wbGV0ZQogICAgICAgIC8vc3BlY2lmaWNhbGx5LiBTZXF1ZW5jZSBpcyAnbG9hZGluZycsICdsb2FkZWQnLCBleGVjdXRpb24sCiAgICAgICAgLy8gdGhlbiAnY29tcGxldGUnLiBUaGUgVUEgY2hlY2sgaXMgdW5mb3J0dW5hdGUsIGJ1dCBub3Qgc3VyZSBob3cKICAgICAgICAvL3RvIGZlYXR1cmUgdGVzdCB3L28gY2F1c2luZyBwZXJmIGlzc3Vlcy4KICAgICAgICByZWFkeVJlZ0V4cCA9IGlzQnJvd3NlciAmJiBuYXZpZ2F0b3IucGxhdGZvcm0gPT09ICdQTEFZU1RBVElPTiAzJyA/CiAgICAgICAgICAgICAgICAgICAgICAvXmNvbXBsZXRlJC8gOiAvXihjb21wbGV0ZXxsb2FkZWQpJC8sCiAgICAgICAgZGVmQ29udGV4dE5hbWUgPSAnXycsCiAgICAgICAgLy9PaCB0aGUgdHJhZ2VkeSwgZGV0ZWN0aW5nIG9wZXJhLiBTZWUgdGhlIHVzYWdlIG9mIGlzT3BlcmEgZm9yIHJlYXNvbi4KICAgICAgICBpc09wZXJhID0gdHlwZW9mIG9wZXJhICE9PSAndW5kZWZpbmVkJyAmJiBvcGVyYS50b1N0cmluZygpID09PSAnW29iamVjdCBPcGVyYV0nLAogICAgICAgIGNvbnRleHRzID0ge30sCiAgICAgICAgY2ZnID0ge30sCiAgICAgICAgZ2xvYmFsRGVmUXVldWUgPSBbXSwKICAgICAgICB1c2VJbnRlcmFjdGl2ZSA9IGZhbHNlOwoKICAgIGZ1bmN0aW9uIGlzRnVuY3Rpb24oaXQpIHsKICAgICAgICByZXR1cm4gb3N0cmluZy5jYWxsKGl0KSA9PT0gJ1tvYmplY3QgRnVuY3Rpb25dJzsKICAgIH0KCiAgICBmdW5jdGlvbiBpc0FycmF5KGl0KSB7CiAgICAgICAgcmV0dXJuIG9zdHJpbmcuY2FsbChpdCkgPT09ICdbb2JqZWN0IEFycmF5XSc7CiAgICB9CgogICAgLyoqCiAgICAgKiBIZWxwZXIgZnVuY3Rpb24gZm9yIGl0ZXJhdGluZyBvdmVyIGFuIGFycmF5LiBJZiB0aGUgZnVuYyByZXR1cm5zCiAgICAgKiBhIHRydWUgdmFsdWUsIGl0IHdpbGwgYnJlYWsgb3V0IG9mIHRoZSBsb29wLgogICAgICovCiAgICBmdW5jdGlvbiBlYWNoKGFyeSwgZnVuYykgewogICAgICAgIGlmIChhcnkpIHsKICAgICAgICAgICAgdmFyIGk7CiAgICAgICAgICAgIGZvciAoaSA9IDA7IGkgPCBhcnkubGVuZ3RoOyBpICs9IDEpIHsKICAgICAgICAgICAgICAgIGlmIChhcnlbaV0gJiYgZnVuYyhhcnlbaV0sIGksIGFyeSkpIHsKICAgICAgICAgICAgICAgICAgICBicmVhazsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KCiAgICAvKioKICAgICAqIEhlbHBlciBmdW5jdGlvbiBmb3IgaXRlcmF0aW5nIG92ZXIgYW4gYXJyYXkgYmFja3dhcmRzLiBJZiB0aGUgZnVuYwogICAgICogcmV0dXJucyBhIHRydWUgdmFsdWUsIGl0IHdpbGwgYnJlYWsgb3V0IG9mIHRoZSBsb29wLgogICAgICovCiAgICBmdW5jdGlvbiBlYWNoUmV2ZXJzZShhcnksIGZ1bmMpIHsKICAgICAgICBpZiAoYXJ5KSB7CiAgICAgICAgICAgIHZhciBpOwogICAgICAgICAgICBmb3IgKGkgPSBhcnkubGVuZ3RoIC0gMTsgaSA+IC0xOyBpIC09IDEpIHsKICAgICAgICAgICAgICAgIGlmIChhcnlbaV0gJiYgZnVuYyhhcnlbaV0sIGksIGFyeSkpIHsKICAgICAgICAgICAgICAgICAgICBicmVhazsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0KICAgIH0KCiAgICBmdW5jdGlvbiBoYXNQcm9wKG9iaiwgcHJvcCkgewogICAgICAgIHJldHVybiBoYXNPd24uY2FsbChvYmosIHByb3ApOwogICAgfQoKICAgIGZ1bmN0aW9uIGdldE93bihvYmosIHByb3ApIHsKICAgICAgICByZXR1cm4gaGFzUHJvcChvYmosIHByb3ApICYmIG9ialtwcm9wXTsKICAgIH0KCiAgICAvKioKICAgICAqIEN5Y2xlcyBvdmVyIHByb3BlcnRpZXMgaW4gYW4gb2JqZWN0IGFuZCBjYWxscyBhIGZ1bmN0aW9uIGZvciBlYWNoCiAgICAgKiBwcm9wZXJ0eSB2YWx1ZS4gSWYgdGhlIGZ1bmN0aW9uIHJldHVybnMgYSB0cnV0aHkgdmFsdWUsIHRoZW4gdGhlCiAgICAgKiBpdGVyYXRpb24gaXMgc3RvcHBlZC4KICAgICAqLwogICAgZnVuY3Rpb24gZWFjaFByb3Aob2JqLCBmdW5jKSB7CiAgICAgICAgdmFyIHByb3A7CiAgICAgICAgZm9yIChwcm9wIGluIG9iaikgewogICAgICAgICAgICBpZiAoaGFzUHJvcChvYmosIHByb3ApKSB7CiAgICAgICAgICAgICAgICBpZiAoZnVuYyhvYmpbcHJvcF0sIHByb3ApKSB7CiAgICAgICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9CgogICAgLyoqCiAgICAgKiBTaW1wbGUgZnVuY3Rpb24gdG8gbWl4IGluIHByb3BlcnRpZXMgZnJvbSBzb3VyY2UgaW50byB0YXJnZXQsCiAgICAgKiBidXQgb25seSBpZiB0YXJnZXQgZG9lcyBub3QgYWxyZWFkeSBoYXZlIGEgcHJvcGVydHkgb2YgdGhlIHNhbWUgbmFtZS4KICAgICAqLwogICAgZnVuY3Rpb24gbWl4aW4odGFyZ2V0LCBzb3VyY2UsIGZvcmNlLCBkZWVwU3RyaW5nTWl4aW4pIHsKICAgICAgICBpZiAoc291cmNlKSB7CiAgICAgICAgICAgIGVhY2hQcm9wKHNvdXJjZSwgZnVuY3Rpb24gKHZhbHVlLCBwcm9wKSB7CiAgICAgICAgICAgICAgICBpZiAoZm9yY2UgfHwgIWhhc1Byb3AodGFyZ2V0LCBwcm9wKSkgewogICAgICAgICAgICAgICAgICAgIGlmIChkZWVwU3RyaW5nTWl4aW4gJiYgdHlwZW9mIHZhbHVlID09PSAnb2JqZWN0JyAmJiB2YWx1ZSAmJgogICAgICAgICAgICAgICAgICAgICAgICAhaXNBcnJheSh2YWx1ZSkgJiYgIWlzRnVuY3Rpb24odmFsdWUpICYmCiAgICAgICAgICAgICAgICAgICAgICAgICEodmFsdWUgaW5zdGFuY2VvZiBSZWdFeHApKSB7CgogICAgICAgICAgICAgICAgICAgICAgICBpZiAoIXRhcmdldFtwcm9wXSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgdGFyZ2V0W3Byb3BdID0ge307CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgbWl4aW4odGFyZ2V0W3Byb3BdLCB2YWx1ZSwgZm9yY2UsIGRlZXBTdHJpbmdNaXhpbik7CiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAgICAgdGFyZ2V0W3Byb3BdID0gdmFsdWU7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9KTsKICAgICAgICB9CiAgICAgICAgcmV0dXJuIHRhcmdldDsKICAgIH0KCiAgICAvL1NpbWlsYXIgdG8gRnVuY3Rpb24ucHJvdG90eXBlLmJpbmQsIGJ1dCB0aGUgJ3RoaXMnIG9iamVjdCBpcyBzcGVjaWZpZWQKICAgIC8vZmlyc3QsIHNpbmNlIGl0IGlzIGVhc2llciB0byByZWFkL2ZpZ3VyZSBvdXQgd2hhdCAndGhpcycgd2lsbCBiZS4KICAgIGZ1bmN0aW9uIGJpbmQob2JqLCBmbikgewogICAgICAgIHJldHVybiBmdW5jdGlvbiAoKSB7CiAgICAgICAgICAgIHJldHVybiBmbi5hcHBseShvYmosIGFyZ3VtZW50cyk7CiAgICAgICAgfTsKICAgIH0KCiAgICBmdW5jdGlvbiBzY3JpcHRzKCkgewogICAgICAgIHJldHVybiBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgnc2NyaXB0Jyk7CiAgICB9CgogICAgZnVuY3Rpb24gZGVmYXVsdE9uRXJyb3IoZXJyKSB7CiAgICAgICAgdGhyb3cgZXJyOwogICAgfQoKICAgIC8vQWxsb3cgZ2V0dGluZyBhIGdsb2JhbCB0aGF0IGlzIGV4cHJlc3NlZCBpbgogICAgLy9kb3Qgbm90YXRpb24sIGxpa2UgJ2EuYi5jJy4KICAgIGZ1bmN0aW9uIGdldEdsb2JhbCh2YWx1ZSkgewogICAgICAgIGlmICghdmFsdWUpIHsKICAgICAgICAgICAgcmV0dXJuIHZhbHVlOwogICAgICAgIH0KICAgICAgICB2YXIgZyA9IGdsb2JhbDsKICAgICAgICBlYWNoKHZhbHVlLnNwbGl0KCcuJyksIGZ1bmN0aW9uIChwYXJ0KSB7CiAgICAgICAgICAgIGcgPSBnW3BhcnRdOwogICAgICAgIH0pOwogICAgICAgIHJldHVybiBnOwogICAgfQoKICAgIC8qKgogICAgICogQ29uc3RydWN0cyBhbiBlcnJvciB3aXRoIGEgcG9pbnRlciB0byBhbiBVUkwgd2l0aCBtb3JlIGluZm9ybWF0aW9uLgogICAgICogQHBhcmFtIHtTdHJpbmd9IGlkIHRoZSBlcnJvciBJRCB0aGF0IG1hcHMgdG8gYW4gSUQgb24gYSB3ZWIgcGFnZS4KICAgICAqIEBwYXJhbSB7U3RyaW5nfSBtZXNzYWdlIGh1bWFuIHJlYWRhYmxlIGVycm9yLgogICAgICogQHBhcmFtIHtFcnJvcn0gW2Vycl0gdGhlIG9yaWdpbmFsIGVycm9yLCBpZiB0aGVyZSBpcyBvbmUuCiAgICAgKgogICAgICogQHJldHVybnMge0Vycm9yfQogICAgICovCiAgICBmdW5jdGlvbiBtYWtlRXJyb3IoaWQsIG1zZywgZXJyLCByZXF1aXJlTW9kdWxlcykgewogICAgICAgIHZhciBlID0gbmV3IEVycm9yKG1zZyArICdcbmh0dHA6Ly9yZXF1aXJlanMub3JnL2RvY3MvZXJyb3JzLmh0bWwjJyArIGlkKTsKICAgICAgICBlLnJlcXVpcmVUeXBlID0gaWQ7CiAgICAgICAgZS5yZXF1aXJlTW9kdWxlcyA9IHJlcXVpcmVNb2R1bGVzOwogICAgICAgIGlmIChlcnIpIHsKICAgICAgICAgICAgZS5vcmlnaW5hbEVycm9yID0gZXJyOwogICAgICAgIH0KICAgICAgICByZXR1cm4gZTsKICAgIH0KCiAgICBpZiAodHlwZW9mIGRlZmluZSAhPT0gJ3VuZGVmaW5lZCcpIHsKICAgICAgICAvL0lmIGEgZGVmaW5lIGlzIGFscmVhZHkgaW4gcGxheSB2aWEgYW5vdGhlciBBTUQgbG9hZGVyLAogICAgICAgIC8vZG8gbm90IG92ZXJ3cml0ZS4KICAgICAgICByZXR1cm47CiAgICB9CgogICAgaWYgKHR5cGVvZiByZXF1aXJlanMgIT09ICd1bmRlZmluZWQnKSB7CiAgICAgICAgaWYgKGlzRnVuY3Rpb24ocmVxdWlyZWpzKSkgewogICAgICAgICAgICAvL0RvIG5vdCBvdmVyd3JpdGUgYW4gZXhpc3RpbmcgcmVxdWlyZWpzIGluc3RhbmNlLgogICAgICAgICAgICByZXR1cm47CiAgICAgICAgfQogICAgICAgIGNmZyA9IHJlcXVpcmVqczsKICAgICAgICByZXF1aXJlanMgPSB1bmRlZmluZWQ7CiAgICB9CgogICAgLy9BbGxvdyBmb3IgYSByZXF1aXJlIGNvbmZpZyBvYmplY3QKICAgIGlmICh0eXBlb2YgcmVxdWlyZSAhPT0gJ3VuZGVmaW5lZCcgJiYgIWlzRnVuY3Rpb24ocmVxdWlyZSkpIHsKICAgICAgICAvL2Fzc3VtZSBpdCBpcyBhIGNvbmZpZyBvYmplY3QuCiAgICAgICAgY2ZnID0gcmVxdWlyZTsKICAgICAgICByZXF1aXJlID0gdW5kZWZpbmVkOwogICAgfQoKICAgIGZ1bmN0aW9uIG5ld0NvbnRleHQoY29udGV4dE5hbWUpIHsKICAgICAgICB2YXIgaW5DaGVja0xvYWRlZCwgTW9kdWxlLCBjb250ZXh0LCBoYW5kbGVycywKICAgICAgICAgICAgY2hlY2tMb2FkZWRUaW1lb3V0SWQsCiAgICAgICAgICAgIGNvbmZpZyA9IHsKICAgICAgICAgICAgICAgIC8vRGVmYXVsdHMuIERvIG5vdCBzZXQgYSBkZWZhdWx0IGZvciBtYXAKICAgICAgICAgICAgICAgIC8vY29uZmlnIHRvIHNwZWVkIHVwIG5vcm1hbGl6ZSgpLCB3aGljaAogICAgICAgICAgICAgICAgLy93aWxsIHJ1biBmYXN0ZXIgaWYgdGhlcmUgaXMgbm8gZGVmYXVsdC4KICAgICAgICAgICAgICAgIHdhaXRTZWNvbmRzOiA3LAogICAgICAgICAgICAgICAgYmFzZVVybDogJy4vJywKICAgICAgICAgICAgICAgIHBhdGhzOiB7fSwKICAgICAgICAgICAgICAgIGJ1bmRsZXM6IHt9LAogICAgICAgICAgICAgICAgcGtnczoge30sCiAgICAgICAgICAgICAgICBzaGltOiB7fSwKICAgICAgICAgICAgICAgIGNvbmZpZzoge30KICAgICAgICAgICAgfSwKICAgICAgICAgICAgcmVnaXN0cnkgPSB7fSwKICAgICAgICAgICAgLy9yZWdpc3RyeSBvZiBqdXN0IGVuYWJsZWQgbW9kdWxlcywgdG8gc3BlZWQKICAgICAgICAgICAgLy9jeWNsZSBicmVha2luZyBjb2RlIHdoZW4gbG90cyBvZiBtb2R1bGVzCiAgICAgICAgICAgIC8vYXJlIHJlZ2lzdGVyZWQsIGJ1dCBub3QgYWN0aXZhdGVkLgogICAgICAgICAgICBlbmFibGVkUmVnaXN0cnkgPSB7fSwKICAgICAgICAgICAgdW5kZWZFdmVudHMgPSB7fSwKICAgICAgICAgICAgZGVmUXVldWUgPSBbXSwKICAgICAgICAgICAgZGVmaW5lZCA9IHt9LAogICAgICAgICAgICB1cmxGZXRjaGVkID0ge30sCiAgICAgICAgICAgIGJ1bmRsZXNNYXAgPSB7fSwKICAgICAgICAgICAgcmVxdWlyZUNvdW50ZXIgPSAxLAogICAgICAgICAgICB1bm5vcm1hbGl6ZWRDb3VudGVyID0gMTsKCiAgICAgICAgLyoqCiAgICAgICAgICogVHJpbXMgdGhlIC4gYW5kIC4uIGZyb20gYW4gYXJyYXkgb2YgcGF0aCBzZWdtZW50cy4KICAgICAgICAgKiBJdCB3aWxsIGtlZXAgYSBsZWFkaW5nIHBhdGggc2VnbWVudCBpZiBhIC4uIHdpbGwgYmVjb21lCiAgICAgICAgICogdGhlIGZpcnN0IHBhdGggc2VnbWVudCwgdG8gaGVscCB3aXRoIG1vZHVsZSBuYW1lIGxvb2t1cHMsCiAgICAgICAgICogd2hpY2ggYWN0IGxpa2UgcGF0aHMsIGJ1dCBjYW4gYmUgcmVtYXBwZWQuIEJ1dCB0aGUgZW5kIHJlc3VsdCwKICAgICAgICAgKiBhbGwgcGF0aHMgdGhhdCB1c2UgdGhpcyBmdW5jdGlvbiBzaG91bGQgbG9vayBub3JtYWxpemVkLgogICAgICAgICAqIE5PVEU6IHRoaXMgbWV0aG9kIE1PRElGSUVTIHRoZSBpbnB1dCBhcnJheS4KICAgICAgICAgKiBAcGFyYW0ge0FycmF5fSBhcnkgdGhlIGFycmF5IG9mIHBhdGggc2VnbWVudHMuCiAgICAgICAgICovCiAgICAgICAgZnVuY3Rpb24gdHJpbURvdHMoYXJ5KSB7CiAgICAgICAgICAgIHZhciBpLCBwYXJ0OwogICAgICAgICAgICBmb3IgKGkgPSAwOyBpIDwgYXJ5Lmxlbmd0aDsgaSsrKSB7CiAgICAgICAgICAgICAgICBwYXJ0ID0gYXJ5W2ldOwogICAgICAgICAgICAgICAgaWYgKHBhcnQgPT09ICcuJykgewogICAgICAgICAgICAgICAgICAgIGFyeS5zcGxpY2UoaSwgMSk7CiAgICAgICAgICAgICAgICAgICAgaSAtPSAxOwogICAgICAgICAgICAgICAgfSBlbHNlIGlmIChwYXJ0ID09PSAnLi4nKSB7CiAgICAgICAgICAgICAgICAgICAgLy8gSWYgYXQgdGhlIHN0YXJ0LCBvciBwcmV2aW91cyB2YWx1ZSBpcyBzdGlsbCAuLiwKICAgICAgICAgICAgICAgICAgICAvLyBrZWVwIHRoZW0gc28gdGhhdCB3aGVuIGNvbnZlcnRlZCB0byBhIHBhdGggaXQgbWF5CiAgICAgICAgICAgICAgICAgICAgLy8gc3RpbGwgd29yayB3aGVuIGNvbnZlcnRlZCB0byBhIHBhdGgsIGV2ZW4gdGhvdWdoCiAgICAgICAgICAgICAgICAgICAgLy8gYXMgYW4gSUQgaXQgaXMgbGVzcyB0aGFuIGlkZWFsLiBJbiBsYXJnZXIgcG9pbnQKICAgICAgICAgICAgICAgICAgICAvLyByZWxlYXNlcywgbWF5IGJlIGJldHRlciB0byBqdXN0IGtpY2sgb3V0IGFuIGVycm9yLgogICAgICAgICAgICAgICAgICAgIGlmIChpID09PSAwIHx8IChpID09PSAxICYmIGFyeVsyXSA9PT0gJy4uJykgfHwgYXJ5W2kgLSAxXSA9PT0gJy4uJykgewogICAgICAgICAgICAgICAgICAgICAgICBjb250aW51ZTsKICAgICAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKGkgPiAwKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGFyeS5zcGxpY2UoaSAtIDEsIDIpOwogICAgICAgICAgICAgICAgICAgICAgICBpIC09IDI7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICAvKioKICAgICAgICAgKiBHaXZlbiBhIHJlbGF0aXZlIG1vZHVsZSBuYW1lLCBsaWtlIC4vc29tZXRoaW5nLCBub3JtYWxpemUgaXQgdG8KICAgICAgICAgKiBhIHJlYWwgbmFtZSB0aGF0IGNhbiBiZSBtYXBwZWQgdG8gYSBwYXRoLgogICAgICAgICAqIEBwYXJhbSB7U3RyaW5nfSBuYW1lIHRoZSByZWxhdGl2ZSBuYW1lCiAgICAgICAgICogQHBhcmFtIHtTdHJpbmd9IGJhc2VOYW1lIGEgcmVhbCBuYW1lIHRoYXQgdGhlIG5hbWUgYXJnIGlzIHJlbGF0aXZlCiAgICAgICAgICogdG8uCiAgICAgICAgICogQHBhcmFtIHtCb29sZWFufSBhcHBseU1hcCBhcHBseSB0aGUgbWFwIGNvbmZpZyB0byB0aGUgdmFsdWUuIFNob3VsZAogICAgICAgICAqIG9ubHkgYmUgZG9uZSBpZiB0aGlzIG5vcm1hbGl6YXRpb24gaXMgZm9yIGEgZGVwZW5kZW5jeSBJRC4KICAgICAgICAgKiBAcmV0dXJucyB7U3RyaW5nfSBub3JtYWxpemVkIG5hbWUKICAgICAgICAgKi8KICAgICAgICBmdW5jdGlvbiBub3JtYWxpemUobmFtZSwgYmFzZU5hbWUsIGFwcGx5TWFwKSB7CiAgICAgICAgICAgIHZhciBwa2dNYWluLCBtYXBWYWx1ZSwgbmFtZVBhcnRzLCBpLCBqLCBuYW1lU2VnbWVudCwgbGFzdEluZGV4LAogICAgICAgICAgICAgICAgZm91bmRNYXAsIGZvdW5kSSwgZm91bmRTdGFyTWFwLCBzdGFySSwgbm9ybWFsaXplZEJhc2VQYXJ0cywKICAgICAgICAgICAgICAgIGJhc2VQYXJ0cyA9IChiYXNlTmFtZSAmJiBiYXNlTmFtZS5zcGxpdCgnLycpKSwKICAgICAgICAgICAgICAgIG1hcCA9IGNvbmZpZy5tYXAsCiAgICAgICAgICAgICAgICBzdGFyTWFwID0gbWFwICYmIG1hcFsnKiddOwoKICAgICAgICAgICAgLy9BZGp1c3QgYW55IHJlbGF0aXZlIHBhdGhzLgogICAgICAgICAgICBpZiAobmFtZSkgewogICAgICAgICAgICAgICAgbmFtZSA9IG5hbWUuc3BsaXQoJy8nKTsKICAgICAgICAgICAgICAgIGxhc3RJbmRleCA9IG5hbWUubGVuZ3RoIC0gMTsKCiAgICAgICAgICAgICAgICAvLyBJZiB3YW50aW5nIG5vZGUgSUQgY29tcGF0aWJpbGl0eSwgc3RyaXAgLmpzIGZyb20gZW5kCiAgICAgICAgICAgICAgICAvLyBvZiBJRHMuIEhhdmUgdG8gZG8gdGhpcyBoZXJlLCBhbmQgbm90IGluIG5hbWVUb1VybAogICAgICAgICAgICAgICAgLy8gYmVjYXVzZSBub2RlIGFsbG93cyBlaXRoZXIgLmpzIG9yIG5vbiAuanMgdG8gbWFwCiAgICAgICAgICAgICAgICAvLyB0byBzYW1lIGZpbGUuCiAgICAgICAgICAgICAgICBpZiAoY29uZmlnLm5vZGVJZENvbXBhdCAmJiBqc1N1ZmZpeFJlZ0V4cC50ZXN0KG5hbWVbbGFzdEluZGV4XSkpIHsKICAgICAgICAgICAgICAgICAgICBuYW1lW2xhc3RJbmRleF0gPSBuYW1lW2xhc3RJbmRleF0ucmVwbGFjZShqc1N1ZmZpeFJlZ0V4cCwgJycpOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIC8vIFN0YXJ0cyB3aXRoIGEgJy4nIHNvIG5lZWQgdGhlIGJhc2VOYW1lCiAgICAgICAgICAgICAgICBpZiAobmFtZVswXS5jaGFyQXQoMCkgPT09ICcuJyAmJiBiYXNlUGFydHMpIHsKICAgICAgICAgICAgICAgICAgICAvL0NvbnZlcnQgYmFzZU5hbWUgdG8gYXJyYXksIGFuZCBsb3Agb2ZmIHRoZSBsYXN0IHBhcnQsCiAgICAgICAgICAgICAgICAgICAgLy9zbyB0aGF0IC4gbWF0Y2hlcyB0aGF0ICdkaXJlY3RvcnknIGFuZCBub3QgbmFtZSBvZiB0aGUgYmFzZU5hbWUncwogICAgICAgICAgICAgICAgICAgIC8vbW9kdWxlLiBGb3IgaW5zdGFuY2UsIGJhc2VOYW1lIG9mICdvbmUvdHdvL3RocmVlJywgbWFwcyB0bwogICAgICAgICAgICAgICAgICAgIC8vJ29uZS90d28vdGhyZWUuanMnLCBidXQgd2Ugd2FudCB0aGUgZGlyZWN0b3J5LCAnb25lL3R3bycgZm9yCiAgICAgICAgICAgICAgICAgICAgLy90aGlzIG5vcm1hbGl6YXRpb24uCiAgICAgICAgICAgICAgICAgICAgbm9ybWFsaXplZEJhc2VQYXJ0cyA9IGJhc2VQYXJ0cy5zbGljZSgwLCBiYXNlUGFydHMubGVuZ3RoIC0gMSk7CiAgICAgICAgICAgICAgICAgICAgbmFtZSA9IG5vcm1hbGl6ZWRCYXNlUGFydHMuY29uY2F0KG5hbWUpOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIHRyaW1Eb3RzKG5hbWUpOwogICAgICAgICAgICAgICAgbmFtZSA9IG5hbWUuam9pbignLycpOwogICAgICAgICAgICB9CgogICAgICAgICAgICAvL0FwcGx5IG1hcCBjb25maWcgaWYgYXZhaWxhYmxlLgogICAgICAgICAgICBpZiAoYXBwbHlNYXAgJiYgbWFwICYmIChiYXNlUGFydHMgfHwgc3Rhck1hcCkpIHsKICAgICAgICAgICAgICAgIG5hbWVQYXJ0cyA9IG5hbWUuc3BsaXQoJy8nKTsKCiAgICAgICAgICAgICAgICBvdXRlckxvb3A6IGZvciAoaSA9IG5hbWVQYXJ0cy5sZW5ndGg7IGkgPiAwOyBpIC09IDEpIHsKICAgICAgICAgICAgICAgICAgICBuYW1lU2VnbWVudCA9IG5hbWVQYXJ0cy5zbGljZSgwLCBpKS5qb2luKCcvJyk7CgogICAgICAgICAgICAgICAgICAgIGlmIChiYXNlUGFydHMpIHsKICAgICAgICAgICAgICAgICAgICAgICAgLy9GaW5kIHRoZSBsb25nZXN0IGJhc2VOYW1lIHNlZ21lbnQgbWF0Y2ggaW4gdGhlIGNvbmZpZy4KICAgICAgICAgICAgICAgICAgICAgICAgLy9TbywgZG8gam9pbnMgb24gdGhlIGJpZ2dlc3QgdG8gc21hbGxlc3QgbGVuZ3RocyBvZiBiYXNlUGFydHMuCiAgICAgICAgICAgICAgICAgICAgICAgIGZvciAoaiA9IGJhc2VQYXJ0cy5sZW5ndGg7IGogPiAwOyBqIC09IDEpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1hcFZhbHVlID0gZ2V0T3duKG1hcCwgYmFzZVBhcnRzLnNsaWNlKDAsIGopLmpvaW4oJy8nKSk7CgogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9iYXNlTmFtZSBzZWdtZW50IGhhcyBjb25maWcsIGZpbmQgaWYgaXQgaGFzIG9uZSBmb3IKICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vdGhpcyBuYW1lLgogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKG1hcFZhbHVlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFwVmFsdWUgPSBnZXRPd24obWFwVmFsdWUsIG5hbWVTZWdtZW50KTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAobWFwVmFsdWUpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9NYXRjaCwgdXBkYXRlIG5hbWUgdG8gdGhlIG5ldyB2YWx1ZS4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm91bmRNYXAgPSBtYXBWYWx1ZTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm91bmRJID0gaTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWsgb3V0ZXJMb29wOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgLy9DaGVjayBmb3IgYSBzdGFyIG1hcCBtYXRjaCwgYnV0IGp1c3QgaG9sZCBvbiB0byBpdCwKICAgICAgICAgICAgICAgICAgICAvL2lmIHRoZXJlIGlzIGEgc2hvcnRlciBzZWdtZW50IG1hdGNoIGxhdGVyIGluIGEgbWF0Y2hpbmcKICAgICAgICAgICAgICAgICAgICAvL2NvbmZpZywgdGhlbiBmYXZvciBvdmVyIHRoaXMgc3RhciBtYXAuCiAgICAgICAgICAgICAgICAgICAgaWYgKCFmb3VuZFN0YXJNYXAgJiYgc3Rhck1hcCAmJiBnZXRPd24oc3Rhck1hcCwgbmFtZVNlZ21lbnQpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGZvdW5kU3Rhck1hcCA9IGdldE93bihzdGFyTWFwLCBuYW1lU2VnbWVudCk7CiAgICAgICAgICAgICAgICAgICAgICAgIHN0YXJJID0gaTsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgaWYgKCFmb3VuZE1hcCAmJiBmb3VuZFN0YXJNYXApIHsKICAgICAgICAgICAgICAgICAgICBmb3VuZE1hcCA9IGZvdW5kU3Rhck1hcDsKICAgICAgICAgICAgICAgICAgICBmb3VuZEkgPSBzdGFySTsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICBpZiAoZm91bmRNYXApIHsKICAgICAgICAgICAgICAgICAgICBuYW1lUGFydHMuc3BsaWNlKDAsIGZvdW5kSSwgZm91bmRNYXApOwogICAgICAgICAgICAgICAgICAgIG5hbWUgPSBuYW1lUGFydHMuam9pbignLycpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CgogICAgICAgICAgICAvLyBJZiB0aGUgbmFtZSBwb2ludHMgdG8gYSBwYWNrYWdlJ3MgbmFtZSwgdXNlCiAgICAgICAgICAgIC8vIHRoZSBwYWNrYWdlIG1haW4gaW5zdGVhZC4KICAgICAgICAgICAgcGtnTWFpbiA9IGdldE93bihjb25maWcucGtncywgbmFtZSk7CgogICAgICAgICAgICByZXR1cm4gcGtnTWFpbiA/IHBrZ01haW4gOiBuYW1lOwogICAgICAgIH0KCiAgICAgICAgZnVuY3Rpb24gcmVtb3ZlU2NyaXB0KG5hbWUpIHsKICAgICAgICAgICAgaWYgKGlzQnJvd3NlcikgewogICAgICAgICAgICAgICAgZWFjaChzY3JpcHRzKCksIGZ1bmN0aW9uIChzY3JpcHROb2RlKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKHNjcmlwdE5vZGUuZ2V0QXR0cmlidXRlKCdkYXRhLXJlcXVpcmVtb2R1bGUnKSA9PT0gbmFtZSAmJgogICAgICAgICAgICAgICAgICAgICAgICAgICAgc2NyaXB0Tm9kZS5nZXRBdHRyaWJ1dGUoJ2RhdGEtcmVxdWlyZWNvbnRleHQnKSA9PT0gY29udGV4dC5jb250ZXh0TmFtZSkgewogICAgICAgICAgICAgICAgICAgICAgICBzY3JpcHROb2RlLnBhcmVudE5vZGUucmVtb3ZlQ2hpbGQoc2NyaXB0Tm9kZSk7CiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiBoYXNQYXRoRmFsbGJhY2soaWQpIHsKICAgICAgICAgICAgdmFyIHBhdGhDb25maWcgPSBnZXRPd24oY29uZmlnLnBhdGhzLCBpZCk7CiAgICAgICAgICAgIGlmIChwYXRoQ29uZmlnICYmIGlzQXJyYXkocGF0aENvbmZpZykgJiYgcGF0aENvbmZpZy5sZW5ndGggPiAxKSB7CiAgICAgICAgICAgICAgICAvL1BvcCBvZmYgdGhlIGZpcnN0IGFycmF5IHZhbHVlLCBzaW5jZSBpdCBmYWlsZWQsIGFuZAogICAgICAgICAgICAgICAgLy9yZXRyeQogICAgICAgICAgICAgICAgcGF0aENvbmZpZy5zaGlmdCgpOwogICAgICAgICAgICAgICAgY29udGV4dC5yZXF1aXJlLnVuZGVmKGlkKTsKCiAgICAgICAgICAgICAgICAvL0N1c3RvbSByZXF1aXJlIHRoYXQgZG9lcyBub3QgZG8gbWFwIHRyYW5zbGF0aW9uLCBzaW5jZQogICAgICAgICAgICAgICAgLy9JRCBpcyAiYWJzb2x1dGUiLCBhbHJlYWR5IG1hcHBlZC9yZXNvbHZlZC4KICAgICAgICAgICAgICAgIGNvbnRleHQubWFrZVJlcXVpcmUobnVsbCwgewogICAgICAgICAgICAgICAgICAgIHNraXBNYXA6IHRydWUKICAgICAgICAgICAgICAgIH0pKFtpZF0pOwoKICAgICAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICAvL1R1cm5zIGEgcGx1Z2luIXJlc291cmNlIHRvIFtwbHVnaW4sIHJlc291cmNlXQogICAgICAgIC8vd2l0aCB0aGUgcGx1Z2luIGJlaW5nIHVuZGVmaW5lZCBpZiB0aGUgbmFtZQogICAgICAgIC8vZGlkIG5vdCBoYXZlIGEgcGx1Z2luIHByZWZpeC4KICAgICAgICBmdW5jdGlvbiBzcGxpdFByZWZpeChuYW1lKSB7CiAgICAgICAgICAgIHZhciBwcmVmaXgsCiAgICAgICAgICAgICAgICBpbmRleCA9IG5hbWUgPyBuYW1lLmluZGV4T2YoJyEnKSA6IC0xOwogICAgICAgICAgICBpZiAoaW5kZXggPiAtMSkgewogICAgICAgICAgICAgICAgcHJlZml4ID0gbmFtZS5zdWJzdHJpbmcoMCwgaW5kZXgpOwogICAgICAgICAgICAgICAgbmFtZSA9IG5hbWUuc3Vic3RyaW5nKGluZGV4ICsgMSwgbmFtZS5sZW5ndGgpOwogICAgICAgICAgICB9CiAgICAgICAgICAgIHJldHVybiBbcHJlZml4LCBuYW1lXTsKICAgICAgICB9CgogICAgICAgIC8qKgogICAgICAgICAqIENyZWF0ZXMgYSBtb2R1bGUgbWFwcGluZyB0aGF0IGluY2x1ZGVzIHBsdWdpbiBwcmVmaXgsIG1vZHVsZQogICAgICAgICAqIG5hbWUsIGFuZCBwYXRoLiBJZiBwYXJlbnRNb2R1bGVNYXAgaXMgcHJvdmlkZWQgaXQgd2lsbAogICAgICAgICAqIGFsc28gbm9ybWFsaXplIHRoZSBuYW1lIHZpYSByZXF1aXJlLm5vcm1hbGl6ZSgpCiAgICAgICAgICoKICAgICAgICAgKiBAcGFyYW0ge1N0cmluZ30gbmFtZSB0aGUgbW9kdWxlIG5hbWUKICAgICAgICAgKiBAcGFyYW0ge1N0cmluZ30gW3BhcmVudE1vZHVsZU1hcF0gcGFyZW50IG1vZHVsZSBtYXAKICAgICAgICAgKiBmb3IgdGhlIG1vZHVsZSBuYW1lLCB1c2VkIHRvIHJlc29sdmUgcmVsYXRpdmUgbmFtZXMuCiAgICAgICAgICogQHBhcmFtIHtCb29sZWFufSBpc05vcm1hbGl6ZWQ6IGlzIHRoZSBJRCBhbHJlYWR5IG5vcm1hbGl6ZWQuCiAgICAgICAgICogVGhpcyBpcyB0cnVlIGlmIHRoaXMgY2FsbCBpcyBkb25lIGZvciBhIGRlZmluZSgpIG1vZHVsZSBJRC4KICAgICAgICAgKiBAcGFyYW0ge0Jvb2xlYW59IGFwcGx5TWFwOiBhcHBseSB0aGUgbWFwIGNvbmZpZyB0byB0aGUgSUQuCiAgICAgICAgICogU2hvdWxkIG9ubHkgYmUgdHJ1ZSBpZiB0aGlzIG1hcCBpcyBmb3IgYSBkZXBlbmRlbmN5LgogICAgICAgICAqCiAgICAgICAgICogQHJldHVybnMge09iamVjdH0KICAgICAgICAgKi8KICAgICAgICBmdW5jdGlvbiBtYWtlTW9kdWxlTWFwKG5hbWUsIHBhcmVudE1vZHVsZU1hcCwgaXNOb3JtYWxpemVkLCBhcHBseU1hcCkgewogICAgICAgICAgICB2YXIgdXJsLCBwbHVnaW5Nb2R1bGUsIHN1ZmZpeCwgbmFtZVBhcnRzLAogICAgICAgICAgICAgICAgcHJlZml4ID0gbnVsbCwKICAgICAgICAgICAgICAgIHBhcmVudE5hbWUgPSBwYXJlbnRNb2R1bGVNYXAgPyBwYXJlbnRNb2R1bGVNYXAubmFtZSA6IG51bGwsCiAgICAgICAgICAgICAgICBvcmlnaW5hbE5hbWUgPSBuYW1lLAogICAgICAgICAgICAgICAgaXNEZWZpbmUgPSB0cnVlLAogICAgICAgICAgICAgICAgbm9ybWFsaXplZE5hbWUgPSAnJzsKCiAgICAgICAgICAgIC8vSWYgbm8gbmFtZSwgdGhlbiBpdCBtZWFucyBpdCBpcyBhIHJlcXVpcmUgY2FsbCwgZ2VuZXJhdGUgYW4KICAgICAgICAgICAgLy9pbnRlcm5hbCBuYW1lLgogICAgICAgICAgICBpZiAoIW5hbWUpIHsKICAgICAgICAgICAgICAgIGlzRGVmaW5lID0gZmFsc2U7CiAgICAgICAgICAgICAgICBuYW1lID0gJ19AcicgKyAocmVxdWlyZUNvdW50ZXIgKz0gMSk7CiAgICAgICAgICAgIH0KCiAgICAgICAgICAgIG5hbWVQYXJ0cyA9IHNwbGl0UHJlZml4KG5hbWUpOwogICAgICAgICAgICBwcmVmaXggPSBuYW1lUGFydHNbMF07CiAgICAgICAgICAgIG5hbWUgPSBuYW1lUGFydHNbMV07CgogICAgICAgICAgICBpZiAocHJlZml4KSB7CiAgICAgICAgICAgICAgICBwcmVmaXggPSBub3JtYWxpemUocHJlZml4LCBwYXJlbnROYW1lLCBhcHBseU1hcCk7CiAgICAgICAgICAgICAgICBwbHVnaW5Nb2R1bGUgPSBnZXRPd24oZGVmaW5lZCwgcHJlZml4KTsKICAgICAgICAgICAgfQoKICAgICAgICAgICAgLy9BY2NvdW50IGZvciByZWxhdGl2ZSBwYXRocyBpZiB0aGVyZSBpcyBhIGJhc2UgbmFtZS4KICAgICAgICAgICAgaWYgKG5hbWUpIHsKICAgICAgICAgICAgICAgIGlmIChwcmVmaXgpIHsKICAgICAgICAgICAgICAgICAgICBpZiAocGx1Z2luTW9kdWxlICYmIHBsdWdpbk1vZHVsZS5ub3JtYWxpemUpIHsKICAgICAgICAgICAgICAgICAgICAgICAgLy9QbHVnaW4gaXMgbG9hZGVkLCB1c2UgaXRzIG5vcm1hbGl6ZSBtZXRob2QuCiAgICAgICAgICAgICAgICAgICAgICAgIG5vcm1hbGl6ZWROYW1lID0gcGx1Z2luTW9kdWxlLm5vcm1hbGl6ZShuYW1lLCBmdW5jdGlvbiAobmFtZSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG5vcm1hbGl6ZShuYW1lLCBwYXJlbnROYW1lLCBhcHBseU1hcCk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgICAgIC8vIElmIG5lc3RlZCBwbHVnaW4gcmVmZXJlbmNlcywgdGhlbiBkbyBub3QgdHJ5IHRvCiAgICAgICAgICAgICAgICAgICAgICAgIC8vIG5vcm1hbGl6ZSwgYXMgaXQgd2lsbCBub3Qgbm9ybWFsaXplIGNvcnJlY3RseS4gVGhpcwogICAgICAgICAgICAgICAgICAgICAgICAvLyBwbGFjZXMgYSByZXN0cmljdGlvbiBvbiByZXNvdXJjZUlkcywgYW5kIHRoZSBsb25nZXIKICAgICAgICAgICAgICAgICAgICAgICAgLy8gdGVybSBzb2x1dGlvbiBpcyBub3QgdG8gbm9ybWFsaXplIHVudGlsIHBsdWdpbnMgYXJlCiAgICAgICAgICAgICAgICAgICAgICAgIC8vIGxvYWRlZCBhbmQgYWxsIG5vcm1hbGl6YXRpb25zIHRvIGFsbG93IGZvciBhc3luYwogICAgICAgICAgICAgICAgICAgICAgICAvLyBsb2FkaW5nIG9mIGEgbG9hZGVyIHBsdWdpbi4gQnV0IGZvciBub3csIGZpeGVzIHRoZQogICAgICAgICAgICAgICAgICAgICAgICAvLyBjb21tb24gdXNlcy4gRGV0YWlscyBpbiAjMTEzMQogICAgICAgICAgICAgICAgICAgICAgICBub3JtYWxpemVkTmFtZSA9IG5hbWUuaW5kZXhPZignIScpID09PSAtMSA/CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbm9ybWFsaXplKG5hbWUsIHBhcmVudE5hbWUsIGFwcGx5TWFwKSA6CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZTsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgIC8vQSByZWd1bGFyIG1vZHVsZS4KICAgICAgICAgICAgICAgICAgICBub3JtYWxpemVkTmFtZSA9IG5vcm1hbGl6ZShuYW1lLCBwYXJlbnROYW1lLCBhcHBseU1hcCk7CgogICAgICAgICAgICAgICAgICAgIC8vTm9ybWFsaXplZCBuYW1lIG1heSBiZSBhIHBsdWdpbiBJRCBkdWUgdG8gbWFwIGNvbmZpZwogICAgICAgICAgICAgICAgICAgIC8vYXBwbGljYXRpb24gaW4gbm9ybWFsaXplLiBUaGUgbWFwIGNvbmZpZyB2YWx1ZXMgbXVzdAogICAgICAgICAgICAgICAgICAgIC8vYWxyZWFkeSBiZSBub3JtYWxpemVkLCBzbyBkbyBub3QgbmVlZCB0byByZWRvIHRoYXQgcGFydC4KICAgICAgICAgICAgICAgICAgICBuYW1lUGFydHMgPSBzcGxpdFByZWZpeChub3JtYWxpemVkTmFtZSk7CiAgICAgICAgICAgICAgICAgICAgcHJlZml4ID0gbmFtZVBhcnRzWzBdOwogICAgICAgICAgICAgICAgICAgIG5vcm1hbGl6ZWROYW1lID0gbmFtZVBhcnRzWzFdOwogICAgICAgICAgICAgICAgICAgIGlzTm9ybWFsaXplZCA9IHRydWU7CgogICAgICAgICAgICAgICAgICAgIHVybCA9IGNvbnRleHQubmFtZVRvVXJsKG5vcm1hbGl6ZWROYW1lKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQoKICAgICAgICAgICAgLy9JZiB0aGUgaWQgaXMgYSBwbHVnaW4gaWQgdGhhdCBjYW5ub3QgYmUgZGV0ZXJtaW5lZCBpZiBpdCBuZWVkcwogICAgICAgICAgICAvL25vcm1hbGl6YXRpb24sIHN0YW1wIGl0IHdpdGggYSB1bmlxdWUgSUQgc28gdHdvIG1hdGNoaW5nIHJlbGF0aXZlCiAgICAgICAgICAgIC8vaWRzIHRoYXQgbWF5IGNvbmZsaWN0IGNhbiBiZSBzZXBhcmF0ZS4KICAgICAgICAgICAgc3VmZml4ID0gcHJlZml4ICYmICFwbHVnaW5Nb2R1bGUgJiYgIWlzTm9ybWFsaXplZCA/CiAgICAgICAgICAgICAgICAgICAgICdfdW5ub3JtYWxpemVkJyArICh1bm5vcm1hbGl6ZWRDb3VudGVyICs9IDEpIDoKICAgICAgICAgICAgICAgICAgICAgJyc7CgogICAgICAgICAgICByZXR1cm4gewogICAgICAgICAgICAgICAgcHJlZml4OiBwcmVmaXgsCiAgICAgICAgICAgICAgICBuYW1lOiBub3JtYWxpemVkTmFtZSwKICAgICAgICAgICAgICAgIHBhcmVudE1hcDogcGFyZW50TW9kdWxlTWFwLAogICAgICAgICAgICAgICAgdW5ub3JtYWxpemVkOiAhIXN1ZmZpeCwKICAgICAgICAgICAgICAgIHVybDogdXJsLAogICAgICAgICAgICAgICAgb3JpZ2luYWxOYW1lOiBvcmlnaW5hbE5hbWUsCiAgICAgICAgICAgICAgICBpc0RlZmluZTogaXNEZWZpbmUsCiAgICAgICAgICAgICAgICBpZDogKHByZWZpeCA/CiAgICAgICAgICAgICAgICAgICAgICAgIHByZWZpeCArICchJyArIG5vcm1hbGl6ZWROYW1lIDoKICAgICAgICAgICAgICAgICAgICAgICAgbm9ybWFsaXplZE5hbWUpICsgc3VmZml4CiAgICAgICAgICAgIH07CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiBnZXRNb2R1bGUoZGVwTWFwKSB7CiAgICAgICAgICAgIHZhciBpZCA9IGRlcE1hcC5pZCwKICAgICAgICAgICAgICAgIG1vZCA9IGdldE93bihyZWdpc3RyeSwgaWQpOwoKICAgICAgICAgICAgaWYgKCFtb2QpIHsKICAgICAgICAgICAgICAgIG1vZCA9IHJlZ2lzdHJ5W2lkXSA9IG5ldyBjb250ZXh0Lk1vZHVsZShkZXBNYXApOwogICAgICAgICAgICB9CgogICAgICAgICAgICByZXR1cm4gbW9kOwogICAgICAgIH0KCiAgICAgICAgZnVuY3Rpb24gb24oZGVwTWFwLCBuYW1lLCBmbikgewogICAgICAgICAgICB2YXIgaWQgPSBkZXBNYXAuaWQsCiAgICAgICAgICAgICAgICBtb2QgPSBnZXRPd24ocmVnaXN0cnksIGlkKTsKCiAgICAgICAgICAgIGlmIChoYXNQcm9wKGRlZmluZWQsIGlkKSAmJgogICAgICAgICAgICAgICAgICAgICghbW9kIHx8IG1vZC5kZWZpbmVFbWl0Q29tcGxldGUpKSB7CiAgICAgICAgICAgICAgICBpZiAobmFtZSA9PT0gJ2RlZmluZWQnKSB7CiAgICAgICAgICAgICAgICAgICAgZm4oZGVmaW5lZFtpZF0pOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgbW9kID0gZ2V0TW9kdWxlKGRlcE1hcCk7CiAgICAgICAgICAgICAgICBpZiAobW9kLmVycm9yICYmIG5hbWUgPT09ICdlcnJvcicpIHsKICAgICAgICAgICAgICAgICAgICBmbihtb2QuZXJyb3IpOwogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICBtb2Qub24obmFtZSwgZm4pOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiBvbkVycm9yKGVyciwgZXJyYmFjaykgewogICAgICAgICAgICB2YXIgaWRzID0gZXJyLnJlcXVpcmVNb2R1bGVzLAogICAgICAgICAgICAgICAgbm90aWZpZWQgPSBmYWxzZTsKCiAgICAgICAgICAgIGlmIChlcnJiYWNrKSB7CiAgICAgICAgICAgICAgICBlcnJiYWNrKGVycik7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICBlYWNoKGlkcywgZnVuY3Rpb24gKGlkKSB7CiAgICAgICAgICAgICAgICAgICAgdmFyIG1vZCA9IGdldE93bihyZWdpc3RyeSwgaWQpOwogICAgICAgICAgICAgICAgICAgIGlmIChtb2QpIHsKICAgICAgICAgICAgICAgICAgICAgICAgLy9TZXQgZXJyb3Igb24gbW9kdWxlLCBzbyBpdCBza2lwcyB0aW1lb3V0IGNoZWNrcy4KICAgICAgICAgICAgICAgICAgICAgICAgbW9kLmVycm9yID0gZXJyOwogICAgICAgICAgICAgICAgICAgICAgICBpZiAobW9kLmV2ZW50cy5lcnJvcikgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgbm90aWZpZWQgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgbW9kLmVtaXQoJ2Vycm9yJywgZXJyKTsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgICAgIGlmICghbm90aWZpZWQpIHsKICAgICAgICAgICAgICAgICAgICByZXEub25FcnJvcihlcnIpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICAvKioKICAgICAgICAgKiBJbnRlcm5hbCBtZXRob2QgdG8gdHJhbnNmZXIgZ2xvYmFsUXVldWUgaXRlbXMgdG8gdGhpcyBjb250ZXh0J3MKICAgICAgICAgKiBkZWZRdWV1ZS4KICAgICAgICAgKi8KICAgICAgICBmdW5jdGlvbiB0YWtlR2xvYmFsUXVldWUoKSB7CiAgICAgICAgICAgIC8vUHVzaCBhbGwgdGhlIGdsb2JhbERlZlF1ZXVlIGl0ZW1zIGludG8gdGhlIGNvbnRleHQncyBkZWZRdWV1ZQogICAgICAgICAgICBpZiAoZ2xvYmFsRGVmUXVldWUubGVuZ3RoKSB7CiAgICAgICAgICAgICAgICBlYWNoKGdsb2JhbERlZlF1ZXVlLCBmdW5jdGlvbihxdWV1ZUl0ZW0pIHsKICAgICAgICAgICAgICAgICAgICB2YXIgaWQgPSBxdWV1ZUl0ZW1bMF07CiAgICAgICAgICAgICAgICAgICAgaWYgKHR5cGVvZiBpZCA9PT0gJ3N0cmluZycpIHsKICAgICAgICAgICAgICAgICAgICAgICAgY29udGV4dC5kZWZRdWV1ZU1hcFtpZF0gPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICBkZWZRdWV1ZS5wdXNoKHF1ZXVlSXRlbSk7CiAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgIGdsb2JhbERlZlF1ZXVlID0gW107CiAgICAgICAgICAgIH0KICAgICAgICB9CgogICAgICAgIGhhbmRsZXJzID0gewogICAgICAgICAgICAncmVxdWlyZSc6IGZ1bmN0aW9uIChtb2QpIHsKICAgICAgICAgICAgICAgIGlmIChtb2QucmVxdWlyZSkgewogICAgICAgICAgICAgICAgICAgIHJldHVybiBtb2QucmVxdWlyZTsKICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIChtb2QucmVxdWlyZSA9IGNvbnRleHQubWFrZVJlcXVpcmUobW9kLm1hcCkpOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAogICAgICAgICAgICAnZXhwb3J0cyc6IGZ1bmN0aW9uIChtb2QpIHsKICAgICAgICAgICAgICAgIG1vZC51c2luZ0V4cG9ydHMgPSB0cnVlOwogICAgICAgICAgICAgICAgaWYgKG1vZC5tYXAuaXNEZWZpbmUpIHsKICAgICAgICAgICAgICAgICAgICBpZiAobW9kLmV4cG9ydHMpIHsKICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIChkZWZpbmVkW21vZC5tYXAuaWRdID0gbW9kLmV4cG9ydHMpOwogICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiAobW9kLmV4cG9ydHMgPSBkZWZpbmVkW21vZC5tYXAuaWRdID0ge30pOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKICAgICAgICAgICAgJ21vZHVsZSc6IGZ1bmN0aW9uIChtb2QpIHsKICAgICAgICAgICAgICAgIGlmIChtb2QubW9kdWxlKSB7CiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG1vZC5tb2R1bGU7CiAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgIHJldHVybiAobW9kLm1vZHVsZSA9IHsKICAgICAgICAgICAgICAgICAgICAgICAgaWQ6IG1vZC5tYXAuaWQsCiAgICAgICAgICAgICAgICAgICAgICAgIHVyaTogbW9kLm1hcC51cmwsCiAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZzogZnVuY3Rpb24gKCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGdldE93bihjb25maWcuY29uZmlnLCBtb2QubWFwLmlkKSB8fCB7fTsKICAgICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgICAgZXhwb3J0czogbW9kLmV4cG9ydHMgfHwgKG1vZC5leHBvcnRzID0ge30pCiAgICAgICAgICAgICAgICAgICAgfSk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9OwoKICAgICAgICBmdW5jdGlvbiBjbGVhblJlZ2lzdHJ5KGlkKSB7CiAgICAgICAgICAgIC8vQ2xlYW4gdXAgbWFjaGluZXJ5IHVzZWQgZm9yIHdhaXRpbmcgbW9kdWxlcy4KICAgICAgICAgICAgZGVsZXRlIHJlZ2lzdHJ5W2lkXTsKICAgICAgICAgICAgZGVsZXRlIGVuYWJsZWRSZWdpc3RyeVtpZF07CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiBicmVha0N5Y2xlKG1vZCwgdHJhY2VkLCBwcm9jZXNzZWQpIHsKICAgICAgICAgICAgdmFyIGlkID0gbW9kLm1hcC5pZDsKCiAgICAgICAgICAgIGlmIChtb2QuZXJyb3IpIHsKICAgICAgICAgICAgICAgIG1vZC5lbWl0KCdlcnJvcicsIG1vZC5lcnJvcik7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICB0cmFjZWRbaWRdID0gdHJ1ZTsKICAgICAgICAgICAgICAgIGVhY2gobW9kLmRlcE1hcHMsIGZ1bmN0aW9uIChkZXBNYXAsIGkpIHsKICAgICAgICAgICAgICAgICAgICB2YXIgZGVwSWQgPSBkZXBNYXAuaWQsCiAgICAgICAgICAgICAgICAgICAgICAgIGRlcCA9IGdldE93bihyZWdpc3RyeSwgZGVwSWQpOwoKICAgICAgICAgICAgICAgICAgICAvL09ubHkgZm9yY2UgdGhpbmdzIHRoYXQgaGF2ZSBub3QgY29tcGxldGVkCiAgICAgICAgICAgICAgICAgICAgLy9iZWluZyBkZWZpbmVkLCBzbyBzdGlsbCBpbiB0aGUgcmVnaXN0cnksCiAgICAgICAgICAgICAgICAgICAgLy9hbmQgb25seSBpZiBpdCBoYXMgbm90IGJlZW4gbWF0Y2hlZCB1cAogICAgICAgICAgICAgICAgICAgIC8vaW4gdGhlIG1vZHVsZSBhbHJlYWR5LgogICAgICAgICAgICAgICAgICAgIGlmIChkZXAgJiYgIW1vZC5kZXBNYXRjaGVkW2ldICYmICFwcm9jZXNzZWRbZGVwSWRdKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChnZXRPd24odHJhY2VkLCBkZXBJZCkpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1vZC5kZWZpbmVEZXAoaSwgZGVmaW5lZFtkZXBJZF0pOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgbW9kLmNoZWNrKCk7IC8vcGFzcyBmYWxzZT8KICAgICAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJyZWFrQ3ljbGUoZGVwLCB0cmFjZWQsIHByb2Nlc3NlZCk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgIHByb2Nlc3NlZFtpZF0gPSB0cnVlOwogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiBjaGVja0xvYWRlZCgpIHsKICAgICAgICAgICAgdmFyIGVyciwgdXNpbmdQYXRoRmFsbGJhY2ssCiAgICAgICAgICAgICAgICB3YWl0SW50ZXJ2YWwgPSBjb25maWcud2FpdFNlY29uZHMgKiAxMDAwLAogICAgICAgICAgICAgICAgLy9JdCBpcyBwb3NzaWJsZSB0byBkaXNhYmxlIHRoZSB3YWl0IGludGVydmFsIGJ5IHVzaW5nIHdhaXRTZWNvbmRzIG9mIDAuCiAgICAgICAgICAgICAgICBleHBpcmVkID0gd2FpdEludGVydmFsICYmIChjb250ZXh0LnN0YXJ0VGltZSArIHdhaXRJbnRlcnZhbCkgPCBuZXcgRGF0ZSgpLmdldFRpbWUoKSwKICAgICAgICAgICAgICAgIG5vTG9hZHMgPSBbXSwKICAgICAgICAgICAgICAgIHJlcUNhbGxzID0gW10sCiAgICAgICAgICAgICAgICBzdGlsbExvYWRpbmcgPSBmYWxzZSwKICAgICAgICAgICAgICAgIG5lZWRDeWNsZUNoZWNrID0gdHJ1ZTsKCiAgICAgICAgICAgIC8vRG8gbm90IGJvdGhlciBpZiB0aGlzIGNhbGwgd2FzIGEgcmVzdWx0IG9mIGEgY3ljbGUgYnJlYWsuCiAgICAgICAgICAgIGlmIChpbkNoZWNrTG9hZGVkKSB7CiAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgIH0KCiAgICAgICAgICAgIGluQ2hlY2tMb2FkZWQgPSB0cnVlOwoKICAgICAgICAgICAgLy9GaWd1cmUgb3V0IHRoZSBzdGF0ZSBvZiBhbGwgdGhlIG1vZHVsZXMuCiAgICAgICAgICAgIGVhY2hQcm9wKGVuYWJsZWRSZWdpc3RyeSwgZnVuY3Rpb24gKG1vZCkgewogICAgICAgICAgICAgICAgdmFyIG1hcCA9IG1vZC5tYXAsCiAgICAgICAgICAgICAgICAgICAgbW9kSWQgPSBtYXAuaWQ7CgogICAgICAgICAgICAgICAgLy9Ta2lwIHRoaW5ncyB0aGF0IGFyZSBub3QgZW5hYmxlZCBvciBpbiBlcnJvciBzdGF0ZS4KICAgICAgICAgICAgICAgIGlmICghbW9kLmVuYWJsZWQpIHsKICAgICAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgaWYgKCFtYXAuaXNEZWZpbmUpIHsKICAgICAgICAgICAgICAgICAgICByZXFDYWxscy5wdXNoKG1vZCk7CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgaWYgKCFtb2QuZXJyb3IpIHsKICAgICAgICAgICAgICAgICAgICAvL0lmIHRoZSBtb2R1bGUgc2hvdWxkIGJlIGV4ZWN1dGVkLCBhbmQgaXQgaGFzIG5vdAogICAgICAgICAgICAgICAgICAgIC8vYmVlbiBpbml0ZWQgYW5kIHRpbWUgaXMgdXAsIHJlbWVtYmVyIGl0LgogICAgICAgICAgICAgICAgICAgIGlmICghbW9kLmluaXRlZCAmJiBleHBpcmVkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChoYXNQYXRoRmFsbGJhY2sobW9kSWQpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB1c2luZ1BhdGhGYWxsYmFjayA9IHRydWU7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBzdGlsbExvYWRpbmcgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgbm9Mb2Fkcy5wdXNoKG1vZElkKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlbW92ZVNjcmlwdChtb2RJZCk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKCFtb2QuaW5pdGVkICYmIG1vZC5mZXRjaGVkICYmIG1hcC5pc0RlZmluZSkgewogICAgICAgICAgICAgICAgICAgICAgICBzdGlsbExvYWRpbmcgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICBpZiAoIW1hcC5wcmVmaXgpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vTm8gcmVhc29uIHRvIGtlZXAgbG9va2luZyBmb3IgdW5maW5pc2hlZAogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9sb2FkaW5nLiBJZiB0aGUgb25seSBzdGlsbExvYWRpbmcgaXMgYQogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9wbHVnaW4gcmVzb3VyY2UgdGhvdWdoLCBrZWVwIGdvaW5nLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9iZWNhdXNlIGl0IG1heSBiZSB0aGF0IGEgcGx1Z2luIHJlc291cmNlCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvL2lzIHdhaXRpbmcgb24gYSBub24tcGx1Z2luIGN5Y2xlLgogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIChuZWVkQ3ljbGVDaGVjayA9IGZhbHNlKTsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSk7CgogICAgICAgICAgICBpZiAoZXhwaXJlZCAmJiBub0xvYWRzLmxlbmd0aCkgewogICAgICAgICAgICAgICAgLy9JZiB3YWl0IHRpbWUgZXhwaXJlZCwgdGhyb3cgZXJyb3Igb2YgdW5sb2FkZWQgbW9kdWxlcy4KICAgICAgICAgICAgICAgIGVyciA9IG1ha2VFcnJvcigndGltZW91dCcsICdMb2FkIHRpbWVvdXQgZm9yIG1vZHVsZXM6ICcgKyBub0xvYWRzLCBudWxsLCBub0xvYWRzKTsKICAgICAgICAgICAgICAgIGVyci5jb250ZXh0TmFtZSA9IGNvbnRleHQuY29udGV4dE5hbWU7CiAgICAgICAgICAgICAgICByZXR1cm4gb25FcnJvcihlcnIpOwogICAgICAgICAgICB9CgogICAgICAgICAgICAvL05vdCBleHBpcmVkLCBjaGVjayBmb3IgYSBjeWNsZS4KICAgICAgICAgICAgaWYgKG5lZWRDeWNsZUNoZWNrKSB7CiAgICAgICAgICAgICAgICBlYWNoKHJlcUNhbGxzLCBmdW5jdGlvbiAobW9kKSB7CiAgICAgICAgICAgICAgICAgICAgYnJlYWtDeWNsZShtb2QsIHt9LCB7fSk7CiAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgfQoKICAgICAgICAgICAgLy9JZiBzdGlsbCB3YWl0aW5nIG9uIGxvYWRzLCBhbmQgdGhlIHdhaXRpbmcgbG9hZCBpcyBzb21ldGhpbmcKICAgICAgICAgICAgLy9vdGhlciB0aGFuIGEgcGx1Z2luIHJlc291cmNlLCBvciB0aGVyZSBhcmUgc3RpbGwgb3V0c3RhbmRpbmcKICAgICAgICAgICAgLy9zY3JpcHRzLCB0aGVuIGp1c3QgdHJ5IGJhY2sgbGF0ZXIuCiAgICAgICAgICAgIGlmICgoIWV4cGlyZWQgfHwgdXNpbmdQYXRoRmFsbGJhY2spICYmIHN0aWxsTG9hZGluZykgewogICAgICAgICAgICAgICAgLy9Tb21ldGhpbmcgaXMgc3RpbGwgd2FpdGluZyB0byBsb2FkLiBXYWl0IGZvciBpdCwgYnV0IG9ubHkKICAgICAgICAgICAgICAgIC8vaWYgYSB0aW1lb3V0IGlzIG5vdCBhbHJlYWR5IGluIGVmZmVjdC4KICAgICAgICAgICAgICAgIGlmICgoaXNCcm93c2VyIHx8IGlzV2ViV29ya2VyKSAmJiAhY2hlY2tMb2FkZWRUaW1lb3V0SWQpIHsKICAgICAgICAgICAgICAgICAgICBjaGVja0xvYWRlZFRpbWVvdXRJZCA9IHNldFRpbWVvdXQoZnVuY3Rpb24gKCkgewogICAgICAgICAgICAgICAgICAgICAgICBjaGVja0xvYWRlZFRpbWVvdXRJZCA9IDA7CiAgICAgICAgICAgICAgICAgICAgICAgIGNoZWNrTG9hZGVkKCk7CiAgICAgICAgICAgICAgICAgICAgfSwgNTApOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CgogICAgICAgICAgICBpbkNoZWNrTG9hZGVkID0gZmFsc2U7CiAgICAgICAgfQoKICAgICAgICBNb2R1bGUgPSBmdW5jdGlvbiAobWFwKSB7CiAgICAgICAgICAgIHRoaXMuZXZlbnRzID0gZ2V0T3duKHVuZGVmRXZlbnRzLCBtYXAuaWQpIHx8IHt9OwogICAgICAgICAgICB0aGlzLm1hcCA9IG1hcDsKICAgICAgICAgICAgdGhpcy5zaGltID0gZ2V0T3duKGNvbmZpZy5zaGltLCBtYXAuaWQpOwogICAgICAgICAgICB0aGlzLmRlcEV4cG9ydHMgPSBbXTsKICAgICAgICAgICAgdGhpcy5kZXBNYXBzID0gW107CiAgICAgICAgICAgIHRoaXMuZGVwTWF0Y2hlZCA9IFtdOwogICAgICAgICAgICB0aGlzLnBsdWdpbk1hcHMgPSB7fTsKICAgICAgICAgICAgdGhpcy5kZXBDb3VudCA9IDA7CgogICAgICAgICAgICAvKiB0aGlzLmV4cG9ydHMgdGhpcy5mYWN0b3J5CiAgICAgICAgICAgICAgIHRoaXMuZGVwTWFwcyA9IFtdLAogICAgICAgICAgICAgICB0aGlzLmVuYWJsZWQsIHRoaXMuZmV0Y2hlZAogICAgICAgICAgICAqLwogICAgICAgIH07CgogICAgICAgIE1vZHVsZS5wcm90b3R5cGUgPSB7CiAgICAgICAgICAgIGluaXQ6IGZ1bmN0aW9uIChkZXBNYXBzLCBmYWN0b3J5LCBlcnJiYWNrLCBvcHRpb25zKSB7CiAgICAgICAgICAgICAgICBvcHRpb25zID0gb3B0aW9ucyB8fCB7fTsKCiAgICAgICAgICAgICAgICAvL0RvIG5vdCBkbyBtb3JlIGluaXRzIGlmIGFscmVhZHkgZG9uZS4gQ2FuIGhhcHBlbiBpZiB0aGVyZQogICAgICAgICAgICAgICAgLy9hcmUgbXVsdGlwbGUgZGVmaW5lIGNhbGxzIGZvciB0aGUgc2FtZSBtb2R1bGUuIFRoYXQgaXMgbm90CiAgICAgICAgICAgICAgICAvL2Egbm9ybWFsLCBjb21tb24gY2FzZSwgYnV0IGl0IGlzIGFsc28gbm90IHVuZXhwZWN0ZWQuCiAgICAgICAgICAgICAgICBpZiAodGhpcy5pbml0ZWQpIHsKICAgICAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgdGhpcy5mYWN0b3J5ID0gZmFjdG9yeTsKCiAgICAgICAgICAgICAgICBpZiAoZXJyYmFjaykgewogICAgICAgICAgICAgICAgICAgIC8vUmVnaXN0ZXIgZm9yIGVycm9ycyBvbiB0aGlzIG1vZHVsZS4KICAgICAgICAgICAgICAgICAgICB0aGlzLm9uKCdlcnJvcicsIGVycmJhY2spOwogICAgICAgICAgICAgICAgfSBlbHNlIGlmICh0aGlzLmV2ZW50cy5lcnJvcikgewogICAgICAgICAgICAgICAgICAgIC8vSWYgbm8gZXJyYmFjayBhbHJlYWR5LCBidXQgdGhlcmUgYXJlIGVycm9yIGxpc3RlbmVycwogICAgICAgICAgICAgICAgICAgIC8vb24gdGhpcyBtb2R1bGUsIHNldCB1cCBhbiBlcnJiYWNrIHRvIHBhc3MgdG8gdGhlIGRlcHMuCiAgICAgICAgICAgICAgICAgICAgZXJyYmFjayA9IGJpbmQodGhpcywgZnVuY3Rpb24gKGVycikgewogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ2Vycm9yJywgZXJyKTsKICAgICAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAvL0RvIGEgY29weSBvZiB0aGUgZGVwZW5kZW5jeSBhcnJheSwgc28gdGhhdAogICAgICAgICAgICAgICAgLy9zb3VyY2UgaW5wdXRzIGFyZSBub3QgbW9kaWZpZWQuIEZvciBleGFtcGxlCiAgICAgICAgICAgICAgICAvLyJzaGltIiBkZXBzIGFyZSBwYXNzZWQgaW4gaGVyZSBkaXJlY3RseSwgYW5kCiAgICAgICAgICAgICAgICAvL2RvaW5nIGEgZGlyZWN0IG1vZGlmaWNhdGlvbiBvZiB0aGUgZGVwTWFwcyBhcnJheQogICAgICAgICAgICAgICAgLy93b3VsZCBhZmZlY3QgdGhhdCBjb25maWcuCiAgICAgICAgICAgICAgICB0aGlzLmRlcE1hcHMgPSBkZXBNYXBzICYmIGRlcE1hcHMuc2xpY2UoMCk7CgogICAgICAgICAgICAgICAgdGhpcy5lcnJiYWNrID0gZXJyYmFjazsKCiAgICAgICAgICAgICAgICAvL0luZGljYXRlIHRoaXMgbW9kdWxlIGhhcyBiZSBpbml0aWFsaXplZAogICAgICAgICAgICAgICAgdGhpcy5pbml0ZWQgPSB0cnVlOwoKICAgICAgICAgICAgICAgIHRoaXMuaWdub3JlID0gb3B0aW9ucy5pZ25vcmU7CgogICAgICAgICAgICAgICAgLy9Db3VsZCBoYXZlIG9wdGlvbiB0byBpbml0IHRoaXMgbW9kdWxlIGluIGVuYWJsZWQgbW9kZSwKICAgICAgICAgICAgICAgIC8vb3IgY291bGQgaGF2ZSBiZWVuIHByZXZpb3VzbHkgbWFya2VkIGFzIGVuYWJsZWQuIEhvd2V2ZXIsCiAgICAgICAgICAgICAgICAvL3RoZSBkZXBlbmRlbmNpZXMgYXJlIG5vdCBrbm93biB1bnRpbCBpbml0IGlzIGNhbGxlZC4gU28KICAgICAgICAgICAgICAgIC8vaWYgZW5hYmxlZCBwcmV2aW91c2x5LCBub3cgdHJpZ2dlciBkZXBlbmRlbmNpZXMgYXMgZW5hYmxlZC4KICAgICAgICAgICAgICAgIGlmIChvcHRpb25zLmVuYWJsZWQgfHwgdGhpcy5lbmFibGVkKSB7CiAgICAgICAgICAgICAgICAgICAgLy9FbmFibGUgdGhpcyBtb2R1bGUgYW5kIGRlcGVuZGVuY2llcy4KICAgICAgICAgICAgICAgICAgICAvL1dpbGwgY2FsbCB0aGlzLmNoZWNrKCkKICAgICAgICAgICAgICAgICAgICB0aGlzLmVuYWJsZSgpOwogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICB0aGlzLmNoZWNrKCk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCgogICAgICAgICAgICBkZWZpbmVEZXA6IGZ1bmN0aW9uIChpLCBkZXBFeHBvcnRzKSB7CiAgICAgICAgICAgICAgICAvL0JlY2F1c2Ugb2YgY3ljbGVzLCBkZWZpbmVkIGNhbGxiYWNrIGZvciBhIGdpdmVuCiAgICAgICAgICAgICAgICAvL2V4cG9ydCBjYW4gYmUgY2FsbGVkIG1vcmUgdGhhbiBvbmNlLgogICAgICAgICAgICAgICAgaWYgKCF0aGlzLmRlcE1hdGNoZWRbaV0pIHsKICAgICAgICAgICAgICAgICAgICB0aGlzLmRlcE1hdGNoZWRbaV0gPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIHRoaXMuZGVwQ291bnQgLT0gMTsKICAgICAgICAgICAgICAgICAgICB0aGlzLmRlcEV4cG9ydHNbaV0gPSBkZXBFeHBvcnRzOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAoKICAgICAgICAgICAgZmV0Y2g6IGZ1bmN0aW9uICgpIHsKICAgICAgICAgICAgICAgIGlmICh0aGlzLmZldGNoZWQpIHsKICAgICAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB0aGlzLmZldGNoZWQgPSB0cnVlOwoKICAgICAgICAgICAgICAgIGNvbnRleHQuc3RhcnRUaW1lID0gKG5ldyBEYXRlKCkpLmdldFRpbWUoKTsKCiAgICAgICAgICAgICAgICB2YXIgbWFwID0gdGhpcy5tYXA7CgogICAgICAgICAgICAgICAgLy9JZiB0aGUgbWFuYWdlciBpcyBmb3IgYSBwbHVnaW4gbWFuYWdlZCByZXNvdXJjZSwKICAgICAgICAgICAgICAgIC8vYXNrIHRoZSBwbHVnaW4gdG8gbG9hZCBpdCBub3cuCiAgICAgICAgICAgICAgICBpZiAodGhpcy5zaGltKSB7CiAgICAgICAgICAgICAgICAgICAgY29udGV4dC5tYWtlUmVxdWlyZSh0aGlzLm1hcCwgewogICAgICAgICAgICAgICAgICAgICAgICBlbmFibGVCdWlsZENhbGxiYWNrOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgfSkodGhpcy5zaGltLmRlcHMgfHwgW10sIGJpbmQodGhpcywgZnVuY3Rpb24gKCkgewogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbWFwLnByZWZpeCA/IHRoaXMuY2FsbFBsdWdpbigpIDogdGhpcy5sb2FkKCk7CiAgICAgICAgICAgICAgICAgICAgfSkpOwogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAvL1JlZ3VsYXIgZGVwZW5kZW5jeS4KICAgICAgICAgICAgICAgICAgICByZXR1cm4gbWFwLnByZWZpeCA/IHRoaXMuY2FsbFBsdWdpbigpIDogdGhpcy5sb2FkKCk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCgogICAgICAgICAgICBsb2FkOiBmdW5jdGlvbiAoKSB7CiAgICAgICAgICAgICAgICB2YXIgdXJsID0gdGhpcy5tYXAudXJsOwoKICAgICAgICAgICAgICAgIC8vUmVndWxhciBkZXBlbmRlbmN5LgogICAgICAgICAgICAgICAgaWYgKCF1cmxGZXRjaGVkW3VybF0pIHsKICAgICAgICAgICAgICAgICAgICB1cmxGZXRjaGVkW3VybF0gPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIGNvbnRleHQubG9hZCh0aGlzLm1hcC5pZCwgdXJsKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIC8qKgogICAgICAgICAgICAgKiBDaGVja3MgaWYgdGhlIG1vZHVsZSBpcyByZWFkeSB0byBkZWZpbmUgaXRzZWxmLCBhbmQgaWYgc28sCiAgICAgICAgICAgICAqIGRlZmluZSBpdC4KICAgICAgICAgICAgICovCiAgICAgICAgICAgIGNoZWNrOiBmdW5jdGlvbiAoKSB7CiAgICAgICAgICAgICAgICBpZiAoIXRoaXMuZW5hYmxlZCB8fCB0aGlzLmVuYWJsaW5nKSB7CiAgICAgICAgICAgICAgICAgICAgcmV0dXJuOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIHZhciBlcnIsIGNqc01vZHVsZSwKICAgICAgICAgICAgICAgICAgICBpZCA9IHRoaXMubWFwLmlkLAogICAgICAgICAgICAgICAgICAgIGRlcEV4cG9ydHMgPSB0aGlzLmRlcEV4cG9ydHMsCiAgICAgICAgICAgICAgICAgICAgZXhwb3J0cyA9IHRoaXMuZXhwb3J0cywKICAgICAgICAgICAgICAgICAgICBmYWN0b3J5ID0gdGhpcy5mYWN0b3J5OwoKICAgICAgICAgICAgICAgIGlmICghdGhpcy5pbml0ZWQpIHsKICAgICAgICAgICAgICAgICAgICAvLyBPbmx5IGZldGNoIGlmIG5vdCBhbHJlYWR5IGluIHRoZSBkZWZRdWV1ZS4KICAgICAgICAgICAgICAgICAgICBpZiAoIWhhc1Byb3AoY29udGV4dC5kZWZRdWV1ZU1hcCwgaWQpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZmV0Y2goKTsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKHRoaXMuZXJyb3IpIHsKICAgICAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ2Vycm9yJywgdGhpcy5lcnJvcik7CiAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKCF0aGlzLmRlZmluaW5nKSB7CiAgICAgICAgICAgICAgICAgICAgLy9UaGUgZmFjdG9yeSBjb3VsZCB0cmlnZ2VyIGFub3RoZXIgcmVxdWlyZSBjYWxsCiAgICAgICAgICAgICAgICAgICAgLy90aGF0IHdvdWxkIHJlc3VsdCBpbiBjaGVja2luZyB0aGlzIG1vZHVsZSB0bwogICAgICAgICAgICAgICAgICAgIC8vZGVmaW5lIGl0c2VsZiBhZ2Fpbi4gSWYgYWxyZWFkeSBpbiB0aGUgcHJvY2VzcwogICAgICAgICAgICAgICAgICAgIC8vb2YgZG9pbmcgdGhhdCwgc2tpcCB0aGlzIHdvcmsuCiAgICAgICAgICAgICAgICAgICAgdGhpcy5kZWZpbmluZyA9IHRydWU7CgogICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmRlcENvdW50IDwgMSAmJiAhdGhpcy5kZWZpbmVkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChpc0Z1bmN0aW9uKGZhY3RvcnkpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0cnkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4cG9ydHMgPSBjb250ZXh0LmV4ZWNDYihpZCwgZmFjdG9yeSwgZGVwRXhwb3J0cywgZXhwb3J0cyk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9IGNhdGNoIChlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXJyID0gZTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBGYXZvciByZXR1cm4gdmFsdWUgb3ZlciBleHBvcnRzLiBJZiBub2RlL2NqcyBpbiBwbGF5LAogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gdGhlbiB3aWxsIG5vdCBoYXZlIGEgcmV0dXJuIHZhbHVlIGFueXdheS4gRmF2b3IKICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIG1vZHVsZS5leHBvcnRzIGFzc2lnbm1lbnQgb3ZlciBleHBvcnRzIG9iamVjdC4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLm1hcC5pc0RlZmluZSAmJiBleHBvcnRzID09PSB1bmRlZmluZWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjanNNb2R1bGUgPSB0aGlzLm1vZHVsZTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAoY2pzTW9kdWxlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4cG9ydHMgPSBjanNNb2R1bGUuZXhwb3J0czsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKHRoaXMudXNpbmdFeHBvcnRzKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vZXhwb3J0cyBhbHJlYWR5IHNldCB0aGUgZGVmaW5lZCB2YWx1ZS4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZXhwb3J0cyA9IHRoaXMuZXhwb3J0czsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGVycikgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIElmIHRoZXJlIGlzIGFuIGVycm9yIGxpc3RlbmVyLCBmYXZvciBwYXNzaW5nCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gdG8gdGhhdCBpbnN0ZWFkIG9mIHRocm93aW5nIGFuIGVycm9yLiBIb3dldmVyLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIG9ubHkgZG8gaXQgZm9yIGRlZmluZSgpJ2QgIG1vZHVsZXMuIHJlcXVpcmUKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBlcnJiYWNrcyBzaG91bGQgbm90IGJlIGNhbGxlZCBmb3IgZmFpbHVyZXMgaW4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyB0aGVpciBjYWxsYmFja3MgKCM2OTkpLiBIb3dldmVyIGlmIGEgZ2xvYmFsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gb25FcnJvciBpcyBzZXQsIHVzZSB0aGF0LgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICgodGhpcy5ldmVudHMuZXJyb3IgJiYgdGhpcy5tYXAuaXNEZWZpbmUpIHx8CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlcS5vbkVycm9yICE9PSBkZWZhdWx0T25FcnJvcikgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlcnIucmVxdWlyZU1hcCA9IHRoaXMubWFwOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlcnIucmVxdWlyZU1vZHVsZXMgPSB0aGlzLm1hcC5pc0RlZmluZSA/IFt0aGlzLm1hcC5pZF0gOiBudWxsOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlcnIucmVxdWlyZVR5cGUgPSB0aGlzLm1hcC5pc0RlZmluZSA/ICdkZWZpbmUnIDogJ3JlcXVpcmUnOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb25FcnJvcigodGhpcy5lcnJvciA9IGVycikpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAodHlwZW9mIGNvbnNvbGUgIT09ICd1bmRlZmluZWQnICYmCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjb25zb2xlLmVycm9yKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIExvZyB0aGUgZXJyb3IgZm9yIGRlYnVnZ2luZy4gSWYgcHJvbWlzZXMgY291bGQgYmUKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gdXNlZCwgdGhpcyB3b3VsZCBiZSBkaWZmZXJlbnQsIGJ1dCBtYWtpbmcgZG8uCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbnNvbGUuZXJyb3IoZXJyKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBEbyBub3Qgd2FudCB0byBjb21wbGV0ZWx5IGxvc2UgdGhlIGVycm9yLiBXaGlsZSB0aGlzCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vIHdpbGwgbWVzcyB1cCBwcm9jZXNzaW5nIGFuZCBsZWFkIHRvIHNpbWlsYXIgcmVzdWx0cwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBhcyBidWcgMTQ0MCwgaXQgYXQgbGVhc3Qgc3VyZmFjZXMgdGhlIGVycm9yLgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXEub25FcnJvcihlcnIpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vSnVzdCBhIGxpdGVyYWwgdmFsdWUKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4cG9ydHMgPSBmYWN0b3J5OwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmV4cG9ydHMgPSBleHBvcnRzOwoKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMubWFwLmlzRGVmaW5lICYmICF0aGlzLmlnbm9yZSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgZGVmaW5lZFtpZF0gPSBleHBvcnRzOwoKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmIChyZXEub25SZXNvdXJjZUxvYWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YXIgcmVzTG9hZE1hcHMgPSBbXTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBlYWNoKHRoaXMuZGVwTWFwcywgZnVuY3Rpb24gKGRlcE1hcCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXNMb2FkTWFwcy5wdXNoKGRlcE1hcC5ub3JtYWxpemVkTWFwIHx8IGRlcE1hcCk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmVxLm9uUmVzb3VyY2VMb2FkKGNvbnRleHQsIHRoaXMubWFwLCByZXNMb2FkTWFwcyk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgICAgIC8vQ2xlYW4gdXAKICAgICAgICAgICAgICAgICAgICAgICAgY2xlYW5SZWdpc3RyeShpZCk7CgogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRlZmluZWQgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgLy9GaW5pc2hlZCB0aGUgZGVmaW5lIHN0YWdlLiBBbGxvdyBjYWxsaW5nIGNoZWNrIGFnYWluCiAgICAgICAgICAgICAgICAgICAgLy90byBhbGxvdyBkZWZpbmUgbm90aWZpY2F0aW9ucyBiZWxvdyBpbiB0aGUgY2FzZSBvZiBhCiAgICAgICAgICAgICAgICAgICAgLy9jeWNsZS4KICAgICAgICAgICAgICAgICAgICB0aGlzLmRlZmluaW5nID0gZmFsc2U7CgogICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLmRlZmluZWQgJiYgIXRoaXMuZGVmaW5lRW1pdHRlZCkgewogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRlZmluZUVtaXR0ZWQgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ2RlZmluZWQnLCB0aGlzLmV4cG9ydHMpOwogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRlZmluZUVtaXRDb21wbGV0ZSA9IHRydWU7CiAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIGNhbGxQbHVnaW46IGZ1bmN0aW9uICgpIHsKICAgICAgICAgICAgICAgIHZhciBtYXAgPSB0aGlzLm1hcCwKICAgICAgICAgICAgICAgICAgICBpZCA9IG1hcC5pZCwKICAgICAgICAgICAgICAgICAgICAvL01hcCBhbHJlYWR5IG5vcm1hbGl6ZWQgdGhlIHByZWZpeC4KICAgICAgICAgICAgICAgICAgICBwbHVnaW5NYXAgPSBtYWtlTW9kdWxlTWFwKG1hcC5wcmVmaXgpOwoKICAgICAgICAgICAgICAgIC8vTWFyayB0aGlzIGFzIGEgZGVwZW5kZW5jeSBmb3IgdGhpcyBwbHVnaW4sIHNvIGl0CiAgICAgICAgICAgICAgICAvL2NhbiBiZSB0cmFjZWQgZm9yIGN5Y2xlcy4KICAgICAgICAgICAgICAgIHRoaXMuZGVwTWFwcy5wdXNoKHBsdWdpbk1hcCk7CgogICAgICAgICAgICAgICAgb24ocGx1Z2luTWFwLCAnZGVmaW5lZCcsIGJpbmQodGhpcywgZnVuY3Rpb24gKHBsdWdpbikgewogICAgICAgICAgICAgICAgICAgIHZhciBsb2FkLCBub3JtYWxpemVkTWFwLCBub3JtYWxpemVkTW9kLAogICAgICAgICAgICAgICAgICAgICAgICBidW5kbGVJZCA9IGdldE93bihidW5kbGVzTWFwLCB0aGlzLm1hcC5pZCksCiAgICAgICAgICAgICAgICAgICAgICAgIG5hbWUgPSB0aGlzLm1hcC5uYW1lLAogICAgICAgICAgICAgICAgICAgICAgICBwYXJlbnROYW1lID0gdGhpcy5tYXAucGFyZW50TWFwID8gdGhpcy5tYXAucGFyZW50TWFwLm5hbWUgOiBudWxsLAogICAgICAgICAgICAgICAgICAgICAgICBsb2NhbFJlcXVpcmUgPSBjb250ZXh0Lm1ha2VSZXF1aXJlKG1hcC5wYXJlbnRNYXAsIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVuYWJsZUJ1aWxkQ2FsbGJhY2s6IHRydWUKICAgICAgICAgICAgICAgICAgICAgICAgfSk7CgogICAgICAgICAgICAgICAgICAgIC8vSWYgY3VycmVudCBtYXAgaXMgbm90IG5vcm1hbGl6ZWQsIHdhaXQgZm9yIHRoYXQKICAgICAgICAgICAgICAgICAgICAvL25vcm1hbGl6ZWQgbmFtZSB0byBsb2FkIGluc3RlYWQgb2YgY29udGludWluZy4KICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5tYXAudW5ub3JtYWxpemVkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIC8vTm9ybWFsaXplIHRoZSBJRCBpZiB0aGUgcGx1Z2luIGFsbG93cyBpdC4KICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHBsdWdpbi5ub3JtYWxpemUpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIG5hbWUgPSBwbHVnaW4ubm9ybWFsaXplKG5hbWUsIGZ1bmN0aW9uIChuYW1lKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG5vcm1hbGl6ZShuYW1lLCBwYXJlbnROYW1lLCB0cnVlKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pIHx8ICcnOwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICAvL3ByZWZpeCBhbmQgbmFtZSBzaG91bGQgYWxyZWFkeSBiZSBub3JtYWxpemVkLCBubyBuZWVkCiAgICAgICAgICAgICAgICAgICAgICAgIC8vZm9yIGFwcGx5aW5nIG1hcCBjb25maWcgYWdhaW4gZWl0aGVyLgogICAgICAgICAgICAgICAgICAgICAgICBub3JtYWxpemVkTWFwID0gbWFrZU1vZHVsZU1hcChtYXAucHJlZml4ICsgJyEnICsgbmFtZSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5tYXAucGFyZW50TWFwKTsKICAgICAgICAgICAgICAgICAgICAgICAgb24obm9ybWFsaXplZE1hcCwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICdkZWZpbmVkJywgYmluZCh0aGlzLCBmdW5jdGlvbiAodmFsdWUpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm1hcC5ub3JtYWxpemVkTWFwID0gbm9ybWFsaXplZE1hcDsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmluaXQoW10sIGZ1bmN0aW9uICgpIHsgcmV0dXJuIHZhbHVlOyB9LCBudWxsLCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVuYWJsZWQ6IHRydWUsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlnbm9yZTogdHJ1ZQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgfSkpOwoKICAgICAgICAgICAgICAgICAgICAgICAgbm9ybWFsaXplZE1vZCA9IGdldE93bihyZWdpc3RyeSwgbm9ybWFsaXplZE1hcC5pZCk7CiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChub3JtYWxpemVkTW9kKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvL01hcmsgdGhpcyBhcyBhIGRlcGVuZGVuY3kgZm9yIHRoaXMgcGx1Z2luLCBzbyBpdAogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9jYW4gYmUgdHJhY2VkIGZvciBjeWNsZXMuCiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRlcE1hcHMucHVzaChub3JtYWxpemVkTWFwKTsKCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5ldmVudHMuZXJyb3IpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBub3JtYWxpemVkTW9kLm9uKCdlcnJvcicsIGJpbmQodGhpcywgZnVuY3Rpb24gKGVycikgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmVtaXQoJ2Vycm9yJywgZXJyKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB9KSk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBub3JtYWxpemVkTW9kLmVuYWJsZSgpOwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAvL0lmIGEgcGF0aHMgY29uZmlnLCB0aGVuIGp1c3QgbG9hZCB0aGF0IGZpbGUgaW5zdGVhZCB0bwogICAgICAgICAgICAgICAgICAgIC8vcmVzb2x2ZSB0aGUgcGx1Z2luLCBhcyBpdCBpcyBidWlsdCBpbnRvIHRoYXQgcGF0aHMgbGF5ZXIuCiAgICAgICAgICAgICAgICAgICAgaWYgKGJ1bmRsZUlkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubWFwLnVybCA9IGNvbnRleHQubmFtZVRvVXJsKGJ1bmRsZUlkKTsKICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5sb2FkKCk7CiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybjsKICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgIGxvYWQgPSBiaW5kKHRoaXMsIGZ1bmN0aW9uICh2YWx1ZSkgewogICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmluaXQoW10sIGZ1bmN0aW9uICgpIHsgcmV0dXJuIHZhbHVlOyB9LCBudWxsLCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbmFibGVkOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgICAgICAgICBsb2FkLmVycm9yID0gYmluZCh0aGlzLCBmdW5jdGlvbiAoZXJyKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuaW5pdGVkID0gdHJ1ZTsKICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5lcnJvciA9IGVycjsKICAgICAgICAgICAgICAgICAgICAgICAgZXJyLnJlcXVpcmVNb2R1bGVzID0gW2lkXTsKCiAgICAgICAgICAgICAgICAgICAgICAgIC8vUmVtb3ZlIHRlbXAgdW5ub3JtYWxpemVkIG1vZHVsZXMgZm9yIHRoaXMgbW9kdWxlLAogICAgICAgICAgICAgICAgICAgICAgICAvL3NpbmNlIHRoZXkgd2lsbCBuZXZlciBiZSByZXNvbHZlZCBvdGhlcndpc2Ugbm93LgogICAgICAgICAgICAgICAgICAgICAgICBlYWNoUHJvcChyZWdpc3RyeSwgZnVuY3Rpb24gKG1vZCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKG1vZC5tYXAuaWQuaW5kZXhPZihpZCArICdfdW5ub3JtYWxpemVkJykgPT09IDApIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGVhblJlZ2lzdHJ5KG1vZC5tYXAuaWQpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9KTsKCiAgICAgICAgICAgICAgICAgICAgICAgIG9uRXJyb3IoZXJyKTsKICAgICAgICAgICAgICAgICAgICB9KTsKCiAgICAgICAgICAgICAgICAgICAgLy9BbGxvdyBwbHVnaW5zIHRvIGxvYWQgb3RoZXIgY29kZSB3aXRob3V0IGhhdmluZyB0byBrbm93IHRoZQogICAgICAgICAgICAgICAgICAgIC8vY29udGV4dCBvciBob3cgdG8gJ2NvbXBsZXRlJyB0aGUgbG9hZC4KICAgICAgICAgICAgICAgICAgICBsb2FkLmZyb21UZXh0ID0gYmluZCh0aGlzLCBmdW5jdGlvbiAodGV4dCwgdGV4dEFsdCkgewogICAgICAgICAgICAgICAgICAgICAgICAvKmpzbGludCBldmlsOiB0cnVlICovCiAgICAgICAgICAgICAgICAgICAgICAgIHZhciBtb2R1bGVOYW1lID0gbWFwLm5hbWUsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtb2R1bGVNYXAgPSBtYWtlTW9kdWxlTWFwKG1vZHVsZU5hbWUpLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgaGFzSW50ZXJhY3RpdmUgPSB1c2VJbnRlcmFjdGl2ZTsKCiAgICAgICAgICAgICAgICAgICAgICAgIC8vQXMgb2YgMi4xLjAsIHN1cHBvcnQganVzdCBwYXNzaW5nIHRoZSB0ZXh0LCB0byByZWluZm9yY2UKICAgICAgICAgICAgICAgICAgICAgICAgLy9mcm9tVGV4dCBvbmx5IGJlaW5nIGNhbGxlZCBvbmNlIHBlciByZXNvdXJjZS4gU3RpbGwKICAgICAgICAgICAgICAgICAgICAgICAgLy9zdXBwb3J0IG9sZCBzdHlsZSBvZiBwYXNzaW5nIG1vZHVsZU5hbWUgYnV0IGRpc2NhcmQKICAgICAgICAgICAgICAgICAgICAgICAgLy90aGF0IG1vZHVsZU5hbWUgaW4gZmF2b3Igb2YgdGhlIGludGVybmFsIHJlZi4KICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHRleHRBbHQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRleHQgPSB0ZXh0QWx0OwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICAvL1R1cm4gb2ZmIGludGVyYWN0aXZlIHNjcmlwdCBtYXRjaGluZyBmb3IgSUUgZm9yIGFueSBkZWZpbmUKICAgICAgICAgICAgICAgICAgICAgICAgLy9jYWxscyBpbiB0aGUgdGV4dCwgdGhlbiB0dXJuIGl0IGJhY2sgb24gYXQgdGhlIGVuZC4KICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGhhc0ludGVyYWN0aXZlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB1c2VJbnRlcmFjdGl2ZSA9IGZhbHNlOwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICAvL1ByaW1lIHRoZSBzeXN0ZW0gYnkgY3JlYXRpbmcgYSBtb2R1bGUgaW5zdGFuY2UgZm9yCiAgICAgICAgICAgICAgICAgICAgICAgIC8vaXQuCiAgICAgICAgICAgICAgICAgICAgICAgIGdldE1vZHVsZShtb2R1bGVNYXApOwoKICAgICAgICAgICAgICAgICAgICAgICAgLy9UcmFuc2ZlciBhbnkgY29uZmlnIHRvIHRoaXMgb3RoZXIgbW9kdWxlLgogICAgICAgICAgICAgICAgICAgICAgICBpZiAoaGFzUHJvcChjb25maWcuY29uZmlnLCBpZCkpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZy5jb25maWdbbW9kdWxlTmFtZV0gPSBjb25maWcuY29uZmlnW2lkXTsKICAgICAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAgICAgdHJ5IHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlcS5leGVjKHRleHQpOwogICAgICAgICAgICAgICAgICAgICAgICB9IGNhdGNoIChlKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gb25FcnJvcihtYWtlRXJyb3IoJ2Zyb210ZXh0ZXZhbCcsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdmcm9tVGV4dCBldmFsIGZvciAnICsgaWQgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICcgZmFpbGVkOiAnICsgZSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZSwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW2lkXSkpOwogICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICBpZiAoaGFzSW50ZXJhY3RpdmUpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHVzZUludGVyYWN0aXZlID0gdHJ1ZTsKICAgICAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAgICAgLy9NYXJrIHRoaXMgYXMgYSBkZXBlbmRlbmN5IGZvciB0aGUgcGx1Z2luCiAgICAgICAgICAgICAgICAgICAgICAgIC8vcmVzb3VyY2UKICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kZXBNYXBzLnB1c2gobW9kdWxlTWFwKTsKCiAgICAgICAgICAgICAgICAgICAgICAgIC8vU3VwcG9ydCBhbm9ueW1vdXMgbW9kdWxlcy4KICAgICAgICAgICAgICAgICAgICAgICAgY29udGV4dC5jb21wbGV0ZUxvYWQobW9kdWxlTmFtZSk7CgogICAgICAgICAgICAgICAgICAgICAgICAvL0JpbmQgdGhlIHZhbHVlIG9mIHRoYXQgbW9kdWxlIHRvIHRoZSB2YWx1ZSBmb3IgdGhpcwogICAgICAgICAgICAgICAgICAgICAgICAvL3Jlc291cmNlIElELgogICAgICAgICAgICAgICAgICAgICAgICBsb2NhbFJlcXVpcmUoW21vZHVsZU5hbWVdLCBsb2FkKTsKICAgICAgICAgICAgICAgICAgICB9KTsKCiAgICAgICAgICAgICAgICAgICAgLy9Vc2UgcGFyZW50TmFtZSBoZXJlIHNpbmNlIHRoZSBwbHVnaW4ncyBuYW1lIGlzIG5vdCByZWxpYWJsZSwKICAgICAgICAgICAgICAgICAgICAvL2NvdWxkIGJlIHNvbWUgd2VpcmQgc3RyaW5nIHdpdGggbm8gcGF0aCB0aGF0IGFjdHVhbGx5IHdhbnRzIHRvCiAgICAgICAgICAgICAgICAgICAgLy9yZWZlcmVuY2UgdGhlIHBhcmVudE5hbWUncyBwYXRoLgogICAgICAgICAgICAgICAgICAgIHBsdWdpbi5sb2FkKG1hcC5uYW1lLCBsb2NhbFJlcXVpcmUsIGxvYWQsIGNvbmZpZyk7CiAgICAgICAgICAgICAgICB9KSk7CgogICAgICAgICAgICAgICAgY29udGV4dC5lbmFibGUocGx1Z2luTWFwLCB0aGlzKTsKICAgICAgICAgICAgICAgIHRoaXMucGx1Z2luTWFwc1twbHVnaW5NYXAuaWRdID0gcGx1Z2luTWFwOwogICAgICAgICAgICB9LAoKICAgICAgICAgICAgZW5hYmxlOiBmdW5jdGlvbiAoKSB7CiAgICAgICAgICAgICAgICBlbmFibGVkUmVnaXN0cnlbdGhpcy5tYXAuaWRdID0gdGhpczsKICAgICAgICAgICAgICAgIHRoaXMuZW5hYmxlZCA9IHRydWU7CgogICAgICAgICAgICAgICAgLy9TZXQgZmxhZyBtZW50aW9uaW5nIHRoYXQgdGhlIG1vZHVsZSBpcyBlbmFibGluZywKICAgICAgICAgICAgICAgIC8vc28gdGhhdCBpbW1lZGlhdGUgY2FsbHMgdG8gdGhlIGRlZmluZWQgY2FsbGJhY2tzCiAgICAgICAgICAgICAgICAvL2ZvciBkZXBlbmRlbmNpZXMgZG8gbm90IHRyaWdnZXIgaW5hZHZlcnRlbnQgbG9hZAogICAgICAgICAgICAgICAgLy93aXRoIHRoZSBkZXBDb3VudCBzdGlsbCBiZWluZyB6ZXJvLgogICAgICAgICAgICAgICAgdGhpcy5lbmFibGluZyA9IHRydWU7CgogICAgICAgICAgICAgICAgLy9FbmFibGUgZWFjaCBkZXBlbmRlbmN5CiAgICAgICAgICAgICAgICBlYWNoKHRoaXMuZGVwTWFwcywgYmluZCh0aGlzLCBmdW5jdGlvbiAoZGVwTWFwLCBpKSB7CiAgICAgICAgICAgICAgICAgICAgdmFyIGlkLCBtb2QsIGhhbmRsZXI7CgogICAgICAgICAgICAgICAgICAgIGlmICh0eXBlb2YgZGVwTWFwID09PSAnc3RyaW5nJykgewogICAgICAgICAgICAgICAgICAgICAgICAvL0RlcGVuZGVuY3kgbmVlZHMgdG8gYmUgY29udmVydGVkIHRvIGEgZGVwTWFwCiAgICAgICAgICAgICAgICAgICAgICAgIC8vYW5kIHdpcmVkIHVwIHRvIHRoaXMgbW9kdWxlLgogICAgICAgICAgICAgICAgICAgICAgICBkZXBNYXAgPSBtYWtlTW9kdWxlTWFwKGRlcE1hcCwKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAodGhpcy5tYXAuaXNEZWZpbmUgPyB0aGlzLm1hcCA6IHRoaXMubWFwLnBhcmVudE1hcCksCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmFsc2UsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIXRoaXMuc2tpcE1hcCk7CiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZGVwTWFwc1tpXSA9IGRlcE1hcDsKCiAgICAgICAgICAgICAgICAgICAgICAgIGhhbmRsZXIgPSBnZXRPd24oaGFuZGxlcnMsIGRlcE1hcC5pZCk7CgogICAgICAgICAgICAgICAgICAgICAgICBpZiAoaGFuZGxlcikgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kZXBFeHBvcnRzW2ldID0gaGFuZGxlcih0aGlzKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybjsKICAgICAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kZXBDb3VudCArPSAxOwoKICAgICAgICAgICAgICAgICAgICAgICAgb24oZGVwTWFwLCAnZGVmaW5lZCcsIGJpbmQodGhpcywgZnVuY3Rpb24gKGRlcEV4cG9ydHMpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICh0aGlzLnVuZGVmZWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm47CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmRlZmluZURlcChpLCBkZXBFeHBvcnRzKTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2hlY2soKTsKICAgICAgICAgICAgICAgICAgICAgICAgfSkpOwoKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKHRoaXMuZXJyYmFjaykgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgb24oZGVwTWFwLCAnZXJyb3InLCBiaW5kKHRoaXMsIHRoaXMuZXJyYmFjaykpOwogICAgICAgICAgICAgICAgICAgICAgICB9IGVsc2UgaWYgKHRoaXMuZXZlbnRzLmVycm9yKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvLyBObyBkaXJlY3QgZXJyYmFjayBvbiB0aGlzIG1vZHVsZSwgYnV0IHNvbWV0aGluZwogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gZWxzZSBpcyBsaXN0ZW5pbmcgZm9yIGVycm9ycywgc28gYmUgc3VyZSB0bwogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy8gcHJvcGFnYXRlIHRoZSBlcnJvciBjb3JyZWN0bHkuCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvbihkZXBNYXAsICdlcnJvcicsIGJpbmQodGhpcywgZnVuY3Rpb24oZXJyKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5lbWl0KCdlcnJvcicsIGVycik7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9KSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgIGlkID0gZGVwTWFwLmlkOwogICAgICAgICAgICAgICAgICAgIG1vZCA9IHJlZ2lzdHJ5W2lkXTsKCiAgICAgICAgICAgICAgICAgICAgLy9Ta2lwIHNwZWNpYWwgbW9kdWxlcyBsaWtlICdyZXF1aXJlJywgJ2V4cG9ydHMnLCAnbW9kdWxlJwogICAgICAgICAgICAgICAgICAgIC8vQWxzbywgZG9uJ3QgY2FsbCBlbmFibGUgaWYgaXQgaXMgYWxyZWFkeSBlbmFibGVkLAogICAgICAgICAgICAgICAgICAgIC8vaW1wb3J0YW50IGluIGNpcmN1bGFyIGRlcGVuZGVuY3kgY2FzZXMuCiAgICAgICAgICAgICAgICAgICAgaWYgKCFoYXNQcm9wKGhhbmRsZXJzLCBpZCkgJiYgbW9kICYmICFtb2QuZW5hYmxlZCkgewogICAgICAgICAgICAgICAgICAgICAgICBjb250ZXh0LmVuYWJsZShkZXBNYXAsIHRoaXMpOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0pKTsKCiAgICAgICAgICAgICAgICAvL0VuYWJsZSBlYWNoIHBsdWdpbiB0aGF0IGlzIHVzZWQgaW4KICAgICAgICAgICAgICAgIC8vYSBkZXBlbmRlbmN5CiAgICAgICAgICAgICAgICBlYWNoUHJvcCh0aGlzLnBsdWdpbk1hcHMsIGJpbmQodGhpcywgZnVuY3Rpb24gKHBsdWdpbk1hcCkgewogICAgICAgICAgICAgICAgICAgIHZhciBtb2QgPSBnZXRPd24ocmVnaXN0cnksIHBsdWdpbk1hcC5pZCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKG1vZCAmJiAhbW9kLmVuYWJsZWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgY29udGV4dC5lbmFibGUocGx1Z2luTWFwLCB0aGlzKTsKICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICB9KSk7CgogICAgICAgICAgICAgICAgdGhpcy5lbmFibGluZyA9IGZhbHNlOwoKICAgICAgICAgICAgICAgIHRoaXMuY2hlY2soKTsKICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIG9uOiBmdW5jdGlvbiAobmFtZSwgY2IpIHsKICAgICAgICAgICAgICAgIHZhciBjYnMgPSB0aGlzLmV2ZW50c1tuYW1lXTsKICAgICAgICAgICAgICAgIGlmICghY2JzKSB7CiAgICAgICAgICAgICAgICAgICAgY2JzID0gdGhpcy5ldmVudHNbbmFtZV0gPSBbXTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIGNicy5wdXNoKGNiKTsKICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIGVtaXQ6IGZ1bmN0aW9uIChuYW1lLCBldnQpIHsKICAgICAgICAgICAgICAgIGVhY2godGhpcy5ldmVudHNbbmFtZV0sIGZ1bmN0aW9uIChjYikgewogICAgICAgICAgICAgICAgICAgIGNiKGV2dCk7CiAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgIGlmIChuYW1lID09PSAnZXJyb3InKSB7CiAgICAgICAgICAgICAgICAgICAgLy9Ob3cgdGhhdCB0aGUgZXJyb3IgaGFuZGxlciB3YXMgdHJpZ2dlcmVkLCByZW1vdmUKICAgICAgICAgICAgICAgICAgICAvL3RoZSBsaXN0ZW5lcnMsIHNpbmNlIHRoaXMgYnJva2VuIE1vZHVsZSBpbnN0YW5jZQogICAgICAgICAgICAgICAgICAgIC8vY2FuIHN0YXkgYXJvdW5kIGZvciBhIHdoaWxlIGluIHRoZSByZWdpc3RyeS4KICAgICAgICAgICAgICAgICAgICBkZWxldGUgdGhpcy5ldmVudHNbbmFtZV07CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9OwoKICAgICAgICBmdW5jdGlvbiBjYWxsR2V0TW9kdWxlKGFyZ3MpIHsKICAgICAgICAgICAgLy9Ta2lwIG1vZHVsZXMgYWxyZWFkeSBkZWZpbmVkLgogICAgICAgICAgICBpZiAoIWhhc1Byb3AoZGVmaW5lZCwgYXJnc1swXSkpIHsKICAgICAgICAgICAgICAgIGdldE1vZHVsZShtYWtlTW9kdWxlTWFwKGFyZ3NbMF0sIG51bGwsIHRydWUpKS5pbml0KGFyZ3NbMV0sIGFyZ3NbMl0pOwogICAgICAgICAgICB9CiAgICAgICAgfQoKICAgICAgICBmdW5jdGlvbiByZW1vdmVMaXN0ZW5lcihub2RlLCBmdW5jLCBuYW1lLCBpZU5hbWUpIHsKICAgICAgICAgICAgLy9GYXZvciBkZXRhY2hFdmVudCBiZWNhdXNlIG9mIElFOQogICAgICAgICAgICAvL2lzc3VlLCBzZWUgYXR0YWNoRXZlbnQvYWRkRXZlbnRMaXN0ZW5lciBjb21tZW50IGVsc2V3aGVyZQogICAgICAgICAgICAvL2luIHRoaXMgZmlsZS4KICAgICAgICAgICAgaWYgKG5vZGUuZGV0YWNoRXZlbnQgJiYgIWlzT3BlcmEpIHsKICAgICAgICAgICAgICAgIC8vUHJvYmFibHkgSUUuIElmIG5vdCBpdCB3aWxsIHRocm93IGFuIGVycm9yLCB3aGljaCB3aWxsIGJlCiAgICAgICAgICAgICAgICAvL3VzZWZ1bCB0byBrbm93LgogICAgICAgICAgICAgICAgaWYgKGllTmFtZSkgewogICAgICAgICAgICAgICAgICAgIG5vZGUuZGV0YWNoRXZlbnQoaWVOYW1lLCBmdW5jKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgIG5vZGUucmVtb3ZlRXZlbnRMaXN0ZW5lcihuYW1lLCBmdW5jLCBmYWxzZSk7CiAgICAgICAgICAgIH0KICAgICAgICB9CgogICAgICAgIC8qKgogICAgICAgICAqIEdpdmVuIGFuIGV2ZW50IGZyb20gYSBzY3JpcHQgbm9kZSwgZ2V0IHRoZSByZXF1aXJlanMgaW5mbyBmcm9tIGl0LAogICAgICAgICAqIGFuZCB0aGVuIHJlbW92ZXMgdGhlIGV2ZW50IGxpc3RlbmVycyBvbiB0aGUgbm9kZS4KICAgICAgICAgKiBAcGFyYW0ge0V2ZW50fSBldnQKICAgICAgICAgKiBAcmV0dXJucyB7T2JqZWN0fQogICAgICAgICAqLwogICAgICAgIGZ1bmN0aW9uIGdldFNjcmlwdERhdGEoZXZ0KSB7CiAgICAgICAgICAgIC8vVXNpbmcgY3VycmVudFRhcmdldCBpbnN0ZWFkIG9mIHRhcmdldCBmb3IgRmlyZWZveCAyLjAncyBzYWtlLiBOb3QKICAgICAgICAgICAgLy9hbGwgb2xkIGJyb3dzZXJzIHdpbGwgYmUgc3VwcG9ydGVkLCBidXQgdGhpcyBvbmUgd2FzIGVhc3kgZW5vdWdoCiAgICAgICAgICAgIC8vdG8gc3VwcG9ydCBhbmQgc3RpbGwgbWFrZXMgc2Vuc2UuCiAgICAgICAgICAgIHZhciBub2RlID0gZXZ0LmN1cnJlbnRUYXJnZXQgfHwgZXZ0LnNyY0VsZW1lbnQ7CgogICAgICAgICAgICAvL1JlbW92ZSB0aGUgbGlzdGVuZXJzIG9uY2UgaGVyZS4KICAgICAgICAgICAgcmVtb3ZlTGlzdGVuZXIobm9kZSwgY29udGV4dC5vblNjcmlwdExvYWQsICdsb2FkJywgJ29ucmVhZHlzdGF0ZWNoYW5nZScpOwogICAgICAgICAgICByZW1vdmVMaXN0ZW5lcihub2RlLCBjb250ZXh0Lm9uU2NyaXB0RXJyb3IsICdlcnJvcicpOwoKICAgICAgICAgICAgcmV0dXJuIHsKICAgICAgICAgICAgICAgIG5vZGU6IG5vZGUsCiAgICAgICAgICAgICAgICBpZDogbm9kZSAmJiBub2RlLmdldEF0dHJpYnV0ZSgnZGF0YS1yZXF1aXJlbW9kdWxlJykKICAgICAgICAgICAgfTsKICAgICAgICB9CgogICAgICAgIGZ1bmN0aW9uIGludGFrZURlZmluZXMoKSB7CiAgICAgICAgICAgIHZhciBhcmdzOwoKICAgICAgICAgICAgLy9BbnkgZGVmaW5lZCBtb2R1bGVzIGluIHRoZSBnbG9iYWwgcXVldWUsIGludGFrZSB0aGVtIG5vdy4KICAgICAgICAgICAgdGFrZUdsb2JhbFF1ZXVlKCk7CgogICAgICAgICAgICAvL01ha2Ugc3VyZSBhbnkgcmVtYWluaW5nIGRlZlF1ZXVlIGl0ZW1zIGdldCBwcm9wZXJseSBwcm9jZXNzZWQuCiAgICAgICAgICAgIHdoaWxlIChkZWZRdWV1ZS5sZW5ndGgpIHsKICAgICAgICAgICAgICAgIGFyZ3MgPSBkZWZRdWV1ZS5zaGlmdCgpOwogICAgICAgICAgICAgICAgaWYgKGFyZ3NbMF0gPT09IG51bGwpIHsKICAgICAgICAgICAgICAgICAgICByZXR1cm4gb25FcnJvcihtYWtlRXJyb3IoJ21pc21hdGNoJywgJ01pc21hdGNoZWQgYW5vbnltb3VzIGRlZmluZSgpIG1vZHVsZTogJyArCiAgICAgICAgICAgICAgICAgICAgICAgIGFyZ3NbYXJncy5sZW5ndGggLSAxXSkpOwogICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAvL2FyZ3MgYXJlIGlkLCBkZXBzLCBmYWN0b3J5LiBTaG91bGQgYmUgbm9ybWFsaXplZCBieSB0aGUKICAgICAgICAgICAgICAgICAgICAvL2RlZmluZSgpIGZ1bmN0aW9uLgogICAgICAgICAgICAgICAgICAgIGNhbGxHZXRNb2R1bGUoYXJncyk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgY29udGV4dC5kZWZRdWV1ZU1hcCA9IHt9OwogICAgICAgIH0KCiAgICAgICAgY29udGV4dCA9IHsKICAgICAgICAgICAgY29uZmlnOiBjb25maWcsCiAgICAgICAgICAgIGNvbnRleHROYW1lOiBjb250ZXh0TmFtZSwKICAgICAgICAgICAgcmVnaXN0cnk6IHJlZ2lzdHJ5LAogICAgICAgICAgICBkZWZpbmVkOiBkZWZpbmVkLAogICAgICAgICAgICB1cmxGZXRjaGVkOiB1cmxGZXRjaGVkLAogICAgICAgICAgICBkZWZRdWV1ZTogZGVmUXVldWUsCiAgICAgICAgICAgIGRlZlF1ZXVlTWFwOiB7fSwKICAgICAgICAgICAgTW9kdWxlOiBNb2R1bGUsCiAgICAgICAgICAgIG1ha2VNb2R1bGVNYXA6IG1ha2VNb2R1bGVNYXAsCiAgICAgICAgICAgIG5leHRUaWNrOiByZXEubmV4dFRpY2ssCiAgICAgICAgICAgIG9uRXJyb3I6IG9uRXJyb3IsCgogICAgICAgICAgICAvKioKICAgICAgICAgICAgICogU2V0IGEgY29uZmlndXJhdGlvbiBmb3IgdGhlIGNvbnRleHQuCiAgICAgICAgICAgICAqIEBwYXJhbSB7T2JqZWN0fSBjZmcgY29uZmlnIG9iamVjdCB0byBpbnRlZ3JhdGUuCiAgICAgICAgICAgICAqLwogICAgICAgICAgICBjb25maWd1cmU6IGZ1bmN0aW9uIChjZmcpIHsKICAgICAgICAgICAgICAgIC8vTWFrZSBzdXJlIHRoZSBiYXNlVXJsIGVuZHMgaW4gYSBzbGFzaC4KICAgICAgICAgICAgICAgIGlmIChjZmcuYmFzZVVybCkgewogICAgICAgICAgICAgICAgICAgIGlmIChjZmcuYmFzZVVybC5jaGFyQXQoY2ZnLmJhc2VVcmwubGVuZ3RoIC0gMSkgIT09ICcvJykgewogICAgICAgICAgICAgICAgICAgICAgICBjZmcuYmFzZVVybCArPSAnLyc7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIC8vU2F2ZSBvZmYgdGhlIHBhdGhzIHNpbmNlIHRoZXkgcmVxdWlyZSBzcGVjaWFsIHByb2Nlc3NpbmcsCiAgICAgICAgICAgICAgICAvL3RoZXkgYXJlIGFkZGl0aXZlLgogICAgICAgICAgICAgICAgdmFyIHNoaW0gPSBjb25maWcuc2hpbSwKICAgICAgICAgICAgICAgICAgICBvYmpzID0gewogICAgICAgICAgICAgICAgICAgICAgICBwYXRoczogdHJ1ZSwKICAgICAgICAgICAgICAgICAgICAgICAgYnVuZGxlczogdHJ1ZSwKICAgICAgICAgICAgICAgICAgICAgICAgY29uZmlnOiB0cnVlLAogICAgICAgICAgICAgICAgICAgICAgICBtYXA6IHRydWUKICAgICAgICAgICAgICAgICAgICB9OwoKICAgICAgICAgICAgICAgIGVhY2hQcm9wKGNmZywgZnVuY3Rpb24gKHZhbHVlLCBwcm9wKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKG9ianNbcHJvcF0pIHsKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCFjb25maWdbcHJvcF0pIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZ1twcm9wXSA9IHt9OwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgIG1peGluKGNvbmZpZ1twcm9wXSwgdmFsdWUsIHRydWUsIHRydWUpOwogICAgICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZ1twcm9wXSA9IHZhbHVlOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgICAgIC8vUmV2ZXJzZSBtYXAgdGhlIGJ1bmRsZXMKICAgICAgICAgICAgICAgIGlmIChjZmcuYnVuZGxlcykgewogICAgICAgICAgICAgICAgICAgIGVhY2hQcm9wKGNmZy5idW5kbGVzLCBmdW5jdGlvbiAodmFsdWUsIHByb3ApIHsKICAgICAgICAgICAgICAgICAgICAgICAgZWFjaCh2YWx1ZSwgZnVuY3Rpb24gKHYpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmICh2ICE9PSBwcm9wKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnVuZGxlc01hcFt2XSA9IHByb3A7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICAgICAgICAgIH0pOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIC8vTWVyZ2Ugc2hpbQogICAgICAgICAgICAgICAgaWYgKGNmZy5zaGltKSB7CiAgICAgICAgICAgICAgICAgICAgZWFjaFByb3AoY2ZnLnNoaW0sIGZ1bmN0aW9uICh2YWx1ZSwgaWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgLy9Ob3JtYWxpemUgdGhlIHN0cnVjdHVyZQogICAgICAgICAgICAgICAgICAgICAgICBpZiAoaXNBcnJheSh2YWx1ZSkpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlID0gewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGRlcHM6IHZhbHVlCiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9OwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgICAgIGlmICgodmFsdWUuZXhwb3J0cyB8fCB2YWx1ZS5pbml0KSAmJiAhdmFsdWUuZXhwb3J0c0ZuKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB2YWx1ZS5leHBvcnRzRm4gPSBjb250ZXh0Lm1ha2VTaGltRXhwb3J0cyh2YWx1ZSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgc2hpbVtpZF0gPSB2YWx1ZTsKICAgICAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgICAgICBjb25maWcuc2hpbSA9IHNoaW07CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgLy9BZGp1c3QgcGFja2FnZXMgaWYgbmVjZXNzYXJ5LgogICAgICAgICAgICAgICAgaWYgKGNmZy5wYWNrYWdlcykgewogICAgICAgICAgICAgICAgICAgIGVhY2goY2ZnLnBhY2thZ2VzLCBmdW5jdGlvbiAocGtnT2JqKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIHZhciBsb2NhdGlvbiwgbmFtZTsKCiAgICAgICAgICAgICAgICAgICAgICAgIHBrZ09iaiA9IHR5cGVvZiBwa2dPYmogPT09ICdzdHJpbmcnID8ge25hbWU6IHBrZ09ian0gOiBwa2dPYmo7CgogICAgICAgICAgICAgICAgICAgICAgICBuYW1lID0gcGtnT2JqLm5hbWU7CiAgICAgICAgICAgICAgICAgICAgICAgIGxvY2F0aW9uID0gcGtnT2JqLmxvY2F0aW9uOwogICAgICAgICAgICAgICAgICAgICAgICBpZiAobG9jYXRpb24pIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbmZpZy5wYXRoc1tuYW1lXSA9IHBrZ09iai5sb2NhdGlvbjsKICAgICAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAgICAgLy9TYXZlIHBvaW50ZXIgdG8gbWFpbiBtb2R1bGUgSUQgZm9yIHBrZyBuYW1lLgogICAgICAgICAgICAgICAgICAgICAgICAvL1JlbW92ZSBsZWFkaW5nIGRvdCBpbiBtYWluLCBzbyBtYWluIHBhdGhzIGFyZSBub3JtYWxpemVkLAogICAgICAgICAgICAgICAgICAgICAgICAvL2FuZCByZW1vdmUgYW55IHRyYWlsaW5nIC5qcywgc2luY2UgZGlmZmVyZW50IHBhY2thZ2UKICAgICAgICAgICAgICAgICAgICAgICAgLy9lbnZzIGhhdmUgZGlmZmVyZW50IGNvbnZlbnRpb25zOiBzb21lIHVzZSBhIG1vZHVsZSBuYW1lLAogICAgICAgICAgICAgICAgICAgICAgICAvL3NvbWUgdXNlIGEgZmlsZSBuYW1lLgogICAgICAgICAgICAgICAgICAgICAgICBjb25maWcucGtnc1tuYW1lXSA9IHBrZ09iai5uYW1lICsgJy8nICsgKHBrZ09iai5tYWluIHx8ICdtYWluJykKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC5yZXBsYWNlKGN1cnJEaXJSZWdFeHAsICcnKQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgLnJlcGxhY2UoanNTdWZmaXhSZWdFeHAsICcnKTsKICAgICAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAvL0lmIHRoZXJlIGFyZSBhbnkgIndhaXRpbmcgdG8gZXhlY3V0ZSIgbW9kdWxlcyBpbiB0aGUgcmVnaXN0cnksCiAgICAgICAgICAgICAgICAvL3VwZGF0ZSB0aGUgbWFwcyBmb3IgdGhlbSwgc2luY2UgdGhlaXIgaW5mbywgbGlrZSBVUkxzIHRvIGxvYWQsCiAgICAgICAgICAgICAgICAvL21heSBoYXZlIGNoYW5nZWQuCiAgICAgICAgICAgICAgICBlYWNoUHJvcChyZWdpc3RyeSwgZnVuY3Rpb24gKG1vZCwgaWQpIHsKICAgICAgICAgICAgICAgICAgICAvL0lmIG1vZHVsZSBhbHJlYWR5IGhhcyBpbml0IGNhbGxlZCwgc2luY2UgaXQgaXMgdG9vCiAgICAgICAgICAgICAgICAgICAgLy9sYXRlIHRvIG1vZGlmeSB0aGVtLCBhbmQgaWdub3JlIHVubm9ybWFsaXplZCBvbmVzCiAgICAgICAgICAgICAgICAgICAgLy9zaW5jZSB0aGV5IGFyZSB0cmFuc2llbnQuCiAgICAgICAgICAgICAgICAgICAgaWYgKCFtb2QuaW5pdGVkICYmICFtb2QubWFwLnVubm9ybWFsaXplZCkgewogICAgICAgICAgICAgICAgICAgICAgICBtb2QubWFwID0gbWFrZU1vZHVsZU1hcChpZCwgbnVsbCwgdHJ1ZSk7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfSk7CgogICAgICAgICAgICAgICAgLy9JZiBhIGRlcHMgYXJyYXkgb3IgYSBjb25maWcgY2FsbGJhY2sgaXMgc3BlY2lmaWVkLCB0aGVuIGNhbGwKICAgICAgICAgICAgICAgIC8vcmVxdWlyZSB3aXRoIHRob3NlIGFyZ3MuIFRoaXMgaXMgdXNlZnVsIHdoZW4gcmVxdWlyZSBpcyBkZWZpbmVkIGFzIGEKICAgICAgICAgICAgICAgIC8vY29uZmlnIG9iamVjdCBiZWZvcmUgcmVxdWlyZS5qcyBpcyBsb2FkZWQuCiAgICAgICAgICAgICAgICBpZiAoY2ZnLmRlcHMgfHwgY2ZnLmNhbGxiYWNrKSB7CiAgICAgICAgICAgICAgICAgICAgY29udGV4dC5yZXF1aXJlKGNmZy5kZXBzIHx8IFtdLCBjZmcuY2FsbGJhY2spOwogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9LAoKICAgICAgICAgICAgbWFrZVNoaW1FeHBvcnRzOiBmdW5jdGlvbiAodmFsdWUpIHsKICAgICAgICAgICAgICAgIGZ1bmN0aW9uIGZuKCkgewogICAgICAgICAgICAgICAgICAgIHZhciByZXQ7CiAgICAgICAgICAgICAgICAgICAgaWYgKHZhbHVlLmluaXQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgcmV0ID0gdmFsdWUuaW5pdC5hcHBseShnbG9iYWwsIGFyZ3VtZW50cyk7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgIHJldHVybiByZXQgfHwgKHZhbHVlLmV4cG9ydHMgJiYgZ2V0R2xvYmFsKHZhbHVlLmV4cG9ydHMpKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIHJldHVybiBmbjsKICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIG1ha2VSZXF1aXJlOiBmdW5jdGlvbiAocmVsTWFwLCBvcHRpb25zKSB7CiAgICAgICAgICAgICAgICBvcHRpb25zID0gb3B0aW9ucyB8fCB7fTsKCiAgICAgICAgICAgICAgICBmdW5jdGlvbiBsb2NhbFJlcXVpcmUoZGVwcywgY2FsbGJhY2ssIGVycmJhY2spIHsKICAgICAgICAgICAgICAgICAgICB2YXIgaWQsIG1hcCwgcmVxdWlyZU1vZDsKCiAgICAgICAgICAgICAgICAgICAgaWYgKG9wdGlvbnMuZW5hYmxlQnVpbGRDYWxsYmFjayAmJiBjYWxsYmFjayAmJiBpc0Z1bmN0aW9uKGNhbGxiYWNrKSkgewogICAgICAgICAgICAgICAgICAgICAgICBjYWxsYmFjay5fX3JlcXVpcmVKc0J1aWxkID0gdHJ1ZTsKICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgIGlmICh0eXBlb2YgZGVwcyA9PT0gJ3N0cmluZycpIHsKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGlzRnVuY3Rpb24oY2FsbGJhY2spKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvL0ludmFsaWQgY2FsbAogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9uRXJyb3IobWFrZUVycm9yKCdyZXF1aXJlYXJncycsICdJbnZhbGlkIHJlcXVpcmUgY2FsbCcpLCBlcnJiYWNrKTsKICAgICAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAgICAgLy9JZiByZXF1aXJlfGV4cG9ydHN8bW9kdWxlIGFyZSByZXF1ZXN0ZWQsIGdldCB0aGUKICAgICAgICAgICAgICAgICAgICAgICAgLy92YWx1ZSBmb3IgdGhlbSBmcm9tIHRoZSBzcGVjaWFsIGhhbmRsZXJzLiBDYXZlYXQ6CiAgICAgICAgICAgICAgICAgICAgICAgIC8vdGhpcyBvbmx5IHdvcmtzIHdoaWxlIG1vZHVsZSBpcyBiZWluZyBkZWZpbmVkLgogICAgICAgICAgICAgICAgICAgICAgICBpZiAocmVsTWFwICYmIGhhc1Byb3AoaGFuZGxlcnMsIGRlcHMpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gaGFuZGxlcnNbZGVwc10ocmVnaXN0cnlbcmVsTWFwLmlkXSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgICAgIC8vU3luY2hyb25vdXMgYWNjZXNzIHRvIG9uZSBtb2R1bGUuIElmIHJlcXVpcmUuZ2V0IGlzCiAgICAgICAgICAgICAgICAgICAgICAgIC8vYXZhaWxhYmxlIChhcyBpbiB0aGUgTm9kZSBhZGFwdGVyKSwgcHJlZmVyIHRoYXQuCiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChyZXEuZ2V0KSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gcmVxLmdldChjb250ZXh0LCBkZXBzLCByZWxNYXAsIGxvY2FsUmVxdWlyZSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgICAgIC8vTm9ybWFsaXplIG1vZHVsZSBuYW1lLCBpZiBpdCBjb250YWlucyAuIG9yIC4uCiAgICAgICAgICAgICAgICAgICAgICAgIG1hcCA9IG1ha2VNb2R1bGVNYXAoZGVwcywgcmVsTWFwLCBmYWxzZSwgdHJ1ZSk7CiAgICAgICAgICAgICAgICAgICAgICAgIGlkID0gbWFwLmlkOwoKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCFoYXNQcm9wKGRlZmluZWQsIGlkKSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9uRXJyb3IobWFrZUVycm9yKCdub3Rsb2FkZWQnLCAnTW9kdWxlIG5hbWUgIicgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaWQgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJyIgaGFzIG5vdCBiZWVuIGxvYWRlZCB5ZXQgZm9yIGNvbnRleHQ6ICcgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29udGV4dE5hbWUgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKHJlbE1hcCA/ICcnIDogJy4gVXNlIHJlcXVpcmUoW10pJykpKTsKICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gZGVmaW5lZFtpZF07CiAgICAgICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgICAgICAvL0dyYWIgZGVmaW5lcyB3YWl0aW5nIGluIHRoZSBnbG9iYWwgcXVldWUuCiAgICAgICAgICAgICAgICAgICAgaW50YWtlRGVmaW5lcygpOwoKICAgICAgICAgICAgICAgICAgICAvL01hcmsgYWxsIHRoZSBkZXBlbmRlbmNpZXMgYXMgbmVlZGluZyB0byBiZSBsb2FkZWQuCiAgICAgICAgICAgICAgICAgICAgY29udGV4dC5uZXh0VGljayhmdW5jdGlvbiAoKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIC8vU29tZSBkZWZpbmVzIGNvdWxkIGhhdmUgYmVlbiBhZGRlZCBzaW5jZSB0aGUKICAgICAgICAgICAgICAgICAgICAgICAgLy9yZXF1aXJlIGNhbGwsIGNvbGxlY3QgdGhlbS4KICAgICAgICAgICAgICAgICAgICAgICAgaW50YWtlRGVmaW5lcygpOwoKICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZU1vZCA9IGdldE1vZHVsZShtYWtlTW9kdWxlTWFwKG51bGwsIHJlbE1hcCkpOwoKICAgICAgICAgICAgICAgICAgICAgICAgLy9TdG9yZSBpZiBtYXAgY29uZmlnIHNob3VsZCBiZSBhcHBsaWVkIHRvIHRoaXMgcmVxdWlyZQogICAgICAgICAgICAgICAgICAgICAgICAvL2NhbGwgZm9yIGRlcGVuZGVuY2llcy4KICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZU1vZC5za2lwTWFwID0gb3B0aW9ucy5za2lwTWFwOwoKICAgICAgICAgICAgICAgICAgICAgICAgcmVxdWlyZU1vZC5pbml0KGRlcHMsIGNhbGxiYWNrLCBlcnJiYWNrLCB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbmFibGVkOiB0cnVlCiAgICAgICAgICAgICAgICAgICAgICAgIH0pOwoKICAgICAgICAgICAgICAgICAgICAgICAgY2hlY2tMb2FkZWQoKTsKICAgICAgICAgICAgICAgICAgICB9KTsKCiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGxvY2FsUmVxdWlyZTsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICBtaXhpbihsb2NhbFJlcXVpcmUsIHsKICAgICAgICAgICAgICAgICAgICBpc0Jyb3dzZXI6IGlzQnJvd3NlciwKCiAgICAgICAgICAgICAgICAgICAgLyoqCiAgICAgICAgICAgICAgICAgICAgICogQ29udmVydHMgYSBtb2R1bGUgbmFtZSArIC5leHRlbnNpb24gaW50byBhbiBVUkwgcGF0aC4KICAgICAgICAgICAgICAgICAgICAgKiAqUmVxdWlyZXMqIHRoZSB1c2Ugb2YgYSBtb2R1bGUgbmFtZS4gSXQgZG9lcyBub3Qgc3VwcG9ydCB1c2luZwogICAgICAgICAgICAgICAgICAgICAqIHBsYWluIFVSTHMgbGlrZSBuYW1lVG9VcmwuCiAgICAgICAgICAgICAgICAgICAgICovCiAgICAgICAgICAgICAgICAgICAgdG9Vcmw6IGZ1bmN0aW9uIChtb2R1bGVOYW1lUGx1c0V4dCkgewogICAgICAgICAgICAgICAgICAgICAgICB2YXIgZXh0LAogICAgICAgICAgICAgICAgICAgICAgICAgICAgaW5kZXggPSBtb2R1bGVOYW1lUGx1c0V4dC5sYXN0SW5kZXhPZignLicpLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgc2VnbWVudCA9IG1vZHVsZU5hbWVQbHVzRXh0LnNwbGl0KCcvJylbMF0sCiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpc1JlbGF0aXZlID0gc2VnbWVudCA9PT0gJy4nIHx8IHNlZ21lbnQgPT09ICcuLic7CgogICAgICAgICAgICAgICAgICAgICAgICAvL0hhdmUgYSBmaWxlIGV4dGVuc2lvbiBhbGlhcywgYW5kIGl0IGlzIG5vdCB0aGUKICAgICAgICAgICAgICAgICAgICAgICAgLy9kb3RzIGZyb20gYSByZWxhdGl2ZSBwYXRoLgogICAgICAgICAgICAgICAgICAgICAgICBpZiAoaW5kZXggIT09IC0xICYmICghaXNSZWxhdGl2ZSB8fCBpbmRleCA+IDEpKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBleHQgPSBtb2R1bGVOYW1lUGx1c0V4dC5zdWJzdHJpbmcoaW5kZXgsIG1vZHVsZU5hbWVQbHVzRXh0Lmxlbmd0aCk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtb2R1bGVOYW1lUGx1c0V4dCA9IG1vZHVsZU5hbWVQbHVzRXh0LnN1YnN0cmluZygwLCBpbmRleCk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBjb250ZXh0Lm5hbWVUb1VybChub3JtYWxpemUobW9kdWxlTmFtZVBsdXNFeHQsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJlbE1hcCAmJiByZWxNYXAuaWQsIHRydWUpLCBleHQsICB0cnVlKTsKICAgICAgICAgICAgICAgICAgICB9LAoKICAgICAgICAgICAgICAgICAgICBkZWZpbmVkOiBmdW5jdGlvbiAoaWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGhhc1Byb3AoZGVmaW5lZCwgbWFrZU1vZHVsZU1hcChpZCwgcmVsTWFwLCBmYWxzZSwgdHJ1ZSkuaWQpOwogICAgICAgICAgICAgICAgICAgIH0sCgogICAgICAgICAgICAgICAgICAgIHNwZWNpZmllZDogZnVuY3Rpb24gKGlkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgIGlkID0gbWFrZU1vZHVsZU1hcChpZCwgcmVsTWFwLCBmYWxzZSwgdHJ1ZSkuaWQ7CiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiBoYXNQcm9wKGRlZmluZWQsIGlkKSB8fCBoYXNQcm9wKHJlZ2lzdHJ5LCBpZCk7CiAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgfSk7CgogICAgICAgICAgICAgICAgLy9Pbmx5IGFsbG93IHVuZGVmIG9uIHRvcCBsZXZlbCByZXF1aXJlIGNhbGxzCiAgICAgICAgICAgICAgICBpZiAoIXJlbE1hcCkgewogICAgICAgICAgICAgICAgICAgIGxvY2FsUmVxdWlyZS51bmRlZiA9IGZ1bmN0aW9uIChpZCkgewogICAgICAgICAgICAgICAgICAgICAgICAvL0JpbmQgYW55IHdhaXRpbmcgZGVmaW5lKCkgY2FsbHMgdG8gdGhpcyBjb250ZXh0LAogICAgICAgICAgICAgICAgICAgICAgICAvL2ZpeCBmb3IgIzQwOAogICAgICAgICAgICAgICAgICAgICAgICB0YWtlR2xvYmFsUXVldWUoKTsKCiAgICAgICAgICAgICAgICAgICAgICAgIHZhciBtYXAgPSBtYWtlTW9kdWxlTWFwKGlkLCByZWxNYXAsIHRydWUpLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgbW9kID0gZ2V0T3duKHJlZ2lzdHJ5LCBpZCk7CgogICAgICAgICAgICAgICAgICAgICAgICBtb2QudW5kZWZlZCA9IHRydWU7CiAgICAgICAgICAgICAgICAgICAgICAgIHJlbW92ZVNjcmlwdChpZCk7CgogICAgICAgICAgICAgICAgICAgICAgICBkZWxldGUgZGVmaW5lZFtpZF07CiAgICAgICAgICAgICAgICAgICAgICAgIGRlbGV0ZSB1cmxGZXRjaGVkW21hcC51cmxdOwogICAgICAgICAgICAgICAgICAgICAgICBkZWxldGUgdW5kZWZFdmVudHNbaWRdOwoKICAgICAgICAgICAgICAgICAgICAgICAgLy9DbGVhbiBxdWV1ZWQgZGVmaW5lcyB0b28uIEdvIGJhY2t3YXJkcwogICAgICAgICAgICAgICAgICAgICAgICAvL2luIGFycmF5IHNvIHRoYXQgdGhlIHNwbGljZXMgZG8gbm90CiAgICAgICAgICAgICAgICAgICAgICAgIC8vbWVzcyB1cCB0aGUgaXRlcmF0aW9uLgogICAgICAgICAgICAgICAgICAgICAgICBlYWNoUmV2ZXJzZShkZWZRdWV1ZSwgZnVuY3Rpb24oYXJncywgaSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGFyZ3NbMF0gPT09IGlkKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZGVmUXVldWUuc3BsaWNlKGksIDEpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgICAgICAgICAgZGVsZXRlIGNvbnRleHQuZGVmUXVldWVNYXBbaWRdOwoKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKG1vZCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9Ib2xkIG9uIHRvIGxpc3RlbmVycyBpbiBjYXNlIHRoZQogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9tb2R1bGUgd2lsbCBiZSBhdHRlbXB0ZWQgdG8gYmUgcmVsb2FkZWQKICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8vdXNpbmcgYSBkaWZmZXJlbnQgY29uZmlnLgogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKG1vZC5ldmVudHMuZGVmaW5lZCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHVuZGVmRXZlbnRzW2lkXSA9IG1vZC5ldmVudHM7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xlYW5SZWdpc3RyeShpZCk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9OwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIHJldHVybiBsb2NhbFJlcXVpcmU7CiAgICAgICAgICAgIH0sCgogICAgICAgICAgICAvKioKICAgICAgICAgICAgICogQ2FsbGVkIHRvIGVuYWJsZSBhIG1vZHVsZSBpZiBpdCBpcyBzdGlsbCBpbiB0aGUgcmVnaXN0cnkKICAgICAgICAgICAgICogYXdhaXRpbmcgZW5hYmxlbWVudC4gQSBzZWNvbmQgYXJnLCBwYXJlbnQsIHRoZSBwYXJlbnQgbW9kdWxlLAogICAgICAgICAgICAgKiBpcyBwYXNzZWQgaW4gZm9yIGNvbnRleHQsIHdoZW4gdGhpcyBtZXRob2QgaXMgb3ZlcnJpZGRlbiBieQogICAgICAgICAgICAgKiB0aGUgb3B0aW1pemVyLiBOb3Qgc2hvd24gaGVyZSB0byBrZWVwIGNvZGUgY29tcGFjdC4KICAgICAgICAgICAgICovCiAgICAgICAgICAgIGVuYWJsZTogZnVuY3Rpb24gKGRlcE1hcCkgewogICAgICAgICAgICAgICAgdmFyIG1vZCA9IGdldE93bihyZWdpc3RyeSwgZGVwTWFwLmlkKTsKICAgICAgICAgICAgICAgIGlmIChtb2QpIHsKICAgICAgICAgICAgICAgICAgICBnZXRNb2R1bGUoZGVwTWFwKS5lbmFibGUoKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfSwKCiAgICAgICAgICAgIC8qKgogICAgICAgICAgICAgKiBJbnRlcm5hbCBtZXRob2QgdXNlZCBieSBlbnZpcm9ubWVudCBhZGFwdGVycyB0byBjb21wbGV0ZSBhIGxvYWQgZXZlbnQuCiAgICAgICAgICAgICAqIEEgbG9hZCBldmVudCBjb3VsZCBiZSBhIHNjcmlwdCBsb2FkIG9yIGp1c3QgYSBsb2FkIHBhc3MgZnJvbSBhIHN5bmNocm9ub3VzCiAgICAgICAgICAgICAqIGxvYWQgY2FsbC4KICAgICAgICAgICAgICogQHBhcmFtIHtTdHJpbmd9IG1vZHVsZU5hbWUgdGhlIG5hbWUgb2YgdGhlIG1vZHVsZSB0byBwb3RlbnRpYWxseSBjb21wbGV0ZS4KICAgICAgICAgICAgICovCiAgICAgICAgICAgIGNvbXBsZXRlTG9hZDogZnVuY3Rpb24gKG1vZHVsZU5hbWUpIHsKICAgICAgICAgICAgICAgIHZhciBmb3VuZCwgYXJncywgbW9kLAogICAgICAgICAgICAgICAgICAgIHNoaW0gPSBnZXRPd24oY29uZmlnLnNoaW0sIG1vZHVsZU5hbWUpIHx8IHt9LAogICAgICAgICAgICAgICAgICAgIHNoRXhwb3J0cyA9IHNoaW0uZXhwb3J0czsKCiAgICAgICAgICAgICAgICB0YWtlR2xvYmFsUXVldWUoKTsKCiAgICAgICAgICAgICAgICB3aGlsZSAoZGVmUXVldWUubGVuZ3RoKSB7CiAgICAgICAgICAgICAgICAgICAgYXJncyA9IGRlZlF1ZXVlLnNoaWZ0KCk7CiAgICAgICAgICAgICAgICAgICAgaWYgKGFyZ3NbMF0gPT09IG51bGwpIHsKICAgICAgICAgICAgICAgICAgICAgICAgYXJnc1swXSA9IG1vZHVsZU5hbWU7CiAgICAgICAgICAgICAgICAgICAgICAgIC8vSWYgYWxyZWFkeSBmb3VuZCBhbiBhbm9ueW1vdXMgbW9kdWxlIGFuZCBib3VuZCBpdAogICAgICAgICAgICAgICAgICAgICAgICAvL3RvIHRoaXMgbmFtZSwgdGhlbiB0aGlzIGlzIHNvbWUgb3RoZXIgYW5vbiBtb2R1bGUKICAgICAgICAgICAgICAgICAgICAgICAgLy93YWl0aW5nIGZvciBpdHMgY29tcGxldGVMb2FkIHRvIGZpcmUuCiAgICAgICAgICAgICAgICAgICAgICAgIGlmIChmb3VuZCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgZm91bmQgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIH0gZWxzZSBpZiAoYXJnc1swXSA9PT0gbW9kdWxlTmFtZSkgewogICAgICAgICAgICAgICAgICAgICAgICAvL0ZvdW5kIG1hdGNoaW5nIGRlZmluZSBjYWxsIGZvciB0aGlzIHNjcmlwdCEKICAgICAgICAgICAgICAgICAgICAgICAgZm91bmQgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAgICAgY2FsbEdldE1vZHVsZShhcmdzKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIGNvbnRleHQuZGVmUXVldWVNYXAgPSB7fTsKCiAgICAgICAgICAgICAgICAvL0RvIHRoaXMgYWZ0ZXIgdGhlIGN5Y2xlIG9mIGNhbGxHZXRNb2R1bGUgaW4gY2FzZSB0aGUgcmVzdWx0CiAgICAgICAgICAgICAgICAvL29mIHRob3NlIGNhbGxzL2luaXQgY2FsbHMgY2hhbmdlcyB0aGUgcmVnaXN0cnkuCiAgICAgICAgICAgICAgICBtb2QgPSBnZXRPd24ocmVnaXN0cnksIG1vZHVsZU5hbWUpOwoKICAgICAgICAgICAgICAgIGlmICghZm91bmQgJiYgIWhhc1Byb3AoZGVmaW5lZCwgbW9kdWxlTmFtZSkgJiYgbW9kICYmICFtb2QuaW5pdGVkKSB7CiAgICAgICAgICAgICAgICAgICAgaWYgKGNvbmZpZy5lbmZvcmNlRGVmaW5lICYmICghc2hFeHBvcnRzIHx8ICFnZXRHbG9iYWwoc2hFeHBvcnRzKSkpIHsKICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGhhc1BhdGhGYWxsYmFjayhtb2R1bGVOYW1lKSkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuOwogICAgICAgICAgICAgICAgICAgICAgICB9IGVsc2UgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9uRXJyb3IobWFrZUVycm9yKCdub2RlZmluZScsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICdObyBkZWZpbmUgY2FsbCBmb3IgJyArIG1vZHVsZU5hbWUsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIG51bGwsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFttb2R1bGVOYW1lXSkpOwogICAgICAgICAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgICAgICAgICAgLy9BIHNjcmlwdCB0aGF0IGRvZXMgbm90IGNhbGwgZGVmaW5lKCksIHNvIGp1c3Qgc2ltdWxhdGUKICAgICAgICAgICAgICAgICAgICAgICAgLy90aGUgY2FsbCBmb3IgaXQuCiAgICAgICAgICAgICAgICAgICAgICAgIGNhbGxHZXRNb2R1bGUoW21vZHVsZU5hbWUsIChzaGltLmRlcHMgfHwgW10pLCBzaGltLmV4cG9ydHNGbl0pOwogICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICBjaGVja0xvYWRlZCgpOwogICAgICAgICAgICB9LAoKICAgICAgICAgICAgLyoqCiAgICAgICAgICAgICAqIENvbnZlcnRzIGEgbW9kdWxlIG5hbWUgdG8gYSBmaWxlIHBhdGguIFN1cHBvcnRzIGNhc2VzIHdoZXJlCiAgICAgICAgICAgICAqIG1vZHVsZU5hbWUgbWF5IGFjdHVhbGx5IGJlIGp1c3QgYW4gVVJMLgogICAgICAgICAgICAgKiBOb3RlIHRoYXQgaXQgKipkb2VzIG5vdCoqIGNhbGwgbm9ybWFsaXplIG9uIHRoZSBtb2R1bGVOYW1lLAogICAgICAgICAgICAgKiBpdCBpcyBhc3N1bWVkIHRvIGhhdmUgYWxyZWFkeSBiZWVuIG5vcm1hbGl6ZWQuIFRoaXMgaXMgYW4KICAgICAgICAgICAgICogaW50ZXJuYWwgQVBJLCBub3QgYSBwdWJsaWMgb25lLiBVc2UgdG9VcmwgZm9yIHRoZSBwdWJsaWMgQVBJLgogICAgICAgICAgICAgKi8KICAgICAgICAgICAgbmFtZVRvVXJsOiBmdW5jdGlvbiAobW9kdWxlTmFtZSwgZXh0LCBza2lwRXh0KSB7CiAgICAgICAgICAgICAgICB2YXIgcGF0aHMsIHN5bXMsIGksIHBhcmVudE1vZHVsZSwgdXJsLAogICAgICAgICAgICAgICAgICAgIHBhcmVudFBhdGgsIGJ1bmRsZUlkLAogICAgICAgICAgICAgICAgICAgIHBrZ01haW4gPSBnZXRPd24oY29uZmlnLnBrZ3MsIG1vZHVsZU5hbWUpOwoKICAgICAgICAgICAgICAgIGlmIChwa2dNYWluKSB7CiAgICAgICAgICAgICAgICAgICAgbW9kdWxlTmFtZSA9IHBrZ01haW47CiAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgYnVuZGxlSWQgPSBnZXRPd24oYnVuZGxlc01hcCwgbW9kdWxlTmFtZSk7CgogICAgICAgICAgICAgICAgaWYgKGJ1bmRsZUlkKSB7CiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGNvbnRleHQubmFtZVRvVXJsKGJ1bmRsZUlkLCBleHQsIHNraXBFeHQpOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIC8vSWYgYSBjb2xvbiBpcyBpbiB0aGUgVVJMLCBpdCBpbmRpY2F0ZXMgYSBwcm90b2NvbCBpcyB1c2VkIGFuZCBpdCBpcyBqdXN0CiAgICAgICAgICAgICAgICAvL2FuIFVSTCB0byBhIGZpbGUsIG9yIGlmIGl0IHN0YXJ0cyB3aXRoIGEgc2xhc2gsIGNvbnRhaW5zIGEgcXVlcnkgYXJnIChpLmUuID8pCiAgICAgICAgICAgICAgICAvL29yIGVuZHMgd2l0aCAuanMsIHRoZW4gYXNzdW1lIHRoZSB1c2VyIG1lYW50IHRvIHVzZSBhbiB1cmwgYW5kIG5vdCBhIG1vZHVsZSBpZC4KICAgICAgICAgICAgICAgIC8vVGhlIHNsYXNoIGlzIGltcG9ydGFudCBmb3IgcHJvdG9jb2wtbGVzcyBVUkxzIGFzIHdlbGwgYXMgZnVsbCBwYXRocy4KICAgICAgICAgICAgICAgIGlmIChyZXEuanNFeHRSZWdFeHAudGVzdChtb2R1bGVOYW1lKSkgewogICAgICAgICAgICAgICAgICAgIC8vSnVzdCBhIHBsYWluIHBhdGgsIG5vdCBtb2R1bGUgbmFtZSBsb29rdXAsIHNvIGp1c3QgcmV0dXJuIGl0LgogICAgICAgICAgICAgICAgICAgIC8vQWRkIGV4dGVuc2lvbiBpZiBpdCBpcyBpbmNsdWRlZC4gVGhpcyBpcyBhIGJpdCB3b25reSwgb25seSBub24tLmpzIHRoaW5ncyBwYXNzCiAgICAgICAgICAgICAgICAgICAgLy9hbiBleHRlbnNpb24sIHRoaXMgbWV0aG9kIHByb2JhYmx5IG5lZWRzIHRvIGJlIHJld29ya2VkLgogICAgICAgICAgICAgICAgICAgIHVybCA9IG1vZHVsZU5hbWUgKyAoZXh0IHx8ICcnKTsKICAgICAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICAgICAgLy9BIG1vZHVsZSB0aGF0IG5lZWRzIHRvIGJlIGNvbnZlcnRlZCB0byBhIHBhdGguCiAgICAgICAgICAgICAgICAgICAgcGF0aHMgPSBjb25maWcucGF0aHM7CgogICAgICAgICAgICAgICAgICAgIHN5bXMgPSBtb2R1bGVOYW1lLnNwbGl0KCcvJyk7CiAgICAgICAgICAgICAgICAgICAgLy9Gb3IgZWFjaCBtb2R1bGUgbmFtZSBzZWdtZW50LCBzZWUgaWYgdGhlcmUgaXMgYSBwYXRoCiAgICAgICAgICAgICAgICAgICAgLy9yZWdpc3RlcmVkIGZvciBpdC4gU3RhcnQgd2l0aCBtb3N0IHNwZWNpZmljIG5hbWUKICAgICAgICAgICAgICAgICAgICAvL2FuZCB3b3JrIHVwIGZyb20gaXQuCiAgICAgICAgICAgICAgICAgICAgZm9yIChpID0gc3ltcy5sZW5ndGg7IGkgPiAwOyBpIC09IDEpIHsKICAgICAgICAgICAgICAgICAgICAgICAgcGFyZW50TW9kdWxlID0gc3ltcy5zbGljZSgwLCBpKS5qb2luKCcvJyk7CgogICAgICAgICAgICAgICAgICAgICAgICBwYXJlbnRQYXRoID0gZ2V0T3duKHBhdGhzLCBwYXJlbnRNb2R1bGUpOwogICAgICAgICAgICAgICAgICAgICAgICBpZiAocGFyZW50UGF0aCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgLy9JZiBhbiBhcnJheSwgaXQgbWVhbnMgdGhlcmUgYXJlIGEgZmV3IGNob2ljZXMsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAvL0Nob29zZSB0aGUgb25lIHRoYXQgaXMgZGVzaXJlZAogICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKGlzQXJyYXkocGFyZW50UGF0aCkpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBwYXJlbnRQYXRoID0gcGFyZW50UGF0aFswXTsKICAgICAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIHN5bXMuc3BsaWNlKDAsIGksIHBhcmVudFBhdGgpOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9CgogICAgICAgICAgICAgICAgICAgIC8vSm9pbiB0aGUgcGF0aCBwYXJ0cyB0b2dldGhlciwgdGhlbiBmaWd1cmUgb3V0IGlmIGJhc2VVcmwgaXMgbmVlZGVkLgogICAgICAgICAgICAgICAgICAgIHVybCA9IHN5bXMuam9pbignLycpOwogICAgICAgICAgICAgICAgICAgIHVybCArPSAoZXh0IHx8ICgvXmRhdGFcOnxcPy8udGVzdCh1cmwpIHx8IHNraXBFeHQgPyAnJyA6ICcuanMnKSk7CiAgICAgICAgICAgICAgICAgICAgdXJsID0gKHVybC5jaGFyQXQoMCkgPT09ICcvJyB8fCB1cmwubWF0Y2goL15bXHdcK1wuXC1dKzovKSA/ICcnIDogY29uZmlnLmJhc2VVcmwpICsgdXJsOwogICAgICAgICAgICAgICAgfQoKICAgICAgICAgICAgICAgIHJldHVybiBjb25maWcudXJsQXJncyA/IHVybCArCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAoKHVybC5pbmRleE9mKCc/JykgPT09IC0xID8gJz8nIDogJyYnKSArCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29uZmlnLnVybEFyZ3MpIDogdXJsOwogICAgICAgICAgICB9LAoKICAgICAgICAgICAgLy9EZWxlZ2F0ZXMgdG8gcmVxLmxvYWQuIEJyb2tlbiBvdXQgYXMgYSBzZXBhcmF0ZSBmdW5jdGlvbiB0bwogICAgICAgICAgICAvL2FsbG93IG92ZXJyaWRpbmcgaW4gdGhlIG9wdGltaXplci4KICAgICAgICAgICAgbG9hZDogZnVuY3Rpb24gKGlkLCB1cmwpIHsKICAgICAgICAgICAgICAgIHJlcS5sb2FkKGNvbnRleHQsIGlkLCB1cmwpOwogICAgICAgICAgICB9LAoKICAgICAgICAgICAgLyoqCiAgICAgICAgICAgICAqIEV4ZWN1dGVzIGEgbW9kdWxlIGNhbGxiYWNrIGZ1bmN0aW9uLiBCcm9rZW4gb3V0IGFzIGEgc2VwYXJhdGUgZnVuY3Rpb24KICAgICAgICAgICAgICogc29sZWx5IHRvIGFsbG93IHRoZSBidWlsZCBzeXN0ZW0gdG8gc2VxdWVuY2UgdGhlIGZpbGVzIGluIHRoZSBidWlsdAogICAgICAgICAgICAgKiBsYXllciBpbiB0aGUgcmlnaHQgc2VxdWVuY2UuCiAgICAgICAgICAgICAqCiAgICAgICAgICAgICAqIEBwcml2YXRlCiAgICAgICAgICAgICAqLwogICAgICAgICAgICBleGVjQ2I6IGZ1bmN0aW9uIChuYW1lLCBjYWxsYmFjaywgYXJncywgZXhwb3J0cykgewogICAgICAgICAgICAgICAgcmV0dXJuIGNhbGxiYWNrLmFwcGx5KGV4cG9ydHMsIGFyZ3MpOwogICAgICAgICAgICB9LAoKICAgICAgICAgICAgLyoqCiAgICAgICAgICAgICAqIGNhbGxiYWNrIGZvciBzY3JpcHQgbG9hZHMsIHVzZWQgdG8gY2hlY2sgc3RhdHVzIG9mIGxvYWRpbmcuCiAgICAgICAgICAgICAqCiAgICAgICAgICAgICAqIEBwYXJhbSB7RXZlbnR9IGV2dCB0aGUgZXZlbnQgZnJvbSB0aGUgYnJvd3NlciBmb3IgdGhlIHNjcmlwdAogICAgICAgICAgICAgKiB0aGF0IHdhcyBsb2FkZWQuCiAgICAgICAgICAgICAqLwogICAgICAgICAgICBvblNjcmlwdExvYWQ6IGZ1bmN0aW9uIChldnQpIHsKICAgICAgICAgICAgICAgIC8vVXNpbmcgY3VycmVudFRhcmdldCBpbnN0ZWFkIG9mIHRhcmdldCBmb3IgRmlyZWZveCAyLjAncyBzYWtlLiBOb3QKICAgICAgICAgICAgICAgIC8vYWxsIG9sZCBicm93c2VycyB3aWxsIGJlIHN1cHBvcnRlZCwgYnV0IHRoaXMgb25lIHdhcyBlYXN5IGVub3VnaAogICAgICAgICAgICAgICAgLy90byBzdXBwb3J0IGFuZCBzdGlsbCBtYWtlcyBzZW5zZS4KICAgICAgICAgICAgICAgIGlmIChldnQudHlwZSA9PT0gJ2xvYWQnIHx8CiAgICAgICAgICAgICAgICAgICAgICAgIChyZWFkeVJlZ0V4cC50ZXN0KChldnQuY3VycmVudFRhcmdldCB8fCBldnQuc3JjRWxlbWVudCkucmVhZHlTdGF0ZSkpKSB7CiAgICAgICAgICAgICAgICAgICAgLy9SZXNldCBpbnRlcmFjdGl2ZSBzY3JpcHQgc28gYSBzY3JpcHQgbm9kZSBpcyBub3QgaGVsZCBvbnRvIGZvcgogICAgICAgICAgICAgICAgICAgIC8vdG8gbG9uZy4KICAgICAgICAgICAgICAgICAgICBpbnRlcmFjdGl2ZVNjcmlwdCA9IG51bGw7CgogICAgICAgICAgICAgICAgICAgIC8vUHVsbCBvdXQgdGhlIG5hbWUgb2YgdGhlIG1vZHVsZSBhbmQgdGhlIGNvbnRleHQuCiAgICAgICAgICAgICAgICAgICAgdmFyIGRhdGEgPSBnZXRTY3JpcHREYXRhKGV2dCk7CiAgICAgICAgICAgICAgICAgICAgY29udGV4dC5jb21wbGV0ZUxvYWQoZGF0YS5pZCk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0sCgogICAgICAgICAgICAvKioKICAgICAgICAgICAgICogQ2FsbGJhY2sgZm9yIHNjcmlwdCBlcnJvcnMuCiAgICAgICAgICAgICAqLwogICAgICAgICAgICBvblNjcmlwdEVycm9yOiBmdW5jdGlvbiAoZXZ0KSB7CiAgICAgICAgICAgICAgICB2YXIgZGF0YSA9IGdldFNjcmlwdERhdGEoZXZ0KTsKICAgICAgICAgICAgICAgIGlmICghaGFzUGF0aEZhbGxiYWNrKGRhdGEuaWQpKSB7CiAgICAgICAgICAgICAgICAgICAgdmFyIHBhcmVudHMgPSBbXTsKICAgICAgICAgICAgICAgICAgICBlYWNoUHJvcChyZWdpc3RyeSwgZnVuY3Rpb24odmFsdWUsIGtleSkgewogICAgICAgICAgICAgICAgICAgICAgICBpZiAoa2V5LmluZGV4T2YoJ19AcicpICE9PSAwKSB7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlYWNoKHZhbHVlLmRlcE1hcHMsIGZ1bmN0aW9uKGRlcE1hcCkgewogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlmIChkZXBNYXAuaWQgPT09IGRhdGEuaWQpIHsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcGFyZW50cy5wdXNoKGtleSk7CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgfSk7CiAgICAgICAgICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgICAgICB9KTsKICAgICAgICAgICAgICAgICAgICByZXR1cm4gb25FcnJvcihtYWtlRXJyb3IoJ3NjcmlwdGVycm9yJywgJ1NjcmlwdCBlcnJvciBmb3IgIicgKyBkYXRhLmlkICsKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgKHBhcmVudHMubGVuZ3RoID8KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgJyIsIG5lZWRlZCBieTogJyArIHBhcmVudHMuam9pbignLCAnKSA6CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICciJyksIGV2dCwgW2RhdGEuaWRdKSk7CiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9OwoKICAgICAgICBjb250ZXh0LnJlcXVpcmUgPSBjb250ZXh0Lm1ha2VSZXF1aXJlKCk7CiAgICAgICAgcmV0dXJuIGNvbnRleHQ7CiAgICB9CgogICAgLyoqCiAgICAgKiBNYWluIGVudHJ5IHBvaW50LgogICAgICoKICAgICAqIElmIHRoZSBvbmx5IGFyZ3VtZW50IHRvIHJlcXVpcmUgaXMgYSBzdHJpbmcsIHRoZW4gdGhlIG1vZHVsZSB0aGF0CiAgICAgKiBpcyByZXByZXNlbnRlZCBieSB0aGF0IHN0cmluZyBpcyBmZXRjaGVkIGZvciB0aGUgYXBwcm9wcmlhdGUgY29udGV4dC4KICAgICAqCiAgICAgKiBJZiB0aGUgZmlyc3QgYXJndW1lbnQgaXMgYW4gYXJyYXksIHRoZW4gaXQgd2lsbCBiZSB0cmVhdGVkIGFzIGFuIGFycmF5CiAgICAgKiBvZiBkZXBlbmRlbmN5IHN0cmluZyBuYW1lcyB0byBmZXRjaC4gQW4gb3B0aW9uYWwgZnVuY3Rpb24gY2FsbGJhY2sgY2FuCiAgICAgKiBiZSBzcGVjaWZpZWQgdG8gZXhlY3V0ZSB3aGVuIGFsbCBvZiB0aG9zZSBkZXBlbmRlbmNpZXMgYXJlIGF2YWlsYWJsZS4KICAgICAqCiAgICAgKiBNYWtlIGEgbG9jYWwgcmVxIHZhcmlhYmxlIHRvIGhlbHAgQ2FqYSBjb21wbGlhbmNlIChpdCBhc3N1bWVzIHRoaW5ncwogICAgICogb24gYSByZXF1aXJlIHRoYXQgYXJlIG5vdCBzdGFuZGFyZGl6ZWQpLCBhbmQgdG8gZ2l2ZSBhIHNob3J0CiAgICAgKiBuYW1lIGZvciBtaW5pZmljYXRpb24vbG9jYWwgc2NvcGUgdXNlLgogICAgICovCiAgICByZXEgPSByZXF1aXJlanMgPSBmdW5jdGlvbiAoZGVwcywgY2FsbGJhY2ssIGVycmJhY2ssIG9wdGlvbmFsKSB7CgogICAgICAgIC8vRmluZCB0aGUgcmlnaHQgY29udGV4dCwgdXNlIGRlZmF1bHQKICAgICAgICB2YXIgY29udGV4dCwgY29uZmlnLAogICAgICAgICAgICBjb250ZXh0TmFtZSA9IGRlZkNvbnRleHROYW1lOwoKICAgICAgICAvLyBEZXRlcm1pbmUgaWYgaGF2ZSBjb25maWcgb2JqZWN0IGluIHRoZSBjYWxsLgogICAgICAgIGlmICghaXNBcnJheShkZXBzKSAmJiB0eXBlb2YgZGVwcyAhPT0gJ3N0cmluZycpIHsKICAgICAgICAgICAgLy8gZGVwcyBpcyBhIGNvbmZpZyBvYmplY3QKICAgICAgICAgICAgY29uZmlnID0gZGVwczsKICAgICAgICAgICAgaWYgKGlzQXJyYXkoY2FsbGJhY2spKSB7CiAgICAgICAgICAgICAgICAvLyBBZGp1c3QgYXJncyBpZiB0aGVyZSBhcmUgZGVwZW5kZW5jaWVzCiAgICAgICAgICAgICAgICBkZXBzID0gY2FsbGJhY2s7CiAgICAgICAgICAgICAgICBjYWxsYmFjayA9IGVycmJhY2s7CiAgICAgICAgICAgICAgICBlcnJiYWNrID0gb3B0aW9uYWw7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICBkZXBzID0gW107CiAgICAgICAgICAgIH0KICAgICAgICB9CgogICAgICAgIGlmIChjb25maWcgJiYgY29uZmlnLmNvbnRleHQpIHsKICAgICAgICAgICAgY29udGV4dE5hbWUgPSBjb25maWcuY29udGV4dDsKICAgICAgICB9CgogICAgICAgIGNvbnRleHQgPSBnZXRPd24oY29udGV4dHMsIGNvbnRleHROYW1lKTsKICAgICAgICBpZiAoIWNvbnRleHQpIHsKICAgICAgICAgICAgY29udGV4dCA9IGNvbnRleHRzW2NvbnRleHROYW1lXSA9IHJlcS5zLm5ld0NvbnRleHQoY29udGV4dE5hbWUpOwogICAgICAgIH0KCiAgICAgICAgaWYgKGNvbmZpZykgewogICAgICAgICAgICBjb250ZXh0LmNvbmZpZ3VyZShjb25maWcpOwogICAgICAgIH0KCiAgICAgICAgcmV0dXJuIGNvbnRleHQucmVxdWlyZShkZXBzLCBjYWxsYmFjaywgZXJyYmFjayk7CiAgICB9OwoKICAgIC8qKgogICAgICogU3VwcG9ydCByZXF1aXJlLmNvbmZpZygpIHRvIG1ha2UgaXQgZWFzaWVyIHRvIGNvb3BlcmF0ZSB3aXRoIG90aGVyCiAgICAgKiBBTUQgbG9hZGVycyBvbiBnbG9iYWxseSBhZ3JlZWQgbmFtZXMuCiAgICAgKi8KICAgIHJlcS5jb25maWcgPSBmdW5jdGlvbiAoY29uZmlnKSB7CiAgICAgICAgcmV0dXJuIHJlcShjb25maWcpOwogICAgfTsKCiAgICAvKioKICAgICAqIEV4ZWN1dGUgc29tZXRoaW5nIGFmdGVyIHRoZSBjdXJyZW50IHRpY2sKICAgICAqIG9mIHRoZSBldmVudCBsb29wLiBPdmVycmlkZSBmb3Igb3RoZXIgZW52cwogICAgICogdGhhdCBoYXZlIGEgYmV0dGVyIHNvbHV0aW9uIHRoYW4gc2V0VGltZW91dC4KICAgICAqIEBwYXJhbSAge0Z1bmN0aW9ufSBmbiBmdW5jdGlvbiB0byBleGVjdXRlIGxhdGVyLgogICAgICovCiAgICByZXEubmV4dFRpY2sgPSB0eXBlb2Ygc2V0VGltZW91dCAhPT0gJ3VuZGVmaW5lZCcgPyBmdW5jdGlvbiAoZm4pIHsKICAgICAgICBzZXRUaW1lb3V0KGZuLCA0KTsKICAgIH0gOiBmdW5jdGlvbiAoZm4pIHsgZm4oKTsgfTsKCiAgICAvKioKICAgICAqIEV4cG9ydCByZXF1aXJlIGFzIGEgZ2xvYmFsLCBidXQgb25seSBpZiBpdCBkb2VzIG5vdCBhbHJlYWR5IGV4aXN0LgogICAgICovCiAgICBpZiAoIXJlcXVpcmUpIHsKICAgICAgICByZXF1aXJlID0gcmVxOwogICAgfQoKICAgIHJlcS52ZXJzaW9uID0gdmVyc2lvbjsKCiAgICAvL1VzZWQgdG8gZmlsdGVyIG91dCBkZXBlbmRlbmNpZXMgdGhhdCBhcmUgYWxyZWFkeSBwYXRocy4KICAgIHJlcS5qc0V4dFJlZ0V4cCA9IC9eXC98OnxcP3xcLmpzJC87CiAgICByZXEuaXNCcm93c2VyID0gaXNCcm93c2VyOwogICAgcyA9IHJlcS5zID0gewogICAgICAgIGNvbnRleHRzOiBjb250ZXh0cywKICAgICAgICBuZXdDb250ZXh0OiBuZXdDb250ZXh0CiAgICB9OwoKICAgIC8vQ3JlYXRlIGRlZmF1bHQgY29udGV4dC4KICAgIHJlcSh7fSk7CgogICAgLy9FeHBvcnRzIHNvbWUgY29udGV4dC1zZW5zaXRpdmUgbWV0aG9kcyBvbiBnbG9iYWwgcmVxdWlyZS4KICAgIGVhY2goWwogICAgICAgICd0b1VybCcsCiAgICAgICAgJ3VuZGVmJywKICAgICAgICAnZGVmaW5lZCcsCiAgICAgICAgJ3NwZWNpZmllZCcKICAgIF0sIGZ1bmN0aW9uIChwcm9wKSB7CiAgICAgICAgLy9SZWZlcmVuY2UgZnJvbSBjb250ZXh0cyBpbnN0ZWFkIG9mIGVhcmx5IGJpbmRpbmcgdG8gZGVmYXVsdCBjb250ZXh0LAogICAgICAgIC8vc28gdGhhdCBkdXJpbmcgYnVpbGRzLCB0aGUgbGF0ZXN0IGluc3RhbmNlIG9mIHRoZSBkZWZhdWx0IGNvbnRleHQKICAgICAgICAvL3dpdGggaXRzIGNvbmZpZyBnZXRzIHVzZWQuCiAgICAgICAgcmVxW3Byb3BdID0gZnVuY3Rpb24gKCkgewogICAgICAgICAgICB2YXIgY3R4ID0gY29udGV4dHNbZGVmQ29udGV4dE5hbWVdOwogICAgICAgICAgICByZXR1cm4gY3R4LnJlcXVpcmVbcHJvcF0uYXBwbHkoY3R4LCBhcmd1bWVudHMpOwogICAgICAgIH07CiAgICB9KTsKCiAgICBpZiAoaXNCcm93c2VyKSB7CiAgICAgICAgaGVhZCA9IHMuaGVhZCA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdoZWFkJylbMF07CiAgICAgICAgLy9JZiBCQVNFIHRhZyBpcyBpbiBwbGF5LCB1c2luZyBhcHBlbmRDaGlsZCBpcyBhIHByb2JsZW0gZm9yIElFNi4KICAgICAgICAvL1doZW4gdGhhdCBicm93c2VyIGRpZXMsIHRoaXMgY2FuIGJlIHJlbW92ZWQuIERldGFpbHMgaW4gdGhpcyBqUXVlcnkgYnVnOgogICAgICAgIC8vaHR0cDovL2Rldi5qcXVlcnkuY29tL3RpY2tldC8yNzA5CiAgICAgICAgYmFzZUVsZW1lbnQgPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgnYmFzZScpWzBdOwogICAgICAgIGlmIChiYXNlRWxlbWVudCkgewogICAgICAgICAgICBoZWFkID0gcy5oZWFkID0gYmFzZUVsZW1lbnQucGFyZW50Tm9kZTsKICAgICAgICB9CiAgICB9CgogICAgLyoqCiAgICAgKiBBbnkgZXJyb3JzIHRoYXQgcmVxdWlyZSBleHBsaWNpdGx5IGdlbmVyYXRlcyB3aWxsIGJlIHBhc3NlZCB0byB0aGlzCiAgICAgKiBmdW5jdGlvbi4gSW50ZXJjZXB0L292ZXJyaWRlIGl0IGlmIHlvdSB3YW50IGN1c3RvbSBlcnJvciBoYW5kbGluZy4KICAgICAqIEBwYXJhbSB7RXJyb3J9IGVyciB0aGUgZXJyb3Igb2JqZWN0LgogICAgICovCiAgICByZXEub25FcnJvciA9IGRlZmF1bHRPbkVycm9yOwoKICAgIC8qKgogICAgICogQ3JlYXRlcyB0aGUgbm9kZSBmb3IgdGhlIGxvYWQgY29tbWFuZC4gT25seSB1c2VkIGluIGJyb3dzZXIgZW52cy4KICAgICAqLwogICAgcmVxLmNyZWF0ZU5vZGUgPSBmdW5jdGlvbiAoY29uZmlnLCBtb2R1bGVOYW1lLCB1cmwpIHsKICAgICAgICB2YXIgbm9kZSA9IGNvbmZpZy54aHRtbCA/CiAgICAgICAgICAgICAgICBkb2N1bWVudC5jcmVhdGVFbGVtZW50TlMoJ2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGh0bWwnLCAnaHRtbDpzY3JpcHQnKSA6CiAgICAgICAgICAgICAgICBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCdzY3JpcHQnKTsKICAgICAgICBub2RlLnR5cGUgPSBjb25maWcuc2NyaXB0VHlwZSB8fCAndGV4dC9qYXZhc2NyaXB0JzsKICAgICAgICBub2RlLmNoYXJzZXQgPSAndXRmLTgnOwogICAgICAgIG5vZGUuYXN5bmMgPSB0cnVlOwogICAgICAgIHJldHVybiBub2RlOwogICAgfTsKCiAgICAvKioKICAgICAqIERvZXMgdGhlIHJlcXVlc3QgdG8gbG9hZCBhIG1vZHVsZSBmb3IgdGhlIGJyb3dzZXIgY2FzZS4KICAgICAqIE1ha2UgdGhpcyBhIHNlcGFyYXRlIGZ1bmN0aW9uIHRvIGFsbG93IG90aGVyIGVudmlyb25tZW50cwogICAgICogdG8gb3ZlcnJpZGUgaXQuCiAgICAgKgogICAgICogQHBhcmFtIHtPYmplY3R9IGNvbnRleHQgdGhlIHJlcXVpcmUgY29udGV4dCB0byBmaW5kIHN0YXRlLgogICAgICogQHBhcmFtIHtTdHJpbmd9IG1vZHVsZU5hbWUgdGhlIG5hbWUgb2YgdGhlIG1vZHVsZS4KICAgICAqIEBwYXJhbSB7T2JqZWN0fSB1cmwgdGhlIFVSTCB0byB0aGUgbW9kdWxlLgogICAgICovCiAgICByZXEubG9hZCA9IGZ1bmN0aW9uIChjb250ZXh0LCBtb2R1bGVOYW1lLCB1cmwpIHsKICAgICAgICB2YXIgY29uZmlnID0gKGNvbnRleHQgJiYgY29udGV4dC5jb25maWcpIHx8IHt9LAogICAgICAgICAgICBub2RlOwogICAgICAgIGlmIChpc0Jyb3dzZXIpIHsKICAgICAgICAgICAgLy9JbiB0aGUgYnJvd3NlciBzbyB1c2UgYSBzY3JpcHQgdGFnCiAgICAgICAgICAgIG5vZGUgPSByZXEuY3JlYXRlTm9kZShjb25maWcsIG1vZHVsZU5hbWUsIHVybCk7CiAgICAgICAgICAgIGlmIChjb25maWcub25Ob2RlQ3JlYXRlZCkgewogICAgICAgICAgICAgICAgY29uZmlnLm9uTm9kZUNyZWF0ZWQobm9kZSwgY29uZmlnLCBtb2R1bGVOYW1lLCB1cmwpOwogICAgICAgICAgICB9CgogICAgICAgICAgICBub2RlLnNldEF0dHJpYnV0ZSgnZGF0YS1yZXF1aXJlY29udGV4dCcsIGNvbnRleHQuY29udGV4dE5hbWUpOwogICAgICAgICAgICBub2RlLnNldEF0dHJpYnV0ZSgnZGF0YS1yZXF1aXJlbW9kdWxlJywgbW9kdWxlTmFtZSk7CgogICAgICAgICAgICAvL1NldCB1cCBsb2FkIGxpc3RlbmVyLiBUZXN0IGF0dGFjaEV2ZW50IGZpcnN0IGJlY2F1c2UgSUU5IGhhcwogICAgICAgICAgICAvL2Egc3VidGxlIGlzc3VlIGluIGl0cyBhZGRFdmVudExpc3RlbmVyIGFuZCBzY3JpcHQgb25sb2FkIGZpcmluZ3MKICAgICAgICAgICAgLy90aGF0IGRvIG5vdCBtYXRjaCB0aGUgYmVoYXZpb3Igb2YgYWxsIG90aGVyIGJyb3dzZXJzIHdpdGgKICAgICAgICAgICAgLy9hZGRFdmVudExpc3RlbmVyIHN1cHBvcnQsIHdoaWNoIGZpcmUgdGhlIG9ubG9hZCBldmVudCBmb3IgYQogICAgICAgICAgICAvL3NjcmlwdCByaWdodCBhZnRlciB0aGUgc2NyaXB0IGV4ZWN1dGlvbi4gU2VlOgogICAgICAgICAgICAvL2h0dHBzOi8vY29ubmVjdC5taWNyb3NvZnQuY29tL0lFL2ZlZWRiYWNrL2RldGFpbHMvNjQ4MDU3L3NjcmlwdC1vbmxvYWQtZXZlbnQtaXMtbm90LWZpcmVkLWltbWVkaWF0ZWx5LWFmdGVyLXNjcmlwdC1leGVjdXRpb24KICAgICAgICAgICAgLy9VTkZPUlRVTkFURUxZIE9wZXJhIGltcGxlbWVudHMgYXR0YWNoRXZlbnQgYnV0IGRvZXMgbm90IGZvbGxvdyB0aGUgc2NyaXB0CiAgICAgICAgICAgIC8vc2NyaXB0IGV4ZWN1dGlvbiBtb2RlLgogICAgICAgICAgICBpZiAobm9kZS5hdHRhY2hFdmVudCAmJgogICAgICAgICAgICAgICAgICAgIC8vQ2hlY2sgaWYgbm9kZS5hdHRhY2hFdmVudCBpcyBhcnRpZmljaWFsbHkgYWRkZWQgYnkgY3VzdG9tIHNjcmlwdCBvcgogICAgICAgICAgICAgICAgICAgIC8vbmF0aXZlbHkgc3VwcG9ydGVkIGJ5IGJyb3dzZXIKICAgICAgICAgICAgICAgICAgICAvL3JlYWQgaHR0cHM6Ly9naXRodWIuY29tL2pyYnVya2UvcmVxdWlyZWpzL2lzc3Vlcy8xODcKICAgICAgICAgICAgICAgICAgICAvL2lmIHdlIGNhbiBOT1QgZmluZCBbbmF0aXZlIGNvZGVdIHRoZW4gaXQgbXVzdCBOT1QgbmF0aXZlbHkgc3VwcG9ydGVkLgogICAgICAgICAgICAgICAgICAgIC8vaW4gSUU4LCBub2RlLmF0dGFjaEV2ZW50IGRvZXMgbm90IGhhdmUgdG9TdHJpbmcoKQogICAgICAgICAgICAgICAgICAgIC8vTm90ZSB0aGUgdGVzdCBmb3IgIltuYXRpdmUgY29kZSIgd2l0aCBubyBjbG9zaW5nIGJyYWNlLCBzZWU6CiAgICAgICAgICAgICAgICAgICAgLy9odHRwczovL2dpdGh1Yi5jb20vanJidXJrZS9yZXF1aXJlanMvaXNzdWVzLzI3MwogICAgICAgICAgICAgICAgICAgICEobm9kZS5hdHRhY2hFdmVudC50b1N0cmluZyAmJiBub2RlLmF0dGFjaEV2ZW50LnRvU3RyaW5nKCkuaW5kZXhPZignW25hdGl2ZSBjb2RlJykgPCAwKSAmJgogICAgICAgICAgICAgICAgICAgICFpc09wZXJhKSB7CiAgICAgICAgICAgICAgICAvL1Byb2JhYmx5IElFLiBJRSAoYXQgbGVhc3QgNi04KSBkbyBub3QgZmlyZQogICAgICAgICAgICAgICAgLy9zY3JpcHQgb25sb2FkIHJpZ2h0IGFmdGVyIGV4ZWN1dGluZyB0aGUgc2NyaXB0LCBzbwogICAgICAgICAgICAgICAgLy93ZSBjYW5ub3QgdGllIHRoZSBhbm9ueW1vdXMgZGVmaW5lIGNhbGwgdG8gYSBuYW1lLgogICAgICAgICAgICAgICAgLy9Ib3dldmVyLCBJRSByZXBvcnRzIHRoZSBzY3JpcHQgYXMgYmVpbmcgaW4gJ2ludGVyYWN0aXZlJwogICAgICAgICAgICAgICAgLy9yZWFkeVN0YXRlIGF0IHRoZSB0aW1lIG9mIHRoZSBkZWZpbmUgY2FsbC4KICAgICAgICAgICAgICAgIHVzZUludGVyYWN0aXZlID0gdHJ1ZTsKCiAgICAgICAgICAgICAgICBub2RlLmF0dGFjaEV2ZW50KCdvbnJlYWR5c3RhdGVjaGFuZ2UnLCBjb250ZXh0Lm9uU2NyaXB0TG9hZCk7CiAgICAgICAgICAgICAgICAvL0l0IHdvdWxkIGJlIGdyZWF0IHRvIGFkZCBhbiBlcnJvciBoYW5kbGVyIGhlcmUgdG8gY2F0Y2gKICAgICAgICAgICAgICAgIC8vNDA0cyBpbiBJRTkrLiBIb3dldmVyLCBvbnJlYWR5c3RhdGVjaGFuZ2Ugd2lsbCBmaXJlIGJlZm9yZQogICAgICAgICAgICAgICAgLy90aGUgZXJyb3IgaGFuZGxlciwgc28gdGhhdCBkb2VzIG5vdCBoZWxwLiBJZiBhZGRFdmVudExpc3RlbmVyCiAgICAgICAgICAgICAgICAvL2lzIHVzZWQsIHRoZW4gSUUgd2lsbCBmaXJlIGVycm9yIGJlZm9yZSBsb2FkLCBidXQgd2UgY2Fubm90CiAgICAgICAgICAgICAgICAvL3VzZSB0aGF0IHBhdGh3YXkgZ2l2ZW4gdGhlIGNvbm5lY3QubWljcm9zb2Z0LmNvbSBpc3N1ZQogICAgICAgICAgICAgICAgLy9tZW50aW9uZWQgYWJvdmUgYWJvdXQgbm90IGRvaW5nIHRoZSAnc2NyaXB0IGV4ZWN1dGUsCiAgICAgICAgICAgICAgICAvL3RoZW4gZmlyZSB0aGUgc2NyaXB0IGxvYWQgZXZlbnQgbGlzdGVuZXIgYmVmb3JlIGV4ZWN1dGUKICAgICAgICAgICAgICAgIC8vbmV4dCBzY3JpcHQnIHRoYXQgb3RoZXIgYnJvd3NlcnMgZG8uCiAgICAgICAgICAgICAgICAvL0Jlc3QgaG9wZTogSUUxMCBmaXhlcyB0aGUgaXNzdWVzLAogICAgICAgICAgICAgICAgLy9hbmQgdGhlbiBkZXN0cm95cyBhbGwgaW5zdGFsbHMgb2YgSUUgNi05LgogICAgICAgICAgICAgICAgLy9ub2RlLmF0dGFjaEV2ZW50KCdvbmVycm9yJywgY29udGV4dC5vblNjcmlwdEVycm9yKTsKICAgICAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgICAgIG5vZGUuYWRkRXZlbnRMaXN0ZW5lcignbG9hZCcsIGNvbnRleHQub25TY3JpcHRMb2FkLCBmYWxzZSk7CiAgICAgICAgICAgICAgICBub2RlLmFkZEV2ZW50TGlzdGVuZXIoJ2Vycm9yJywgY29udGV4dC5vblNjcmlwdEVycm9yLCBmYWxzZSk7CiAgICAgICAgICAgIH0KICAgICAgICAgICAgbm9kZS5zcmMgPSB1cmw7CgogICAgICAgICAgICAvL0ZvciBzb21lIGNhY2hlIGNhc2VzIGluIElFIDYtOCwgdGhlIHNjcmlwdCBleGVjdXRlcyBiZWZvcmUgdGhlIGVuZAogICAgICAgICAgICAvL29mIHRoZSBhcHBlbmRDaGlsZCBleGVjdXRpb24sIHNvIHRvIHRpZSBhbiBhbm9ueW1vdXMgZGVmaW5lCiAgICAgICAgICAgIC8vY2FsbCB0byB0aGUgbW9kdWxlIG5hbWUgKHdoaWNoIGlzIHN0b3JlZCBvbiB0aGUgbm9kZSksIGhvbGQgb24KICAgICAgICAgICAgLy90byBhIHJlZmVyZW5jZSB0byB0aGlzIG5vZGUsIGJ1dCBjbGVhciBhZnRlciB0aGUgRE9NIGluc2VydGlvbi4KICAgICAgICAgICAgY3VycmVudGx5QWRkaW5nU2NyaXB0ID0gbm9kZTsKICAgICAgICAgICAgaWYgKGJhc2VFbGVtZW50KSB7CiAgICAgICAgICAgICAgICBoZWFkLmluc2VydEJlZm9yZShub2RlLCBiYXNlRWxlbWVudCk7CiAgICAgICAgICAgIH0gZWxzZSB7CiAgICAgICAgICAgICAgICBoZWFkLmFwcGVuZENoaWxkKG5vZGUpOwogICAgICAgICAgICB9CiAgICAgICAgICAgIGN1cnJlbnRseUFkZGluZ1NjcmlwdCA9IG51bGw7CgogICAgICAgICAgICByZXR1cm4gbm9kZTsKICAgICAgICB9IGVsc2UgaWYgKGlzV2ViV29ya2VyKSB7CiAgICAgICAgICAgIHRyeSB7CiAgICAgICAgICAgICAgICAvL0luIGEgd2ViIHdvcmtlciwgdXNlIGltcG9ydFNjcmlwdHMuIFRoaXMgaXMgbm90IGEgdmVyeQogICAgICAgICAgICAgICAgLy9lZmZpY2llbnQgdXNlIG9mIGltcG9ydFNjcmlwdHMsIGltcG9ydFNjcmlwdHMgd2lsbCBibG9jayB1bnRpbAogICAgICAgICAgICAgICAgLy9pdHMgc2NyaXB0IGlzIGRvd25sb2FkZWQgYW5kIGV2YWx1YXRlZC4gSG93ZXZlciwgaWYgd2ViIHdvcmtlcnMKICAgICAgICAgICAgICAgIC8vYXJlIGluIHBsYXksIHRoZSBleHBlY3RhdGlvbiBpcyB0aGF0IGEgYnVpbGQgaGFzIGJlZW4gZG9uZSBzbwogICAgICAgICAgICAgICAgLy90aGF0IG9ubHkgb25lIHNjcmlwdCBuZWVkcyB0byBiZSBsb2FkZWQgYW55d2F5LiBUaGlzIG1heSBuZWVkCiAgICAgICAgICAgICAgICAvL3RvIGJlIHJlZXZhbHVhdGVkIGlmIG90aGVyIHVzZSBjYXNlcyBiZWNvbWUgY29tbW9uLgogICAgICAgICAgICAgICAgaW1wb3J0U2NyaXB0cyh1cmwpOwoKICAgICAgICAgICAgICAgIC8vQWNjb3VudCBmb3IgYW5vbnltb3VzIG1vZHVsZXMKICAgICAgICAgICAgICAgIGNvbnRleHQuY29tcGxldGVMb2FkKG1vZHVsZU5hbWUpOwogICAgICAgICAgICB9IGNhdGNoIChlKSB7CiAgICAgICAgICAgICAgICBjb250ZXh0Lm9uRXJyb3IobWFrZUVycm9yKCdpbXBvcnRzY3JpcHRzJywKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAnaW1wb3J0U2NyaXB0cyBmYWlsZWQgZm9yICcgKwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtb2R1bGVOYW1lICsgJyBhdCAnICsgdXJsLAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGUsCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW21vZHVsZU5hbWVdKSk7CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICB9OwoKICAgIGZ1bmN0aW9uIGdldEludGVyYWN0aXZlU2NyaXB0KCkgewogICAgICAgIGlmIChpbnRlcmFjdGl2ZVNjcmlwdCAmJiBpbnRlcmFjdGl2ZVNjcmlwdC5yZWFkeVN0YXRlID09PSAnaW50ZXJhY3RpdmUnKSB7CiAgICAgICAgICAgIHJldHVybiBpbnRlcmFjdGl2ZVNjcmlwdDsKICAgICAgICB9CgogICAgICAgIGVhY2hSZXZlcnNlKHNjcmlwdHMoKSwgZnVuY3Rpb24gKHNjcmlwdCkgewogICAgICAgICAgICBpZiAoc2NyaXB0LnJlYWR5U3RhdGUgPT09ICdpbnRlcmFjdGl2ZScpIHsKICAgICAgICAgICAgICAgIHJldHVybiAoaW50ZXJhY3RpdmVTY3JpcHQgPSBzY3JpcHQpOwogICAgICAgICAgICB9CiAgICAgICAgfSk7CiAgICAgICAgcmV0dXJuIGludGVyYWN0aXZlU2NyaXB0OwogICAgfQoKICAgIC8vTG9vayBmb3IgYSBkYXRhLW1haW4gc2NyaXB0IGF0dHJpYnV0ZSwgd2hpY2ggY291bGQgYWxzbyBhZGp1c3QgdGhlIGJhc2VVcmwuCiAgICBpZiAoaXNCcm93c2VyICYmICFjZmcuc2tpcERhdGFNYWluKSB7CiAgICAgICAgLy9GaWd1cmUgb3V0IGJhc2VVcmwuIEdldCBpdCBmcm9tIHRoZSBzY3JpcHQgdGFnIHdpdGggcmVxdWlyZS5qcyBpbiBpdC4KICAgICAgICBlYWNoUmV2ZXJzZShzY3JpcHRzKCksIGZ1bmN0aW9uIChzY3JpcHQpIHsKICAgICAgICAgICAgLy9TZXQgdGhlICdoZWFkJyB3aGVyZSB3ZSBjYW4gYXBwZW5kIGNoaWxkcmVuIGJ5CiAgICAgICAgICAgIC8vdXNpbmcgdGhlIHNjcmlwdCdzIHBhcmVudC4KICAgICAgICAgICAgaWYgKCFoZWFkKSB7CiAgICAgICAgICAgICAgICBoZWFkID0gc2NyaXB0LnBhcmVudE5vZGU7CiAgICAgICAgICAgIH0KCiAgICAgICAgICAgIC8vTG9vayBmb3IgYSBkYXRhLW1haW4gYXR0cmlidXRlIHRvIHNldCBtYWluIHNjcmlwdCBmb3IgdGhlIHBhZ2UKICAgICAgICAgICAgLy90byBsb2FkLiBJZiBpdCBpcyB0aGVyZSwgdGhlIHBhdGggdG8gZGF0YSBtYWluIGJlY29tZXMgdGhlCiAgICAgICAgICAgIC8vYmFzZVVybCwgaWYgaXQgaXMgbm90IGFscmVhZHkgc2V0LgogICAgICAgICAgICBkYXRhTWFpbiA9IHNjcmlwdC5nZXRBdHRyaWJ1dGUoJ2RhdGEtbWFpbicpOwogICAgICAgICAgICBpZiAoZGF0YU1haW4pIHsKICAgICAgICAgICAgICAgIC8vUHJlc2VydmUgZGF0YU1haW4gaW4gY2FzZSBpdCBpcyBhIHBhdGggKGkuZS4gY29udGFpbnMgJz8nKQogICAgICAgICAgICAgICAgbWFpblNjcmlwdCA9IGRhdGFNYWluOwoKICAgICAgICAgICAgICAgIC8vU2V0IGZpbmFsIGJhc2VVcmwgaWYgdGhlcmUgaXMgbm90IGFscmVhZHkgYW4gZXhwbGljaXQgb25lLgogICAgICAgICAgICAgICAgaWYgKCFjZmcuYmFzZVVybCkgewogICAgICAgICAgICAgICAgICAgIC8vUHVsbCBvZmYgdGhlIGRpcmVjdG9yeSBvZiBkYXRhLW1haW4gZm9yIHVzZSBhcyB0aGUKICAgICAgICAgICAgICAgICAgICAvL2Jhc2VVcmwuCiAgICAgICAgICAgICAgICAgICAgc3JjID0gbWFpblNjcmlwdC5zcGxpdCgnLycpOwogICAgICAgICAgICAgICAgICAgIG1haW5TY3JpcHQgPSBzcmMucG9wKCk7CiAgICAgICAgICAgICAgICAgICAgc3ViUGF0aCA9IHNyYy5sZW5ndGggPyBzcmMuam9pbignLycpICArICcvJyA6ICcuLyc7CgogICAgICAgICAgICAgICAgICAgIGNmZy5iYXNlVXJsID0gc3ViUGF0aDsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAvL1N0cmlwIG9mZiBhbnkgdHJhaWxpbmcgLmpzIHNpbmNlIG1haW5TY3JpcHQgaXMgbm93CiAgICAgICAgICAgICAgICAvL2xpa2UgYSBtb2R1bGUgbmFtZS4KICAgICAgICAgICAgICAgIG1haW5TY3JpcHQgPSBtYWluU2NyaXB0LnJlcGxhY2UoanNTdWZmaXhSZWdFeHAsICcnKTsKCiAgICAgICAgICAgICAgICAvL0lmIG1haW5TY3JpcHQgaXMgc3RpbGwgYSBwYXRoLCBmYWxsIGJhY2sgdG8gZGF0YU1haW4KICAgICAgICAgICAgICAgIGlmIChyZXEuanNFeHRSZWdFeHAudGVzdChtYWluU2NyaXB0KSkgewogICAgICAgICAgICAgICAgICAgIG1haW5TY3JpcHQgPSBkYXRhTWFpbjsKICAgICAgICAgICAgICAgIH0KCiAgICAgICAgICAgICAgICAvL1B1dCB0aGUgZGF0YS1tYWluIHNjcmlwdCBpbiB0aGUgZmlsZXMgdG8gbG9hZC4KICAgICAgICAgICAgICAgIGNmZy5kZXBzID0gY2ZnLmRlcHMgPyBjZmcuZGVwcy5jb25jYXQobWFpblNjcmlwdCkgOiBbbWFpblNjcmlwdF07CgogICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7CiAgICAgICAgICAgIH0KICAgICAgICB9KTsKICAgIH0KCiAgICAvKioKICAgICAqIFRoZSBmdW5jdGlvbiB0aGF0IGhhbmRsZXMgZGVmaW5pdGlvbnMgb2YgbW9kdWxlcy4gRGlmZmVycyBmcm9tCiAgICAgKiByZXF1aXJlKCkgaW4gdGhhdCBhIHN0cmluZyBmb3IgdGhlIG1vZHVsZSBzaG91bGQgYmUgdGhlIGZpcnN0IGFyZ3VtZW50LAogICAgICogYW5kIHRoZSBmdW5jdGlvbiB0byBleGVjdXRlIGFmdGVyIGRlcGVuZGVuY2llcyBhcmUgbG9hZGVkIHNob3VsZAogICAgICogcmV0dXJuIGEgdmFsdWUgdG8gZGVmaW5lIHRoZSBtb2R1bGUgY29ycmVzcG9uZGluZyB0byB0aGUgZmlyc3QgYXJndW1lbnQncwogICAgICogbmFtZS4KICAgICAqLwogICAgZGVmaW5lID0gZnVuY3Rpb24gKG5hbWUsIGRlcHMsIGNhbGxiYWNrKSB7CiAgICAgICAgdmFyIG5vZGUsIGNvbnRleHQ7CgogICAgICAgIC8vQWxsb3cgZm9yIGFub255bW91cyBtb2R1bGVzCiAgICAgICAgaWYgKHR5cGVvZiBuYW1lICE9PSAnc3RyaW5nJykgewogICAgICAgICAgICAvL0FkanVzdCBhcmdzIGFwcHJvcHJpYXRlbHkKICAgICAgICAgICAgY2FsbGJhY2sgPSBkZXBzOwogICAgICAgICAgICBkZXBzID0gbmFtZTsKICAgICAgICAgICAgbmFtZSA9IG51bGw7CiAgICAgICAgfQoKICAgICAgICAvL1RoaXMgbW9kdWxlIG1heSBub3QgaGF2ZSBkZXBlbmRlbmNpZXMKICAgICAgICBpZiAoIWlzQXJyYXkoZGVwcykpIHsKICAgICAgICAgICAgY2FsbGJhY2sgPSBkZXBzOwogICAgICAgICAgICBkZXBzID0gbnVsbDsKICAgICAgICB9CgogICAgICAgIC8vSWYgbm8gbmFtZSwgYW5kIGNhbGxiYWNrIGlzIGEgZnVuY3Rpb24sIHRoZW4gZmlndXJlIG91dCBpZiBpdCBhCiAgICAgICAgLy9Db21tb25KUyB0aGluZyB3aXRoIGRlcGVuZGVuY2llcy4KICAgICAgICBpZiAoIWRlcHMgJiYgaXNGdW5jdGlvbihjYWxsYmFjaykpIHsKICAgICAgICAgICAgZGVwcyA9IFtdOwogICAgICAgICAgICAvL1JlbW92ZSBjb21tZW50cyBmcm9tIHRoZSBjYWxsYmFjayBzdHJpbmcsCiAgICAgICAgICAgIC8vbG9vayBmb3IgcmVxdWlyZSBjYWxscywgYW5kIHB1bGwgdGhlbSBpbnRvIHRoZSBkZXBlbmRlbmNpZXMsCiAgICAgICAgICAgIC8vYnV0IG9ubHkgaWYgdGhlcmUgYXJlIGZ1bmN0aW9uIGFyZ3MuCiAgICAgICAgICAgIGlmIChjYWxsYmFjay5sZW5ndGgpIHsKICAgICAgICAgICAgICAgIGNhbGxiYWNrCiAgICAgICAgICAgICAgICAgICAgLnRvU3RyaW5nKCkKICAgICAgICAgICAgICAgICAgICAucmVwbGFjZShjb21tZW50UmVnRXhwLCAnJykKICAgICAgICAgICAgICAgICAgICAucmVwbGFjZShjanNSZXF1aXJlUmVnRXhwLCBmdW5jdGlvbiAobWF0Y2gsIGRlcCkgewogICAgICAgICAgICAgICAgICAgICAgICBkZXBzLnB1c2goZGVwKTsKICAgICAgICAgICAgICAgICAgICB9KTsKCiAgICAgICAgICAgICAgICAvL01heSBiZSBhIENvbW1vbkpTIHRoaW5nIGV2ZW4gd2l0aG91dCByZXF1aXJlIGNhbGxzLCBidXQgc3RpbGwKICAgICAgICAgICAgICAgIC8vY291bGQgdXNlIGV4cG9ydHMsIGFuZCBtb2R1bGUuIEF2b2lkIGRvaW5nIGV4cG9ydHMgYW5kIG1vZHVsZQogICAgICAgICAgICAgICAgLy93b3JrIHRob3VnaCBpZiBpdCBqdXN0IG5lZWRzIHJlcXVpcmUuCiAgICAgICAgICAgICAgICAvL1JFUVVJUkVTIHRoZSBmdW5jdGlvbiB0byBleHBlY3QgdGhlIENvbW1vbkpTIHZhcmlhYmxlcyBpbiB0aGUKICAgICAgICAgICAgICAgIC8vb3JkZXIgbGlzdGVkIGJlbG93LgogICAgICAgICAgICAgICAgZGVwcyA9IChjYWxsYmFjay5sZW5ndGggPT09IDEgPyBbJ3JlcXVpcmUnXSA6IFsncmVxdWlyZScsICdleHBvcnRzJywgJ21vZHVsZSddKS5jb25jYXQoZGVwcyk7CiAgICAgICAgICAgIH0KICAgICAgICB9CgogICAgICAgIC8vSWYgaW4gSUUgNi04IGFuZCBoaXQgYW4gYW5vbnltb3VzIGRlZmluZSgpIGNhbGwsIGRvIHRoZSBpbnRlcmFjdGl2ZQogICAgICAgIC8vd29yay4KICAgICAgICBpZiAodXNlSW50ZXJhY3RpdmUpIHsKICAgICAgICAgICAgbm9kZSA9IGN1cnJlbnRseUFkZGluZ1NjcmlwdCB8fCBnZXRJbnRlcmFjdGl2ZVNjcmlwdCgpOwogICAgICAgICAgICBpZiAobm9kZSkgewogICAgICAgICAgICAgICAgaWYgKCFuYW1lKSB7CiAgICAgICAgICAgICAgICAgICAgbmFtZSA9IG5vZGUuZ2V0QXR0cmlidXRlKCdkYXRhLXJlcXVpcmVtb2R1bGUnKTsKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgICAgIGNvbnRleHQgPSBjb250ZXh0c1tub2RlLmdldEF0dHJpYnV0ZSgnZGF0YS1yZXF1aXJlY29udGV4dCcpXTsKICAgICAgICAgICAgfQogICAgICAgIH0KCiAgICAgICAgLy9BbHdheXMgc2F2ZSBvZmYgZXZhbHVhdGluZyB0aGUgZGVmIGNhbGwgdW50aWwgdGhlIHNjcmlwdCBvbmxvYWQgaGFuZGxlci4KICAgICAgICAvL1RoaXMgYWxsb3dzIG11bHRpcGxlIG1vZHVsZXMgdG8gYmUgaW4gYSBmaWxlIHdpdGhvdXQgcHJlbWF0dXJlbHkKICAgICAgICAvL3RyYWNpbmcgZGVwZW5kZW5jaWVzLCBhbmQgYWxsb3dzIGZvciBhbm9ueW1vdXMgbW9kdWxlIHN1cHBvcnQsCiAgICAgICAgLy93aGVyZSB0aGUgbW9kdWxlIG5hbWUgaXMgbm90IGtub3duIHVudGlsIHRoZSBzY3JpcHQgb25sb2FkIGV2ZW50CiAgICAgICAgLy9vY2N1cnMuIElmIG5vIGNvbnRleHQsIHVzZSB0aGUgZ2xvYmFsIHF1ZXVlLCBhbmQgZ2V0IGl0IHByb2Nlc3NlZAogICAgICAgIC8vaW4gdGhlIG9uc2NyaXB0IGxvYWQgY2FsbGJhY2suCiAgICAgICAgaWYgKGNvbnRleHQpIHsKICAgICAgICAgICAgY29udGV4dC5kZWZRdWV1ZS5wdXNoKFtuYW1lLCBkZXBzLCBjYWxsYmFja10pOwogICAgICAgICAgICBjb250ZXh0LmRlZlF1ZXVlTWFwW25hbWVdID0gdHJ1ZTsKICAgICAgICB9IGVsc2UgewogICAgICAgICAgICBnbG9iYWxEZWZRdWV1ZS5wdXNoKFtuYW1lLCBkZXBzLCBjYWxsYmFja10pOwogICAgICAgIH0KICAgIH07CgogICAgZGVmaW5lLmFtZCA9IHsKICAgICAgICBqUXVlcnk6IHRydWUKICAgIH07CgogICAgLyoqCiAgICAgKiBFeGVjdXRlcyB0aGUgdGV4dC4gTm9ybWFsbHkganVzdCB1c2VzIGV2YWwsIGJ1dCBjYW4gYmUgbW9kaWZpZWQKICAgICAqIHRvIHVzZSBhIGJldHRlciwgZW52aXJvbm1lbnQtc3BlY2lmaWMgY2FsbC4gT25seSB1c2VkIGZvciB0cmFuc3BpbGluZwogICAgICogbG9hZGVyIHBsdWdpbnMsIG5vdCBmb3IgcGxhaW4gSlMgbW9kdWxlcy4KICAgICAqIEBwYXJhbSB7U3RyaW5nfSB0ZXh0IHRoZSB0ZXh0IHRvIGV4ZWN1dGUvZXZhbHVhdGUuCiAgICAgKi8KICAgIHJlcS5leGVjID0gZnVuY3Rpb24gKHRleHQpIHsKICAgICAgICAvKmpzbGludCBldmlsOiB0cnVlICovCiAgICAgICAgcmV0dXJuIGV2YWwodGV4dCk7CiAgICB9OwoKICAgIC8vU2V0IHVwIHdpdGggY29uZmlnIGluZm8uCiAgICByZXEoY2ZnKTsKfSh0aGlzKSk7Cg==",
"ok": true,
"headers": [
[
"content-type",
"application/javascript"
]
],
"status": 200,
"status_text": ""
}
},
"base_uri": "https://localhost:8080/",
"height": 917
}
},
"cell_type": "code",
"source": [
"import plotly.offline as py\n",
"import plotly.graph_objs as go\n",
"\n",
"from plotly.offline import init_notebook_mode\n",
"enable_plotly_in_cell()\n",
"\n",
"\n",
"trace1 = go.Scatter3d(\n",
" x=df[\"fat_100g\"],\n",
" y=df[\"carbohydrates_100g\"],\n",
" z=df[\"proteins_100g\"],\n",
" mode='markers',\n",
" text=df[\"product\"],\n",
" marker=dict(\n",
" size=12,\n",
" color=df[\"cluster\"], # set color to an array/list of desired values\n",
" colorscale='Viridis', # choose a colorscale\n",
" opacity=0.8\n",
" )\n",
")\n",
"#print(trace1)\n",
"data = [trace1]\n",
"layout = go.Layout(\n",
" showlegend=False,\n",
" title=\"Protein-Fat-Carb: Food Energy Types\",\n",
" scene = dict(\n",
" xaxis = dict(title='X: Fat Content-100g'),\n",
" yaxis = dict(title=\"Y: Carbohydrate Content-100g\"),\n",
" zaxis = dict(title=\"Z: Protein Content-100g\"),\n",
" ),\n",
" width=1000,\n",
" height=900,\n",
")\n",
"fig = go.Figure(data=data, layout=layout)\n",
"py.iplot(fig, filename='3d-scatter-colorscale')"
],
"execution_count": 0,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" \n",
" "
],
"text/plain": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/vnd.plotly.v1+html": "",
"text/html": [
""
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "display_data",
"data": {
"text/vnd.plotly.v1+html": "",
"text/html": [
""
],
"application/vnd.plotly.v1+json": {
"layout": {
"width": 1000,
"showlegend": false,
"title": {
"text": "Protein-Fat-Carb: Food Energy Types"
},
"scene": {
"zaxis": {
"title": {
"text": "Z: Protein Content-100g"
}
},
"xaxis": {
"title": {
"text": "X: Fat Content-100g"
}
},
"yaxis": {
"title": {
"text": "Y: Carbohydrate Content-100g"
}
}
},
"height": 900
},
"config": {
"plotlyServerURL": "https://plot.ly",
"linkText": "Export to plot.ly",
"showLink": false
},
"data": [
{
"uid": "aec63a5d-82de-417e-ae65-4a33ba5f59e9",
"text": [
"Banana Chips Sweetened (Whole)",
"Organic Salted Nut Mix",
"Organic Muesli",
"Zen Party Mix",
"Cinnamon Nut Granola",
"Organic Hazelnuts",
"Organic Oat Groats",
"Energy Power Mix",
"Antioxidant Mix - Berries & Chocolate",
"Organic Quinoa Coconut Granola With Mango",
"Fire Roasted Hatch Green Chile Almonds",
"Peanut Butter Power Chews",
"Organic Unswt Berry Coconut Granola",
"Roasted Salted Black Pepper Cashews",
"Thai Curry Roasted Cashews",
"Wasabi Tamari Almonds",
"Organic Red Quinoa",
"Dark Chocolate Coconut Chews",
"Organic Unsweetened Granola, Cinnamon Almond",
"Organic Blueberry Almond Granola",
"Organic Coconut Chips",
"Aunt Ginger's Snappy Granola",
"Dark Chocolate Sea Salt & Turbinado Almonds",
"Organic Garbanzo Beans",
"Organic Yellow Split Peas",
"Coconut Almond Granola",
"Super Nutty Granola",
"Maple Almond Granola",
"35% Fruit And Fiber Muesli",
"Tricolor Tortellini",
"10-Grain Pancake Mix",
"Granola Cranberry And Acai",
"Peanuts, Mixed Nuts",
"Foods, Spanish Peanuts",
"Foods, Honey Roasted Nut Mix",
"Roasted Salted Sunflower Seeds",
"Foods, Deluxe Nut Mix",
"Foods, Honey Roast Nuts & Fruit Mix",
"Organic Trail Mix",
"Organic Raw Pumpkin Seeds",
"Curry Lentil Soup Mix",
"Split Pea Soup Mix",
"Whole Wheat 'N Honey Fig Bars",
"Chocolate Nut Crunch",
"Milk Chocolate Peanut Butter Malt Balls",
"Organic Tamari Pumpkin Seed",
"Yogurt Pretzels",
"Swiss-Style Muesli",
"Organic Harvest Pilaf",
"Cranberries",
"Turkish Apricots",
"Banana Chips Sweetened",
"Granola Honey Almonds",
"Chili Mango",
"Milk Chocolate Pretzels",
"Peanuts",
"Organic Salted Pistachios",
"Organic Medjool Dates",
"Organic Whole Cashews",
"Fresh Organic Carrots",
"Salade Cesar",
"Danoises à la cannelle roulées",
"Chaussons tressés aux pommes",
"Pain Burger Artisan",
"Root Beer",
"Quiche Lorraine",
"Gotta-have grape, seriously strawberry flavor",
"Thé noir aromatisé violette et fleurs",
"Preparation mug cake chocolat-caramel au beurre salé",
"Butter Croissants",
"Wild Blueberry Muffins",
"Bolillos",
"Biscuit",
"Biscuit",
"Oatmeal Raisin Cookie",
"Sliced Plain Bagel",
"Scone",
"Belgian Vanilla Waffle",
"Seasonal Cookie Platter",
"Muffin",
"Muffin",
"Freshly Baked Italian Loaf",
"Freshly Baked Apple Pie",
"Snickerdoodle Cookies",
"Freshly Baked In Store Cherry Turnover",
"Apple Turnover",
"Pineapple Coconut Muffins",
"Assorted Strudel Bite",
"Freshly Baked Chocolat Croissant",
"Cornbread",
"La Brea Bakery Ciabatta Loaf Freshly Baked In Store",
"Belgische Pralinen",
"Belgian Choc Chip Waffle",
"Chocolate Scone",
"Luxury Christmas Pudding",
"Luxury Christmas Pudding",
"Pepsi, Nouveau goût !",
null,
"Naturally Flavored Beverage Enhancer With Other Natural Flavors",
"Blle Pet 50CL Coca Cola Cherry",
"Crêpes jambon fromage",
"Cauliflower",
"Marmite Original Pate A Tartiner 125G",
"7Up",
"Madeleines nature",
"Original Buttery Spread",
"Buttery Spread, With Flaxseed Oil",
"Lithuanian Rye Bread",
"Organic Flourless Sprouted 7-Grain Bread",
"Puppodums",
"Monterey Jack",
"Bakers Best, White Bread",
"Bakers Best, Rye Bread",
"Piasten, Chocolate Assortment",
"Cakes Raisins",
"Sweet 'N' Hot Salad Peppers",
"Big Papa's, Southern Sauce",
"Cakes aux Fruits",
"Knusperflakes Mit Knusprigen Cornflakes",
"Rum Trauben Nuss, Milk Chocolate Wih Rum Raisins & Nuts",
"Milk Chocolate With Caramelized Almonds",
"Funsch, High Quality Marzipan",
"Oatmeal Raisin Cookies",
"The Best Peanut Butter Cookies",
"Best Sweet-Potato Cookies",
"Best Ginger Snap Cookies",
"Ice Cream, Vanilla",
"Ice Cream, Butter Pecan",
"Whey Protein aus Molke Vanilla",
"Financiers aux Amandes",
"Whey Protein aus Molke 1000 Gramm Vanilla",
"Fondants Citron",
"Whey Protein aus Molke 500 Gramm Vanilla",
"Williams, Liquor Chocolate With Williams Pear",
"Sea Salt Potato Chips",
"Solid Milk Chocolate",
"Madelaine Chocolate Company, Chocolate",
"Milk Chocolate Rose",
"Solid Dark Chocolate",
"White Chocolate",
"The Madelaine Chocolate Company, Solid Milk Chocolate Cigars",
"Madelaine Chocolate, It's A Girl! Solid Milk Chocolate Cigars, Milk Chocolate",
"The Madelaine Chocolate Company, All Natural Dark Chocolate Gift Stick",
"The Madelaine Chocolate Company, Solid Milk Chocolate",
"The Madelaine Chocolate Company, Solid Dark Chocolate",
"Solid Milk Chocolate",
"The Madelaine Chocolate Company, Solid Milk Chocolate",
"The Madelaine Chocolate Comapny, Solid Milk Chocolate",
"The Madelaine Chocolate Company, Solid Dark Chocolate",
"Solid Dark Chocolate",
"Milk Chocolate Malt Balls",
"The Madelaine Chocolate Company, Solid Milk Chocolate",
"The Madelaine Chocolate Company, Solid Dark Chocolate",
"The Madelaine Chocolate Company, Solid Milk Chocolate Bunnies",
"The Madelaine Chocolate Company, Solid Milk Chocolate Chicks",
"Too Tarts, Smartchoice, Sugar Free Spray Candy, Blu Bewwy",
"Sour & Fruity Candy",
"Romaine Hearts",
"Romaine",
"Green Leaf Lettuce",
"Fresh Spinach",
"Cooking Spinach",
"Quick Cook Sprout Halves",
"Celery",
"Season & Steam Kalettes (Kale Sprouts)",
"Feletti, Pralines Candy, Milk Chocolate",
"Feletti, Milk Chocolate Pralines",
"Taami Elite, Milk Choolate Bar, Puffed Rice And Nougat-Caramel Cream",
"Ryan's, Juice Melange, Fuji Pom Blend",
"Ryan's, Lemonade",
"Ryan's, Spiced Apple Cider",
"Ryan's, Pink Lady, Apple Cider",
"Ryan's, Organic Juice, Apple",
"Ryan's, Opal Blend Melange, Apple Cider",
"Fruit Strip Snacks, Mango, Pineapple",
"Fruit Twist Snacks Blueberry Pomec-Ranate",
"Healthy Food Brands, A&W, Soda Bottles Gummy Candies With Real A&W Root Beer",
"Emojeez, Gummies, Assorted Fruits",
"Emojeez, Gummies Candy, Fruit",
"Emojeez, Fruit Flavored Gummies, Green Apple, Orange, Fruit Punch, Lemon, Cherry Blue Raspberry",
"Gummies",
"Emojeez, Fruit Gummies, Assorted",
"Emojeez, Gummies Candy, Fruit",
"Lite, Fine Chocolate Candy Bar, Dark Chocolate",
"Sour Fruit Gummies",
"Jelly Fish",
"Hfb Candy, Candy Crush Color Bombs",
"Hfb Candy, Jelly Fish Candy",
"Angry Birds, Fruit Snack, Cherry, Lemon, Raspberry, Apple, Grape, Strawberry",
"Freeze-Dried Apple Slices",
"Freeze-Dried Banana & Strawberry Slices",
"Freeze-Dried Mango Slices",
"Freeze-Dried Grapes",
"Freeze-Dried Apple Slices",
"Freeze-Dried Fruit Slices, Banana & Strawberry",
"Freeze-Dried Mango Slices",
"Freeze-Dried Grapes",
"Wholesome & Delicious Dried Cranberries, Concord Grape",
"Dried Cranberries, Pomegranate Flavor",
"Dried Cranberries, Blueberry",
"Dried Cranberries",
"Dried Mediterranean Apricots",
"Dried Honey Crisp Apples",
"Wholesome & Delicious Dried Mangos",
"Triple Fruit Treat, Mango, Cranberries, Blueberries",
"Red Apple Chips",
"Pb&J Trail Mix, Grape",
"Pb & J Trail Mix, Strawberry",
"Pb&J Trail Mix, Grape",
"Red Apple Chips",
"Golden Apple Chips",
"Green Apple Chips",
"Fruit Gummies",
"Fruit Gummies Candy",
"Star Wars, Fruit Gummies",
"Gummies",
"Fruit Gummies",
"Fruit Gummies",
"Fruit Snacks, Cherry, Lemon, Raspberry, Apple, Grape, Strawberry",
"Fruit Ninja, Fruit Snacks, Original",
"Fruit Snacks Red Belt",
"Tnt Exploding Candy",
"Exploding Candy",
"Exploding Candy",
"Bee, Creamed Honey With Raspberry, Raspberry",
"Creamed Honey",
"Bee, Creamed Honey With Cinnamon, Cinnamon",
"Bee, Creamed Honey With Lemon",
"Creamed Honey With Hibiscus",
"Minis Creamed Honey With Cinnamon",
"Creamed Honey With Lemon",
"Creamed Honey With Raspberry",
"Minis, Creamed Honey With Hibiscus",
"Minis Candy",
"Raw Shrimp",
"Yellow Corn Tortilla Chips",
"Blueberry Pomegranate Crunch",
"Guiltless Gourmet, Organic Unsweetened Coconut Water",
"Pitted Prunes",
"Augason Farms, Vital Wheat Gluten",
"Hazelnut Spread + Breadsticks",
"Hazelnut Spread With Cocoa",
"30 Panach' Fruits",
"Diced In Tomato Juice",
"Bambu Extra Cream Wafer Filled With Hazelnut Cream",
"Strawberry Preserves",
"Lumaconi Giant Pasta Shells Italian Macaroni Product",
"Vindaloo Sauce",
"Tofu Firm",
"Sweet Cooking Rice Seasoning",
"Curiously Strong Mints",
"All Butter Cookies Belgian Chocolate Chunk",
"All Butter Sultana Cookies",
"All Butter Belgian White Chocolate Chunk Cookies",
"All Butter Fruity Flapjack Cookies",
"Cookies aux Pistaches & Amandes",
"All butter Cranberry & Orange Cookies",
"Cookies Stem Ginger",
"Stem Ginger Cookies",
"Chocolate chip & hazelnut cookies",
"Stem Ginger Dunkers",
"Wild Rice",
"Peanut Butter",
"Peanut Butter",
"Peanut Butter",
"Creamed Honey, Multi-Floral & Clover Blossoms",
"mostly mesquite honey",
"Salsa Autentica",
"First Crush, Unsweetened Gravenstein Apple Sauce",
"Whole Kernel Corn",
"Clam Chowder A Condensed Soup",
"Just Great Stuff, The Original Powdered Organic Peanut Butter",
"Marinara Sauce",
"Kevin Durant Kd 35 Limited Edition, Naturally Flavored Sparkling Water",
"Happy Cola Candy",
"Finest Milk Chocolate",
"6 Ultimate Crumpets",
"Carrot & Coriander soup",
"Kids fruity abricot",
"Véritable Andouille de Guémené",
"Sables cerealiers",
"Marinade, Cajun",
"Baja Chipotle With Lime Juice",
"Fajitas Seasoning Mix",
"Maple Syrup",
"Bijou Caramel ChocoLait",
"4 Indulgent & Chewy Maple Syrup & Pecan Giant Cookies",
"Organic Sunny Days Snack Bars",
"Chili Garlic Sauce",
"Sriracha Hot Chili Sauce",
"Pizza Parlanno",
"Honey roast ham",
"Wafers, Assortment Of Wafers",
"French Onion Dip",
"Ventura, Soybean - Peanut Frying Oil Blend",
"Date & walnut toasts",
"Viennois au chocolat",
"Cornish Cruncher Cheddar & Pickled Onion Hand Cooked",
"Salt marsh lamb& mint hand cook crips",
"Gluten Free Melba Toasts With Apricots & Cashew Nuts",
"Assorted Pralines Chocolates",
"Fancy Truffles",
"Fancy Truffles, Hazelnut",
"Fancy Truffles, Coffee",
"Assorted Pralines",
"Italian Style Grazioso Selection",
"Peaches & Cream Fudge",
"Apple, Coconut Water, Cucumber, Spinach",
"M&S Iced Tea Spanish Peach",
"Finest Milk Chocolate",
"Edelvollmilch- Chocolade Finest Milk Chocolate",
"Edelvollmilch-Chocolade Finest Milk Chocolate",
"Solid Milk Chocolate",
"Mochi, Cashew-Date",
"All butter summer trifle coockirs",
"100% Grapefruit",
"Pur Soup' Velouté de légumes",
"British Beef Braising Steak",
"Victoria plum and bergamot yogurt",
"Extra Long Grain Enriched Rice",
"Funny Frisch, Chips Frisch, Peperoni",
"Wild Alaskan Pink Salmon",
"Mac 'n Cheese",
"Super Chunk, Peanut Butter Spread",
"Creamy Peanut Butter",
"Premium Chunk White Chicken In Broth",
"Salade Mexicaine de Riz, Quinoa et Avocat",
"Hard Filled Candy",
"Brutti E Buoni Alle Mandorle",
"Barbecue Sauce",
"100% Pure Maple Syrup",
"Diet Sparkling Fiery Ginger Beer",
"Coconut Butter",
"Coconut Tree Brand, Pho Ga Spice Cube",
"Coconut Tree Brand, Kho Tieu Seasoning Spice Cube",
"Coconut Tree Brand, Spice Cube Soup Sessoning",
"Bun Mam Soup Seasoning",
"Coconut Tree Brand, Spice Cube, Hoanh Thanh Soup Seasoning",
"Bo Kho Stewed Beef Seasoning",
"Coconut Tree Brand, Bun Bo Hue Spice Cube",
"Coconut Tree Brand, Vegetarian \"Bo Kho\" Seasoning",
"Coconut Tree Brand, Hu Tieu, Spice Cube, Vegetarian Hu Tieu Soup Seasoning",
"Pho Chay Spice Cube",
"Coconut Tree Brand, Spice Cube Seasoning",
"Coconut Tree Brand, Spice Cube Soup Seasoning",
"Coconut Tree Brand, Vegetarian Soup Cubes",
"Crab Soup Seasoning, Spice Cube",
"Belgian milk chocolate coated brazil nuts",
"Oat Non-Dairy Beverage",
"British plain flour",
"Pineapple slices in juice",
"Spicy Black Bean Dip",
"Thai green chicken soup",
"Cashews, Sesame And Pistachios Brittle Slice",
"Half & Half",
"Vanilla Nonfat Yogurt",
"Chocolart, Assorted Milk Chocolate Pralines",
"Passion, Assorted Milk Chocolate",
"Assorted Chocolate Pralines",
"Milk Chocolate Balls With Cream And Chocolate",
"Chocolate Ball",
"Chocolate Balls Filled With Milk Cream And Chocolate",
"Merry Christmas Chocolate Balls",
"Merry Christmas Chocolate Balls Filled With Praline Cream",
"Merry Christmas Minis Chocolate Bar",
"Milk Chocolate",
"Sunflower oil",
"Pancakes au Chocolat belge",
"Pineapple Salsa",
"Rollmop Herrings",
"Chocolate Cookies",
"Chutney, Hot Mango Hot",
"Dopiaza Curry Simmer Sauce, Mild",
"Red Curry Spice",
"Coconut Ginger Rice",
"Top Ramen Noodle Soup",
"Hollow Milk Chocolate Decorated R2D2 Figure",
"Smoothie super Berry",
"Extra Hot Chinese Mustard",
"Organic Nine Grain All Natural Bread",
"Organic 100% Whole Wheat",
"Organic Great Seed",
"Mountain White",
"Great Seed Bread",
"Fruit Spredad, Strawberry",
"Fruit Spread, Raspberry",
"Laksa noodle pot",
"Sweet Cherry Peppers",
"Deli-Sliced Hot Jalapeno Peppers",
"grilled Cajun chicken breast, spicy wedges & sour cream",
"Cornish Cove Cheddar",
"Condensed Soup, Tomato",
"Taste the Difference Raspberry Conserve",
"Sauce Mix",
"Golden Curry, Sauce Mix",
"Fried Rice Seasoning Mix",
"Whole Durum Wheat Cous Cous",
"Japanese Style Noodles & Chicken Flavored-Soup",
"Tuna & sweetcorn",
"Free range egg mayonnaise",
"Creamy And Delicious Evaporated Filled Milk",
"Whole Wheat Flour Tortillas",
"Mild Cheddar with Onions & Chives",
"Flour Tortillas",
"Lemon Curd",
"BERRY MEDLEY",
"Panda Brand, Oyster Flavored Sauce",
"Almonds Cookies",
null,
"Tortellini",
"Quiche, Spinach, Mushroom & Cheese",
"Mexicaine Quiche",
"Dry Roasted & Salted Almonds",
"Cool Beans, Catalina Bean Hummus",
"Cool Beans, Red Pepper Hummus",
"Cool Beans, Buffalo Hummus",
"Organic Tortellini Pasta",
"Nuovo Pasta, Organic Ravioli, Butternut Squash",
"Organic Ravioli",
"Ravioli Five Cheese",
"Tender Spinach, Whipped Potatoes & Cheddar Cheese In A Pierogi Shell",
"Pierogi",
"Ravioli",
"Oven Roasted Pumpkin Pasta Purse",
"Tomato, Basil & Mozzarella Rovioli",
"Ravioli",
"Shrimp Scampi Ravioli",
"Sweet Basil Pesto Ravioli",
"Gold Fish Shaped Ravioli!",
"Kale, Hummus & Chicckpea Ravioli",
"Classic Cheese Ravioli",
"Chocolate Cream Dip Wiht Crispy Craker Sticks",
"Yan Yan Crispy Cracker Stick, Strawberry",
"Yam Yam Double Cream, Chocolate, Strawberry",
"Hello Panda, Choco Biscuits With Choco Cream, Double Choco",
"Hellow Panda, Biscuits With Choco Cream",
"Biscuits With Strawberry Cream",
"Hello Panda",
"Hello Panda, Biscuits With Choco Cream",
"Hello Panda Biscuits With Strawberry Cream",
"Yan Yan Cream Dip",
"Poulet korma et riz pilaf",
"Chicago Flats, Whole Grain Artisan Flatbread",
"Chicago Flats, Rosemary & Sea Salt Artisan Flatbread",
"Chicago Flats, Gourmet Flatbread, Sea Salt",
"Greek Salad Dressing & Marinade",
"Gazebo Room, Balsamic Vinaigrette",
"Gazebo Room, Lite Greek Salad Dressing & Marinade",
"Lentils",
"Chocolate Bites",
"Bill Knapp's, Old-Fashioned Cinnamon-Sugar Doughnut Holes",
"Dunkers, Cinnamon-Sugar",
"Bill Knapp's, Iced Toaster Bread, Cinnamon Raisin",
"Bill Knapp's, Iced Toaster Bread, Cranberry Cherry",
"Bill Knapp's, Iced Toaster Bread, Cranberry-Orange",
"Classic 7'' Chocolate Cake",
"100% Juice Smoothie, Strawberry Banana",
"Pure Fruit 100% Juice Smoothie, Mighty Mango",
"Boosted 100% Juice Smoothie, Red Machine",
"Soy Milk",
"Ginger Ale, Original Brew",
"Reed's, Ginger Ale, Premium Brew",
"Reed's, Culture Club Kombucha, Coffee",
"Reed's, Kombucha, Lemon Ginger Raspberry",
"Reed's, Culture Club Kombucha, Hibicus Ginger Grapfruit",
"Culture Club Kombucha",
"Culture Club Kombucha",
"Reed's, Ginger Ale, Original Brew",
"Crystallized Ginger Candy",
"Reed's, Light Ginger Ale, Extra Brew",
"Chewy Ginger Candy",
"Reed's, Ginger Ale, Premium Brew",
"Ginger Candy Sweetened With Raw Cane",
"Di Nigris, Sweet & Thicker Balsamic Glaze, Original",
"De Nigris, Balsamic Glaze, Raspberry",
"Glaze Organic Sweeter & Thicker Balsamic Reduction",
"De Nigris, Balsamic Vinegar",
"White Eagle, Balsamic Vinegar Of Modena",
"Bronze Eagle, De Nigris, Balsamic Vinegar Of Modena",
"Balsamic Vinegar Of Modena",
"De Nigris, Balsamic Vinegar",
"De Nigris, Aged Balsamic Vinegar",
"De Nigris, Italian White Wine Vinegar Dressing, Marinade, Original",
"Italian White Wine Vinegar Dressing Marinade",
"De Nigris, Balsamic Vinegar",
"De Nigris, Fig Condiment With Balsamic Vinegar",
"De Nigris, White Wine Vinegar With Balsamic Vinegar",
null,
"Meal Replacement Shake Mix, Creamy Milk Chocolate",
"Peanut Butter",
"Chocolate Cookie Dough Protein Meal Bars",
"Slim Fast, Protein Meal Bars, Chocolate Fudge Brownie",
"3-2-1 Plan Shakes",
"Shake",
"Creamy Milk Chocolate",
"Protein Meal Bar",
"Meal Replacement Shake",
"Dark Chocolate Sea Salt",
"Slimfast, 10 Day Slim Down Meal Replacement Shake, Creamy Milk Chocolate",
"Meal Replacement Shake",
"Slim Fast, Meal Replacement Shake, Creamy Chocolate",
"Slimfast, Advanced Nutrition Smoothie",
"100 Calorie Snack Bites, Peanut Butter Chocolate",
"Slimfast, 100 Calorie Snack Drizzled Crisps, Cinnamon Bun Swirl",
"100 Calorie Snacks Drizzled Crisps, Cinnamon Bun Swirl",
"100 Calorie Snacks Drizzled Crisps, S'Mores",
"100 Calorie Snacks Baked Crisps, Mesquite Bbq",
"100 Calorie Snacks Baked Crisps, Sour Cream & Onion",
"Slimfast, Baked Chips, Mesquite Bbq",
"Slimfast, Advanced Nutrition Baked Chips, Sour Cream & Onion`",
"Slimfast, Baked Chips, Mesquite Bbq",
"Slimfast, 100 Calorie Snack Baked Chips, Sour Cream & Onion",
"Slimfast, Drizzled Crisps, Cinnamon Bun Swirl",
"Slim Fast, Drizzled Crisps Snack Bars, S'Mores",
"Wicklein, Brown Gingerbread",
"Malt Beverage Plus Acai And Guarana And Aloe Vera",
"Poulet kip piri priri",
"Reduced Fat Milk",
"Roasted Garlic Salsa, Roasted Garlic",
"Barbecue Sauce",
"Hot Barbecue Sauce",
"Special Barbecue Sauce",
"Whole Grain",
"Special Blend Taco Sauce",
"Double Chocolate Mini Eclairs",
"Belgian Large Coconut Macaroons",
"The Original Macaroon",
"Belgian Mini Cream Puffs",
"Pure Vermont Maple Syrup",
"Pure Vermont Maple Syrup",
"Maple Syrup",
"Syrup, Wild Blueberry",
"Barbeque Sauce, Maple",
"Vermont Maple Syrup, 100% Pure, Grade A",
"100 pure vermont organic maple syrup",
"Pure Vermont Organic Maple Syrup",
"100% Pure Vermont Maple Syrup",
"Maple Syrup",
"Penne Pasta",
"Cut Ziti Pasta",
"Long Grove Confectionery Co., Chocolate Fudge",
"Long Grove Confectionery Co, Rocky Road Fudge",
"Long Grove Confectionery Co., Halloween Chocolate Pop",
"Long Grove Confectionery Co., Day To Dead Chocolate Skull",
"Long Grove Confectionery Co., Spooky Treats, Mini Pretzel Twists",
"Long Grove Confectionery Co, Dark Chocolate, Peppermint Creames",
"Long Grove Confectionery Co., Milk Chocolate, Coconut Caramel",
"Long Grove Confectionery Co., Peanut Butter Melts",
"Long Grove Confectionery Co, Creamy White Pretzel Twists",
"Long Grove Confectionery Co., St. Pat's Mini Pretzels",
"Long Grove Confectionery Co., St.Pats Nonpareils Candy",
"Long Grove Confectionery Co., Creamy White Confetti Cookies",
"Long Grove Confectionery Co, Pastel Mint Nonpareils",
"Long Grove Confectionery Co, Spring Nonpareils",
"Solid Chocolate Rabbit",
"Long Grove Confectionery Co., Corn, Chocolatey Drizzled Caramel",
"Long Grove Confectionery Co., Creamy White Drizzled Caramel Corn",
"Long Grove Confection Co., Chicago Snack Mix, Cheese & Caramel Popcorn",
"Long Grove Confectionery Co, Cookies N' Cream Bark",
"Long Grove Confectionery Co, Happy Birthday Pop",
"Long Grove Confectionery Co, Congratulations Pop",
"Long Grove Confectionery Co, Pretzel Twists, Milk Chocolate",
"Creamy White Pretzel Twists",
"Long Grove Confectionery Co., Graham Crackers, Milk Chocolate",
"Dark Chocolate Sea Salt Caramels",
"Long Grove Confectionery Co., Myrtles, Milk Chocolate Pecan",
"Milk Chocolate Pecan Myrtles",
"Milk Chocolate Pecan Myrtles",
"Milk Chocolate S'Mores",
"Long Grove Confectionery Co., Cupid's Pretzels",
"Long Grove Confectionery Co., Pretzels, Cherry",
"Pretzels, Yogurt",
"Pretzels",
"Double Dip Penuts",
"Chocolate Malt Balls",
"All Natural Chocolate Raisins",
"Dark Chocolate Almonds",
"Dark Chocolate Nonpareils",
"Chocolate Almonds",
"Ultimate Brown Bag Apple Pie",
"Lasagna al forno",
"British plain flour",
"Beetroot juice",
"Pressed carrot juice",
"Agua Fresca Watermelon & Lime",
"Beurre doux",
"Cracker Crisps Sesame Mini Crackers",
"Cracker Crisps, Sour Creme & Onion",
"Small Red Beans",
"Pulled Pork & Chorizo Feijoada",
"Chunky Salsa",
"The Foreign Candy Company, Rip Rolls Candy, Blue Raspberry",
"Okra Soup",
"Sorbet Gourmet",
"Sorbet, Dutch Chocolate",
"Sorbet, Mixed Berry",
"Sorbet",
"Sorbet, Coconut",
"sharon's sorbet mango",
"Spaghetti sauce with mushrooms",
"Biscotti Decoratie Wafers",
"Delice Biscotti",
"Party Mix Assorted Biscuits",
"Biscuits With Rich Rice Flour Decorated With Cocoa",
"Roasted Vegetables Lasagne",
"Squire Boone Village, Middle Size Heart Pop, Cherry",
"Squire Bone Village, Christmas Tree Lollipop, Peppermint",
"100% desert mesquite honey",
"Phong Kee, Hot Roasted Peanuts",
"Hig Hagemann, Mixed Wafers",
"Sweet Relish",
"Sweet Baby Gherkins",
"Hot Dog Relish",
"Squeeze Sweet Relish",
"Hot Dog Relish",
"Sweet India Relish",
"Sweet Relish",
"Sweet Gherkins",
"Sandwich Stuffers",
"Old-Fashioned Sweet Bread & Butter Chips",
"Old-Fashioned Sweet Bread & Butter Chips",
"Sweet 'N' Hot Salad Peppers",
"Sandwich Stuffers, Old-Fashioned Sweet Bread & Butter",
"Bread Butter Chips",
"Sweet Relish",
"Sweet Gherkins",
"Kosher Drill Spears",
"Bread & Butter Chips, Chipotle",
"Chipotle Sweet Relish, Sweet Smoky",
"Petite Snack Crunchers, Sweet Petite",
"Bread & Butter Chips Pickles, Hint Of Salt",
"Sweet Relish, Reduced Sodium",
"Roasted Red Peppers",
"Marinated Roasted Peppers Olive Oil & Garlic",
"Bread & Butter Chips",
"Sweet Gherkins Pickles",
"Simply Pickles, Bread & Butter Sandwich Stuffers",
"Simply Pickles, Bread & Butter Chips",
"Sweet Relish Made With Sea Salt",
"Deli Style Sweet Relish Made With Sea Salt",
"Old-Fashioned Sweet Bread & Butter Chips Made With Sea Salt",
"Sandwich Stuffers, Old-Fashioned Sweet Bread & Butter Made With Sea Salt",
"Sweet Relish",
"Flavored Bread & Butter Chips, Jalapeno",
"Reduced Sodium Sweet Relish",
"Sweet Relish",
"Pickle Pak, Sweet Petites",
"Masala Simmer Sauce",
"Pineapple Fruit Drink",
"Burnt Sugar Browning",
"Butter Beans",
"Jamaican Jerk Seasoning",
"Jamaican Jerk Seasoning",
"Country Brand Souse",
"Red Hots Imitation Sausage-Artificially Colored",
"Saranac, Soft Drinks, Black Cherry Cream",
"Saranac, Soft Drink, Black Cherry Cream",
"Soft Drink",
"Asian Stir Fry Sauce And Marinade",
"Excellence Dark Chocolate With Sea Salt",
"Dark Assortment Chocolate",
"Hello My Name Is Cookies & Cream, Milk Chocolate With Cookies And Cream Filling",
"Milk Chocolate With Strawberry Cream Cheese Filling, Strawberry",
"Minis Chocolate",
"Dark Chocolate Truffles",
"Lindor Assorted Chocolate Truffles",
"Lindor, Assorted Chocolate Truffles",
"Assorted Chocolate Truffles",
"Classic Assorted Chocolates",
"Milk Chocolate Truffles, Caramel",
"Irresistibly Smooth Caramel Milk Chocolate Truffles",
"Hens Milk Chocolate",
"Assorted Milk Chocolates",
"Gold Bunny Milk Chocolate",
"Chocolate Minis",
"Cheesecake",
"Assorted Chocolate Mini Sticks",
"Candy",
"Lindor Coconut Milk Chocolate Truffles",
"Milk Chocolate Truffles",
"Lindor, Milk Chocolate, Caramel With Sea Salt",
"Milk Chocolate Caramels",
"Selections Extra Dark Chocolate Truffles",
"Milk Chocolate Hazelnut Truffles",
"Selections Milk Chocolate Pecan Caramel",
"Excellence Dark Chocolate, Lemon",
"Lindor White Chocolate Truffles",
"Lindor Dark Chocolate Truffles",
"Lindor Dark Chocolate Truffles",
"Milk Chocolate With A Salted Caramel Filling",
"Dark Chocolate Cookie",
"Milk Chocolate With Salted Caramel-Filling",
"Dark Chocolate With A Creamy Chocolate Filling And Dark Cookie Piecescookie",
"Hello My Name Is Milk Chocolate Stick",
"Extra Dark Chocolate",
"Dark Chocolate Bars",
"Lindor, Assorted Chocolate Truffles",
"Lindor, Assorted Chocolate Truffles",
"Lindor, Irresistibly Smooth White Chocolate Truffles, Peppermint",
"Lindor, Peppermint White Chocolate Truffles",
"Peppermint White Chocolate Truffles",
"Lindor Chocolate Truffles",
"Lindor White Chocolate Truffels, Peppermint",
"Assorted Chocolate Mini Sticks",
"Caramel Brownie, Milk Chocolate With Hazelnut And Caramel Brownie Filling",
"Milk Chocolate Truffles",
"Milk Chocolate With Strawberry Cream Cheese Filling",
"Milk Chocolate With Hazelnut And Caramel Brownie",
"Assorted Chocolate Mini Sticks",
"Classic Assorted Dark Chocolate",
"Classic Assorted Nuts & Caramel",
"Lindor Caramel Milk Chocolate Pieces",
"Assorted Chocolate Minis Sticks",
"Icicle Assorted Milk Chocolates",
"Truffles",
"Lindor Milk Chocolate Truffles",
"Peppermint White Chocolate Truffles",
"Lindor, Assorted Chocolate Truffles, Peppermint",
"Master Swiss Chocolatier",
"Signature Selections Extra Dark Chocolate Truffles",
"Signature Selections, Milk Chocolate Caramel",
"Milk Chocolate Hearts",
"Gourmet Truffles",
"Milk & Dark Chocolate",
"Frog Prince Milk Chocolate",
"Lindor Truffles",
"Lindor, Assorted Chocolate Truffle Eggs",
"Lindor, Mini Eggs Truffle, Milk Chocolate",
"Solid Milk Chocolate Eggs",
"Gourmet Truffles",
"Assorted Chocolates",
"Lindor, Assorted Chocolate Truffles",
"Milk Chocolate",
"Chocolate Minis",
"Chocolate Minis",
"Lindor, Assorted Chocolate Truffles, Assorted",
"Lindor, Milk Chocolate Truffles",
"Assorted Chocolates",
"Strawberry And Cream White Chocolate Truffles",
"Excellence Pineapple - With Pieces Of Pineapple And Carmelized Hazelnuts",
"Dark Chocolate With Blackberry Pieces And Acai, Blackberry With Acai",
"Classic Recipe Salted Pretzel",
"Milk Chocolate Covered Pretzel Rounds",
"Milk Chocolate Toffee Bites",
"Dark Chocolate Covered Mint Cubes",
"Lindor, Dark Chocolate Truffles, Caramel Sea Salt",
"Milk Chocolate Truffles",
"Lindor, White Chocolate Truffles",
"Dark Chocolate Truffles",
"Milk Chocolate Truffles",
"Milk Chocolate Truffles",
"Lindor, Lindor Milk Chocolate Truffles",
"Lindor, Lindor White Chocolate Truffles, Peppermint",
"Lindor, Dark Chocolate Truffles, Orange",
"Lindor, Milk Chocolate Truffles, Caramel",
"Lindor, Dark Chocolate Truffles",
"Lindor Caramel",
"Assorted Chocolate Truffles",
"Lindor, Milk Chocolate Truffles",
"Lindor, Dark Chocolate Truffles",
"Lindor, White Chocolate Truffles",
null,
"Assorted Chocolate Mini Sticks",
"Assorted Chocolate Truffles",
"Milk Chocolate Caramels",
"Selections Milk Chocolate",
"Extra Dark Chocolate Truffles",
"Irresistibly Smooth Milk Chocolate Truffle",
"Lindor, Assorted Chocolate Truffles",
"White Chocolate Truffles",
"Lindor, Extra Dark Chocolate Truffles, Dark Peppermint",
"Lindor, Milk And White Milk Chocolate Truffles",
"Creme Brulee",
"Creation Hazelnut Torte Milk Chocolate",
"Dark Chocolate",
"Molten Lava Cake",
"Milk Chocolate Elf",
"Mini Milk Chocolate Ball",
"Assorted Milk Chocolates",
"Milk Chocolate With Pieces Of Popcorn And A Creamy Filling",
"Sweet Popcorn Milk Chocolate",
"Lindor, Assorted Chocolate Truffles",
"Assorted Chocolate Truffles",
"Lindor, Dark Chocolate Truffles",
"Lindor, Milk Chocolate Truffles",
"Milk Chocolate Truffles",
"Lindor, Dark Chocolate Truffles, Peppermint",
"Lindor Milk Chocolates Truffles",
"Lindor, Assorted Chocolate Truffles",
"Lindor, Milk Chocolate Truffles, Milk And White",
"Irresistibly Smooth White Chocolate Truffles",
"Strawberries And Cream White Chocolate Truffles",
"Dark Chocolate, Pomegranate",
"Lindor, Assorted Chocolate Truffles",
"Lindor, Assorted Chocolate Truffles, Peppermint",
"Lindor, Milk Chocolate Truffles",
"Lindor, Assorted Chocolate Truffles",
"Milk Chocolate With Popping Raspberry And Cream Filling, Milk Chocolate",
"Milk Chocolate With Vanilla And Chocolate Fillings And Almond Pieces",
"Caramel Milk Chocolate Truffles",
"Milk And White Milk Chocolate Truffles",
"Gold Bunny",
"Milk Chocolate Covered Hello Pretzel Rounds Bite",
"Irresistibly Smooth Strawberries And Cream White Chocolate Truffles",
"Milk Chocolate",
"Lindor, White Chocolate Truffles, Strawberry & Cream",
"Sprungli, Assorted Chocolate Truffles",
"Dark Chocolate With Pieces Of Lychee",
"Supreme Dark Chocolate",
"Dark Chocolate",
"Lindor, Chocolate Truffles, Assorted",
"Lindor, Assorted Chocolate Truffles",
"Lindor, White Chocolate Truffles",
"Lindor Milk Chocolate Truffles, Milk",
"Lindor, Milk Chocolate Truffles, Milk And White",
"Signature Collection, Premium Chocolates",
"Lindor, Assorted Chocolate Truffles",
"Lindor, Milk Chocolate Truffle Eggs",
"Lindor Chocolate Truffles, Strawberry & Cream",
"Irresistibly Smooth Milk Chocolate Truffles",
"Lindor Chocolate Truffles, Assorted",
"Crunchy Cookie Bites",
"Smoothie",
"Milk Chocolate With A Coffee And Cream Filling",
"Lindor, Milk And White Milk Chocolate Truffles",
"Chocolate Wafer",
"Lindor, White Chocolate Truffles, Strawberries And Cream",
"Gold Bunny & Friends, Milk Chocolate",
"Chocolate Truffles Eggs",
"Lindor, Chocolate Truffle Eggs, Coconut",
"Milk Chocolate",
"Lindor - Milk Chocolate Truffles",
"White Chocolate Truffles",
"Irresistibly Smooth White Chocolate Truffles",
"Lindor, Pumpkin Spice Milk Chocolate Truffles",
"Lindor, Milk Chocolate Truffles, Pumpkin Spice",
"Lindor Milk Chocolate Truffle Bar",
"Lindor Milk Chocolate Truffles",
"Lindor Assorted Chocolate Truffles",
"Lindor, Milk Chocolate Truffles",
"Elf Milk Chocolate",
"Lindor, Milk Chocolate Truffle Bars",
"Black Beans",
"Mints, Candy Cane",
"Rocher, Hazelnut Chocolates",
"Scary Sweets Mints, Grape & Cherry",
"Tic Tac",
"Flavored Mints, Grape",
"Flavored Mints, Candy Cane",
"Made In Ireland",
"Candy Cane",
"Flavored Mints",
"Summer Ice Pop Mint",
"Freshmints",
"Fruit Mints",
"Freshmints",
"Mints",
"Flavored Mints",
"Mints",
"Flavored Mints, Grrr...Een Apple",
"Mummy Mints, Orange",
"Snowman Fruit Mix Mints, Lime & Berry",
"Mints, Grape",
"Minions Mints, Banana",
"Fruit Adventure",
"Fruit Adventure, Mixed",
"Freshmints",
"Mints, Orange",
"Flavored Mints, Berry Cherry",
"Mints",
"Freshmints",
"Orange Mints, Orange",
"Flavored Mints, Wintergreen",
"Fruit Mints, Strawberry Fields",
"Fruit Adventure Mints",
"Freshmints",
"Mints, Orange",
"Mints, Wintergreen",
"Freshmints",
"Mints",
"Flavored Mints, Fruit Adventure",
"Mints, Wintergreen",
"Flavored Mints, Fruit Adventure",
"Freshmints",
"Flavored Mints, Orange",
"Flavored Mints, Berry Cherry",
"Mints",
"Flavored Mints, Grape",
"Freshmints",
"Minions Mints, Banana",
"Minions Mints, Banana",
"Flavored Mints, Spearmint Mix",
"Flavored Mints, Grape",
"Mixers Mints, Cherry Cola",
"Mixers Mints, Peach, Lemonade",
"Flavored Mints, Strawberry",
"Flavored Mints, Fruit Adventure",
"Freshmints",
"Flavored Mints, Orange",
"Flavored Mints, Wintergreen",
"Mints, Orange, Fruit Adventure, Wintergreen",
"Milk Chocolate",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Fine Hazel Nut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Rocher, Hazelnut Chocolates",
"Rocher, Fine Hazelnut Chocolates",
"Fine Hazelnut Chocolates",
"Rocher",
"Raffaello, Almond Coconut Treat",
"Raffaello, Almond Coconut Treat",
"Fine Assorted Confection Chocolates",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Congections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fine Assorted Collections",
"Fine Assorted Conefections",
"Fine Assorted Confections",
"Fine Assorted Confections",
"Fererro, Nutella, B-Ready Filled Wafer Bars",
"Fine Assorted Confection",
"Eggs Chocolate Covered Crispy Eggs, Hazelnut",
"Eggs Chocolate Covered Crispy Eggs, Cocoa",
"Hazelnut Spread + Breadsticks",
"Hazelnut Spread + Breadsticks",
"Hazelnut Spread + Pretzel Sticks",
"12 Pack Hazelnut Spread + Breadsticks",
"Nutella, Hazelnut Spread With Cocoa",
"Mini Cups",
"Nutella, Hazelnut Spread With Cocoa",
"Nutella",
"Nutella",
"Nutella",
"Mountain Pure, Coconut Chips",
"Chicken Noodle Soup",
"Julienne sliced sun dried tomatoes in olive oil",
"Spaghetti Sauce, Roasted Garlic",
"Mushroom & Herb Risotto",
"Cheese Twists",
"Wrap Poulet à la Jamaïcaine",
"Apricot Butter",
"Hu, Crunchy Chocolate Bar, Banana",
"Hu Simple Chocolate Bar",
"Get Back To Human, Crunchy Fig Chocolate Bar",
"Get Back To Human, Chocolate Bar, Crunchy Mint",
"Get Back To Human, Chocolate Bar, Almond Butter + Puffed Quinoa",
"Salty Chocolate Bar",
"Cooked Dried Pork Product",
"Golden Island, Kettle-Cooked Beef Jerky, Chili Lime",
"Golden Island, Beef Jerky",
"Golden Island, Pork Jerky, Sriracha",
"Golden Island, Korean Barbecue Pork Jerky",
"Golden Island, Pork Jerky, Grilled Barbecue",
"White Style Vinegar",
"Parmesan Cheese Topping",
"Gourmet Pizza Sauce",
"Marinara Sauce",
"Marinara, Tomato Basil",
"Broccoli & Cheddar Cheese Quiche",
"Longaniza Puertorican Style Fresh Sausage",
"Sausage",
"Chicken Breading Mix",
"Enriched Stone Ground Self-Rising White Corn Meal Mix",
"Old Fashioned Stone Ground Yellow Corn Meal",
"Ravioli, Sweet Butternut Squash",
"Salted Roasted Peanuts In The Shell",
"Mixed Nuts",
"Almonds",
"Of California, Pecans",
"Of California, Mixed Nuts",
"Pecans",
"Walnut Topping",
"Chopped Walnuts",
"Shelled Walnuts",
"Of California, Shelled Walnuts",
"Finely Diced Walnuts",
"Chopped Walnuts",
"Nut & Granola Mix With Glazed Walnuts",
"Berry Nut Blend Breakfast In The Go!",
"Breakfast On The Go! Nut & Granola Mix",
"Nutty Bites",
"Nutty Bites, Cinnamon Pecan",
"Nutty Bites, Banana Walnut",
"Nutty Bites, Chai",
"Halves & Pieces Cashews",
"Chocolate Peanut Butter",
"Salt & Pepper Cashews",
"Glazed Pecans Pie",
"Glazed Pecans",
"Mixed Nuts",
"Premium Pecan Halves",
"Of California, Pecan Halves",
"Chopped Pecans",
"Shelled Walnuts",
"Of California, Chopped Walnuts",
"Of California, Nut Toppings Glazed Pecans",
"Pecans, Chopped",
"Pecan Halves",
"Chopped Pecans",
"Chopped Hazelnuts",
"Almonds",
"Cinnamon Roast Almonds",
"Honey Glazed Almonds",
"Almonds",
"100 Calorie Packs Cashews Halves & Pieces, Roasted & Salted",
"Natural Almonds",
"Smoked Almonds",
"Halves & Pieces Cashew, Roasted & Salted",
"Roast Almonds, Vanilla",
"100 Calorie Packs Cashews, Dill Pickle",
"Dill Pickle Cashews",
"Jalapeno Cashews",
"Dry Roasted Almonds",
"100 Calorie Packs Cashews, Salt & Pepper",
"Cashews, Salt & Pepper",
"Premium Whole Almonds",
"Natural Almonds",
"Sliced Almonds",
"Cashew Halves",
"Shelled Pistachios",
"Whole Almonds",
"Of California, Sliced Almonds",
"Chopped Macadamia Nuts",
"Slivered Almonds",
"100 Calorie Packs Almonds, Dry Roasted",
"Dry Roasted Almonds",
"Deluxe Mixed Nuts",
"Deluxe Mixed Nuts",
"Almonds & Walnuts",
"Natural Walnuts & Almonds",
"Almonds & Cashews",
"Peanuts Almonds & Cashews",
"Almonds & Walnuts",
"Roasted & Salted Peanuts Almonds & Cashews",
"Emrald, Natural Almonds & Walnuts",
"Breakfast On The Go! Nut & Granola Mix",
"Breakfast On The Go!, Nut & Granola Mix",
"Nut & Granola Mix With Glazed Walnuts",
"Glazed Walnuts",
"Raspberry Glazed Almonds",
"Almonds, Honey Glazed",
"Cashews, Salt & Pepper",
"Dry Roasted Almonds",
"Nut Toppings, Glazed Walnuts",
"Cocoa Roast Almonds",
"Cocoa Roast Almonds",
"Cocoa Roast. Almonds",
"Cocoa Roast Almonds",
"Jumbo Whole Cashews",
"Glazed Walnuts",
"Double Crunch Seasoned Cracker-Coated Peanuts",
"Double Crunch Seasoned Cracker-Coated Peanuts, Cheddar Cheese",
"Double Crunch Seasoned Cracker-Coated Peanuts, Seasoned Salt",
"Double Crunch Hot Wasabi",
"Salty Sweet Chocolate & Peanut Butter",
"Salty Sweet Chocolate & Peanut Butter",
"The Original Salty Sweet Mixed Nuts",
"Salty Sweet Cinnamon Sugar",
"Whole Cashews",
"Whole Cashews, Roasted & Salted",
"Dill Pickle Cashews",
"Jalapeno Cashews",
"Cashews, Sriracha",
"Cashew Halves & Pieces",
"Cashews, Salt & Pepper",
"Sweet & Salty Mixed Nuts",
"Salty Sweet Chocolate & Peanut Butter",
"Salt & Pepper Cashews",
"Salty Sweet Mixed Nuts",
"Sriracha Cashews",
"Flavored Cashews, Sriracha",
"Halves & Pieces Cashews",
"Dill Pickle Cashews",
"Cashews, Dill Pickle",
"Spanish Peanuts",
"Chocolate Glazed Virginia Peanuts",
"Virginia Peanuts",
"Honey Roasted Virginia Peanuts",
"Roasted & Salted Virginia Peanuts",
"Spicy Virginia Peanuts",
"Jalapeno Cashews",
"Cashews, Jalapeno",
"Nutty Bites, Lemon Poppy Seed",
"Nutty Bites, Cinnamon Pecan",
"Muchacha, Salsa, Mild",
"Muchacha, Medium Salsa",
"Muchacho, Hot Salsa, Hot",
"Thyme + Season, Mediterranean Hummus Kit",
"Tri-Connect Inc., Butter Biscuit",
"Farmhouse Biscuits Ltd, Biscuit Selection, Butter",
"Tri-Connect, Inc, Choc Chip Cookies",
"Farmhouse Biscuits Ltd, Chocolate Chip Biscuits",
"Farmhouse Biscuits, Spiced Ginger Biscuits",
"Farmhouse Biscuits, Winter Garden Rectangle (Cranberry Crunch Biscuits)",
"Farmhouse Biscuits Ltd., Mixed Fruit & Spice Biscuits",
"Squeez'R, Caribbean Rhythms Sorrel Ginger Drink",
"Squeez'R, Caribbean Rhythms Juice, Tropical Mango",
"Pumpkin Bars",
"New York Style Cheesecake",
"Strawberry Swirl Cheesecake",
"Brownie Cheesecake",
"Variety Cheesecake",
"Kicked Up Key Lime Pie",
"The Father's Table, Chocolate Lover's Cheesecake, Chocolate Chip, White Chocolate Turtle & Triple Chocolate",
"The Father's Table, Winter Variety Cheesecake",
"The Father's Table, Cheesecake, Raspberry Lemonade",
"The Father's Table, Cheesecake, Fruit Swirl",
"Peppermint Bark Cheesecake",
"Eggnog Praline Cheese Cake",
"The Father's Table, Winter Variety Cheesecake",
"Sea Salt Caramel Cheesecake",
"The Father's Table, Peanut Butter Cup Cheesecake",
"New York Style Cheesecake",
"The Father's Table, Pumpkin Roll",
"The Father's Table, New Year Style Cheesecake",
"Strawberry Swirl Cheesecake",
"Chocolate Roll",
"Red Velvet Roll",
"The Father's Table, New York Style Cheesecake",
"Cheesecake",
"Mango Roll",
"The Father's Table, Fluffy Vanilla Cake Roll, Mixed Berry",
"The Father's Table, Orange Dreamsicle Roll",
"The Father's Table, Fruit N Creme Sampler Cheesecake",
"The Father's Table, Gourmet Strawberry Swirl Cheesecake",
"Party Variety Cheesecake",
"New York Style Cheesecake",
"Cheescake",
"Fruit Swirl Variety Cheesecake",
"The Father's Table, Holiday Variety Cheesecake",
"The Father's Table, Divine New York Style Cheese",
"Salted Caramel Turtle",
"The Father's Table, Red Velvet Cake Roll",
"The Father's Table, Cake Roll, Carrot Buttercream",
"Carmine's Bakery, Classic New York Cheesecake",
"Carmine's, New York Style Cheesecake",
"Stuffed Salmon",
"Stuffed Fillets With Shrimp, Artichoke, Seafood And Spinach",
"Stuffed Tilapia",
"Stuffed Cod",
"Bacon Wrapped Shrimp",
"Shrimp & Seafood",
"Whole Jalapeno Peppers",
"Maiz Morado, Purple Hominy",
"Sniffle Free Tea",
"Haggis",
"Popcorn",
"Poplets, Crunch Perfected!, Toasted Corn Centers",
"Poplets, Toasted Corn Centers, Sea Salt & Butter",
"Poplets, Toasted Corn",
"Red Chile Potato Chips",
"Diego's, Potato Chips",
"Diego's Chips, Potato Chips, Bbq Icaliente",
"Diego's, Potato Chips",
"Diego's Chips, Habanero Potato Chips",
"Rocky Mountain Popcorn, Popcorn Balls",
"Rocky Mountain Popcorn, Taste Huge, Kettle",
"Taste Huge, Popcorn, Butter",
"Flavored Popcorn, White Cheddar",
"Blue Corn Popcorn",
"Superpop Popcorn",
"Sinfully Thin, Popcorn, Smoky Red",
"Sinfully Thin, Blue Corn Popcorn",
"Napa Valley Mustard Co., Hot Sweet Mustard",
"Napa Valley Mustard Co Brand, Honey Mustard, Orange & Ginger",
"Mini Pita Pockets, Wheat",
"Christmas Cocoa Chocolate",
"Hello Kitty, Pink Hot Chocolate Drink",
"Mcsteven's, Holiday Sweets, Salted Caramel Cocoa",
"Mcsteven's, Gingerbread Cookie",
"Chippey's, Peppermint Cocoa",
"Mcsteven's, Chocolate Cocoa!",
"Redneck Cafe, Hot Chocolate Mix, Bacon",
"Mcsteven's, Holidat Blend Chai Tea, Creamy",
"Double Chocolate Cocoa",
"Spirited Hot Chocolate",
"Dead Ringer Hot Chocolate",
"Mcsteven's, Peanuts True Love Double Chocolate Cocoa",
"Cocoa Combos, Chocolate Cocoa Mix & Peanut Butter",
"Mcsteven's, Green Party Punch",
"Mcsteven's, Panic Stricken Purple Party Punch",
"Mcsteven's, Bloody Massacre Red Party Punch Beverage Mixes",
"White Chocolate Mocha",
"Cocoa Combos Chocolate & Bourbon",
"Chocolate Cocoa",
"Mcsteven's, Barista Bar Favorites The Mocha Pig, Maple, Bacon, Chocolate And Creamy Coffee",
"Gelatin Family Pack",
"Fruit Gelatin",
"Chocolate Pudding",
"D' Sabor, Aloe Vera Juice Drink, Pineapple",
"D' Sabor, Aloe Vera Juice Drink",
"Tostadas",
"Tostada Casera",
"Taco Shells",
"Roasted & Unsalted Peanuts",
"Honey",
"Milk Duds",
"The Original Malted Milk Balls",
"Whoppers",
"Heath, Milk Chocolate English Toffee Bar",
"Heath, Milk Chocolate English Toffee Bar",
"Heath, Milk Chocolate English Toffee Bar",
"Heath, Milk Chocolate English Toffee Bar",
"Snack Size Milk Chocolate English Toffee Bar",
"Malted Milk Candy",
"Whoppers, Original Mini Eggs Candy, Malted Milk Balls",
"Good & Plenty",
"Mini Robin Eggs",
"Whoppers, Milkshake Malted Milk Balls, Vanilla",
"Milk Duds",
"Candy",
"The Original Malted Milk Balls",
"Good & Plenty, Licorice Candy",
"Heath, English Toffee Bars",
"Classic Beer Bread Mix",
"Beer Bread Mix",
"Brownie Mix",
"Chocolate Ecst Asy Brownie Mix",
"Turtle Brownie Mix",
"Brownie Mix",
"Cream on Top strawberry Organic Yogurt",
"Chicken & Vegetable Mini Spring Rolls",
"Vegetable Mini Spring Rolls",
"Whiskey Praline Pecans",
"Whiskey Praline Pecans",
"Mossy Oak, Chocolate Pecans",
"Wheeler's, The Original Praline Pecan, Pecans, Bourbon Praline",
"Luker, Azucar Morena",
"Cookies'N Cream Cake",
"Hickory Smoked Bacon",
"Mini Chocolate Cup Cakes",
"Confetti Cupcakes",
"Confetti Cupcakes",
"Mini Confetti Party Platter With Buttercreme Icing",
"Winter Wonderland, Cup Cakes, Buttercreme Icing",
"Winter Wonderland Mini Chocolate Cupcakes",
"Winter Wonderland Mini Chocolate & Gold Cupcakes",
"Flavorful Favorites, Mini Chocolate Cupcakes",
"Flavorful Favorites, Mini Chocolate Cupcakes",
"Mini Confetti Cupcakes",
"Harvest Time, Gold Cupcakes",
"Harvest Time, 6 Chocolate Cup Cakes, Butter Cream",
"Cupcakes",
"Cupcakes",
"Mini Gold Cupcakes With Butter Creme Icing",
"From The Heart Cupcakes",
"Cupcakes",
"Mini Gold & Chocolate Cupcakes Party Platter",
"Harvest Time Cupcakes",
"12 Mini Gold Cupcakes",
"Holiday Merriment, Mini Chocolate Cupcakes,",
"Holiday Merriment, Mini Gold & Chocolate Cupcakes",
"Maplehurst Bakeries, Mini Gold & Chocolate Party Platter Cupcakes",
"From The Heart Cupcakes",
"Cupcakes",
"Spring Celebration Cupcake",
"Harvest Time Cupcakes",
"Holiday Merriment Cupcakes",
"12 Gold Cupcakes With Buttercreme & Chocolate Icing",
"Everyday Favorites, Gold Cupcakes",
"Everyday Favorites, Cupcakes",
"Horse Apples Candy",
"Baraboo Candy Company, Mini Cow Pie Candy, Original",
"Mini Cow Pie Candy",
"crips & colourful mixed leaf salad",
" Sweet'n Salty Mix",
"Agave Nectar",
"Imitation Crab Surimi Snow Sticks",
"Seafood Sticks",
"Seafood Sticks",
"Premium Surimi Seafood Flakes",
"Crab Smart Surimi Seafood Sticks",
"Dank Sauce",
"Jasmine Rice",
"Oh!, Soda",
"Macaroon Brownies",
"Extreme Chocolate Brownies",
"Salted Caramel Brownies, Salted Caramel",
"7 Layer Bars",
"Lemon Bars",
"White enriched bread",
"Four Wheat Whole Grain Wide Pan Bread",
"Flax & Fiber Wide Pan Bread",
"Enriched White Bread",
"Multigrain Wide Pan Bread",
"Enriched Wheat Bread",
"Sandwich Slims",
"100% Whole Wheat Wide Pan Bread",
"Light Rye",
"Hamburger Buns",
"Psst..., Enriched Hot Dog Buns",
"Zero Calorie Diet Soda, Black Cherry",
"Enriched Wheat Bread",
"Cinamon Maple Pancake Syrup",
"Hot Dog Buns",
"Celery Salt",
"Flavored Lemon Pepper Seasoning",
"Whipped Topping Mix",
"Ice Cream, Vanilla Bean",
"Ice Cream, Classic Country Vanilla",
"Ice Cream, Denali Extreme Moose Tracks",
"Ice Cream, Southern Butter Pecan",
"Ice Cream, Chocolate",
"English Toffee Caramel Ice Cream",
"Ice Cream, Semi-Sweet Chocolate Chip",
"Ice Cream, Amaretto Cherry Cordial",
"Ice Cream",
"Ice Cream, Chocolate Chip Cookie Dough",
"Ice Cream, Black Raspberry Dark Chocolate Chunk",
"Ice Cream, Denali Caramel Caribou",
"Roasted Peanuts And Honey",
"Seasoned Rice Vinegar",
"Balsamic Vinegar",
"Diet Soda, Black Cherry",
"Diet Soda, Grapefruit",
"Diet Soda, Cherry Cola",
"Turkey",
"Uncured Ham",
"Honey Wheat Braided Pretzels",
"Breakfast Bread",
"Soda, Pineapple Passionfruit",
"Soda, Blackberry Citrus",
"Soda, Orange Cream",
"Cookies, Ginger Snaps",
"Value, Soda, Cola",
"Value, Diet Soda, Cola",
"Easter Colossal Brownie",
"Reduced Fat Wafers, Vanilla",
"Mayo",
"Classic Whip",
"Sparkling Seltzer Water",
"Jumbo Hamburger Enriched Buns",
"Pub Style Rolls Pretzel",
"Pretzel Soft Authentic Sandwich Rolls",
"Salted Cashews Halves & Pieces",
"Halves & Pieces Cashews, Lightly Salted",
"Sliders White Enriched Mini Buns",
"Dillons, Whole Wheat Sliders Mini Buns",
"Unsalted Whole Cashews",
"Salted Cashews Halves & Pieces",
"King Soopers, City Market, White Sliders Enriched Mini Buns",
"Salted Mixed Nuts",
"Salted Mixed Nuts",
"King Soopers, City Market, Sliders Mini Buns",
"Sliders Enriched Mini Buns",
"Sweet Hawaiian",
"Sweet Hawaiian Bread",
"Maple Glazed Cake Donuts",
"Sandwich Buns",
"Sourdough Wide Pan Bread",
"Strawberry Cream Cheese Loaf Cake",
"Seasoned Beef Patties",
"Ground Beef Burgers",
"Honey Mustard",
"Raspberry Vinaigrette",
"The Original Snack Crackers",
"Soda, Vanilla Cream",
"Mix, Pesto Sauce",
"Hot Cocoa, Sweet Mint",
"Swirl Bread",
"Deluxe Ice Cream, S'Mores",
"Deluxe Ice Cream",
"Deluxe Ice Cream, Chocolate Butter Toffee",
"Restaurant Style Tortilla Chips",
"Deluxe Ice Cream, Artisan Vanilla Bean",
"Deluxe Churned Reduced Fat Ice Cream, Vividly Vanilla",
"Deluxe Ice Cream, Chocolate Chip",
"Deluxe Ice Cream, Death By Chocolate",
"Deluxe Ice Cream, Rocky Road",
"Deluxe Frozen Yogurt, Pineapple Coconut",
"Deluxe Frozen Yogurt, Caramel Praline",
"Ice Cream",
"Traditional Salsa",
"Traditional Salsa",
"Pasta Sauce, Traditional",
"Homestyle Pasta Sauce, Tomato & Basil",
"Homestyle Pasta Sauce, Marinara",
"Pasta Sauce, Chunky Mushroom & Onion",
"Chunky Pasta Sauce, Green Pepper & Mushroom",
"Homestyle Pasta Sauce, Roasted Red Pepper With Garlic",
"Pasta Sauce Flavored With Beef, Traditional",
"Homestyle Pasta Sauce, Parmesan & Romano",
"Homestyle Pasta Sauce, 6 Cheese",
"Homestyle Pasta Sauce, Flavored With Beef, Beef",
"Original Chocolate Chip Cookies With Real Chocolate Chips",
"Chipmates, Chunky Chocolate Chip Cookies",
"Chewy Chocolate Chip Cookies With Real Chocolate Chips",
"Chipmates, Chunky Chocolate Chip Cookies, Peanut Butter",
"Chunky Chocolate Chip Cookies, White Chip",
"Chocolate Chip Cookies",
"Chocolate Chip Cookies",
"Original Sandwich Cookies, Chocolate",
"Creamy Peanut Butter, Roasted Peanuts",
"Crunchy Peanut Butter",
"Natural Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Crunchy Roasted Peanuts And Honey",
"Apple Cinnamon Pecan Instant Oatmeal",
"Butter Toffee Peanuts",
"Ten Calories, Soda, Cola",
"Dr. K Soda",
"Soda",
"Ginger Ale",
"Vitamin Enhanced Water Beverage, Lemonade",
"Vitamin Enhanced Water Beverage, Blood Orange",
"Vitamin Enhanced Water Beverage, Cherry",
"Ice Pix, Ice Pops, Pineapple-Cherry",
"Ice Pix, Ice Pops, Cherry-Mango",
"Twin Ice Pix Pops",
"Party Pail Ice Cream",
"Party Pail Ice Cream, Chocolate",
"Party Pail Ice Cream",
"Party Pail Ice Cream",
"Party Pail Sherbet",
"Ice Cream Sandwiches",
"Valentine Colossal Brownie",
"Chocolate Lovers Colossal Brownie",
"Tortilla Chips With A Kick Of Lime",
"Dutch Hot Cocoa Mix, Milk Chocolate",
"Psst..., Fudge Swirl",
"Frozen Dairy Dessert",
"100% Juice, Grape",
"100% Juice, White Grape",
"Cranberry Apple Juice Cocktail",
"P$$T..., Vanilla Sandwich Cookies",
"P$$T..., Duplex Sandwich Cookies",
"P$$T..., Assorted Sandwich Cookies",
"P$$T..., Sandwich Cookies, Peanut Butter",
"P$$T..., Sandwich Cookies, Chocolate Fudge",
"P$$T..., Shortbread Cookies, Fudge Striped",
"P$$T..., Sugar Cookies",
"P$$T..., Oatmeal Cookies",
"P$$T..., Cookies, Lemon, Iced",
"P$$T..., Iced Oatmeal Cookies",
"P$$T..., Chocolate Chip Cookies",
"Graham Crackers",
"Animal Crackers",
"Psst..., Saltines Crackers",
"Oyster Crackers",
"Flour Tortillas",
"Mixed Nuts",
"Creamy Peanut Butter",
"Roasted Peanuts And Honey Creamy",
"Crunchy Peanut Butter",
"Psst..., Spread, Strawberry",
"Psst..., Grape Jelly",
"Mayonnaise",
"P$$T..., Ranch Dressing",
"Italian Dressing",
"Instant Oatmeal",
"Sweet & Tangy Barbecue Sauce",
"Sweet Hickory Barbecue Sauce",
"Buttermilk Biscuits",
"Homestyle Bread Dough",
"Peanuts With Sea Salt, Salt & Pepper",
"Classic Trail Mix",
"Olive Oil",
"Party Pail Ice Cream",
"Juice Cocktail, Grape, Cranberry",
"P$$T..., Snack Crackers, Delightfully Golden",
"Baked Cheese Bits, Original",
"Baked Oyster Crackers, Original",
"Baked Oyster Crackers",
"Big Baked Cheese Bits, Original",
"100% Apple Juice",
"Juice Cocktail From Concentrate, Cranberry",
"Juice Cocktail",
"Brewed Soy Sauce",
"Mayo Real Mayonnaise",
"Real Mayonnaise",
"Toasted Marshmallow Hot Cocoa Made With Belgian Chocolate, Marshmallow",
"Hot Cocoa, Toasted Marshmallow",
"Cheddar & Broccoli Flavored Rice & Sauce",
"Chicken Flavored Rice / Sauce",
"Spanish Rice & Sauce",
"P$$T..., Flavored Pasta & Sauce, Chicken",
"Psst..., Butter Pasta & Sauce",
"Alfredo Pasta & Sauce",
"Psst..., Parmesan Pasta & Sauce",
"Hamburger enriched buns",
"Basil & Olive Oil Rubbed Asiago Cheese",
"Ginger Zest Rubbed Italian Style Hard Cheese",
"Drink Mix, Peach Mango",
"Original Hamburger Buns",
"English Muffins",
"Juice, Apple",
"Juice Cocktail, Cranberry",
"Juice Cocktail From Concentrate, Grape Cranberry",
"Salad Toppers Roasted & Salted Sunflower Kernels",
"Salad Toppers",
"Pine Nuts",
"Creamy Greek Vinaigrette",
"Sriracha Ranch",
"Sparkling Soda, Pink Lemonade",
"Sparkling Lemonade, Pink Lemonade",
"Lite Sparkling Beverage, Pink Lemonade",
"Ice Cream",
"Sparkling Soda, Lemonade",
"Light Sparkling Lemonade",
"Lite Sparkling Lemonade",
"Sparkling Lemonade",
"Sparkling Lemonade",
"Fajita With Lime Juice",
"Deli Style Rye Bread With Caramel Seeds",
"Steel Cut Oats",
"Barbeque Sauce, Mustard On My Mind",
"Barbeque Sauces",
"King Soopers, Chocolate Cake",
"Praline Pecans",
"Thick & Chunky Mild Salsa",
"Thick & Chunky Medium Salsa",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Fred Meyer, Salsa, Thick & Chunky, Medium",
"Squeezable Spread, Strawberry",
"Banana Toffee Crunch Trail Mix",
"Trail Mix",
"Rolled Oatmeal, Summer Berry",
"Rolled Oatmeal, Cranberry Apple Walnut",
"Rolled Oatmeal, Moroccan Spice",
"Fred Meyer, Salsa, Thick & Chunky, Mild",
"Ice Cream Sandwiches, Mint Chocolate Chips",
"Tartar Sauce",
"Sandwich Spread",
"Horseradish Sauce",
"Classic Whip Dressing",
"Salted Peanuts",
"Instant Oatmeal, Chocolate Chip",
"Apple Strudel",
"Sorbet",
"Mango Passion Fruit Sorbet Ice Cream",
"Cherry Strudel",
"Gourmet Cinnamon Roll Maple",
"Ice Cream",
"Mountain Dairy, Half & Half Blend Of Milk & Cream",
"King Soopers, Peach Loaf Bread, Peach",
"Fried Rice Seasoning Mix",
"Stir Fry Seasoning Mix",
"P$$T..., Wheat Crackers",
"Barbecue Sauce",
"Tuscan Italian Dressing",
"Tuscan Italian Dressing",
"Kc Style Barbecue Sauce, Original",
"Popcorn, Buffalo Ranch",
"Popcorn Cheese",
"Broccoli & Carrots",
"Broccoli & Cauliflower",
"Organic Broccoli Florets",
"Broccoli & Cauliflower",
"Vegetable Medley",
"Vegetable Medley",
"Fancy Snow Peas",
"Crrots & Sugar Snap Peas",
"Green Beans",
"Cauliflower Florets",
"Fresh Selections, Broccoli Slaw",
"Seedless Raisins",
"Psst..., Raisins",
"Vegetable Tray",
"Roasted Almonds, Sea Salt",
"Raw Almonds",
"Almond",
"Truth, Blanched Almonds",
"Walnuts Halves & Pieces",
"Walnuts",
"Pecans Halves",
"Pecans Pieces",
"Roasted Cashews",
"Popcorn, Butter",
"Roasted Peanut",
"Chunky Blue Cheese",
"Truth, Dry Roasted Macadamia Nuts, Sea Salt",
"Roasted Deluxe Mixed Nuts",
"Dressing",
"100% Juice Unfiltered Apple From Concentrate",
"English Muffins, Cinnamon Raisin",
"Multigrain Bread",
"White Bread",
"English Muffin Toasting Bread",
"English Muffins, Sour Dough",
"White Hamburger Enriched Buns",
"Brown & Serve Enriched Rolls",
"Bacon & Ranch Redskin Potato Salad",
"Homestyle Mashed Potatoes",
"Macaroni And Cheese",
"Deviled Egg Potato Salad",
"Cinnamon Danish, Cinnamon",
"Cheese Danish",
"Chocolate Enrobed Cake Donuts",
"Cupcakes",
"Bakery Fresh Goodness, S'Mores Frosted Cookies",
"Old Fashioned Stuffing Bread",
"Soup, Chicken Tortilla",
"Chicken & Rice Medley Soup",
"Organic Creamy Tomato Bisque",
"Angel Food Cake",
"Angel Food Cake, Sour Cream",
"Mozzarella Sliced Cheese",
"Chicken Tortilla Soup",
"Pie",
"Creamy Tomato Bisque",
"Old World Deli Sliced Pepperoni",
"Deli Sliced Genoa Salami",
"Classic Chicken Noodle Soup",
"Bakery Fresh Goodness, Banana Muffins, Banana",
"Bakery Fresh Goodness, Blueberry Muffins, Topped With Coarse Sugar",
"Honey Raisin Bran Muffins",
"Oven Roasted Turkey Breast",
"Hickory Smoked Turkey Breast",
"Gourmet Dip",
"Uncured Smoked Ham",
"Oven Roasted Chicken Breast",
"Top Round Beef",
"Old World Genoa Salami Deli Sliced",
"Soft Top Variety Cookie Tray, Chocolate-Chocolate Chip, Pumpkin Chocolate Chip, Cranberry Orange, Banana Walnut Chocolate Chip, Apple Cinnamon",
"Soup",
"Cookie, Chocolate Chip",
"Sweet Tea Peach Upside Down Cake",
"Upside Down Cake",
"Old World Hard Salami Deli Sliced",
"Cocktail Shrimp",
"Letters & Numbers Crackers",
"Angel Food Cake Bar",
"8\" White Cake Decorated",
"Chocolate Cupcake",
"Peppercorn & Poppy Water Crisps",
"Cinnamon Roll",
"Apple Cinnamon Rolls",
"8x8 White Confetti Cake W/White Icing",
"Chocolate Sandwich Cookies",
"Cranberry Pecan Tart",
"Graham Crackers, Chocolate Animal",
"Graham Stix, Cinnamon",
"Graham Stix, Honey",
"Mint Twist Pretzels",
"Reduced Fat Original Wheat Crisps",
"Baked Wheat Crisps Multi-Grain Crackers",
"Baked Wheat Crisps Crackers, Original",
"Uncured Pepperoni",
"Uncured Hard Salami",
"Country Club Crackers, Original",
"Saltines Unsalted Crack-Arrrs",
"Saltines Wheat Crack-Arrrs",
"Graham Crackers, Original",
"Tortilla Chips",
"Cheese & Garlic Croutons",
"Graham Crackers, Cinnamon",
"Chocolate Brownies",
"Whole Wheat Crisps",
"Kroger mini twist pretzels ",
"Pretzel Haus, Stick Pretzels",
"Chocolate Cake Cookies",
"Puffed Cheese Curls",
"Pork Rinds Chicharrones",
"Pork Rinds",
"Pork Rinds Chicharrones, Hot 'N Spicy",
"Corn Chips, Original",
"Rainbow Cake Cups",
"Sugar Cones",
"Waffle Cones",
"Waffle Bowls",
"Cake Cups",
"Cake Cups",
"Sandwich Cracker, Cheddar Cheese",
"Sandwich Crackers, Peanut Butter & Cheese",
"Croutons, Seasoned Herb",
"Croutons Caesar",
"Multi Multigrain Loaf Bread",
"Corn Puff Poppers, Extreme Butter",
"Classic Potato Chips",
"Wavy Classic Potato Chips",
"Salted Popcorn",
"Pecan Sweet Rolls",
"Club Half Sub",
"Italian Style Half Sub",
"Roasted Turkey & Colby Jack Half Sub",
"Black Forest Ham & Provolone Half Sub",
"Roast Beef & Cheddar Half Sub",
"All American Half Sub",
"Roasted Turkey & Colby Jack Pinwheels",
"Ham & Provolone Pinwheels",
"Angus Roast Beef & Cheddar Pinwheels",
"Egg Salad On A Croissant",
"Chicken Salad On A Croissant",
"Turkey & Swiss On A Croissant",
"Honey Ham & Turkey Sliders",
"Pesto Chicken & Mozzarella On Ciabatta",
"Garden Salad",
"Chef Salad",
"Chicken & Bacon Salad",
"Chef Side Salad",
"Chicken & Bacon Cobb Side Salad",
"Ranch Dip",
"Honey Ham & Swiss Cheese Pinwheel Tray",
"Black Forest Ham & Havarti On A Pretzel Roll",
"Chicken Pot Pie",
"Homestyle Mini Meatloaf",
"Grilled Salmon",
"Authentic Italian Lasagna",
"Traditional Macaroni & Cheese",
"Brussels Sprouts With Pancetta",
"Green Beans Almondine",
"Herb Roasted Potatoes",
"Baked Macaroni & Cheese",
"Traditional Macaroni & Cheese",
"Penne Pasta With A Hearty Meat Sauce",
"Italian Sausage Pasta",
"Tuna Salad",
"Coleslaw",
"Chicken Salad",
"Egg Salad",
"Macaroni Salad",
"Red Bliss Potato Salad",
"Mustard Potato Salad",
"Edamame Salad",
"Fiesta Slaw",
"Loaded Baked Potato Salad",
"Citrus Beet Salad",
"Grilled Chicken Caesar Pasta Salad",
"Summer Slaw",
"Rotini Pasta Salad",
"Honey Turkey & Cheddar Cheese Sliders",
"Honey Ham & Swiss Cheese Sliders",
"Sprouted Grain Artisan Bread",
"King Soopers, City Market, Ancient Grain Artisan Bread",
"Loaf Cake, Cranberry, Walnut",
"Pumpkin Loaf Cake",
"Loaf Cake, Apple Cinnamon",
"The Kroger Co, Brownie, Colossal",
"Fresh Bakery Goodness, Naan Tandoor Baked Original",
"Flatbread, Original",
"Crunch Cake",
"Bourbon Pecan Pie",
"Creamstyle Assorted Cheesecake",
"Cream Style Classic Cheesecake",
"Strawberry Swirl Cheesecake",
"Creamstyle Classic Cheesecake",
"Glazed Sour Cream Cake Donut Holes",
"Sour Cream Donuts",
"Plain Cake Donuts",
"Glazed Cake Donuts, Blueberry",
"Tortilla Chips, Ranch",
"Tortilla Chips, Spicy Nacho Cheese",
"Tortilla Chips",
"Tortilla Chips",
"Seafood Salad",
"Chicken Salad",
"Pudding Cake, Triple Berry",
"Pudding Cake, Cherry",
"Pudding Cake, Cranberry, Orange",
"Mango Pudding Cake",
"Almond Pudding Cake",
"Blueberry Muffins",
"Banana Nut Muffins",
"Double Chocolate Muffins Topped With Chocolate Chip",
"Muffins",
"Coffee Cake, Pumpkin Spice",
"Fuego Colby Jack",
"Garden Vegetable Medley Soup",
"Italian Sausage Kale And Tomato Soup",
"White Bean Chicken Chili With Dark Light Chicken Meat",
"1/2 Marble Grad Cake With Red Borders",
"Hummus",
"Roasted Red Pepper Hummus",
"Original Hummus",
"Caramel Iced Yellow Cake",
"Cookies 'N Creme Cake",
"Christmas Cupcakes",
"Christmas Cupcakes",
"Christmas Cupcakes",
"Triple Layer Red Velvet Cake, Peppermint",
"Homestyle Chicken & Dumpling Soup",
"S'Mores Brownies",
"Easter Colossal Chocolate Chip Cookie",
"Cake Donuts, S'Mores",
"Bakery Smores Cookie",
"Spicy Boneless Chicken Wyngz",
"Mild Italian Style Pork Meatballs",
"Wheat Pizza Dough",
"Traditional Aioli",
"Aloli Salsa Brava",
"Hemisfares, Dry Cured Acorn",
"Dry Cured Acorn Fed Pork Ham",
"Thin Sliced Serrano Ham",
"Thin Sliced Iberico Ham",
"Mild Cheddar Cheese Sliced",
"Monterey Jack Cheese Sliced With Jalapeno Peppers, Pepper Jack",
"Quesa Manchega Sheep Cheese",
"Hemisfares, Mahon Cheese",
"King Soopers, Cinnamon Coffee Cake",
"King Soopers, Spice Cake",
"King Soopers, City Market, Give Thanks Seasonal Chocolate Cake",
"Honey Oat Wide Pan Bread, Honey, Oat",
"Cornbread",
"Valentine Fudge Iced Brownies",
"Iced Brownies, Spring Fudge",
"Apple Pie",
"Jumbo Muffins",
"Blueberry Jumbo Muffins",
"Coffee Cake Bites",
"Almond Muffins",
"Muffins",
"Apple Pie",
"Pecan Pie",
"No Sugar Added Pie, Cherry",
"Pumpkin Pie",
"Peach Pie",
"Apple Pie",
"Peppermint Iced Cupcakes",
"Peppermint Iced Cupcakes",
"Peppermint Fudge Iced Brownies",
"Halloween Fudge Iced Brownies",
"Fall Fudge Iced Brownies",
"Valentines Cupcakes",
"Valentine Cupcakes",
"Banana Cream Pie",
"Chocolate Creme Pie",
"Pie, Sweet Potato",
"Colored Sugared Cake Donut Holes",
"St. Patrick's Day Cupcakes",
"St Patrick's Cupcakes",
"Lemon Poppy Seed Muffins, Lemon Poppy Seed",
"Patriotic Cupcakes",
"Patriotic Cupcakes",
"Patriotic Cupcakes",
"Mini Muffins",
"Almond Poppy Mini Muffins",
"Bakery Fresh, Mini Muffins, Blueberry",
"King Soopers, City Market, Smores Soft Top Cookies",
"Christmas Fudge Iced Brownies",
"Food4less, S'Mores Cookies, Graham Cracker",
"Premium Dessert Salads With Cranberries, Pineapple & Walnuts, Cranberry Celebration",
"Rice Cakes, White Cheddar",
"Yogurt Covered Almonds",
"Organic Green Peas",
"Organic Mixed Vegetable",
"Whole Strawberries",
"Frozen Blueberries",
"Macaroni & Cheese",
"Yogurt Covered Raisins",
"Mango Slices",
"Dried Cranberries",
"Crystallized Ginger",
"Soynuts Roasted & Salted",
"Sunflower Raw Seeds",
"Almonds",
"Trail Mix",
"Sesame Sticks",
"Pasta Sauce, Tomato Basil",
"Double Chocolate Molten Upside Down Cake",
"Mini Cinnamon Loaf Cake",
"Vitamin D Whole Milk, Grade A",
"Whole Milk",
"Large Topped Muffins",
"Carbmaster, Ultra-Filtered Nonfat Milk",
"Carbmaster, Ultra-Filtered Nonfat Milk, Vanilla",
"Reduce Fat Milk",
"2% Reduced Fat Milk",
"1% Lowfat Milk",
"1% Lowfat Milk",
"2% Reduced Fat Milk",
"Dillons, 2% Reduced Fat Milk",
"Fry's, Grade A Vitamin D Milk",
"Vitamin D Milk",
"Grade A Fat Free Milk",
"Fat Free Skim Milk",
"Fat Free Skim Milk",
"Cultured Lowfat Buttermilk",
"Grade A Pasteurized Cultured Lowfat Buttermilk",
"Cultured Lowfat Buttermilk",
"Cultured Buttermilk",
"Ultre- Pasteurized Whole Milk",
"2% Reduced Fat Milk",
"Fat Free Milk",
"1% Law Fat Chocolate Milk",
"Plain Soymilk",
"Soymilk, Vanilla",
"Lowfat Milk",
"Whole Milk, Chocolate",
"4% Milkfat Small Curd Cottage Cheese",
"Lowfat Cottage Cheese, Pineapple",
"Fat Free Cottage Cheese",
"Cottage Cheese",
"Large Curd Cottage Cheese",
"Large Curd Cottage Cheese",
"Small Curd Cottage Cheese",
"Fred Meyer, Small Curd Cottage Cheese",
"Fred Meyer, Fat Free Cottage Cheese",
"Fred Meyer, Large Curd Cottage Cheese",
"Fred Meyer, Lowfat Cottage Cheese",
"Fred Meyer, Cottage Cheese",
"Fred Meyer, Large Curd Cottage Cheese",
"Lowfat Cottage Cheese",
"Cottage Cheese",
"Lowfat Cottage Cheese",
"Carbmaster, Cultured Dairy Blend, White Chocolate, Raspberry",
"Carbmaster, Cultured Dairy Blend, Key Lime",
"Culture Dairy Blend",
"Carbmaster, Cultured Dairy Blend, Black Forest Cake",
"Low Fat Yogurt, Blueberry Pomegranate",
"Crabmaster, Cultured Dairy Blend, Raspberry",
"Carbmaster Cultured Dairy Blend, Peach",
"Carbmaster, Cultured Dairy Blend, Vanilla",
"Blended Grade A Lowfat Yogurt, Strawberry",
"Blended Grade A Lowfat Yogurt, Strawberry Banana",
"Lite Grade A Nonfat Yogurt, Blueberry",
"Lite Nonfat Yogurt, Cherry Cheesecake",
"Lite Nonfat Yogurt, Key Lime",
"Lite Nonfat Yogurt, Peach",
"Lite Nonfat Yogurt, Strawberry Banana",
"Lite Nonfat Yogurt, Vanilla",
"Lowfat Yogurt, Black Cherry",
"Grade A Lowfat Yogurt, Blueberry",
"Fruit On The Bottom Grade A Lowfat Yogurt, Peach",
"Fruit On The Bottom Lowfat Yogurt, Strawberry",
"Cultured Dairy Blend Pumpkin Pie",
"Cultured Dairy Blend, Blueberry Muffin With Other Natural Flavors With Vit A&D & Calcium Added",
"Plain Nonfat Greek Yogurt",
"Carbmaster, Cultured Dairy Blend, Strawberry Colada",
"Lite Nonfat Yogurt, Strawberry",
"Greek Nonfat Yogurt, Vanilla",
"Dessert Shells",
"Tiramisu",
"Apple Crumble",
"Brownie",
"Peach Delight",
"Chocolate Pull-A-Part Cupcakes",
"White Ice Cream Cone Cake",
"Tres Leghes Cake",
"Sour Cream",
"Original Sour Cream",
"Source Cream",
"Natural Sour Cream",
"E-Z Squeeze Sour Cream",
"Original Sour Cream",
"Sour Cream With Chives",
"Fat Free Sour Cream",
"French Onion Sour Cream Dip",
"Sour Cream Ranch Dip",
"Sour Cream Dip",
"Special Recipe French Onion Dip With Sour Cream",
"Carbmaster, Yogurt, Blackberry",
"Cultured Dairy Blend, Cherry",
"Orange Juice",
"Original Orange Juice",
"100% Florida Orange Juice With Low Acid, Orange",
"Lite Florida Orange Juice Beverage",
"Ruby Red Grapefruit Juice",
"Apple Juice",
"Concentrated Drink",
"Orange Juice",
"Lemonade",
"Pasteurized Juice, Orange Pineapple",
"Homestyle Juice, Orange",
"Homestyle Orange Juice",
"100% Juice, Orange",
"Diet Decaffeinated Tea",
"Caffeine Free Sweetened Tea",
"Caffeine Free Unsweetened Tea",
"Ricotta Cheese",
"Ricotta Cheese Part Skim",
"Soda, Lemon Lime",
"Soda, Dr. K",
"Soda, Grape",
"Diet Soda, Cola",
"Diet Soda, Lemon Lime",
"Diet Soda, Dr. K",
"Soda, Orange",
"Tonic Water",
"Tonic Water",
"Soda, Cherry Cola",
"Soda, Strawberry",
"Soda, Citrus Drop",
"Juice, Fruit Punch",
"Soda, Cola",
"Diet Soda, Cola",
"Soda, Dr. K",
"Finely Sharp Shredded Cheddar",
"Sharp Cheddar Shredded Cheese",
"Mozzarella Cheese",
"Mild Cheddar, Finely Shredded",
"Mozzarella, finely shredded",
"Hot Pepper Cheese Blend, Hot Pepper",
"Natural Shredded Mild Cheddar Cheese",
"Finely Shredded Reduced Fat 4 Cheese Mexican Blend",
"Finely Shredded Colby Jack Cheese",
"Nacho & Taco Blend, Finely Shredded Cheese",
"Finely Shredded Casserole Cheese Blend",
"Cheddar Jack Finely Shredded Cheese",
"Reduced Fat Mild Cheddar Cheese",
"Parmesan Cheese",
"Finely Shredded Swiss Cheese",
"Buffalo Style Sour Cream Dip",
"Monterey Jack Finely Shredded Cheese",
"Mexican Style Blend Finely Shredded Cheese",
"Italian Blend All Natural Cheese",
"Finely Shredded Sharp Cheddar Cheese",
"Sharp Cheddar Cheese",
"2% Milk Reduced Fat Monterey Jack Cheese",
"Carbmaster, Ultra-Filtered Nonfat Milk, Chocolate",
"Whole Milk",
"1% Lowfat Milk",
"2% Fat Milk",
"Fat Free Skim Milk",
"Whole Vitamin D Milk",
"Milk",
"Mountain Dairy, Half & Half Blend Of Milk & Craem",
"Mountain Dairy, Fat Free Half & Half, Milk & Cream",
"Half & Half",
"Half & Half A Blend Of Milk & Cream",
"Half & Half Milk & Cream, Grade A",
"Whole Vitamin D Milk",
"2% Reduced Fat Milk",
"Skim Grade A Fat Free Milk",
"1% Lowfat Milk",
"Grade A Whole Milk",
"2% Reduced Fat Milk",
"1% Lowfat Milk",
"Grade A Fat Free Milk",
"1% Lowfat Milk",
"Ice Cream",
"Ice Cream",
"Whole Vitamin D Milk",
"2% Reduced Fat Milk",
"100% Orange Juice, Original",
"Heavy Whipping Cream",
"Whipping Cream",
"Whipping Cream",
"Heavy Whipping Cream",
"Heavy Whipping Cream",
"Whipping Cream",
"Vegetable Sour Cream Dip",
"Milk",
"Whole Vitamin D Milk",
"2% Reduced Fat Milk",
"Milk",
"Skim Fat Free Milk",
"1% Lowfat Milk, Chocolate",
"Melt Topping Shredded Imitation Cheddar Cheese",
"American Style Singles",
"100% Pure Orange Juice With Pulp",
"100% Pure Juice, Orange",
"100% Pure Orange Juice, Orange",
"Colby Jack Cheese Cubes",
"Cheddar Jack Cheese Cubes",
"Mild Cheddar Cheese Cubes",
"Finely Shredded Colby Cheese",
"Water Beverage, Orange",
"Tropical Punch Beverage",
"Psst, Beverage, Citrus Punch",
"Original Oj, 100% Orange Juice",
"Mountain Dairy, 100% Orange Juice",
"Half & Half",
"Thin Cut Colby Jack Cheese",
"Thin Cut Slices Medium Cheddar Natural Cheese",
"Plain Nonfat Greek Yogurt, Original",
"Greek Nonfat Yogurt, Blueberry",
"Nonfat Greek Yogurt, Black Cherry",
"Greek Nonfat Yogurt, Mixed Berry",
"Greek, Strawberry",
"Greek Nonfat Yogurt With Vit A&D, Vanilla",
"Nonfat Greek Yogurt With Fruit On Bottom",
"Blended Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Psst..., Shredded Imitation Mozzarella Cheese, Mozzarella Melt Topping",
"Psst..., Cheddar Melt Topping, Shredded Imitation Cheddar Cheese",
"Deluxe Churned Light Ice Cream, Artisan Vanilla Bean",
"Deluxe Churned Light Ice Cream, Caramel Delight",
"Deluxe Churned Light Ice Cream, Death By Chocolate",
"Deluxe Churned Light Ice Cream, Fun Munch Cookies N' Cream",
"Deluxe Churned Light Ice Cream, Southern Crunch Butter Pecan",
"Deluxe Churned Reduced Fat Ice Cream, Peanut Butter Fudge Swirl",
"Deluxe Churned Reduced Fat Ice Cream, Rocky Road",
"Deluxe Churned Ice Cream, Vividly Vanilla",
"P$$T..., French Onion Dip",
"Deluxe Frozen Yogurt, Vanilla Chocolate Fudge",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Lowfat Greek Yogurt",
"Lite Nonfat Greek Yogurt",
"Carbmaster Protein Smoothie, Tropical Mango",
"Carbmaster, Protein Smoothie, Blueberry Cream",
"Carbmaster, Protein Smoothie, Raspberry Cream",
"Protein Smoothie",
"Carbmaster, Protein Smoothie, Black Cherry",
"Lowfat Non Fat Lite Greek Yogurt",
"1% Lowfat Milk",
"1% Lowfat Milk, Chocolate",
"1% Lowfat Milk",
"1% Lowfat Milk",
"1% Lowfat Chocolate Milk",
"Ice Cream",
"1% Lowfat Chocolate Milk",
"Deluxe Ice Cream, Artisan Vanilla Bean",
"Deluxe Ice Cream, Black Walnut",
"Deluxe Ice Cream, Chocolate Chip",
"Deluxe Ice Cream, Mint Chocolate Chip",
"Deluxe Ice Cream, Chocolate Paradise",
"Deluxe Ice Cream, Death By Chocolate",
"Deluxe Ice Cream, French Vanilla Magnifique",
"Deluxe Ice Cream, Fun Munch Cookies N' Cream",
"Deluxe Ice Cream, Neapolitan",
"Deluxe Ice Cream, Rocky Road",
"Deluxe Ice Cream, Southern Crunch Butter Pecan",
"Deluxe Ice Cream, Vividly Vanilla",
"Deluxe Ice Cream Banana Split",
"Deluxe Sherbet, Lime",
"Deluxe Fat Free Sherbet, Orange",
"Deluxe Sherbet, Pineapple",
"Deluxe Fat Free Sherbet, Rainbow",
"Deluxe Ice Cream, Mint Chocolate Chip",
"Deluxe Ice Cream, Chocolate Paradise",
"Deluxe Ice Cream, Strawberry Surf",
"Deluxe Ice Cream, Vividly Vanilla",
"Deluxe Sherbet, Orange",
"Deluxe Sherbet, Rainbow",
"Deluxe Churned Ice Cream, Chocolate",
"Ice Cream, Denali Chocolate, Peanut Butter, Moose Tracks",
"Ice Cream, Caramel Hazelnut Fudge Truffle",
"Ice Cream, Denali Extreme Maximum Fudge Moose Tracks",
"Ice Cream, Black Raspberry,Dark Chocolate Chunks",
"Southern Butter Pecan Ice Cream",
"Ice Cream, Double Vanilla",
"Ice Cream, Denali Extreme Moose Tracks",
"Deluxe Ice Cream, Chocolate Cookie, Crumble",
"Deluxe Ice Cream, Triple Brownie",
"Deluxe Ice Cream, Chocolate/French Vanilla",
"Deluxe Churned Light Ice Cream, French Silk",
"Deluxe Fat Free Sherbet, Mango",
"Deluxe Jammed Dairy Dessert, Caramel Candy Crunch",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Country Club, Ice Cream, Orange Vanilla Swirl",
"Lowfat Ice Cream",
"Lowfat Ice Cream",
"Fat Free Sherbet",
"Sherbet",
"Fat Free Sherbet",
"Deluxe Churned Ice Cream",
"Deluxe Ice Cream",
"Deluxe Ice Cream",
"Deluxe Ice Cream",
"Creme Pie",
"Pumpkin Creme Pie",
"Ice Cream",
"Party Pail Low Fat Frozen Yogurt, Vanilla",
"Sherbet Topped Sugar Cones",
"Fun Daze Sundaes Frozen Yogurt Cones",
"Artic Blasters, Ice Cream Bars, Vanilla, Chocolate",
"Frozen Fruit Bars, Coconut",
"Frozen Fruit Bars, Orange",
"Frozen Fruit Bars, Strawberry",
"Frozen Fruit Bars, Strawberry, Raspberry, Orange",
"Ice Cream Sammies Sandwiches, Vanilla",
"Ice Cream Sandwich",
"Arctic Blasters Toffee Bars",
"Arctic Blasters, Ice Cream Crispy Bars, Vanilla, Chocolate",
"Ice Cream Sammies Sandwich, Chocolate Chip, Vanilla",
"Ice Cream Sammies Sandwiches, Neapolitan",
"Party Cups Ice Cream, Vanilla",
"Parmesan Cheeese",
"Parmesan Cheese, Romano",
"Whipped Cream Cheese Spread",
"Low-Moisture Part-Skim Mozzarella String Cheese",
"Low moisture part skim Mozzarella string cheese",
"Colby Jack Cheese",
"Swiss All Natural Cheese",
"Chunk Blue Cheese",
"Low Moisture, Part-Skim Mozzarella Cheese",
"Colby Cheese",
"Mild Cheddar",
"Sharp Cheddar",
"Low Moisture, Part-Skim Mozzarella Cheese",
"Hot Pepper Cheese, Hot Pepper",
"Mild Cheddar Cheese",
"Extra Sharp Cheddar",
"Colby Cheese",
"Reduce Fat Cheese, Mild Cheddar",
"Colby And Monterey Jack Cheese",
"All Natural Low Moisture, Part-Skim Mozzarella Cheese",
"Mild Cheddar Cheese",
"Sharp Cheddar",
"Crumbled Blue Cheese",
"Chunk Feta Cheese",
"Colby And Monterey Jack Cheese",
"Vermont Extra Sharp White Cheddar Cheese",
"Crumbled Gorgonzola Cheese",
"Colby Cheese Slices",
"Orange Rind Muenster Natural Cheese Slices",
"Aged Swiss Slices",
"Mild Cheddar Slices",
"Low Moisture Part - Skim Mozzarella Cheese",
"Mild Cheddar Cheese Snacks",
"Colby Jack Cheese Snacks",
"Mozzarella All Natural Cheese",
"Mild Cheddar Cheese",
"Monterey Jack",
"Orange Rind Muenster",
"Pepper Jack Cheese",
"Colby Jack Cheese",
"Extra Sharp Cheddar Cheese",
"All Natural Swiss Cheese",
"Monterey Jack",
"Havarti Cheese",
"Mozzarella Slices",
"Finely Shredded Mild Cheddar",
"Mexican Style Cheese",
"Shredded Sharp Cheddar",
"Shredded Mild Cheddar Jack Cheese",
"Colby Jack Cheese",
"Shaved Parmesan Cheese",
"Swiss Pasteurized Process Cheese Product",
"Pepper Jack Cheese Singles",
"Swiss Cheese Singles, Pasteurized Process Cheese Product",
"Nice N' Cheesy Cheese Singles",
"American Singles Cheese",
"3 Cheese Blend",
"Cheese Singles",
"Deluxe American Pasteurized Process Cheese Slices",
"Fat Free Original Cream Cheese",
"Soft Cream Cheese",
"33% Less Fat Neufchatel Cheese",
"Sift Cream Cheese",
"Wildflower Honey Turkey Breast",
"Wildflower Honey Ham",
"Off The Bone Smokehouse Ham Deli Sliced",
"Deli Sliced Oven Roasted Turkey Breast",
"Deli Sliced Old World Hard Salami",
"Jamaican Jerk Style Pork Tenderloin With Jamaican Style Spices",
"100% Ground Beef Sliders Mini Beef Burgers",
"Turkey Breast",
"Lunch Kit Uncured Ham & Cheese",
"Turkey & Cheese Lunchkit",
"Breaded Shrimp Poppers",
"Bison Stew Meat",
"Natural Ground Bison",
"Natural Chuck Roast Bison",
"Natural Bison Ribeye Steak",
"Natural Bison Sirloin Steak",
"Uncured Hardwood Smoked Turkey Bacon",
"Natural Ground Bison",
"Double Chocolate Muffins Topped With Chocolate Chips",
"Organic Beef Burger",
"New York Style Classic Cheesecake, Strawberry Swirl",
"New York Style Cheesecake, White Chocolate Flavored Raspberry",
"Havarti Sliced Cheese",
"Ranch Dip",
"Fully Cooked Hatch Green Chile & Monterey Jack Cheese Smoked Sausage",
"Smoky Bacon Cheddar Smoked Sausage",
"Smoked Sausage, Mango Jalapeno",
"Chicken Verde",
"Gelatin Dessert, Strawberry",
"Sugar Free Gelatin Dessert, Cherry",
"Gelatin Dessert",
"Sugar Free Gelatin Dessert",
"Unsalted Peanuts",
"Salted Peanuts With Sea Salt",
"Salted Spanish Peanuts",
"French Vanilla Pudding & Pie Filling, Vanilla",
"No Sub Brand, Chocolate Fudge, Chocol Ate",
"Whole Almonds",
"Sliced Almonds",
"Ground Beef",
"Ground Beer",
"Old Fashioned Potato Salad",
"Regular Macaroni Salad",
"Potato Salad",
"Old Fashioned Potato Salad",
"Macaroni Salad",
"Mustard Potato Salad",
"Macaroni Salad",
"Northwest Potato Salad",
"Northwest Potato Salad",
"Ham Salad",
"Red Potato Salad",
"Cole Slaw",
"Macaroni & Cheese",
"Potato Salad",
"Deviled Egg Potato Salad",
"Red Powdered Donut Holes",
"Green Powdered Donuts Holes",
"Powdered Donut Holes",
"Pineapple Upside Down Cake",
"The Fresh Goodness, Peppermint Dipped Treats Party Tray",
"White Chocolate Cookies, Cranberry",
"Peppermint Shortbread Cookies",
"Horean Kalbi Beef",
"Potato Salad",
"Potato Salad",
"Cranberry Orange Mini Loaf Cakes",
"Aged Cheddar And Broccoli Soup",
"Chicken Tortilla Soup",
"New England Style Clam Chowder",
"Loaded Baked Potato Style Soup",
"Cream Tomato Bisque",
"Classic Chicken Noodle Soup With White Chicken Meat",
"Smokin Stampede Chili",
"Chicken & Sausage Gumbo",
"Lobster Bisque With Sherry",
"Cheesy Chicken Enchilada Soup With White Chicken Meat",
"Bisque, Roasted Red Pepper Gouda",
"Aged Cheddar And Broccoli Soup",
"Loaded Baked Potato Style Soup",
"Chicken Tortilla Soup",
"Creamy Tomato Bisque",
"Classic Chicken Noodle Soup",
"Tortellini",
"Spinach & Cheese Ravioli",
"Italian Sausage Tortelloni",
"Chicken & Bacon Borsetti",
"Rainbow Cheese Tortellini",
"Fettuccine, Traditional Long Ribbon Pasta",
"Basil Pesto",
"Alfredo Sauce",
"Chipotle Peppers And Chicken Corn Chowder",
"Mediterranean Style Lentil Seasonal Soup",
"Strawberries & Cream Instant Oatmeal",
"Honey Roasted Peanuts",
"Butter Pancake Syrup",
"Popyseed Dressing",
"Instant Drink Mix, Spiced Cider",
"Lite Instant Drink Mix, Spiced Cider",
"Pork Chop",
"Swiss Steak Seasoning Mix & Cooking Bag",
"Iced Tea",
"Salted Sunflower Seeds",
"Flavored Stuffing Mix With Turkey Broth, Turkey",
"Cheddar Cheese Instant Grits",
"Natural Butter Flavor",
"Original Instant Frits",
"Taco Sauce",
"Traditional Salsa",
"Traditional Salsa, Medium",
"Traditional Salsa",
"Mild Picante Sauce, Mild",
"Picante Sauce",
"Barbecue Sauce Sweet Honey",
"Creamy Ranch",
"California French Style Dressing",
"Ranch Dressing, Lite",
"Chili Sauce",
"Soy Sauce",
"Creamy Peanut Butter, Peanut",
"Crunchy Peanut Buttur",
"Pudding & Pie Filling",
"Instant Vanilla Pudding & Pie Filling",
"Instant Pudding & Pie Filling, Chocolate",
"Gelatin Dessert",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Lime",
"Strawberry Gelatin Dessert",
"Gelatin Dessert, Black Cherry",
"Unflavored Gelatin",
"Creamy French Dressing",
"Zesty Italian",
"Thousand Island Dressing",
"Hickory Smoke Flavored Barbecue Sauce",
"Barbecue Sauce",
"Pancake Syrup, Original",
"Seedless Blackberry Preserves",
"Cherry Preserves, Cherry",
"Preserves, Peach",
"Strawberry Preserves",
"Sweet Orange Marmalade",
"Concord Grape Jelly, Grape",
"Apple Jelly",
"Blackberry Jelly",
"Jelly, Strawberry",
"Concord Grape Jelly",
"Chili Powder",
"Chili Powder",
"Sugar & Cinnamon",
"Bac'N Buds",
"Salted Pistachios",
"Sliced Almonds",
"Flavored Stuffing Mix, Cornbread",
"Flavored Stuffing Mix With Natural Chicken Flavoring, Chicken Flavored",
"Pork Flavored Stuffing Mix",
"Tapioca Pudding & Pie Filling",
"Concord Grape Jam",
"Straw Berry Preserves",
"Creamy Cucumber",
"Creamy Italian Dressing",
"Creamy Buttermilk",
"Pizza Snack Sauce",
"Artificial Bacon Flavored Chips, Bacon",
"Rainbow Dessert Toppings",
"Non-Pareils Dessert Toppings",
"Dessert Topping, Red Sugar",
"Green Sugar Dessert Toppings",
"Cinnamon Gems Dessert Toppings",
"Stars, Dessert Topping",
"Rainbow Dessert Toppings",
"100% Lemon Juice, Lemon",
"100% Lemon Juice",
"Teriyaki Marinade & Sauce",
"Soy Sauce",
"Salted Sesame Nut Mix With Sea Salt",
"Hickory Smoke Flavored Barbecue Sauce",
"Easy Bake Seasoned Coating Mix, Pork",
"Creamy Ranch",
"Pudding & Pie Filling, Chocolate",
"Instant Sugar Free Pudding & Pie Filling",
"Pudding & Pie Filling",
"Instant Pudding & Pie Filling",
"Bacon & Honey French",
"Chicken Seasoning",
"Artificial Flavor Strawberry Syrup",
"California Honey French",
"Salt & Pepper Shakers",
"Yellow Corn Meal",
"White Corn Meal",
"Sweet & Sour Sauce",
"Strawberry Preserves",
"Grape Jelly & Peanut Butter",
"Yipes! Stripes! Strawberry Jelly & Peanut Butter",
"Crunchy Peanut Butter",
"Creamy",
"Crunchy Peanut Butter",
"Slated & Roasted Almonds",
"Sea Salt Almonds, Salted & Smoke",
"Seasoning, Taco",
"Seasoning, Taco",
"Seasoning, Taco Mild",
"Seasoning Mix, Fajita",
"1883 Sauce",
"Olive Oil & Vinegar Dressing",
"Blackeyed Peas",
"Red Kidney Beans",
"Dark Red Kidney Beans",
"Great Northern Beans",
"Red Beans",
"Butter Beans",
"Brown Gravy Mix",
"Seasoning Mix, Chili",
"Apricot Preserves, Apricot",
"Pancake Syrup",
"Instant Oatmeal, Original",
"Instant Oatmeal, Natural Maple & Brown Sugar",
"Worcestershire Sauce",
"Brown Gravy Mix",
"Chicken Flavored Gravy Mix",
"Turkey Flavored Gravy Mix",
"Mushroom Gravy Mix",
"Grave Mix",
"Seasoning Mix, Mild Chili",
"Seasoning Mix, Original Chili",
"Seasoning Mix, Hot Chili",
"Beef Stew Seasoning Mix",
"Meat Loaf Seasoning Mix",
"Spaghetti Sauce Mix With Mushrooms",
"Thick & Zesty Spaghetti Sauce Mix",
"Sauce Mix, Alfredo",
"Gravy Mix, Country",
"Pork Flavored Gravy Mix",
"Lite Soy Sauce",
"Apricot Pineapple Preserves",
"Red Raspberry Preserves",
"Concord Jam",
"Ranch With Bacon",
"Unsalted Raw Almonds",
"Lightly Salted Peanuts",
"Greek Dressing",
"Thousand Island Dressing",
"Pinto Beans",
"Black Beans",
"Chili Hot Beans",
"100% Juice, From Concentrate, Lime",
"Teriyaki With Pineapple Juice",
"Herb & Garlic",
"Lemon Pepper With Lemon Juice",
"Strawberry Spreadable Fruit",
"Spreadable Fruit, Grape",
"Blackberry Spreadable Fruit, Blackberry",
"Salted Mixed Nuts Less Than 50% Peanuts With Sea Salt",
"Porks & Beans",
"Vegetarian Beans",
"Chocolate Milk Mix, Chocolate",
"Salad Dressing & Seasoning Mix",
"Salad Dressing & Marinade Mix, Zesty Italian",
"Original Steak Sauce",
"Sweet & Spicy Steak Sauce",
"Garlic & Cracked Black Pepper",
"Shelled Pistachios With Sea Salt",
"Fat Free Dutch Hot Cocoa Mix, Milk Chocolate",
"Squeezable Jelly, Grape",
"Caribbean Jerk With Papaya Juice",
"Sesame Ginger",
"Hawaiian With Tropical Fruit Juices",
"Three Cheese Ranch",
"Chicken Broth",
"Less Sodium Chicken Broth",
"Beef Broth",
"Beef Broth",
"Vegetable Broth",
"Dutch Hot Cocoa Mix, Milk Chocolate",
"Roasted Red Pepper, Vinaigrette Dressing With Parmesan",
"Southwestern Ranch",
"Mix, Sloppy Joe",
"Rainbow Gelatin",
"Gelatin",
"Rainbow Parfait, Fruit Flavored Gelatins, Paired With Layers Of Whipped Topping",
"Strawberry Parfait Gelatin Dessert, Strawberry Parfait",
"Parmesan & Peppercorn Gourmet Dip",
"Spinach, Artichoke & Parmesan Gourmet Dip",
"Garlic Spread",
"Red Salsa",
"Red Salsa, Medium",
"Red Salsa",
"Roasted Salsa",
"Roasted Salsa",
"Traditional Guacamole",
"Spicy Guacamole",
"Traditional Macaroni Salad",
"Potato Salad, Mustard",
"Angel Food Cake",
"Slow Roasted Pecans With Sea Salt",
"Dessert Topping",
"Taco Sauce, Mild",
"Dessert Topping",
"Walnuts Pieces",
"Dry Roasted Macadamia",
"Peanut And Pecan, Nut Topping",
"Pecans Halves",
"Pecans Pieces",
"Slivered Almonds",
"Walnuts Halves & Pieces",
"Balsamic & Basil Vinaigrette",
"Chicken Broth",
"Pasta Sauce, Traditional",
"Natural & Artificial Flavor Chocolate Syrup",
"Zesty Italian Dressing",
"Dutch Hot Cocoa Mix, Milk Chocolate",
"Mini Marshmallows Dutch Hot Cocoa Mix, Milk Chocolate",
"Dutch Hot Cocoa Mix, Milk Chocolate",
"Creamy Ranch Dressing",
"Cocktail Sauce For Seafood",
"Zesty Italian",
"Cheesecake, Cheese",
"Old Fashioned 100% Whole Grain Oats",
"Old Fashioned 100% Whole Grain Oats",
"Red Raspberry Preserves",
"Whole Fish Crunchy Fish Fillets",
"Tart Cherry & White Peach Fruit Filling, Michigan Cherries Blended With California Peaches",
"Guancamole Flavored Dip",
"Ranch Dip & Dressing",
"French Onion Dip",
"French Onion Dip With Bacon",
"Seedless All Natural Preserves, Oregon Marion Blackberry",
"Pie Filling, Apple",
"Spinach & Mushroom Alfredo Pizza",
"Mixed Berry Granola",
"Sweet Nut Cluster & Flake Granola",
"Baobab Coconut",
"Cranberry Apple Cinnamon",
"Frosted Toasted Oats With Marshmallows",
"Chip Mates, Sweetened Corn Cereal",
"Fruity Crisp Rice",
"Healthy Chicken Pot Pie Ready To Serve Soup",
"Sweet Finishing Butter",
"Roasted Chicken Noodle",
"Roasted Garlic & Herbs Savory Finishing Butter",
"Savory Finishing Butter",
"Toasted Flakes With Strawberries",
"Wood Fired Italian Crust Pizza",
"Wood Fried Italian Crust Pizza",
"Pesto & Mozzarella Wood Fired Italian Crust Pizza",
"Unsweetened Apple Sauce",
"Apple Sauce, Apple Cinnamon",
"Almondmilk",
"Apple Sauce, Apple Strawberry",
"Harvest Edition, Pumpkin Spice Shortbread Cookies",
"Sweet Potato Waffle Fries",
"Breaded Mushrooms",
"Whole Green Chile",
"Turkey Sausage, Egg & Cheese Flatbread Breakfast Sandwich",
"Flatbread Sandwiches, Ham, Egg & Cheese",
"Oregon Triple Berry Fruit Filling",
"Cinnamon Applesauce",
"Natural Applesauce",
"Natural Applesauce",
"Blossom Flower Shaped Pastry, Caramel Apple",
"I Raspberry Vinaigrette",
"Florida Orange Juice, Original",
"Homestyle Florida Orange Juice, Orange",
"100% Florida Orange Juice With Calcium, Orange",
"Mackerel",
"Sweet & Savory Four Color Potato Medley, Green Beans & Sugar Snap Peas",
"Spring Herb",
"I Goddess Dressing",
"I Balsamic Vinaigrette",
"Asian Style Seasame Vinaigrette",
"White Cheddar Popcorn",
"Protein Bars",
"Franks In A Blanket",
"White Chunk Macadamia Nut Cookie Dough",
"Zero Calorie Sweetener",
"Buttermilk Waffles",
"Creamy Alfredo Sauce",
"Pure Ground Sesame Seed",
"Pumpkin",
"Roasted Seaweed Snack",
"Organic Tortilla Chips",
"Organic Yellow Corn Tortilla Chips",
"Sliced Pears",
"Yellow Cling Sliced Peaches",
"Diced Peaches & Pears, Peaches & Pears",
"Diced Yellow Cling Peaches",
"Diced Pears In Organic Pear Juice From Concentrate",
"Danish",
"Danish",
"Triple Berry Blend",
"Creamy Almond Butter",
"Chicken Strips",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Peanut Butter",
"Peanut Butter",
"Cheese 'N' Pretzels",
"Corn & Rice Pasta Blend, Spaghetti, Gluten Free",
"Corn & Rice Pasta Blend, Penne Rigate Gluten Free",
"Chicken Nuggets",
"Crispy Chicken Breast Strips",
"Fully Cooked Popcorn Chicken",
"Fully Cooked Grilled Chicken Breast Dices",
"Cream Of Chicken, Condensed Soup",
"Balsamic Vinegar Of Modena",
"White Balsamic Vinegar",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Kettle Cooked Potato Chips, Mesquite Bbq",
"Natural Queso Fresco Crumbling Cheese",
"Whole Milk",
"Lactose Free 1% Lowfat Chocolate Milk",
"Natural & Artificial Butter Flavored Popcorn, Original Butter",
"Popcorn, Movie Theater Butter",
"Microwave Kettle Popcorn, Sweet & Salty",
"Microwave Natural Popcorn",
"Popcorn, Original Butter",
"Microwave Popcorn, Movie Theater Butter, Movie Theater Butter",
"Low Moisture Part Skim Mozzarell Twists String Cheese",
"Red Bacon Bits, Hickory Smoke",
"Turkey Bacon Pieces, Hickory Smoke",
"French Bread Microwave Pizza In Minutes",
"All Natural Preserves, Wild Maine Blueberry",
"All Natural Preserves, Triple Berry",
"Chunk Chicken Breast In Lemon Pepper Sauce",
"Strawberry Pie Filling, Strawberry",
"Extra Peach Pie Filling, Peach",
"Extra Cherry Pie Filling, Cherry",
"Extra Long Asparagus Spears",
"Cut Asparagus Spears",
"Elbow Macaroni",
"Cut Asparagus Spears",
"Olive Oil Mayo",
"Classic Bratwurst Sausage",
"Deluxe Shells & Cheese Dinner",
"Triple Cheese Macaroni & Cheese Dinner",
"Pecan Praline Ice Cream Bars",
"Yellow Cling Diced Peaches",
"Whole Green Beans",
"Authentic Strained Greek Nonfat Yogurt",
"Chopped Turnip Greens With Diced White Turnips",
"Cut Green Beans",
"Chopped Mixed Greens",
"Cut Extra Green Beans",
"Cut Wax Beans",
"cut green beans",
"Green Beans",
"Cut Green Beans",
"Cut Green Beans",
"Sliced Green Beans",
"French Style Sliced Green Beans",
"Sliced Green Beans",
"Cut Green Beans And Shellie Beans",
"Cut Green Beans",
"Green Lime Beans",
"Zero Calorie Sweetener",
"Sparkling Beverage",
"Classic Crispy Crust Pizza",
"Classic Crispy Crust Microwave Pizza",
"Chick Peas",
"Beans & Franks",
"Freezer Pops",
"Frozen Blueberries",
"Curious George, Fruit Flavored Snacks",
"Multigrain Rice Crackers With Sea Salt & Pepper",
"White Quinoa & Barley",
"Fruit Flavored Snacks",
"Fruit Flavored Snacks",
"Peanuts, Fruit Flavored Snacks",
"Sliced Beets",
"Shoestring Beets",
"Sliced Beets",
"Whole Beets",
"Sliced Pickled Beets",
"Toasted Flakes With Fruit & Yogurt",
"Original Tomato Ketchup",
"Blueberries",
"Hazelnut Spread Crunchy",
"Hazelnut Spread",
"Chili Hot Beans",
"Classic Applesauce, Apple",
"Garbanzo Bans Chicks Peas",
"Delicious Creamy Spread, Almond Cookie",
"Vanilla Cookie Spread",
"High Fiber Brownie",
"Cannellini Beans",
"100% Egg Whites",
"Pita Chips, Cinnamon Sugar, Oven-Baked Wheat Pita Chips Seasoned With Cinnamon And Sugar",
"Tortilla Cupz",
"Liquid Water Enhancer With Vitamins B3 B6 B12, Berry Pomegranate",
"Yellow Cling Diced Peaches In Light Syrup, Peach",
"Mixed Fruit Light Syrup Snack Bowls",
"Liquid Water Enhancer With Vitamins B3 B6 B12, Strawberry Watermelon",
"Potato Chips",
"Juice Cocktail, White Cranberry Strawberry",
"Sliced Carrots",
"Whole Baby Carrots",
"Black Beans",
"Kettle Chips, Sea Salt And Balsamic Vinegar",
"Supersweet Golden Corn Whole Kernel",
"Golden Corn Whole Kernel",
"Whole Kernel Sweet Golden Corn",
"White Corn, Whole Kernel",
"White Corn",
"White & Gold Whole Kernel Corn",
"Cream Style Golden Corn",
"Tortilla Chips, Blue Corn",
"Chicken Enchiladas",
"Greek Frozen Yogurt Bars, Strawberry Vanilla",
"Greek Frozen Yogurt Bars",
"Greek Frozen Yogurt Bars, Vanilla",
"Golden Corn",
"Pretzel Pieces",
"Extra Creamy Dairy Whipped Topping",
"Original Dairy Whipped Topping",
"Thin & Crispy Cookies",
"Crushed Tomatoes",
"Original Dairy Whipped Topping",
"Extra Creamy Dairy Whipped Topping",
"Savory Southwest Rice Pilaf",
"Mandarin Oranges In Light Syrup",
"Roasted Garlic, Tomato & Basil Rice Pilaf",
"Golden Hominy",
"White Hominy",
"Green Olives In Brine, Blue Cheese Stuffed",
"Shredded Sauerkraut",
"Garlic Stuffed Green Olives In Brine",
"Jalapeno Stuffed Green Olives In Brine",
"Shredded Sauerkraut",
"Diced Tomatoes In Tomato Juice",
"Diced Petite Peeled Tomatoes In Tomato Juice",
"Popcorn Mini Bags",
"Mini Bags Popcorn",
"Chunk Yellowfin Tuna In Water",
"Twisted Bread Sticks",
"Rolled Corn Tortilla Chips, Spicy Chili & Lime",
"Black Tea, Orange Spice",
"Mixed Vegetables",
"Mixed Vegetables",
"X-Treme Rolled Tortilla Chips, Salsa Picante",
"Rolled Tortilla Chips",
"100% Vegetable Juice",
"100% Spicy Vegetable Juice",
"Energy Liquid Water Enhancer With Caffeine",
"Liquid Water Enhancer",
"Original Macaroni & Cheese Dinner",
"Sweet Peas",
"Sweet Peas",
"Sweet Peas",
"Cola",
"Soda, Dr. K",
"Sweet Peas & Carrots",
"Sweet Peas & Carrots",
"Mini Pancakes",
"Great Northern Beans",
"Red Beans",
"Butter Beans",
"Soft Baked Pretzels",
"Bitter-Sweet Orange Marmalade",
"Enriched Macaroni Product, Oven Ready Lasagna",
"Whole White Potatoes",
"Sliced White Potatoes",
"Parmesan Cheese",
"Fully Cooked Chicken Wings, Hot & Spicy",
"Fully Cooked Chicken Fries",
"Leaf Spinach",
"Leaf Spinach",
"Leaf Spinach",
"Leaf Spinach",
"Shredded Sauerkraut",
"Tortilla Chips",
"Original Tomato Ketchup",
"Kettle Chips, Sea Salt & Balsamic Vinegar",
"Cut Yams Sweet Potatoes In Syrup",
"Cut Yams Sweet Potatoes In Syrup",
"Pretzel Thins",
"Stewed Tomatoes With Basil, Garlic & Oregano In Tomato Juice, Italian Style",
"Peeled Tomatoes In Tomato Juice, Diced",
"Whole Peeled Tomatoes In Tomato Juice",
"Whole Peeled Tomatoes In Tomato Juice",
"Mexican Style Stewed Tomatoes In Tomato Sauce",
"Tomatoes In Tomato Juice, Diced",
"Sliced Tomatoes In Tomato Juice, Stewed",
"Diced tomatoes in tomato juice",
"Diced Tomatoes With Jalapenos",
"Peeled Tomatoes In Tomato Puree, Crushed",
"Pretzel Thins, Jalapeno Jack",
"100% Juice, Tomato",
"100% Vegetable Juice",
"Tomato Paste",
"Tomato Sauce",
"Tomato Paste",
"Tomato Sauce",
"Tomato Sauce",
"Zesty Cilantro Salsa, Medium",
"Chipotle Chili Pepper Salsa",
"Restaurant Style Salsa",
"Sausage & Pancake On A Stick",
"Flaky Jumbo Biscuits",
"Leaf Spinach",
"Cannellini Beans",
"Chocolate Pie Crust",
"Reduced Fat Graham Cracker",
"Lite Flavored Juice Cocktail, Cranberry Grape",
"Pizza Crust",
"Leaf Spinach",
"Ralphs, Authentic Recipe Soup, Minestrone",
"Instant Drink Mix, Lite Pink Lemonade",
"Lactose Free Milk",
"Potato Chips, Salt & Vinegar",
"Boneless Wyngz",
"Toaster Pastry",
"Apple Butter",
"Original Macaroni & Cheese",
"Apple Butter",
"Pure Clover Whipped Honey",
"Macaroni & Cheese Shells",
"Zero Calorie Vitamin Enhanced Water Beverage, Pomegranate Cherry",
"Green Tea Pods, Jasmine, Lemon",
"Bread Crumbs",
"Bread Crumbs, Traditional",
"Psst..., Shoestring French Fries",
"Cut Green Beans",
"Green Peas",
"Cinnamon Applesauce",
"Classic Applesauce",
"Strawberry Applesauce",
"Broccoli Cuts",
"Meal - Ready Sides, Mixed Vegetables, Carrots, Corn, Green Beans & Green Peas",
"Sunflower Kernels",
"Dry Roasted Peanuts",
"Dry Roasted Unsalted Peanuts",
"Homestyle Biscuits",
"Psst..., Buttermilk Biscuits",
"Psst..., Chicken Nuggets",
"Four Leaf Balsamic, Vinaigrette & Marinade",
"Orange Poppy Seed Dressing",
"Dressing & Marinade, White Balsamic & Honey",
"Psst..., Breaded Chicken Patties",
"Unsweetened Applesauce",
"Red Tart Cherries, Pitted, In Water",
"P$$T Fully Cooked Chicken Nibblers",
"Classic Fruit Medley, Strawberry, Mango, Pineapple, Peach And Red Grape",
"Fully Cooked Chicken Patties",
"King Soopers, Cottage Cheese",
"Psst..., 100 Decaffeinated Tea Bags",
"100% Juice Apple Cider",
"Non-Dairy Creamer",
"100% Vegetable Juice",
"100% Apple Juice",
"Juice Cocktail, Cranberry Raspberry",
"Grapefruit Juice",
"100% Juice, White Grape",
"100% Juice, Apple",
"Granulated Sugar",
"Brownie Mix",
"Burritos",
"Beef & Bean Burritos",
"Beef & Bean Green Chili Burritos",
"Grade A Lactose Free 2% Fat Milk",
"Buttermilk Pancake Mix",
"Frosted Flakes Sweetened Corn Cereal",
"Crispy Fried Onion Bits",
"French Fried Onions",
"Psst..., Gelatin, Strawberry, Lemon, Orange",
"Fruit Rings",
"Honey Nut Toasted Oats",
"Cocoa Puffed Cereal",
"Psst..., Sugar Free Gelatin, Strawberry Banana, Lime, Orange",
"Berry Crunch",
"Toaster Pastries",
"Unroll And Bake Pie Crusts",
"Tempura Chicken With General Tso's Sauce",
"Tempura Chicken With Orange Sauce",
"100% White Grape Peach Juice, White Grape, Peach",
"Pepperoni Stuffed Sandwich",
"Stuffed Sandwich",
"Psst..., Pasta Sauce, Garlic & Herb",
"Psst..., Pasta Sauce, Traditional",
"Pasta Sauce, Meat Flavored",
"Psst..., Pasta Sauce, Four Cheese",
"Stevia Blend Sweetener",
"Imported Capers Capote",
"Imported Capers",
"Roasted Red Peppers",
"Fruit Medley",
"Splenda, Sliced Yellow Cling Peaches In Water",
"Half & Half",
"Lactose Free 2% Reduced Fat Milk",
"Vegetable Oil Spread",
"Vegetable Oil Spread",
"Sliced Bamboo Shoots",
"Bean Sprouts",
"Stir-Fry Vegetables",
"Tomato Ketchup From Concentarate",
"P$$T..., California Style Vegetables",
"Whole Kernel Corn",
"Mixed Vegetables",
"Pudding Snacks, Chocolate Fudge",
"Pudding Snacks Cup, Vinalla",
"Pudding Snacks, Chocolate",
"Fruit Cocktail In Heavy Syrup",
"Pudding Snacks, Butterscotch",
"Topioca Pudding Snacks",
"Lite Fruit Cocktail Juice",
"Lite Chunky Mixed Fruit In Peach Juice And Pear Juice Concentrate",
"Extra Cherry Mixed Fruit In Natural Cherry Flavored Light Syrup",
"Tropical Mixed Fruit In Light Syrup And Tropical Fruit Nectar",
"Lite Fruit Cocktail",
"Beef Gravy",
"Psst, Turkey Gravy",
"Chicken Gravy",
"Whole Clove Garlic",
"Dinner Rolls Butter",
"Flaky Jumbo Biscuits Butter Flavored",
"Ruby Red Grapefruit Sections In Light Syrup",
"Stroganoff Skillet Meals",
"Wing Sauce",
"Wing Sauce",
"Enriched Long Grain Rice",
"Skillet Meals Lasagna Add Hamburger & Milk",
"Double Cheeseburger Add Hamburger & Milk",
"Instant Mashed Potatoes, Real Potatoes Seasoned With Butter & Parsley, Butter & Herb",
"Potatoes With Cheese Sauce Mix, Three Cheese",
"Potatoes With Real Sour Cream, Sour Cream & Chives",
"Potatoes With Cheese Sauce Mix, Au Gratin",
"Psst..., Macaroni & Cheese Dinner",
"Cream Of Mushroom",
"Psst..., Chicken Noodle Condensed Soup",
"Tomato Condensed Soup",
"Cream Of Chicken",
"Biscuits",
"Psst..., Yellow Cling Peach Pieces In Light Syrup",
"Psst..., Fruit Mix In Light Syrup",
"Psst..., Pear Pieces In Light Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Pear Halves In Heavy Syrup",
"Sliced Pears In Heavy Syrup",
"Yellow Cling Peaches Sliced In Heavy Syrup",
"Lite Pear Slices In Pear Juice",
"Purple Plums Whole In Heavy Syrup",
"Mushrooms Pieces & Steams",
"Pear Slices In Heavy Syrup",
"Psst..., Tomato Sauce",
"Turkey Sausage Patties",
"Yellow Cling Peaches",
"Yellow Cling Peach Halves In 100% Fruit Juice",
"Peeled Diced Tomatoes",
"Break-Free, Real Egg Product",
"Garlic Texas Toast",
"Peeled Whole Tomatoes In Tomato Juice",
"Marinara, Hearty Traditional Sauce",
"Basilico Tomato & Basil Sauce",
"Natural Whole Grain Boil-In-Bag-Brown Rice-",
"Whole Kernel Corn",
"Napoletana Roasted Garlic Sauce",
"Chopped Collard Greens",
"Psst..., Mixed Cuts Green Beans",
"Sweet Peas",
"Mixed Vegetables",
"Psst..., French Style Green Beans",
"Cream Style Corn",
"Sugar Free Bread & Butter Chips",
"Lite Pear Halves",
"Sliced Pineapple In Pineapple Juice",
"Sliced Pineapple In Heavy Syrup",
"Crushed Pineapple, In Pineapple Juice",
"Crushed Pineapple In Heavy Syrup",
"Pineapple Chunks In Pineapple Juice",
"Pineapple Chunks In Heavy Syrup",
"Pineapple Tidbits, In Pineapple Juice",
"Elbow Macaroni",
"Organic Sweet Potato - Corn Tortilla",
"Psst..., Creamy Peanut Butter",
" pure honey",
"Mandarin Oranges, Lite, Peeled Segments In Mandarin Orange Juice",
"Mandarin Oranges",
"Mandarin Oranges Peeled Segments In Light Syrup",
"Earl Grey Black Tea",
"English Breakfast Black Tea",
"Honey Lemon Ginseng Green Tea",
"Sausage & Pancake, Blueberry",
"Frosted Flakes Cereal, Sweetened Organic Flakes Of Corn",
"Honey Nut Toasted Oats",
"Pink Salmon",
"Alaskan Pink Salmon",
"Cereal Toasted Oats",
"Fred Meyer, Vegetable Oil Spread",
"Simply Classic Trail Mix",
"Trail Mix",
"Enriched Macaroni Product, Orzo",
"Raspberry Vinaigrette",
"Chai Black Tea",
"Almond Butter",
"Sweetened Corn & Oat Puffs Cereal, Crisp Berry Crunch",
"Plain Greek Nonfat Yogurt",
"Toaster Treats Fudge Frosted",
"Cherry Frosted",
"100% Apple Juice",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt With Fruit On The Bottom",
"Organic Plain Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Fruit On The Bottom Greek Nonfat Yogurt, Strawberry",
"Roasted Seaweed Snack",
"Pasteurized 100% Cranberry Juice",
"100% Juice, Tart Cherry",
"100% Juice, Pomegranate",
"Honey Almond Flax Cereal",
"Marinara Pasta Sauce",
"53% Vegetable Oil Spread",
"Chewy Granola Bars With Yogurt Flavored Coating",
"Fruit & Yogurt Chewy Granola Bars",
"Cheese Danish Strip",
"Croissants",
"Sandwich Slims",
"Fred Meyer, Sandwich Slims, Honey Wheat",
"Cream Of Mushroom Condensed Soup",
"Chicken Noodle Condensed Soup",
"Chicken & Rice Condensed Soup",
"Chicken Noodle Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Tomato Condensed Soup",
"Vegetable Beef Condensed Soup",
"Cream Of Celery Condensed Soup",
"Cream Of Chicken Condensed Soup",
"98% Fat Free Cream Of Mushroom Condensed Soup",
"Sourdough Wide Pan Bread",
"Oat Bread",
"White Hot Dog Buns",
"Green Tea, Green Jasmine",
"Double Filled Sandwich Cookies",
"Chunky Beef With Country Vegetables Soup",
"Chicken Noodle Soup",
"Sirloin Burger Ready To Serve Soup",
"Roast Beef With Gravy",
"New England Style Clam Chowder Ready To Serve Soup",
"Mangoes In Light Syrup",
"Pineapple Tidbits In Pineapple Juice From Concentrate, Pineapple",
"Diced Pears In Light Syrup",
"Crumbled Goat Cheese, Bruschetta Blend",
"Crumblend Goat Cheese, Cranberries & Cinnamon",
"Mushrooms Pieces & Stems",
"Mushrooms Pieces & Stems",
"Mushrooms Sliced Buttons",
"Sliced Mushrooms",
"Chamomile With Lemon Herbal Tea",
"Earl Grey Black Tea",
"Jasmine Rice",
"Home Team Ice Cream",
"Mushrooms Pieces & Stems",
"Ice Cream",
"Classic Potato Chips",
"Classic Wavy Potato Chips",
"Potato Chips, Bold Mesquite Bbq",
"Potato Chips, Sour Cream & Onion",
"Lightly Glazed Apple Pie",
"Chocolate Pie",
"Crunchy Fish Sticks",
"Honey Roasted Almonds With Sea Salt",
"Creamed Honey",
"Fruit Spread",
"Fruit Spread",
"Fruit Spread, Concord Grape",
"Beef Stew",
"Beef Ravioli In Tomato & Meat Sauce",
"Macaroni With Beef In Tomato Sauce",
"Spaghetti Rings Pasta With Meatballs In Tomato Sauce",
"Fruit Spread, Four Fruit",
"Dumplings And Chicken",
"Pork Luncheon Meat",
"Chicken Breast Chunk In Water",
"Chili With Beans",
"Iced Coffee Beverage, Salted Caramel",
"Mini Beef Ravioli In Tomato & Meat Sauce",
"Beef Ravioli In Tomato & Meat Sauce",
"Corned Beef Hash",
"Canadian Bacon Breakfast Sandwiches",
"Chunk Chicken In Water",
"Rich & Creamy Chocolate Fudge Frosting",
"Parker House Style Yeast Dinner Rolls",
"Sugar Free Ice Pix Pops, Cherry-Lemon, Cherry-Lime, Cherry-Blue Raspberry",
"Rice With Chicken And Vegetables",
"Microwaveable Chili With Beans",
"Microwaveable Noodles And Chicken",
"Microwaveable Beans And Franks In Tomato Sauce",
"Microwaveable Beef Stew",
"Sliced Jalapeno",
"Diced Green Chile Peppers",
"Bread & Butter Chips",
"Mellow Black Bean & Corn Salsa",
"Bold & Black Bean & Corn Salsa",
"Rich & Creamy Vanilla Frosting",
"Bread & Butter Sandwich Slims",
"Kosher Dill Sandwich Slims",
"Alfredo, Rich Cream Sauce",
"Bread & Butter Chips",
"Jumbo Cinnamon Rolls With Icing",
"Flaky Jumbo Crescent Rolls",
"Bread & Butter Slices",
"Popped Sweet Potato Chip Snack",
"Mini Oatmeal Cookies, Milk Chocolate",
"Mini Cheese Sandwich Crackers",
"Corn Dogs",
"Restaurant Style Gourmet Salsa",
"Unsweetened Coconutmilk",
"Unsweetened Soymilk",
"Stevia Extract Blend*",
"Energy, Enhanced Drink Mix With Caffeine, B Vitamins, Taurine, Guarana & Ginseng, Wildberry",
"Ice Pix Pops",
"Ice Pix Pops",
"Ice Pix, Ice Pops, Grape, Cherry And Orange",
"Bread & Butter Chips",
"Microwave Kettle Sweet & Salty Flavored Popcorn, Sweet & Salty",
"Psst, Chicken Strips",
"Chicken Patties",
"Instant Drink Mix, Sugar Free - Low Calorie",
"Lite Instant Drink Mix",
"Lite Instant Drink Mix, Strawberry, Orange, Banana",
"Instant Drink Mix, Lite Strawberry, Kiwi",
"Lite Peach Tea",
"Instant Drink Mix",
"Lemonade Drink Mix",
"Tea Drink Mix, Peach",
"Enhanced Drink Mix With B Vitamins, Grape",
"Salted Mixed Nuts, Sea Salt",
"Movie Theater Butter Popcorn",
"Mini Bags Sweet & Salty Flavored Popcorn",
"Chicken Wings",
"Enriched Macaroni Product, Bow Ties",
"Dark Chocolate",
"Dark Chocolate",
"70 % Cacao Dark Chocolate With Coconut",
"Dark Chocolate",
"Mukimame",
"Original Macaroni & Cheese",
"Mustard, Honey",
"Grilled & Glazed Chicken Breast Fillets With Rib Meat & Seasoning, Teriyaki",
"Spicy Tomato Roja Salsa",
"Mini Pie Bites",
"Original Tomato Ketchup",
"Mini Pie Bites",
"Cream Puffs",
"Multi-Grain Toasted Cereal",
"italian style tomato paste",
"Whole Wheat Flour",
"Lemonade Drink Mix",
"Rooibos Red Tea",
"Diced Tomatoes In Tomato Juice, No Salt Added",
"Tomato Paste",
"Diced Jalapeno Peppers",
"Sliced Jalapeno Peppers",
"Zero Calorie Sweetener With Sucralose",
"Stevia Blend",
"Aloe Vera Drink, Original",
"Grilled Chicken And Sausage Gumbo, Ready To Serve Soup",
"Chunky Chicken Corn Chowder",
"Savory Pot Roast Ready To Serve Soup",
"Crinkle Cut French Fried Potatoes, Extra Crispy",
"Almond Milk",
"Family Size Deluxe Walnut Ultra Moist Brownie Mix",
"100% Liquid Egg Whites",
"Delicate Cream Sauce, Rose",
"Basil Pesto Alfredo Cream Sauce",
"Traditional Snack Mix",
"Cheesecake",
"Chicken Noodle Soup",
"Chunky Chicken And Rice Soup",
"Freestone Peach & Mango Salsa",
"Microwave Popcorn, Butter",
"Dairy Whipped Topping",
"Tropical Mango Chunks",
"Chicken Pot Pie",
"Beer Battered Fillets",
"Crispy Battered Fillets Whole Fish",
"Unsweetened Guava",
"Guayas Tea Energy Beverage",
"Guayusa Tea Energy Beverage, Hibiscus Berry",
"Guayusa Tea Energy Beverage",
"Enriched White Rice",
"White Rice",
"Brown Rice",
"Long Grain Enriched Precooked Boil-In-Bag Rice",
"Cultured Reduced Fat Buttermilk, 1.5% Milkfat",
"Buttermilk",
"Jalapeno String Cheese",
"Pinto Beans",
"Garbanzo Beans",
"Mini Corn Dogs",
"Vegetable Samosas",
"Chicken And Bbq Sauce Bites",
"Jalapeno Wontons With Bacon",
"Sandwich Spread",
"Olive Oil Mayo",
"Coleslaw Dressing",
"Coffee Cake Slices",
"Mini Filled Pretzels, Peanut Butter",
"Mini Filled Pretzels, Peanut Butter",
"Peanut Butter Chip Mates",
"Organic Mixed Fruit Medley",
"Taco Shells, Chilli Lime",
"Taco Shells",
"Pot-Ready Angel Hair Half Length Pasta, Enriched Macaroni Product",
"Reduced Sodium Chicken Broth",
"Chicken Broth",
"Spaghetti Enriched Macaroni Half Length Pasta",
"Penne Rigate, Enriched Pasta Product",
"Thin Spaghetti, Enriched Pasta Product",
"Corn Tostadas",
"Dark Red Kidney Beans",
"Black Beans",
"Organic Pinto Beans",
"Tri - Bean Blend",
"Great Northern Beans",
"Yellow Mustard",
"Sweet & Hot Sliced Jalapeno Peppers",
"Italian Gnocchi With Potato",
"Vanilla Sandwich Cookies",
"Beef Stew",
"Chicken Vienna Sausage In Chicken Broth",
"Beef Stew",
"Sharp Cheddar Pasteurized Process Cheese Snack",
"Enriched, Spaghetti",
"Enriched, Spaghetti",
"Classic Apple Sauce",
"Reduced Fat Vienna Sausage",
"Cookies",
"Enriched, Thin Spaghetti",
"Enriched, Elbow Macaroni",
"Unsweetened Applesauce",
"Enriched Macaroni Product, Lasagna",
"Enriched Macaroni Product, Fettuccine",
"Penne Regate",
"Apple Sauce",
"Classic Applesauce",
"Unsweetened Applesauce",
"Chunky Applesauce",
"Applesauce",
"Enriched, Thin Spaghetti",
"Classic Fajita Cooking Sauce",
"Enriched, Vermicelli",
"Enriched Macaroni Product, Angel Hair",
"Enriched Macaroni Product, Shells",
"Enriched Macaroni Product, Rotini",
"Enriched Macaroni, Tomato Macaroni, & Spinach Macaroni Product, Rainbow Twirls",
"Alfredo Sauce, Four Cheese",
"Alfredo Sauce, Roasted Garlic",
"Lite Raspberry Vinaigrette",
"Lite Four Leaf Balsamic, Vinaigrette & Marinade",
"Classic Mayo Real Mayonnaise",
"Classic Mayo Real Mayonnaise",
"Extra Virgin Olive Oil",
"Crispy Rice Cereal",
"Enriched, Wide Egg Noodles",
"Vodka Pasta Sauce",
"Shells & Cheese",
"Macaroni & Cheese",
"Deluxe Shells 7 Cheddar, Macaroni & Cheese Dinner",
"Macarini & Cheese Dinner",
"Original Macaroni & Cheese Dinner",
"Deluxe Original Macaroni & Cheese Dinner",
"Graham Cracker",
"Butter Spread",
"Quick Bread & Muffin Mix, Banana",
"Hoisin sauce",
"Thai Inspirations, Sweet Chili Suace",
"Living Well, Multi-Grain Cereal",
"Living Well, Multi-Grain Cereal, Cinnamon",
"Classic Ripples Potato Chips",
"Chopped Kale",
"Ripples Potato Chips, Cheddar, Sour Cream",
"Haricots Verts Green Beans",
"Potatoes With Cheese Sauce Mix.",
"Flour Tortillas",
"All Purpose Baking Mix",
"Italian Flat Egg Noodles",
"Long Pasta Spirals",
"Large Pasta Rings, Italian Macaroni Product",
"Rigatoni",
"Orecchiette Little Ear Shaped Pasta, Italian Macaroni Product",
"Elbow Ridged Pasta, Italian Macaroni Product",
"Italian Soda",
"Instant Mashed Potatoes",
"Italian Soda, Sicilian Lemon",
"Italian Soda, Pink Grapefruit",
"Salted Butter",
"Italian Soda, Coconut Lime",
"Chocolaty Sweetened Rice Cereal",
"Mashed Potatoes",
"Xtreme Trail Mix Chewy Bar",
"Stadium Style Smooth Dip",
"Monterey Jack Queso Cheese Dip",
"White Sandwich Slims",
"Honey Nut Toasted Oats",
"Sandwich Slims",
"100% Whole Grain Oats",
"Peaches & Cream",
"Original Instant Oatmeal",
"Instant Oatmeal, Apples& Cinnamon",
"Maple & Brown Sugar Instant Oatmeal",
"Lactose Free Vitamin D Milk",
"Frosted Shredded Wheat",
"Shredded Wheat",
"Crunchy Wheat Flakes Cereal With Raisins, Raisin Bran",
"Cheese Ravioli",
"Beef Ravioli",
"Cheddar Snack Mix",
"Cheese Dip, Salsa Con Queso, Medium",
"Cut Leaf Spinach",
"Extra Virgin Olive Oil Cooking Spray",
"Whole Grain Wheat Cereal With Bran Flakes",
"Canola Oil Cooking Spray",
"Bleached All Purpose Enriched Flour",
"Rich & Creamy Frosting, Strawberry",
"Rich & Creamy Lemon Frosting, Lemon Naturally Flavored",
"Crispy Chocolate Cookie Spread",
"Cookie Spread",
"Cookie Spread, Coconut Macaroon",
"Dry Roasted Unsalted Almonds",
"Honey",
"Liquid Water Enhancer Energy Cherry Limeade",
"Original Jumbo Taco Shells",
"Original Taco Shells",
"Whole Water Chestnuts",
"Sliced Water Chestnuts",
"Coconut Water, Original",
"Mini Beef Ravioli With Meatballs In Tomato Suace",
"Sweet Salad Pickle Cubes",
"Sweet Relish",
"Mustard Relish",
"Dill Pickle Relish",
"Sweet Relish",
"Hot Dog Relish",
"Fruit Rings Multi-Grain Cereal",
"Sweet Relish Pickle",
"Sweet Relish.",
"Zero Calorie Sweetener With Aspartame",
"Relish, Sweet",
"Harvest Whole Green Beans",
"Toaster Treats Pastries",
"Unsweetened Applesauce",
"Organic Applesauce",
"Harvest Whole Yellow Wax & Green Beans",
"Edamame, Unshelled Tender Soybeans With A Slightly Nutty Flavor",
"Unsweetened Applesauce",
"Handpicked Broccoli Florets",
"Cinnamon Applesauce",
"Maple Syrup",
"Traditional Pasta Sauce",
"Tomato & Basil Pasta Sauce",
"Cut Green Beans",
"Iced Coffee Beverage, Vanilla",
"Iced Coffee Beverage",
"Iced Coffee Beverage, Mocha",
"Super Sweet Corn",
"Sweet Peas",
"Extreme Fusion Water, Water Beverage",
"Home Style Pasta Sauce",
"Pasta Sauce",
"Homestyle, Pasta Sauce, Parmesan & Romano",
"White Cake Mix",
"Yellow Clinging Peaches Sliced In Heavy Syrup",
"Yellow Cake Mix",
"Butter Recipe Cake Mix Naturally Flavored",
"Fruit Cocktail In Heavy Syrup",
"Tikka Masala",
"Pasta Sauce",
"Asian Inspired Simmer Sauce",
"Italian Inspired Simmer Sauce",
"Homestyle Pasta Sauce",
"Homestyle Mushroom Pasta Sauce",
"Soft Baked Bars, Blueberry",
"Handpicked Artichoke Hearts",
"Handpicked Asparagus Spears",
"Organic Spaghetti",
"Tomato Ketchup",
"Bean Soup Mix",
"Blackeye Peas",
"Great Northern Beans A Fat Free Food",
"Great Northern Beans",
"Pearled Barley",
"Wing Sauce",
"Wing Sauce",
"Wing Sauce",
"Green Split Peas",
"Light Red Kidney Beans",
"Light Red Kidney Bean",
"Small Red Beans",
"Baby Lima Beans",
"Lentils",
"Navy Beans",
"Navy Beans",
"Mixed Beans",
"Multigrain Waffles",
"Pinto Beans",
"Pinto Beans",
"Blueberry Waffles, Blueberry",
"Black Beans",
"Garbanzo Beans",
"Cranberry Beans",
"Pink Beans",
"Small White Beans",
"Mayocoba Beans",
"Grade Aa Extra Large Eggs",
"Long Grain Brown Rice",
"Flaxseed Meal, Whole Ground",
"Brown Rice",
"Long Grain Rice",
"Enriched Long Grain Rice",
"Nutrition Bar",
"Enriched Medium Grain Rice",
"Enriched Medium Grain Rice",
"Jasmine Rice",
"Quinoa",
"Chicken Broth",
"Zero Calorie Sweetener With Sucralose",
"Apriva, Zero Calorie Liquid Sweetener With Sucralose",
"Unbleached All Purpose Enriched Flour",
"Miniature Cream Puffs",
"Arborio Rice",
"Red Lentils",
"Maraschino Cherries",
"Maraschino Cherries With Stems",
"Maraschino Cherries",
"Jalapeno Spicy Corn",
"Crunchy Wheat Flakes Cereal, Raisin Bran",
"Queso Sticks",
"Oat Squares",
"Honey",
"Multi-Grain Toasted Cereal, Peanut Butter",
"Ice Pix, Ice Pops, Cherry, Lemon, Blue Raspberry",
"Drink Mix Contains Coconut Water Concentrate, Pineapple Coconut",
"Pear And Cheese Purses",
"Chipotle Pepper, Gourmet Salsa",
"Gourmet Salsa",
"Restaurant Style Gourmet Salsa",
"Hemis Fares, Basil And Cheese Sails",
"Mango Passion Fruit Gourmet Salsa",
"Sloppy Joe Sandwich Sauce",
"Mushroom Ravioli",
"Animal Crackers",
"Italia Sauce",
"Gluten Free Animal Crackers",
"Sandwich Cookies",
"Duplex Sandwich Cookies, Creme Filled Chocolate & Vanilla",
"Zero Calorie Liquid Sweetener, Stevia Blend",
"Hemisfares, Tomato And Basil Sauce",
"Green Split Peas",
"Fruit & Nut",
"Green Lentils",
"Bread With Breadsticks, Hazelnut",
"Cranberry Raspberry Juice",
"Pomegranate Blueberry Chia Granola Clusters",
"Organic Granola Clusters, Apricot Coconut",
"Juice Cocktail, Cranberry",
"Juice, Grape",
"Multigrain Rice Crackers",
"7 Ancient Grains Rice Crackers With Sea Salt",
"Black Chia Seeds",
"Greek Cream Cheese & Greek Yogurt",
"Complete Pancake And Waffle Mix",
"Belgian Waffle And Pancake Mix",
"Four Berry Preserves",
"Scrambled Pork, Wild Fennel And Barolo Wine Pasta Sauce",
"Basil Pasta Sauce",
"Bolognese Pasta Sauce With Barolo Wine",
"Pasta Sauce",
"Tomato And Leek Pasta Sauce",
"Sugar House Breakfast Bread, Maple Streusel",
"Breakfast Bread",
"Coffee Creamer",
"Coffee Creamer, White Chocolate Mocha",
"Cream Cheese Spread, Blueberry And Lemon Zest",
"Cream Cheese Spread, Three Cheese And Jalapeno",
"Whipped Onion & Chive Cream Cheese Spread",
"Cream Cheese Spread, Whipped Strawberry",
"Kettle Chips, Sweet Southern Heat Bbq",
"Lite Green Tea, Peach Mango",
"Fig Bars",
"Cheese Pizza, Cheese",
"Combination Sausage & Pepperoni, Single Serve Pizza",
"Supreme Single Serve Pizza",
"Three Meat Single Serve Pizza",
"Vitamin Liquid Water Enhancer, Strawberry Watermelon",
"Liquid Water Enhancer",
"Kettle Ripped Potato Chips, Rosemary & Feta",
"Spicy Chicken Pizza",
"Braided Crust Pizzeria-Style Pizza, Kale, Feta & Mushroom",
"Peppered Bacon Pizza With Roasted Garlic Sauce",
"Cream Cheese Spread, Blueberry And Lemon Zest",
"Cream Cheese Spread, Cheddar And Jalapeno",
"Whipped Cream Cheese Spread, Onion & Chive",
"Whipped Strawberry Creame Cheese Spread",
"Whole Sweet Gherkins",
"Whole Sweet Petites",
"Whole Sweet Gherkins",
"Whole Sweet Gherkins",
"Low Fat Ricotta Cheese",
"Original Roasted Chicken Wings",
"Dry Rub Bbq Chicken Wings",
"Traditional Refried Beans",
"Refried Beans, Vegetarian",
"Seasoned Black Refried Beans",
"Traditional Refried Beans",
"Frozen Dairy Dessert, Chocolate",
"Frozen Dairy Dessert",
"Psst, Strawberry Swirl",
"Frozen Dairy Dessert, Vanilla",
"Grilled Piquillo Peppers In Brine",
"Sriracha Ketchup",
"Cheddar & Bacon Potato Skins",
"Pulled Pork Bbq Potato Skins",
"Wings, Honey Bbq",
"Buffalo Style Wings",
"Whole Button Breaded Mushrooms",
"Corn Chips Cupz",
"Chunky Beef Soup",
"Cappuccino, French Vanilla",
"Organic, Lite Coconut Milk",
"Coconut Milk",
"Solid Packed Pumpkin",
"Fredmeyer, Cappuccino, French Vanilla",
"Vitamin Enhanced Water Beverage",
"Maraschino Cherries",
"Classic Applesauce",
"Cinnamon Applesauce",
"Maraschino Berries With Stems",
"Maraschino Cherries",
"Maraschino Cherries",
"Green Maraschino Cherries",
"Jumbo Cherries",
"Salsa Snack Bowls",
"Salsa Snack Bowls",
"Jungle Curry",
"Korean Inspired Simmer Sauce, Spicy Bean",
"Sriracha Mayo Spread",
"Wasabi Mayo Spread",
"Snackers, Hot & Sweet",
"Ancient Grains",
"Chicken Vienna Sausage In Chicken Broth",
"Vienna Sausage Made With Chicken-Beef And Pork Added In Barbecue Sauce Smoke Flavoring Added, Barbecue Seasoned",
"Reduced Fat Vienna Sausage",
"Original Vienna Sausage",
"Iced Honey Bun",
"Glazed Honey Bun",
"Iced Cinnamon Roll",
"Mini Powdered Donuts",
"Instant Orange Creme Pudding",
"Original Bbq Sauce",
"Unsweetened Almond Milk",
"Citrus Green Tea",
"Green Tea, Hibiscus",
"Green Tea, Original",
"Turkey Gravy",
"Beef Gravy",
"Chicken Gravy",
"So Cheesy!, Original Big Baked Cheese Crackers",
"Reduced Fat Baked Crackers, Cheese Bits",
"So Cheesy! Baked Cheese Bits Crackers, White Cheddar",
"Mini Pizza Crust Dough",
"Liquid Water Enhancer, Lemonade",
"Liquid Water Enhancer, Pineapple Coconut",
"Culinary Hot Sauce",
"Culinary Hot Sauce",
"Stir Fry Sauce",
"Stir Fry Sauce",
"Thai Inspirations, Sweet Chili Peanut Sauce",
"Ponzu Sauce",
"Chocolate Chip Cookie Dough",
"Top' Ems Lightly Salted Crispy Jalapeno",
"Top'Ems Crispy Red Peppers",
"Crispy Onions",
"Top'Ems Crispy Poblanos",
"Pad Thai Sauce",
"Cheese Squares",
"Honey Graham Crackers, Honey",
"Mini Muffins",
"Mini Muffins",
"Mini Muffins",
"Transformers, Fruit Flavored Snacks, Fruit",
"Bbq Sauce",
"Zesty Garlic Dip And Spread, Basil Aioli",
"Roasted Corn Aioli",
"Zesty Garlic Dip And Spread, Lemon Dill Aioli",
"Cookie Dough, Triple Chocolate Chunk",
"Cookie Dough, Sea Salt Caramel Chocolate Chunk",
"Sliced Blue Cheese",
"Zesty Garlic Dip And Spread, Sriracha Aioli",
"Gluten Free Spaghetti Macaroni Product",
"Organic Gluten Free Penne Macaroni Product",
"Fusilli, Macaroni Product",
"Gluten Free Elbow Macaroni, Macaroni Product",
"Nice'N Cheesy, Pasteurized Process Cheese Spread",
"Glaze With Balsamic Vinegar",
"Cherry Glaze With Balsamic Vinegar",
"Fred Meyer, White Gluten Free Bread",
"Fred Meyer, 7 Grain Bread",
"White Bread",
"7 - Grain Bread",
"Chocolate Chip Granola Bras",
"Granola Bars, Peanut Butter Chocolate Chip",
"Chewy Granola Bar",
"Refried Black Beans",
"Trail Mix",
"Granola Bars, Oats & Honey",
"High Fiber Oats & Peanut Butter Chewy Bar",
"Chewy Bars, Oats & Chocolate",
"Chewy Protein Bars",
"Fruit & Grain",
"Fruit & Grain",
"Cereal Bars, Apple & Cinnamon",
"Fruit & Grain Raspberry",
"Chewy Granola Bars",
"Sweet & Salty Pretzel Bar, Peanut Chocolate Chunk",
"Granola Bars Dipped In Peanut Coating",
"Granola Bars, Almond",
"Sriracha Ketchup",
"Beef Smokehouse Jerky",
"Smokehouse Jerky, Beef, Peppered",
"Beef Smokehouse Jerky, Teriyaki",
"Organic Multi-Seed Bread",
"9 Grain Bread",
"100% Whole Wheat Bread",
"White Popcorn",
"Low Fat Yellow Popcorn",
"Selects Chicken & Cheese Cornbread Sandwiches",
"Traditional Favorites Broccoli Spears",
"Selects, Peppered Bacon + Egg & Cheeses Maple Waffle Sandwiches",
"Chopped Broccoli",
"Spicy Black Beans",
"58% Vegetable Oil Spread",
"Margarine",
"Buttery Spread, Original",
"Buttery Spread",
"Psst..., 53% Vegetable Oil Spread",
"Psst..., 39% Vegetable Oil Spread",
"Corn-O-Cob",
"Corn Tots",
"Hemisfares, Gelato, Italian Hazelnut",
"Italia Stracciatella",
"Teriyaki Beef Smokehouse Jerky",
"Artic Blasters, Ice Cream Bars, Strawberry",
"Sliced Ham With Cheddar Cheese & Bacon Whole Wheat Bagel Sandwich",
"Smokehouse Jerky, Beef, Sweet & Spicy",
"Energy Bars",
"Energy Bars",
"White Chocolate Macadamia Nut Energy Bar",
"Milk Chocolate Nacadamia Nut Energy Bar",
"Organic Coconut Sugar",
"Kale Bars With Dates",
"Kale Bars",
"Kale Bars With Dates, Berries & Dark Chocolate",
"Ice Cream Bars",
"Beef Stir Fry",
"Skillet Meals Chicken Florentine",
"Spicy Orange Chicken",
"Old Fashioned Lemonade Drink Mix",
"Pink Lemonade",
"Balsamic Vinegar",
"Coconut Flour",
"Macaroni & Cheese Dinner, Original",
"Jelly, California Red Pepper",
"Jelly, Oregon Pear & Pepper",
"Original Pizza Crust",
"Pizza Crust",
"Cream Of Chicken Condensed Soup",
"Reduced Sodium Tomato Condensed Soup",
"Honey Vanilla Bourbon Pecans",
"Milk Chocolate Petit Beurre Biscuits",
"Peanuts",
"Shredded Chicken Breast, With Rib Meat In Water",
"P$$T..., Cookies, Chocolate Chip",
"Chopped Green Bell Peppers",
"P$$T..., Soft Baked Dutch Cocoa Cookies",
"P$$T..., Cookies, Oatmeal Raisin",
"Sweet Hot Mustard",
"Roasted Seaweed Snack",
"Fudge Enrobed Cookies, Peanut Butter",
"Fudge Enrobed Cookies, Mint",
"3x Concentrate Liquid Creamer, French Vanilla",
"Liquid Creamer, Hazelnut",
"Sweet & Creamy Liquid Creamer, Original",
"Corned Beef Hash",
"Yolk Free Enriched, Extra Wide Egg Noodles",
"Whole Wheat Macaroni Product, Penne Rigate",
"Whole Wheat Macaroni Product, Rotini",
"Whole Wheat Macaroni Product, Spaghetti",
"Whole Wheat Macaroni Product, 100% Whole Grain Thin Spaghetti",
"Italian Style Bread Crumbs",
"Seasoned Shredded Potatoes Hash Brown Patties",
"Bite Size Lightly Sweetened Whole Grain Wheat Cereal, Chocolate Frosted Shredded Wheat",
"Multigrain Batard",
"Artisan Bread",
"Sourdough Batard",
"Cranberry Walnut Batard",
"Artisan Batard Bread, Roasted Garlic",
"Onion Rings Breaded Minced Onion",
"Capellini Teflon Cut Enriched Vermicelli Product",
"Italian Spaghetti Pasta, Enriched Spaghetti Product",
"Italian Cavatappi",
"Italian Trottole, Bronze Cut Enriched Macaroni Product",
"Traditional Enchilada Sauce",
"Enchilada Sauce Green Chile",
"Pita Chips, Sea Salt",
"Pita Chips",
"Unsweetened Coconut Chips",
"Crema Mexicana",
"Crumbling Cheese",
"Breakfast Shake, Vanilla",
"Gluten Free Cornbread Baking Mix",
"Gluten Free All Purpose Baking Mix",
"Gluten Free Chocolate Cake Baking Mix",
"Instant Corn Masa Flour Mix",
"Aloe Vera Drink, Pomegranate",
"Black Beans",
"Flake Albacore White Tuna With Water",
"Traditional Pie Crust",
"Deep Dish Pie Crust",
"Super Sweet Pineapple Chunks",
"Pretzels, Sourdough Twist",
"Basmati Rice",
"Baking Chips, Salted Caramel",
"Greek Style Yogurt Flavored Baking Chips",
"Pancakes, Buttermilk",
"Whipped Topping, Original",
"Lite Whipped Topping",
"Vegetable Broth",
"Beef Flavored Broth",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Hazel Nut",
"Coffee Creamer, Vanilla Caramel",
"Coffee Creamer, Creme Brulee",
"Coffee Creamer, Original",
"Glazed Pecans",
"Coffee Creamer, French Vanilla",
"Hazel Nut",
"Coffee Creamer, Hazelnut",
"Coffee Creamer, Original",
"Extra Creamy Whipped Topping",
"Italian Style Coffee Creamer, Sweet Cream",
"Coffee Creamer, White Chocolate Mocha",
"Peppermint Bark Cream Puffs",
"Cream Puff",
"Pomegranate Arils",
"Waffles, Cinnamon",
"Smoothie Blend, Very Berry",
"Chocolate Chip Cookie Dough",
"Waffles, Chocolate Chip",
"Tuna, Ranch Flavor",
"Tuna, Sweet And Spicy",
"Protein Smoothie Blend, Strawberry Banana",
"Triple Berry Protein Smoothie Blend",
"Turkey Sausage Breakfast Sendwiches",
"Natural Cut Potato Wedges",
"Tater Bites Shredded Potatoes",
"Tater Bites Shredded Potatoes",
"Seasoned Hash Brown Patties Shredded Potatoes",
"Supersweet Corn",
"Cut Green Beans",
"Sweet Peas",
"1,2,",
"Bruschetta Focaccia Pizza",
"Focaccia Pizza, Spinach & Goat Cheese",
"Dark Brown Sugar",
"Light Brown Sugar",
"Toaster Treats Cookies And Creme Frosted",
"Petite Diced Peeled Tomatoes In Tomato Juice",
"Tomato Sauce",
"Traditional Enchilada Sauce",
"Green Chile Enchilada Sauce",
"Granola Bars",
"Chicken Broth",
"Beef Flavored Broth",
"Chicken Stock",
"Chicken Broth",
"Chicken Broth",
"Vegetable Broth",
"100% Juice Frozen Concentrated, Orange",
"Hemis Fares, Extra Virgin Olive Oil",
"Hard Cooked And Peeled Eggs",
"Apple Sauce, Apple, Strawberry",
"Crunchy Raisin Bran",
"Cinnamon Apple Sauce, Apple",
"100% Juice, Orange",
"Frozen Concentrated 100% Juice, Orange",
"100% Juice Frozen Concentrated, Orange",
"Original No Bean Chili",
"Frozen Concentrated Flavored Punch, Wildberry Punch",
"Potato Cips",
"Coffee Creamer, French Vanilla",
"Frozen Concentrated, Lemonade",
"Smooth & Creamy! Coffee Creamer, Hazelnut",
"Coffee Creamer, Cinnamon Creme",
"Frozen Concentrated, Pink Lemonade",
"Coffee Creamer, French Vanilla",
"Frozen Concentrated, Limeade",
"Kefir Cultured Lowfat Milk Smoothie",
"Organic Probiotic Kefir, Strawberry",
"Kefir, Blueberry",
"Hot Cocoa",
"Frozen Concentrated Juice Cocktail, Grape",
"White Cheddar Finely Shredded Cheese",
"Frozen Concentrated Juice Cocktail, Cranberry",
"100% Juice",
"Finely Shredded Mozzarella Cheese",
"Juice, Fruit Punch",
"Finely Shredded Mexican Style Blend Cheese",
"Sliced Strawberries With Sugar",
"Whole Handpicked Strawberries",
"Frozen Whole Strawberries",
"Frozen Blueberries",
"Triple Berry Medley",
"Handpicked Blackberries",
"Sliced Freestone Peaches",
"Frozen Handpicked Dark Sweet Cherries",
"Frozen Red Raspberries",
"Frozen Sliced Strawberries With Sugar",
"Nutty Nuggets, Crunchy Wheat & Barley Cereal",
"Hazelnut Spread",
"Honey Nut Bitz Toasted Corn Cereal",
"Toasted Rice Cereal",
"Waffles, Blueberry",
"Homestyle Waffles",
"Buttermilk Waffles, Buttermilk",
"Aussie Style Yogurt",
"Aussie Style Yogurt, Raspberry",
"Aussie Style Yogurt, Lemon",
"Aussie Style Yogurt",
"Aussie Style Yogurt",
"Kettle Chips",
"Kettle Chips",
"Bbq Kettle Chips",
"Kettle Chips, Salt & Pepper",
"Green Olive Focaccia Croutons, Roasted Garlic, Tomato & Feta",
"Green Olive Focaccia Croutons",
"Catalan Saffron Orzo Fusion",
"Creole Garlic Rice Fusion",
"Parmesan Truffle",
"Small Curd Cottage Cheese",
"Lowfat Cottage Cheese",
"Cultured Sour Cream",
"Yellow Corn Taco Shells",
"Pre-Sliced Plain Bagels",
"Pre Sliced Whole Wheat Bagels",
"Pre-Sliced Mini Bagels, Plain",
"Pre-Sliced Mini Swirl Raisin Bagels, Cinnamon",
"Sandwich Rolls",
"Hawaiian Sandwich Slims",
"Hawaiian Sandwich Slims",
"Sandwich Slims",
"Unsweetened Almondmilk",
"Unsweetened Vanilla Almond Milk",
"24 Grains & Seeds Bread",
"Multi - Seed Bread",
"Truth Organic, Grain Bread",
"Whole Wheat Bread",
"Enriched Spaghetti",
"Lowfat Yogurt Tubes",
"Ginger Green Tea",
"Sauce, Tikka Masala",
"Vindaloo Sauce",
"Butter Chicken Sauce",
"Indian Inspirations Sauce",
"Indian Inspirations Yellow Curry Sauce",
"Bagels, Plain",
"Lemon Brownie",
"Boneless Wyngz, Hickory Bbq",
"Ways Potato Chips",
"Complete Pancake And Waffle Mix",
"Complete Pancake And Waffle Mix, Buttermilk",
"Cream Cheese Spread, Original",
"Cream Cheese Spread, Original",
"Spiced Apple Loose Granola",
"Macaroon Loose Granola, Coconut",
"Fruit & Yogurt Spread, Mandarin Orange",
"Fruit & Yogurt Spread, Strawberry",
"Real Sugar Soda, Cola Time",
"Real Sugar Soda, The Fizzicist",
"Real Sugar Soda, Orange Soda",
"Chow Mein Noodles",
"Sliced Ripe Olives",
"Sliced Ripe Olives",
"Evaporated Milk",
"Evaporated Milk",
"Chopped Ripe Olives",
"Sweetened Condensed Milk",
"Evaporated Milk",
"Sweetened Condensed Milk",
"Zero Calorie Sweetener",
"Vermont Extra Sharp White Cheddar Cheese Snack",
"Psst..., Coffee Creamer",
"Non-Dairy Coffee Creamer, Original",
"Non - Dairy Coffee Creamer, Original",
"Non - Dairy Coffee Creamer",
"Apple And Peach Juice Concentrates, Peach & White Grape",
"Liquid Water Enhancer, Apple & Black Currant",
"Jasmine Green Loose Leaf Tea",
"Green Loose Leaf Tea, Berry & Ancient Flower",
"Lavender Earl Grey Black Loose Leaf Tea",
"Black Loose Leaf Tea",
"Loose Leaf Herbal Tea, Peach Lemon",
"Loose Leaf Herbal Tea, Forest Fruit",
"Instant Nonfat Dry Milk",
"2% Reduced Fat Milk",
"Instant Non-Fat Dry Milk Fortified With Vitamins S & D",
"Dry Milk, Instant Non-Fat",
"Instant Non-Fat Dry Milk",
"Real Sugar Soda, Cola Time",
"Real Sugar Soda, Root Beer",
"Real Sugar Soda, The Fizzicist",
"Grated Parmesan Cheese",
"Coconut And Caramel Fudge Cookies",
"Popcorn Chicken",
"Iced Coffee Beverage",
"Meyer Lemon Shortbread Cookies",
"Salsa",
"Chocolate Cookies, Marshmallow Fudge",
"Marshmallow Creme",
"Breakfast Cookies, Oat",
"Blueberry Breakfast Cookies",
"French Fried Sweet Potatoes",
"Rosemary Entertainment Crackers, A Bold Rosemary Flavor",
"Garlic 3-Cheese Texas Toast",
"Dry Roasted Macadamia Nuts",
"Cream Cheese",
"Mozzarella String Cheese",
"Honey & Dry Roasted Peanuts",
"Blue Corn Tortilla Cupz",
"Dry Roasted Lightly Salted Peanuts",
"Thick Cut Grilling Slices Colby Jack Cheese",
"Medium Cheddar Cheese",
"Pepper Jack",
"Fruit & Grain",
"Snack Medleys",
"Snack Medleys",
"Cream Soda",
"Irish Cream Soda",
"Cream Soda, Huckleberry Hibiscus",
"Popcorn",
"Popcorn, Caramel And White Cheddar Mix",
"Cinnamon Puffs Cereal",
"Spreadable Butter, Olive Oil And Sea Salt",
"Carolina Bbq Sauce",
"Chunk Light Tuna In Oil",
"Thai Inspired Chili Wing Sauce",
"Pops",
"Freeze Pops",
"Apriva, Zero Calorie Sweetener With Sucralose",
"Cappuccino",
"Cinnamon Rolls With Icing",
"Flaky Crescent Dinner Rolls",
"Jumbo Biscuits",
"Jumbo Biscuits Buttermilk",
"Jumbo Biscuits Buttermilk",
"Dinner Rolls",
"Wild Caught Light Tuna",
"Real Sugar Soda, Birch Beer",
"Beef Jerky, Original",
"Selects, Southwest Style Salsa Tortilla Wraps",
"Original Cream Cheese",
"Real Sugar Soda, Black Cherry",
"Original Tomato Ketchup",
"I Ricotta Cheese",
"Salted Light Butter",
"Ginger Beer",
"Belgian Waffles",
"Hot Chili Beans",
"All Natural Fresh Mozzarella Cheese",
"Honey Crisp Medley With Almonds",
"Honey Crisp Medley",
"Tomatillo Salsa Verde, Mild",
"New Mexico Green Chile Salsa, Hot",
"Fire Roasted Enchilada Sauce",
"Sausage, Egg & Cheese Breakfast Sandwich Biscuit",
"English Muffin Sandwiches",
"Sausage & Pancake",
"French Toast, Cinnamon Swirl",
"Whole Wheat Wide Egg Noodles Made With 100% Whole Grain",
"Whole Wheat Macaroni Product, Lasagna",
"Spring Roll Dipping Sauce",
"Whole Baby Corn",
"Basil Pesto",
"Jellied Cranberry Sauce",
"Cranberry Sauce, Whole Berry",
"Double Chocolate Chip Muffin Mix",
"Broccoli Cuts",
"Brussels Sprouts",
"Crinkle Cut Carrots",
"Cauliflower",
"Cut Italian Green Beans",
"Cut Green Beans",
"Green Beans",
"Southern Style Baby Lima Beans",
"Southern Style Fordhook Lima Beans",
"Mixed Vegetables",
"Green Peas",
"Blackeye Peas, Southern Style",
"Traditional Favorites Cut Leaf Spinach",
"Meal-Ready Sides Peas & Carrots",
"Southern Style Whole Okra",
"Southern Style Breaded Cut Okra",
"Stir-Fry Vegetables Starters",
"Stir-Fry Starters, Vegetables With Noodles, Egg Noodles, Broccoli, Carrots, Celery, Green Peppers, Mushrooms, Onions & Red Peppers",
"Broccoli & Cauliflower",
"Meal - Ready Sides Italian Style Vegetables",
"California Style Vegetables",
"Fiesta Style Vegetables",
"Meal-Ready Sides Mexican Style Vegetables",
"Recipe Beginnings Chopped Spinach",
"Chopped Broccoli",
"Vegetable Soup Mix",
"Classic Grains Brown Rice",
"Yellow Cake Raspberry Filling",
"Premium Chicken Breast Chunk In Water",
"Oregon Red Raspberry",
"Gel Bites, Strawberry",
"Gel Bites, Black Cherry",
"Margarine",
"Sliced Mushrooms",
"Diced Tomatoes With Seasonings In Tomato Juice",
"Traditional Panko Bread Crumbs",
"Coastal Cocktail Sauce",
"String Mozzarella Cheese",
"Lite Coconut Milk",
"Seasoning Rub, Bold & Savory Poultry",
"Seasoning Rub, Sweet & Spicy Seafood",
"Seasoning Rub, Cracked Peppercorn",
"Seasoning Rub, Texas Barbeque",
"Seasoning Rub Zesty And Tangy, Citrus & Savory",
"Garlic Peppercorn, Crusting Rub",
"Garden Vegetable Rice",
"Whole Grain Brown Rice",
"Red Beans & Rice",
"Roasted Chicken Rice",
"Lite Instant Drink Mix, Cherry Pomegranate",
"Lite Instant Drink Mix, Grape",
"Mozzarella Twisted Bread Sticks",
"Rolled Anchovies With Capers In Olive Oil & Salt",
"Sardines In Soybean Oil",
"Smoked Oysters In Cottonseed Oil",
"Lumb Crab Meat",
"Cowpals, Light Swiss Cheese",
"California Lemon Fruit Filling, Sweetly Sour Lemon",
"Key Lime Fruit Filling",
"Shortbread Tartlet Shells",
"Peppery Sweet Corn Salsa",
"Sliced Extra Sharp White Cheddar Cheese",
"Cheeseburger",
"Breaded Chicken Breast Patty With Rib Meat On A Bun",
"Mandarin Oranges Snacks Bowls",
"Yellow Cling Diced Peaches",
"Diced Pears Snack Bowls",
"Diced Skin-On Yellow Potatoes",
"Meat Lasagna, Mozzarella Cheese",
"Artichoke Hearts Quartered In Brine",
"Artichoke Hearts",
"Artichoke Hearts",
"Italian Style Meatballs",
"Homestyle Meatballs",
"Cinnamon Rolls With Cream Cheese Icing",
"Cinnamon Rolls With Icing",
"Slice'N Bake Chocolate Chip Cookie Dough",
"English Muffin Breakfast Sandwich, Turkey Sausage, Egg & Cheese",
"Enriched Noodle Style Product, Egg Free Dumplings",
"Tortilla Strips",
"Tortilla Strips",
"Dried Cranberries & Honey Roasted Pecans",
"Dried Cranberries & Toasted Sliced Almonds",
"Pomegranate White Tea",
"Spring Blend Vegetable",
"Salted Roasted Peanuts",
"Roast Beef",
"Fresh Selections, Classic Garden",
"Iceberg Lettuce, Carrots & Red Cabbage Classic Garden",
"Fresh Selections, Romaine Lettuce Carrots & Red Cabbage, Romaine Blend",
"Fresh Selections Greener & Red Cabbage Greener Supreme",
"Fresh Selections, Cole Slaw, Green Cabbage & Carrots",
"Fresh Selections, American Blend; Romain Lettuce, Iceberg Lettuce, Red Cabbage, Carrots & Radish",
"Fresh Selection, Field Green",
"Hearts Of Romaine",
"Fresh Selections, Italian Style Blend, Romaine Lettuce & Radicchio",
"Fresh Selections, Leafy Romaine, Romaine Lettuce & Leaf Lettuces",
"Fresh Selections, Veggie Blend",
"Baby Spinach",
"Baby Spinach",
"Kroger, Baby Spring Mix",
"Fresh Selections, 50/50blend, Baby Spinach & Spring Mix",
"Butter Lettuce & Lolla Rosa",
"Juice, Orange",
"Unsalted Peanuts",
"Baby Spring Mix With Herbs",
"Baby Romaine",
"Baby Spinach",
"Baby Spring Mix",
"Organic Baby Lettuces Spring Mix",
"Baby Arugula",
"Baby Spinach",
"Unsalted Roasted Peanuts",
"Organic Mango Chunks",
"Organic Tomatillo Salsa, Medium",
"Dark Chocolate Covered Almonds",
"Fruit & Nut Mix With Dark Chocolate Covered Raisins",
"Curry Cashews",
"Exotic Vegetable Chips",
"Beef Jerky, Original",
"Beef Jerky, Peppered",
"Beef Jerky, Teriyaki",
"Organic Tofu Extra Firm",
"Mild Salsa",
"Organic Medium Salsa, Medium",
"Black Bean & Corn Mild Salsa",
"Vegetable Broth",
"Seedless Raisins",
"Seedless Raisins",
"Seedless Raisins",
"Yellow Popcorn",
"Yellow Popcorn",
"White Popcorn",
"Pitted Prunes",
"Pitted Prunes Dried Plums",
"Raisins Seedless",
"50/50 Blend A Perfect Balance Of Tender Spinach & Spring Mix Leaves",
"Fresh Selections, Veggie Tray With Ranch Dip",
"Fresh Selections, Veggie Tray With Pretzels",
"Fresh Selections, Snack Tray With Almonds & Apples",
"Fresh Selections, Portobello Whole Mushrooms",
"Fresh Selections, Portobello Sliced Mushrooms",
"Fresh Selections, Fruit Tray With Carrots",
"Fresh Selections, Veggie Tray With Apples",
"Romaine Hearts",
"Hearts Of Romaine",
"Fresh Selections, Chicken Caesar Salad Kit For One",
"Baby Kale",
"Power Greens, A Versatile Mix Of Tender Baby Spinach, Mizuna, Chard & Kale",
"Fresh Selection, Santa Fe Style Chicken Salad Kit",
"Fresh Selections, Cobb Salad Kit For One, Romaine Lettuce, Hard Boiled Eggs, Turkey Breast, Iceberg Lettuce, Bacon, Chunky Bleu Cheese Dressing",
"Cheesecake, Strawberry",
"Pudding, Banana",
"Tapioca Pudding",
"Chocolate Pudding",
"Boneless & Skinless Wild-Caught Pacific Cod",
"Wild-Caught Boneless & Skinless Flounder",
"Sockeye Salmon, Alderwood Smoked",
"Smoked Atlantic Salmon",
"Grav Lax Atlantic Salmon",
"Wild Alaskan Sockeye Salmon Wheel, Applewood Smoked",
"Wild-Caught Boneless & Skinless Pink Salmon",
"Boneless & Skinless Farm-Raised Tilapia",
"Raw Texas Gulf Shrimp",
"Crunchy Popcorn Shrimp",
"Crunchy Coconut Shrimp With A Sweet Chili Sauce",
"Crunchy Popcorn Shrimp",
"Cocktail Shrimp With Sauce",
"Tempura Shrimp",
"Wild Alaskan Sockeye Salmon",
"Chicken Leg Quarters",
"Crunchy Fish Sticks",
"Beef For Barbacoa Seasoned",
"Beef Skirt Steak",
"Cocktail Shrimp With Sauce",
"Chicken Thigh Meat For Fajitas",
"Pork Steak For Fajitas Seasoned",
"Cooked Ham",
"Lean Ham",
"Lean Pastrami",
"Lean Corned Beef",
"Thick Sliced Bologna",
"Bologna",
"Bologna",
"Pork Sausage Patties",
"Beef Hot Dogs",
"Ham",
"Lean Turkey",
"Hickory Smoked Sliced Bacon",
"Deli Shaved Ham",
"Deli Shaved Turkey",
"Pork Sausage Links",
"Mild Country Sausage",
"Cooked Salami",
"Old Fashioned Loaf",
"Bologna With Casing",
"Thick Sliced Bologna",
"Smoked Sausage",
"Smoked Sausage",
"Hot Dogs",
"Hot Dogs",
"Low Sodium Bacon",
"Country Sausage Patties, Mild",
"Thick Cut Sugar Cured Bacon",
"Hardwood Smoked Thick Cut Sugar Cured Bacon",
"Sliced Beef Fajita Strips",
"Seasoned Pork Carnitas",
"Chicken Tinga",
"Beef Barbacoa",
"Ground Beef",
"Thick Sliced Uncured Hardwood Smoked Bacon",
"Fresh Extra Lean Ground Turkey Breast",
"Ground Turkey",
"Ground Turkey",
"Organic Ground Beef",
"Applewood Smoked Thick Sliced Bacon",
"Natural Ground Turkey",
"Ground Turkey",
"Crab Select, Leg Style Imitation Crab Meat",
"Crab Select, Flake Style Imitation Crab Meat",
"Ham Steaks",
"Diced Ham",
"Traditional Breakfast Sausage Links",
"Pork Sausage Patties, Maple",
"Pork Sausage",
"Braunschweiger",
"Smoked Sausage Links",
"Sausage Links, Smoked",
"Smoked Sausage Links, Roasted Garlic",
"Smoked Sliced Uncured Canadian Bacon",
"Breakfast Sausage Patties, Traditional",
"Applewood Smoked Bacon & Cheddar Angus Beef Patties",
"Hardwood Smoked Traditional Cut Sugar Cured Bacon",
"Lower Sodium Bacon",
"Canadian Bacon, Sliced",
"Turkey Bacon",
"Fully Cooked Traditional Bacon, Hardwood Smoke",
"Thick Cut Sugar Cured Bacon",
"Hardwood Smoked Thick Cut Sugar Cured Bacon",
"Sliced Italian Dry Salame",
"Italian Sausage, Mild",
"Classic Bratwurst Sausage",
"Italian Sausage, Hot",
"Beer Bratwurst Sausage",
"Country Pork Ground Sausage",
"Ground Pork",
"Sweet Italian",
"Pork Sausage Links, Maple",
"Pork Sausage",
"Pork Sausage, Mild",
"Pork Sausage Made With Pork, Ham & Tenderloins",
"Sliced Hard Salami, Smoke",
"Pork Tenderloin",
"Teriyaki Seasoned Pork Tenderloin",
"Cooked Ham",
"Cooked Ham",
"Honey Ham",
"White Turkey",
"White Turkey Cured",
"Old Fashioned Loaf",
"Pickle & Pimento Loaf",
"Cooked Salami",
"Bologna",
"Bologna",
"Thick Sliced Bologna",
"Bologna",
"Thick Slice Bologna",
"Sausage",
"Traditional Lower Sodium Turkey Breast",
"Lower Sodium Turkey Breast",
"Home Style Beef Patties",
"Ground Beef Chuck",
"Ground Beef",
"Ham",
"Oven Roasted Chicken Breast",
"Smoked Cheddar Bratwurst, Smoked Sausage With Cheddar Cheese",
"Turkey Sausage Links",
"Turkey Sausage Patties",
"Sausage Links",
"Pork Sausage Patties",
"Hardwood Smoked Roasted Bacon",
"Smoked Ham With Natural Juices",
"Deli Thin Sliced Honey Ham With Natural Juices",
"Mesquite Smoked Turkey Breast",
"Roast Beef",
"Breakfast Sausage",
"Ground Beef",
"100% Pure Beef Ground Chuck",
"Ground Chuck",
"Lean Ground Sirloin",
"Natural Beef Burger",
"Ground Turkey",
"Fresh Ground Turkey Patties",
"Steamed Clams",
"Cracked Pepper Coho Salmon, Alderwood Smoked",
"Italian Style Meatballs",
"Cajun Style Chicken Breast With Rib Meat",
"Parisian Style Brie",
"Double Creame Normandy Style Camembert",
"Potato Salad Mustard",
"Sweet Cole Slaw",
"Cole Slaw, Creamy",
"Traditional Macaroni Salad",
"Southern Style Potato Salad",
"Old World Sopressata Deli Sliced",
"Pepperoni, Sliced",
"Turkey Pepperoni",
"Mini Pepperoni",
"Sandwich Size Pepperoni",
"Sliced Pepperoni",
"Natural Ground Pork",
"Smoked Sausage",
"Beef Snacks Bites",
"Organic Black Beans",
"Busch's, Organic Great Northern Beans",
"Organic Dark Red Kidney Bean",
"Busch's, Organic Pinto Beans",
"Brummel & Brown, Creamy Strawberry, 10% Nonfat Yogurt, 34% Vegetable Oil Spread",
"Shedd's, Buttermatch, Whipped Vegetable Oil Spread",
"Seasoned Coating Mix For For Chicken, Fish, And Pork",
"Seasoned Coating Mix For Chicken, Fish, And Pork",
"Corn Bread & Muffin Mix, Country Style",
"Corn Bread & Muffin Mix, Sweet",
"Buttermilk Pancake Mix",
"Butter Milk Pancake Mix",
"Pancake Mix, Blueberry",
"Natural Pure Raw Honey",
"Idaho Spuds, Mashed Potatoes",
"Idaho Spuds, Roasted Garlic Mashed Potatoes",
"Idaho Spuds, Supreme Baked Mashed Potatoes, Bacon",
"Idaho, Spuds, Mashed Potatoes, Creamy Ranch, Idaho Potatoes Crafted With A Tangy Blend Of Real Cream, Herbs & Spices",
"Three Cheese Mashed Potatoes",
"Au Gratin Sliced Potatoes",
"Classic Scalloped Potatoes",
"Cheesy Scalloped Potatoes",
"Mashed Potato Granules",
"Mashed Potato Granules",
"Idaho, Spunds, Classic Mashed Potatoes",
"Idaho Spuds, Mashed Potatoes, Classic",
"Dessert Shells",
"Beef Jerky",
"Beef Jerky",
"Beef Jerky",
"Unpeeled Apricot Halves In Heavy Syrup",
"Snack Cheese",
"Snack Cheese",
"Handcrafted Gelato",
"Gelato Creamy Tiramisu",
"Gelato Black Cherry Vanilla",
"Gelato",
"Gelato Chocolate Hazelnut",
"Organic Italian Gelato, Vanilla",
"Authentic Italian Gelato, Cappuccino",
"Authentic Italian Gelato",
"Organic Authentic Italian Gealto With Rich Gianduja Sauce",
"Authentic Italian Gelato, Sea Salt Caramel",
"Gelato",
"Select, Gelato, White Chocolate Raspberry",
"Select, Gelato, Coconut Pineapple Swirl",
"Select, Gelato, Raspberry With Berry Ripple",
"Gelato",
"Select, Gelato, Sicilian Pistachio",
"Gelato",
"Gelato",
"Espresso Gelato",
"Nonfat Greek Style Frozen Yogurt, Lemon",
"Nonfat Greek Style Frozen Yogurt, Blueberry Pomegranate",
"Chunk White Albacore Tuna In Water",
"Natural Applesauce",
"Applesauce, Raspberry",
"Applesauce, Strawberry",
"Chunky Style Applesauce",
"Applesauce, Original",
"Applesauce, Original",
"Natural Applesauce",
"Applesauce, Cinnamon",
"Jellied Cranberry Sauce",
"Whole Berry Cranberry Sauce",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Light Syrup",
"Mandarin Oranges Whole Segments In Light Syrup",
"Pear Halves In Heavy Syrup",
"Pineapple Slices In Natural Juice",
"Pineapple Chunks In Natural Juice",
"Crushed Pineapple In Natural Juice",
"Sliced Yellow Cling Peaches In Heavy Syrup",
"Sliced Yellow Cling Peaches In Heavy Syrup",
"Halved Yellow Cling Peaches In Heavy Syrup",
"Apple Pie Filling",
"Pie Filling & Topping",
"Lite Cherry Pie Filling",
"Pie Filling",
"Pie Filling",
"Pie Filling",
"Sparkling Juice",
"Sparkling Juice",
"Sparkling Juice",
"Sparkling Juice",
"100% Fruit And Vegetable Juice Blends",
"100% Apple Juice",
"100% Apple Juice",
"100% Juice, Apple",
"Unsweetened Apple Cider Juice",
"Unsweetended Apple Cider",
"100% Apple Juice",
"100% Juice",
"Juice Cocktail From Concentrate",
"100% Juice",
"100% Juice",
"100% Lemon Juice",
"100% Pineapple Juice",
"100% Juice",
"Tomato 100% Juice From Concentrate",
"Organic 100% Vegetable Juice",
"100% Tomato Juice",
"100% Juice, Tomato",
"100% Vegetable Juice",
"100% Vegetable Juice",
"100% Vegetable Juice",
"Pita Chips With Sea Salt",
"Pita Chips, Parmesan Garlic & Herb",
"Oven Baked Rice Crisps",
"Rice Crisps",
"Snax Mix Bold",
"Snax Mix",
"Snax Mix",
"French Fried Onions",
"Cut Asparagus Spears",
"Cut Wax Beans",
"Veri-Green Cut Green Beans",
"Cut Green Beans",
"Kitchen Cut Green Beans",
"French Style Green Beans",
"French Style Green Beans",
"Whole Kernel Corn With Red And Chipotle Pepper",
"Whole Kernel Jalapeno Corn Blend",
"Whole Green Beans",
"Light Red Kidney Beans",
"Dark Red Kidney Beans",
"Butter Beans",
"Brown Long Grain Rice",
"Lima Beans",
"Garbanzo Beans",
"Small Red Beans",
"Pinto Beans",
"Navy Beans",
"Great Northern Beans",
"Diced Beets",
"Sliced Beets",
"Sliced Beets",
"Sliced Pickled Beets",
"Sweet Sour Red Cabbage",
"Sliced Carrots",
"Cream Style Golden Sweet Corn",
"Cream Style Golden Sweet Corn",
"Whole Kernel Sweet Corn",
"Whole Kernel Sweet Corn",
"Mixed Vegetables",
"Stems & Pieces Mushroom",
"Artichoke Hearts",
"Peas & Carrots",
"Peas & Carrots",
"Mixed Sweet Peas",
"Tiny Early Peas",
"Small Early Peas",
"Medium Peas",
"Medium Peas",
"#NAME?",
"Liquid Water Enhancer",
"Energy + One Liquid Water Enhancer",
"Liquid Water Enhancer",
"Baby Lima Beans",
"Drink Mix Packets",
"Blackeye Peas",
"Drink Mix",
"Great Northern Beans",
"Great Northern Beans",
"Drink Mix Packets",
"Green Split Peas",
"Drink Mix Packets",
"Lentils",
"Garbanzo Beans",
"Light Red Kidney Beans",
"Chili Bean Soup Mix",
"Navy Beans",
"Pinto Beans",
"Red Lentils",
"Small Red Beans",
"16 Bean Soup Mix",
"Yellow Split Peas",
"Organic Original Soymilk",
"Organic Soymilk",
"Peanut Butter Spread",
"Tri-Color Tortilla Chips",
"Drink Mix Packets",
"Blue Corn Tortilla Chips",
"Homestyle Meatballs",
"Drink Mix",
"Italian Style Meatballs",
"Squeezable Spread",
"Squeezable Jelly",
"Organic Yellow Corn Tortilla Chips",
"Cheddar Broccoli Rice & Sauce",
"Rice Mix",
"Long Grain & Wild Rice Mix",
"Herb & Butter Rice & Sauce",
"Butter Pasta & Sauce",
"Pasta & Sauce",
"Brown Long Grain Rice",
"Fettuccine In A Parmesan Cheese Sauce",
"Stroganoff Pasta & Sauce",
"Tartar Sauce",
"Cinnamon Raisin Bagels",
"5 Presliced Plain Bagels",
"Egg Bagels",
"Organic Sea Salt Potato Chips",
"Barbeque Flavored Potato Chips",
"Florida Pasteurized Orange Juice",
"Brownie Mix",
"Tortilla Chips",
"Potato Chips, Cheddar & Sour Cream",
"Golden Eggnog",
"Couscous Mix",
"Couscous Mix",
"Plain Couscous Mix",
"Frosted Brownie Mix",
"Triple Chunk Brownie Mix",
"Brownie Mix",
"Pie Crust Chocolate Cookie",
"Whole Small Potatoes",
"Sliced Potatoes",
"Cut Sweet Potatoes In Light Syrup",
"Cut Sweet Potatoes In Light Syrup",
"Cut Sweet Potatoes In Light Syrup",
"100% Pure Pumpkin",
"Shredded Sauerkraut",
"Shredded Sauerkraut",
"Chopped Leaf Spinach",
"Leaf Spinach",
"Whole Peeled Tomatoes",
"Diced Tomatoes With Habanero Peppers",
"Diced Tomatoes With Green Chilies",
"Diced Tomatoes",
"Diced Tomatoes",
"Diced Tomatoes With Onion, Celery & Green Pepper",
"Diced Tomatoes",
"Crushed Tomatoes With Basil In Heavy Puree",
"Whole Peeled Tomatoes",
"Petite Diced Tomatoes",
"Petite Diced Tomatoes With Sweet Onion",
"Petite Diced Tomatoes",
"Tomato Paste",
"Whipped Dressing",
"Smooth & Creamy Real Mayonnaise",
"Sandwich Spread",
"Real Mayonnaise",
"Light Mayonnaise",
"Tomato Paste",
"Tomato Sauce",
"Tomato Sauce",
"Chunk Like Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Water",
"Solid White Albacore Tuna In Water",
"Chunk Light Tuna",
"Pink Salmon",
"Traditional Style Pink Salmon",
"Traditional Style Sockeye Red Salmon",
"Chicken Breast With Rib Meat",
"Hot & Sweet Pickles",
"Baby Dill Garlic Pickles",
"Hot & Spicy Jalapenos",
"Whole Dills",
"Kosher Whole Dills",
"Whole Baby Dills",
"Whole Baby Dill Gherkins",
"Dill Spears",
"Polish Dill Spears",
"Dill Spears",
"Hamburger Dill Chips",
"Bread & Butter Chips",
"Bread & Butter Chunks",
"Kosher Whole Cocktail Dills",
"Whole Sweet Midgets",
"Whole Sweet Midgets",
"Maraschino Cherries With Stems",
"Maraschino Cherries",
"Maraschino Cherries",
"Honey",
"Honey",
"100% Pure Honey",
"Honey",
"100% Pure Organic Honey",
"100% Pure Wild Raw Honey",
"Preserves, Apricot",
"Preservers, Red Raspberry",
"Strawberry Preserves, Strawberry",
"Jelly, Concord Grape",
"Strawberry Preserves, Strawberry",
"Preserves",
"Oregon Red Raspberry Preserves",
"Preserves",
"Select, Marmalade, Bittersweet Orange",
"Select, Preserves, Oregon Triple Berry",
"California Apricot Preserves",
"Hazelnut Spread With Skim Milk And Cocoa",
"Peanut Butter",
"Peanut Butter, Crunchy",
"Peanut Butter",
"Crunchy Peanut Butter",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Peanut Butter",
"Natural Creamy Peanut Butter",
"Creamy Almond Butter",
"Organic Crunchy Almond Butter",
"Organic Cashew Butter",
"Sunflower Seed Butter",
"Thousand Island Fat Free Dressing",
"Blue Cheese Dressing",
"Thousand Island Dressing",
"French Dressing",
"Ranch Dressing",
"California French Style Dressing, Light",
"Light Italian Dressing, Light",
"Ranch Dressing, Light",
"Honey Mustard Dressing & Dip",
"Ranch Dressing",
"Select, Traditional Caesar Dressing",
"Select, Vidalia Onion Dressing",
"Ranch Dip Mix",
"Italian Dressing Mix",
"Ranch Dressing Mix",
"Select, Vinaigrette Dressing, Light Lemon Ginger Sesame",
"Select, Light Vinaigrette, Raspberry Acai",
"Select, Fire-Roasted Poblano Ranch Dressing",
"Yellow Corn Tortillas",
"Taco Crisp Shells",
"Jalapenos Slices",
"Whole Green Chillies",
"Green Enchilada Sauce",
"Thick & Chunky Picante Salsa, Mild",
"Thick & Chunky Picante Salsa, Medium",
"Taco Sauce, Medium",
"Select, Chipotle Garlic Salsa",
"Select, Roasted Salsa Roja",
"Select, Restaurant Style Salsa",
"Select, Salsa Verde",
"Select, Black Bean & Corn Salsa",
"Select, Con Queso Salsa",
"Taco Shells",
"Beef Gravy",
"Mushroom Gravy",
"Traditional Pasta Sauce",
"Pasta Sauce, Flavored With Meat",
"Pasta Sauce, Marinara",
"Pasta Sauce, Garden Combination",
"Pasta Sauce, Chunky, Tomato, Basil & Garlic",
"Three Cheese Homestyle Pasta Sauce",
"Garden Combination Chunky Pasta Sauce",
"Chunky Pasta Sauce, Tomato, Onion & Garlic",
"Homestyle Pasta Sauce, Mushroom",
"Classic Style Sauce & Spread",
"Pasta Sauce, Roasted Garlic",
"Classic Style Alfredo Cream Pasta Sauce, Alfredo Cream",
"Classic Style Alfredo Pasta Sauce, Roasted Garlic",
"Select, Carolina Barbeque Sauce",
"Select, Kansas City Style Barbeque Sauce With Brown Sugar & Molasses, Savory Sweetness & Bold",
"Smoky Barbeque Sauce, Cholesterol And Fat Free",
"Select, Spicy Chipotle Barbeque Sauce, Smoke",
"Select, Habanero Barbeque Sauce, Savory Sweetness & Bold",
"Honey Barbeque Sauce, Sweet And Tangy",
"Barbeque Sauce",
"Steak Sauce",
"Hot Sauce",
"Worcestershire Sauce",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Organic Tomato Ketchup",
"Tomato Ketchup",
"Tangy Chili Sauce",
"Cocktail Sauce",
"Traditional Dusseldorf Mustard",
"Dijon Mustard",
"Spicy Brown Mustard",
"Dell Style Mustard",
"Yellow Mustard",
"Yellow Mustard",
"Honey Mustard, Sweet And Tangy",
"Salsa, Medium",
"Salsa, Mild",
"Salsa, Hot",
"Black Bean Dip, Medium",
"Apple Cider Vinegar",
"Apple Cider Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Select, Red Cooking Wine",
"Select, Cooking Wine, Sherry",
"Select, Marsala Cooking Wine",
"Organic Balsamic Vinegar",
"Organic Chicken Broth",
"Chicken Broth",
"Vegetable Broth",
"Select, Chicken Noodle Soup",
"Select, Chicken Dumpling Soup",
"Tomato Basil Soup",
"Soup",
"Light Noodle Soup",
"Minestrone Soup",
"Select, New England Style Clam Chowder",
"Chicken With Brown Rice Soup",
"Select, Sirloin Burger Soup",
"Cream Of Mushroom Condensed Soup",
"Chunky, Vegetable Soup",
"Extra Noodle In Chicken Broth Condensed Soup",
"Chicken And Rice Condensed Soup",
"Cream Of Celery Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Select, Chicken Stock",
"Cream Of Chicken Condensed Soup",
"98 % Fat Free Cream Of Mushroom Condensed Soup",
"Condensed Homestyle Chicken Noodle Soup",
"Cheddar Cheese Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Toasted Rice Cereal",
"Crispy Rice, Toasted Puffs Of Crisp Rice",
"Tasteeos, Sweetened Toasted Oat Cereal, Tasteeos, Apple, Cinnamon",
"Honey Nut Tasteeos, Sweetened Toasted Oat Cereal, Almond",
"Select, Multi-Grain Crisp Cereal",
"Select, Crunch Cereal, Cranberry Almond",
"Tasteeos, Toasted Corn & Oat Cereal, Chocolate",
"Multigrain Tasteeos, Lightly Sweetened Multigrain Cereal",
"Tasteeos, Multigrain Peanut Butter, Sweetened Toasted Multigrain Cereal",
"Onion Soup & Dip Mix",
"Noodle Soup Mix With Real Chicken Broth",
"Sloppy Joe Original Sauce",
"Premium Chunk Chicken Breast In Water",
"Chicken Breast, Premium Chunk, In Water",
"Chicken Breast",
"Chicken Flavored Stuffing Mix",
"Stuffing Mix, Turkey",
"Italian Classics Roasted Garlic Bread Crumbs",
"Hot & Spicy Bread Crumbs",
"Italian Classics Plain Bread Crumbs",
"Italian Classics, Italian Style Bread Crumbs",
"Bread Crumbs",
"Panko Italian Bread Crumbs",
"Panko Whole Wheat Bread Crumbs",
"Gelatin Dessert, Raspberry",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Lime",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Lime",
"Instant Pudding And Pie Filling, Chocolate",
"Instant Pudding And Pie Filling, Vanilla",
"Instant Pudding And Pie Filling, Pistachio",
"Instant Pudding And Pie Filling, Vanilla",
"Instant Pudding And Pie Filling, Chocolate",
"Pudding And Pie Filling, Vanilla",
"Pudding",
"Chocolate Fudge",
"Pudding Made With Real Nonfat Milk, Vanilla",
"Pudding",
"Tapioca Pudding",
"Green Chili & Cilantro Quinoa",
"Organic Garlic & Herb Parmesan Quinoa, Garlic & Herb",
"Sun-Dried Quinoa, Tomato & Basil",
"Organic Quinoa, Mushroom & Spinach",
"Deluxe Macaroni & Cheese",
"Deluxe Shells & Cheese",
"Cheeseburger Skillet Dinner, Pasta & Sauce Mix",
"Beef Stroganoff Skillet Dinner",
"Three Cheese Skillet Dinner",
"Lasagna Skillet Dinner",
"Pasta Rings In Tomato And Cheese Sauce",
"Spaghetti In Tomato And Cheese Sauce",
"Spaghetti And Meatballs In Tomato Sauce",
"Beef Ravioli In Tomato And Meat Sauce",
"Macaroni And Beef In Tomato Sauce",
"Mini Beef Ravioli In Tomato And Meat Sauce",
"Pasta Rings With Meat Balls In Tomato Sauce",
"Beef Ravioli, Over-Stuffed, In Tomato And Meat Sauce",
"Beef Ravioli In Tomato And Meat Sauce",
"Mini Beef Ravioli",
"Soy Sauce",
"Lite Soy Sauce",
"Original Baked Beans With Bacon & Brown Sugar",
"Pork & Beans With Tomato Sauce",
"Chili With Beans",
"Chilli Without Beans",
"Luncheon Meat",
"Onion Baked Beans With Bacon & Brown Sugar",
"Homestyle, Baked Beans, With Bacon & Brown Sugar",
"Evaporated Milk",
"Evaporated Milk",
"Sweetened Condensed Milk",
"Instant Nonfat Dry Milk",
"Instant Nonfat Dry Milk",
"Non-Dairy Creamer, Hazelnut",
"Non-Dairy Creamer, Hazelnut",
"Non-Dairy Creamer, Irish Creme",
"Non-Dairy Creamer, Vanilla Caramel",
"Non-Dairy Creamer",
"Non-Dairy Creamer, Original",
"Non-Dairy Creamer, Original",
"Lite Non-Dairy Creamer, Original",
"Non-Dairy Creamer, Original",
"Non-Dairy Creamer, Original",
"Organic Kids Animal Crackers, Original",
"Chocolate Animal Crakers",
"Kids Graham Crackers, Chocolate",
"Kids Organic Graham Crackers, Honey",
"Animal Crackers",
"Hot Cocoa Mix With Marshmallows",
"Hot Cocoa Mix",
"Hot Cocoa Coffee Mix",
"Hot Cocoa Mix With Marshmallows",
"Hot Cocoa Mix, Original",
"Select, Hot Cocoa Drink Mix, Milk Chocolate",
"Select, Hot Cocoa Drink Mix, Salted Caramel",
"Select, Drink Mix, French Vanilla Cappucino",
"Select, Cappuccino Drink Mix, Caramel",
"2% Reduced Fat Milk",
"Select, Fat Free Skim Milk",
"Select, 1% Low Fat Milk",
"Select, Vitamin D Milk",
"Select, 2% Reduced Fat Milk",
"Select, Fat Free Skim Milk",
"1% Low Fat Milk",
"Vitamin D Milk",
"Select, English Breakfast Black Tea",
"Select, Black Tea, Orange & Spice",
"Select, Earl Grey Black Tea",
"Select, Chai Black Tea",
"Select, Decaffeinated Green Tea",
"Select, Green Tea, Lemon",
"Select, Herbal Tea, Chamomile",
"Select, Herbal Tea, Peppermint",
"Orange Pekoe & Pekoe Cut Decaf Black Tea",
"Sparkling Water, Lemon",
"Sparkling Water, Lime",
"Sparkling Water, Pink Grapefruit",
"Sparkling Water, Lemon Seltzer With Other Natural Flavors",
"Sparkling Water, Pink Grapefruit",
"100% Natural Green Tea",
"Drink Mix Packets, Grape",
"Energy Drink Mix Packets, Wild Strawberry",
"Drink Mix Packets, Grape, Sugar Free, Low Calorie",
"Sugar Free Drink Mix Packets, Fruit Punch",
"Drink Mix Packets, Raspberry Lemonade",
"Sugar Free Drink Mix, Peach Tea",
"Drink Mix Packets, Tea With Lemon",
"Sugar Free Drink Mix, Raspberry Tea",
"Drink Mix, Lemonade",
"Drink Mix Packets, Raspberry",
"Drink Mix, Lemonade",
"Soda, Orange",
"Soda, Orange",
"Soda, Root Beer",
"Soda, Black Cherry",
"Soda, Grape",
"Soda, Cherry Cola",
"Diet Soda, Cola",
"Soda, Fruit Punch",
"Diet Soda, Mountain Fury",
"Diet Soda, Mountain Fury",
"Diet Soda, Lemon Lime",
"Zero Calorie Soda, Cola",
"Soda, Dr. Storm",
"Soda, Lemon Lime",
"Diet Soda, Dr. Storm",
"Soda, Cola",
"Soda, Root Beer",
"Soda, Lemon Lime",
"Soda, Orange",
"Soda, Fruit Punch",
"Soda, Mountain Fury",
"Soda, Grape",
"Soda, Ginger Ale",
"Soda, Cream",
"Seltzer",
"Tonic Water",
"Diet Tonic Water",
"Club Soda",
"Seltzer, Lemon",
"Sparkling Water Beverage, Black Raspberry",
"Sparkling Water Beverage, Kiwi Strawberry",
"Sparkling Water Beverage, Pink Grapefruit",
"Sparkling Water Beverage, Orange Mango",
"Sparkling Water Beverage, Black Raspberry",
"Sparkling Water Beverage, Lemonade",
"Sparkling Water Beverage, Coconut",
"Sparkling Water Beverage, Pomegranate Berry",
"Sparkling Water, Blackberry Raspberry",
"Sparkling Water, Strawberry, Lemonade",
"Sparkling Water, Cherry Limeade",
"Sparkling Water, Wild Cherry",
"Sparkling Water, Tangerine Lime",
"Vegetable & Wheat Twisted Elbows, Macaroni Pasta Product",
"No Boil Lasagna Pasta, Enriched Macaroni Product",
"Large Elbow, Enriched Macaroni Product",
"Thin Spaghetti, Whole Wheat Macaroni Product",
"Orzo Pasta, Enriched Macaroni Product",
"Small Shells, Enriched Macaroni Product",
"Spaghetti Pasta, Enriched Macaroni Product",
"Thin Spaghetti Pasta, Enriched Macaroni Product",
"Mostaccioli Pasta, Enriched Macaroni Product",
"Angel Hair Pasta, Enriched Macaroni Product",
"Medium Shells Pasta, Enriched Macaroni Product",
"Penne Rigate Pasta, Enriched Macaroni Product",
"Farfalle Pasta, Enriched Macaroni Product",
"Fettuccine Pasta, Enriched Macaroni Product",
"Rigatoni Pasta, Enriched Macaroni Product",
"Penne Rigate, Whole Wheat Macaroni Product",
"Select, Wide Egg Noogles",
"Select, Kluski Egg Noodles",
"Lasagna Pasta, Enriched Macaroni Product",
"White Kernel Popcorn",
"Organic Yellow Popping Corn",
"Yellow Kernels Popcorn",
"Popcorn, Extra Butter",
"Natural Light Popcorn",
"Popcorn, Butter",
"Butter Light Popcorn",
"Instant Mashed Potatoes, Butter & Herb",
"Instant Mashed Potatoes, Roasted Garlic",
"Roasted Garlic Flavored Mashed Potatoes",
"Mashed Potatoes, Four Cheese",
"Deluxe Baked Flavored Mashed Potatoes",
"Instant Rice",
"Instant Rice",
"Instant Rice",
"Instant Rice",
"Long Grain Rice",
"Long Grain Rice",
"Long Grain Rice",
"Organic Long Grain White Rice",
"Pilaf Rice Mix",
"Potatoes, Sour Cream & Chives",
"Three Cheese Scalloped Potatoes",
"Instant Mashed Potatoes",
"Instant Mashed Potatoes",
"Hash Brown Potatoes",
"Scalloped Potatoes",
"Scalloped Potatoes Creamy Sauce",
"Au Gratin Potatoes",
"Quick Rice, Whole Grain Brown Rice",
"Quick Rice, Long Grain & Wild Rice",
"Raisins",
"Raisins",
"100% Natural Raisins",
"100% Natural Raisins",
"Mint Chocolate Fudge",
"Dark Chocolate Caramel Fudge",
"Dried Plums Prunes",
"Dried Sweetened Cranberries",
"Organic Raisins",
"Salted Whole Cashews",
"Halves & Pieces Salted Cashews",
"Party Peanuts, Salted",
"Halves & Pieces Cashews, Lightly Salted",
"Roasted & Salted Almonds",
"Dry Roasted Peanuts, Lightly Salted",
"Halves & Pieces Cashews, Salted",
"Dry Roasted Peanuts, Honey Roasted",
"Almonds Slivered",
"Chopped Pecans",
"Walnuts Halves And Pieces",
"Almonds, Natural Sliced",
"Organic Authentic Italian Thin Crust Pizza, Margherita",
"Organic Authentic Italian Thin Crust Pizza",
"Thin & Crisp Supreme Pizza, Sausage, Pepperoni, Green Peppers & Onions",
"Thin & Crispy Combo Pizza, Pepperoni & Sausage",
"Woven Wheats, Baked Crackers, Rosemary & Olive Oil",
"All-Purpose Crackers",
"Roasted Vegetable Crackers",
"Mini Marshmallows",
"Marshmallows",
"Mini Marshmallows",
"Pretzels Sticks",
"Mini Twists Pretzels",
"Sourdough Pretzel Nuggets Sourdough",
"Pretzel Pieces, Honey Mustard Onion",
"Pretzel Pieces",
"Pretzel Flats, Original",
"Pretzel Flats, Hot Buffalo",
"Pretzels Flats, Honey, Mustard Onion",
"Air Popped Potato Chips",
"Air Popped Potato Chips",
"Air Popped Potato Chips",
"Smart Kettle Corn Popcorn",
"Ripple Potato Chips, Jalapeno Popper",
"Ripple Potato Chips, Sour Cream & Cheddar",
"Potato Chips, Sour Cream & Onion",
"Bite Size Tortilla Chips",
"Tortilla Chips, Nacho Cheese",
"White Pocorn",
"Flavored Popcorn, White Cheddar",
"Popcorn, Cheddar",
"Ripple Potato Chips",
"Pretzels",
"Simply Popcorn",
"Simply Popcorn",
"Pretzel Twists",
"Potato Chips, Barbecue",
"Ripple Potato Chips, Sour Cream & Cheddar",
"Potato Chips, Original",
"Potato Chips, Sour Cream & Onion",
"Potato Chips",
"Mixed Veggie Chips",
"Natural Mixed Veggie Straws",
"Tortilla Chips",
"Tortilla Chips, Multigrain Ultimate Dippers",
"Pork Seasoning And Coating Mix",
"Chicken Seasoning And Coating Mix",
"Penguins Baked Snack Crackers, Cheddar",
"Graham Crackers, Honey",
"Saltine Crackers",
"Graham Crackers, Honey",
"Oyster Crackers",
"Graham Crackers, Cinnamon",
"Baked Woven Wheats Crackers",
"Organic Grain Hearty Wheat Flatbread",
"Organic Grain Flatbread, Rosemary & Sea Salt",
"Roundys, Water Crackers",
"Peppercorn & Poppy Water Crackers",
"Gourmet Crackers, Original",
"Sandwich Creme Cookies, Vanilla",
"O's Sandwich Creme Cookies, Vanilla",
"Chocolate Sandwich Creme Cookies",
"Real Chocolate Chip Chewy Cookies",
"Chunky Real Chocolate Chip Cookies",
"Sandwich Creme Cookies, Vanilla",
"Sandwich Creme Cookies, Chocolate",
"Assorted Sandwich Creme Cookies, Chocolate & Vanilla",
"Fudge Grahams Cookies",
"Baked Cheese Crackers, Cheddar",
"Iced Oatmeal Cookies",
"Old Fashioned Cookies, Chocolate Chip",
"Thin Wheat Multigrain Crackers, Crispy Crunchy",
"Graham Crackers, Chocolate",
"Select, Cinnamon Sugar Grinder",
"Organic Black Chia Seeds",
"Organic Whole Brown Flaxseed",
"Ground Golden Flaxseed",
"Organic Coconut Flour",
"Shelled Hemp Seeds",
"Almond Flour Meal",
"Creamy Milk Chocolate Frosting",
"Buttercream Frosting",
"Creamy Fudge Frosting",
"Select, Double Dutch Chocolate Creme Cake",
"Creme Cake, Cinnamon Swirl",
"Handcrafted Creme Cake",
"Handcrafted Creme Cake",
"Italian Bread",
"French Bread",
"Iced Brownies",
"Easter Pink Frosted Brownies",
"Easter Blue Frosted Brownies",
"Supermarkets, Inc, Creme Cake, Pistachio Almonds",
"Creme Cake, Orange Blossom",
"Creme Cake, Coconut Sour Cream",
"Christmas Brownies",
"Ice Cream Cups",
"Granulated Sugar",
"Organic, Premium Light Agave Nectar",
"Premium Amber Agave Nectar",
"Dark Brown Sugar",
"Powdered Sugar",
"Light Brown Sugar",
"All-Purpose Flour",
"All-Purpose Flour",
"Whole Wheat Flour",
"Corn Oil",
"Canola Oil",
"Vegetable Oil",
"Vegetable Shortening",
"Butter Syrup",
"Original Syrup",
"Original Syrup",
"Syrup, Butter Lite",
"Original Syrup, Original",
"Select, True Maple Syrup",
"Complete Pancake & Waffle Mix",
"All-Purpose Baking Mix",
"Classic White Cake Mix",
"Classic Yellow Cake Mix",
"Devils Food Cake Mix",
"Moist Deluxe Confetti Cake Mix",
"Angel Food Cake Mix",
"Fudge Brownie Mix",
"Transformers Flavored Snacks, Fruit",
"Fruit & Grain Cereal Bars, Raspberry",
"Chewy Granola Bars, Peanut Butter Chocolate Chip",
"Crunchy Granola Bars, Oats 'N Honey",
"Toaster Pastries, Frosted Blueberry",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Toaster Pastries, Frosted Cherry",
"Toaster Pastries, Frosted Strawberry",
"Toaster Pastries, Frosted Chocolate Fudge",
"Assorted Fruit Snakcs",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apple & Cinnamon",
"Instant Oatmeal, Regular",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinnamon",
"Instant Oatmeal, Cranberry Flax",
"Organic Steel Cut Oats",
"Old Fashioned Oats",
"Koo-Kies Sweetened Corn Cereal",
"Essentially You, Fruit & Yogurt Cereal, Crispy Rice & Wheat Flakes With Oat & Fruit Clusters & Yogurt-Coated Clusters",
"Crunchy Oat Cereal",
"Frosted Flakes Sweetened Corn Cereal",
"Essentially You, Crisp Rice And Wheat Flakes With Strawberries Cereal, Red Berries",
"Corn Flakes, Golden Flakes Of Corn Cereal",
"Raisin Bran Cereal",
"Raisin Bran Cereal",
"Essentially You, Crispy Rice And Wheat Flakes, Vanilla Almond",
"Fiber Active, Bran Cereal",
"Bran Flakes Whole Grain Wheat Cereal",
"Frosted Shredded Wheat Cereal",
"Crunchy Granola, Vanilla, Almond",
"Tasteeos, Toasted Oat Cereal",
"Whole Grain Granola Clusters With Chia Seeds, Cocoa",
"Organic Granola, Coconut Almond",
"Mild Salsa",
"Bbq Sauce",
"Blt Pasta Salad",
"Classic Egg Salad",
"Classic Tuna Salad",
"Organic Tomato Bisque",
"Organic Lentil & Chickpea Soup",
"Tuscan Style Bean & Vegetable Soup",
"Organic Soup",
"Shaved Cheese",
"Parmesan Grated Cheese",
"Parmesan Shredded Cheese",
"Parmesan Shaved Cheese",
"Three Cheese Blend",
"Parmesan & Romano Shredded Cheese",
"Romano Grated Cheese",
"Cheese, Parmesan & Romano",
"Asiago Shredded Cheese, Nutty And Creamy Buttery",
"Wisconsin Gorgonzola Cheese Crumbles",
"Goat Cheese Crumbles",
"Organic Apple Cider",
"Organic, Organic 100% Apple Juice",
"Organic, Organic Honeycrisp Apple Juice, Apple",
"Gravenstein Apple Juice, Apple",
"Organic Gala Apple Juice",
"Rising Crust Pizza",
"Hickory Barbeque Sauce",
"Barbeque Sauce, Sweet & Spicy",
"Whole Kernel Baja Corn Blend",
"Spicy Dill Pickle Slices",
"Breaded Green Beans",
"Barbeque Sauce, Sweet & Spicy",
"Ultra-Pasteurized Homogenized Half & Half",
"Fat Free Ultra-Pasteurized Half & Half",
"Grade A Ultra-Pasteurized Homogenized Half & Half",
"Light Sour Cream",
"Small Curd Cottage Cheese",
"Large Curd Cottage Cheese",
"Small Curd Cottage Cheese",
"Small Curd Cottage Cheese",
"Cultured Sour Cream",
"Organic Sour Cream",
"Cream Top Yogurt Blended 2% Milk Fat",
"Organic Yogurt",
"Organic Cream Top Blended Yogurt",
"Ultra-Pasteurized Sweetened Whipped Topping, Original",
"Extra Creamy Whipped Topping",
"Whipped Topping, Original",
"Extra Creamy Whipped Topping",
"Select, Butter, Unsalted, European Style",
"Greek Nonfat Yogurt, Strawberry",
"Traditional Greek Nonfat Yogurt, Blueberry",
"Traditional Greek Nonfat Yogurt, Peach",
"Greek Nonfat Yogurt, Vanilla",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Peach",
"Greek Nonfat Yogurt, Black Cherry",
"Traditional Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Blueberry",
"Traditional Greek Nonfat Yogurt",
"Traditional Non Fat Greek Yogurt, Strawberry",
"Traditional Greek Nonfat Yogurt, Peach",
"Traditional Greek Nonfat Yogurt, Bluebeery",
"Traditional Greek Nonfat Yogurt, Cherry",
"Greek Yogurt, Honey",
"Traditional Greek Nonfat Yogurt, Vanilla",
"Traditional Greek Nonfat Yogurt, Strawberry Banana",
"Traditional Greek Nonfat Yogurt, Blood Orange",
"Low Fat Yogurt",
"Greek Nonfat Yogurt",
"Light Grade A Nonfat Yogurt, Strawberry, Banana",
"String Cheese Twists",
"Whipped Cream Cheese Spread",
"Light String Cheese",
"Colby Jack Snack Sticks",
"Ravioli",
"Authentic Italian Ricotta & Spinach Cappellacci",
"Authentic Italian Egg Pasta Girasoli",
"Authentic Italian Porcini & Truffle Cappellacci",
"Gelatin Snacks, Strawberry, Orange & Berry Blue",
"Gelatin Snacks",
"Shredded Organic Colby Jack, Cheddar & Monterey Jack Cheese",
"Mild White Cheddar Shredded Organic Cheese",
"1% Milkfat Lowfat Milk",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Milk",
"Organic 2% Milkfat Reduced Fat Milk",
"Organic Fat Free Milk",
"Chocolate Milk, Chocolate",
"Low Fat Swiss Style Milk, Chocolate",
"Smooth And Creamy Almond-Milk, Original",
"Unsweetened Almond-Milk, Original",
"Natural Lemonade, Strawberry",
"Southern Style Sweet Tea",
"Fat Free Sour Cream",
"Cream Cheese",
"Neufchatel Cheese",
"Onion And Chives Cream Cheese Spread",
"Cream Cheese Spread, Strawberry",
"Regular Cream Cheese Spread",
"Cream Cheese, Light",
"Grated Parmesan Cheese",
"Light String Cheese",
"Fancy Shredded Colby Jack Cheeses",
"Select, Shredded Mozzarella Cheese",
"White Cheddar Cheese Curd",
"Conefzionato Da Zuarina Spa",
"100% Pure Beef 1/3 Pound Patties",
"Beef Patties With Cheddar",
"100% Pure Beef 1/3 Pound Patties With Swiss Cheese & Mushroom",
"Beef Patties",
"Beef Patties",
"Beef Patties",
"Select, Chicken Sausage, Green Pepper & Mozzarella Cheese",
"Select, Chicken Sausage, Sweet Apple",
"Select, Chicken Sausage, Spinach & Feta Cheese",
"Select, Chicken Sausage, Roasted Garlic & Mushroom",
"Select, Chicken Sausage, Three Cheese",
"Select, Chicken Sausage, Sun-Dried Tomato & Basil",
"Select, Chicken Sausage, Cordon Bleu, Made With Chicken Thigh, Diced Ham And Swiss Cheese",
"Salami Artigianali",
"Old World Pepperoni",
"Natural Blend Of Monterey Jack Cheese & Jalapeno Peppers",
"Original English Muffins",
"English Muffins, Original",
"English Muffins, Cinnamon Raisin",
"Sourdough English Muffins",
"Gourmet Molasses Crinkle Cookie Dough",
"Gourmet Red Velvet Cookie Dough",
"Cookie Dough, Chocolate Chunk",
"Gourmet Turtle Cookie Dough",
"Original Crescents",
"Reduced Fat Crescent Rolls",
"Rolls",
"Big & Buttery Crescent Rolls",
"Green-N-Gold Cookie Dough, Sugar",
"Break & Bake Chocolate Chip Cookie Dough",
"Belgian Waffles",
"Cinnamon Waffles",
"Original Corn Dogs, Honey",
"Corn Dogs",
"Beef Corn Dogs, Honey",
"Fresh Polish Sausage",
"Pork Sausage Links",
"Original Pork Sausage Patties",
"Pork Sausage Patties",
"Hot Italian Sausage",
"Mild Italian Sausage",
"Sweet Italian Sausage",
"Bratwurst",
"Beer Bratwurst",
"Sweet Italian Rope Style Sausage",
"Regular Cut Bacon",
"Bacon, Naturally Hardwood Smoked, Regular Cut",
"Thick Cut Bacon, Smoke",
"Premium Cut Turkey Bacon",
"Premium Turkey Bacon",
"Center Cut Bacon",
"Bacon, Lower Sodium, Regular Cut",
"Applewood Smoked Regular Cut Bacon",
"Steam N' Serve Edamame Shelled Soybeans",
"Juice Cocktail Concentrate, Grape",
"Country Style Juice Concentrate, Orange",
"Pink Lemonade Frozen Concentrate, Pink Lemonade",
"Frozen Concentrate, Lemonade",
"Apple Juice Frozen Concentrate, Apple",
"Orange Juice With Calcium",
"Limeade Frozen Concentrate, Limeade",
"Frozen Concentrate, Strawberry Lemonade",
"Frozen Concentrate, Raspberry Lemonade",
"Fruit Punch Frozen Concentrate, Fruit Punch",
"Organic Blueberries",
"Organic Whole Strawberries",
"Organic Berry Medley",
"Organic Raspberries",
"Raspberries",
"Organic Berry Medley",
"Sliced Strawberries",
"Whole Strawberries",
"Sliced Strawberries",
"Sliced Peaches, Grade A Fancy",
"Berry Medley",
"Blueberries",
"Sliced Strawberries",
"Berry Medley",
"Red Raspberries",
"Pineapple Chunks",
"Grade A Fancy Wild Blueberries",
"Peas And Carrots",
"Broccoli Cuts",
"Italian Blend",
"Oriental Blend",
"Winter Blend Broccoli And Cauliflower",
"Organic Steamable Broccoli Florets",
"Steamable Edamame Soybeans In The Pod",
"Quinoa Salad",
"Freekeh Salad With Zucchini & Seaweed",
"Authentic Italian Macaroni & Cheese",
"Potato Crowns, Shaped Shredded Potatoes",
"Curly French Fried Potatoes",
"Crispy Golden Tater Puffs",
"O'Brien, Cubed Potatoes With Onions And Peppers",
"Shredded Hash Browns Potatoes",
"French Fried Potatoes",
"Regular Pie Crusts",
"Pie Crusts",
"French Style Classic Dinner Rolls",
"Garlic Bread, Original",
"Multigrain Waffles",
"Home Style Waffles",
"Buttermilk Waffles",
"Whole Wheat Waffles",
"Homestyle Waffles",
"Buttermilk Pancakes",
"Home Style Pancakes",
"Croissant Sandwitches, Sausage, Egg & Cheese",
"Croissant Sandwiches, Ham, Egg & Cheese",
"Sausage, Egg & Cheese Biscuit Sandwiches",
"Flatbread Sandwiches, Ham, Egg & Pepper Jack Cheese",
"Flatbread Sandwiches, Egg & Cheese",
"Light Wheat Muffin Sandwiches, Turkey Sausage, Egg While & Cheese",
"Light Croissant Sandwiches, Turkey Sausage, Egg White & Cheese",
"Select, Creamy Ricotta, Romano, Parmesan And Asiago Cheese, Ravioli",
"Select, Four Cheese Jumbo Ravioli",
"Select, Beef Ravioli",
"Select, Ravioli, Portobello Mushroom",
"Select, Cheese Tortellacci",
"Select, Spinach Ravioli",
"Beer Battered Fish Fillets",
"Fisherman's, Alaska Pollock Crunchy Fish Sticks",
"Fisherman's Reserve, Crunchy Fish Fillets",
"Fisherman's Reserve Beer Battered Cod Fillets",
"Fisherman's Reserve Cheddar Bacon Encrusted Flounder",
"Fisherman's Reserve, Breaded Parmesan Encrusted Tilapia",
"Breaded Parmesan Encrusted Tilapia",
"Breaded Tortilla & Lime Encrusted Tilapia",
"Encrusted Tilapia",
"Breaded Cheddar Bacon Encrusted Shrimp",
"Fisherman's, Tilapia Fillets",
"Whole Tilapia Fillet",
"Fisherman's, Wild Pacific Salmon Fillets",
"Wild Pacific Salmon Fillets",
"Fisherman's, Cod Fillets",
"Fisherman's Reserve, Wild Pacific Salmon Fillets, Premium Wild Caught, Tender Salmon With A Sweet And Savory Peach Salsa Glaze, Sweet & Spicy Peach Salsa",
"Fisherman's Reserve, Wild Pacific Salmon Fillets",
"Tilapia Fillets",
"Fisherman's Reserve, Swai Fillets",
"Fisherman's Reserve, Atlantic Salmon Fillets",
"Wild Caught Mahi Mahi Fillets",
"Fisherman's Reserve, Wild Caught Halibut Fillets",
"Fisherman's Reserve, Wild Caught Great Lakes Walleye Fillets",
"Fisherman's, Whitefish Fillets",
"Fisherman's Reserve, Great Lakes Bluegill Fillets",
"Cream Bars",
"Ice Cream",
"Select, Ice Cream, Death By Chocolate",
"Select, Ice Cream, Vanilla Bean",
"Select, Light Ice Cream, Vanilla Bean",
"Select, Ice Cream, Mint Chocolate Chip",
"Select, Ice Cream, French Vanilla",
"Select, Light Ice Cream, Chocolate Chip Cookie Dough",
"Select, Ice Cream, Chocolate",
"Ice Cream, Chocolate Chip, Cookie Dough",
"Select, Rich Chocolate Ice Cream, Double Fudge Brownie",
"Select, Light Ice Cream, Chocolate Fudge Chunk",
"Ice Cream",
"Rainbow Sherbet",
"Ice Cream, New York Vanilla",
"Ice Cream",
"Ice Cream, Chocolate Chip Cookie Dough",
"Ice Cream, Neapolitan",
"Light Ice Cream, Black Bing Cherry",
"Ice Cream, Vanilla",
"Light Ice Cream, Chocolate Chip",
"Light New York Ice Cream",
"Ice Cream",
"Ice Cream, Vanilla",
"Ice Cream, Cookies & Cream",
"Ice Cream, Mint Chocolate Chip",
"Ice Cream, Fudge Swirl",
"Fudge Bars, Chocolate",
"Ice Cream Sandwiches, Vanilla",
"Ice Cream Bars, Orange",
"Ice Cream Bars, Vanilla",
"Ice Cream Sandwiches, Vanilla",
"Ice Cream Cups",
"Junior Pops",
"Ice Cream Bars",
"Ice Cream Bars",
"Ice Cream Bars",
"Natural Fruit Bars",
"Fruit Bars",
"Fruit Bars",
"Fruit Bars",
"Original Breakfast Sausage Patties",
"Original Breakfast Sausage",
"Breakfast Sausage, Maple",
"Cooked Medium Shrimp",
"Fisherman's Reserve, Jumbo Butterfly Shrimp",
"Fisherman's Reserve, Jumbo Butterfly Shrimp",
"Wild Caught Brown Gulf Shrimp",
"Large Platter Cocktail Shrimp",
"Fisherman's Reserve, Shrimp Cocktail Medium Platter",
"Fisherman's, Jumbo Shrimp",
"Fisherman's, Large Sea Scallops",
"The Candy Shoppe, Starlight Mints",
"Select, Milk Chocolate, Peanut Butter Cups",
"Select, Milk Chocolate Caramel Cups",
"Select, Mint Cups, Dark Chocolate",
"Select, Milk Chocolate Macadamias",
"Select, Cherries, Milk Chocolate, Plump, Juicy Cherries Drenched In Smooth Milk Chocolate",
"Dark Chocolate Blueberries",
"Select, Milk Chocolate Sea Salt Caramels",
"Select, Dark Chocolates, Sea Salt, Caramels",
"Select, Milk Chocolate Almonds",
"Select, Dark Chocolate, Almond",
"Milk Chocolate Cashews",
"Select, Dark Chocolate Espresso Beans",
"Dark Chocolate Pomegranate Cranberries",
"Organic Almonds, Dark Chocolate",
"Dark Chocolate Banana Chips",
"Organic Dark Chocolate Cranberries",
"Roasted Almonds Covered In Rich Dark Chocolate",
"Dark Chocolate Coffee Beans",
"Pure Milk Chocolate Almonds",
"Select, Greek Yogurt Powerberry Mix, Blueberry And Cranberry",
"Select, Pure Milk Chocolate Caramelettes With Sea Salt",
"Dark Chocolate",
"Dark Chocolate Coconut Bites",
"Orange Gelatin Dessert",
"Gelatin Dessert, Lime",
"Gelatin Dessert, Strawberry",
"Crispy Golden Onion Rings",
"Sweet Pickle Relish",
"Red Wine Vinegar, Red Wine",
"Red Wine Vinegar",
"American Potato Salad",
"Organic Chocolate Fruit & Nut Trail Mix",
"Organic Power Trail Mix, Goji Berry",
"Organic, Harvest Seeds & Nuts Trail Mix",
"Raw Walnuts",
"Organic Raw Almonds",
"Roasted & Salted Whole Cashews",
"Organic Dry Roasted Peanuts, Salted",
"Raw Pecan Halves",
"Fruit & Nut Trail Mix",
"Brown Gravy Mix",
"Country Gravy Mix",
"Chicken Gravy Mix",
"Sloppy Joe Seasoning Mix",
"Chili Seasoning Mix",
"Thick & Zesty Spaghetti Sauce Mix",
"Organic Baby Spinach Leaves",
"Baby Arugula",
"Organic Baby Spinach",
"Supermarkets, Heart Pretzelsa",
"White Valentines Cookie",
"Raspberry Chocolate Fudge",
"Sweet And Salty Pecan Halves",
"Pealine Pecan Halves",
"Whole Basil",
"Bay Leaves",
"Garlic Salt",
"Italian Seasoning",
"Pizza Topper",
"Pulled Bbq Seasoning",
"Rosemary",
"Sea Salt",
"Raw Almonds",
"All Natural Granola, French Vanilla",
"All Natural Pita Chips, Black Bean & Salsa",
"Pita Chips",
"All Natural Pita Chips With Sea Salt",
"Tzatziki Sauce",
"Jelly Belly Candy, Cane Jelly Beans",
"Christmas Deluxe Mix",
"Dark Chocolate Pistachio Toffee",
"Dark Chocolate Malted Milk Balls",
"Caramelettes Dark Chocolate",
"Spiced Pumpkin Pie Almonds",
"Candy Cane Almonds",
"California Raw Almonds",
"Raw Sliced Almonds",
"Raw Blanched Slivered Almonds",
"Dried Cranberries",
"Large Apricots",
"Unsweetened Coconut Flake",
"Cocoa Chunks",
"Dates Diced With Oat Flour",
"Salsa Dip Mix",
"Guacamole Dip Mix",
"Raw Almonds",
"Roasted & Salted Almonds",
"Boston Baked Beans Red, Green, And White Candy",
"Ground Allspice",
"Ancho Pepper",
"Cajun Seasoning",
"Celery Salt",
"Chili Powder",
"Cinnamon",
"Cinnamon Sticks",
"Cumin Ground",
"Pepper (White)",
"Poultry Seasoning",
"Sea Salt",
"Vanilla Bean",
"Sunflower Nuts, Roasted & Salted",
"Roasted & Salted Redskin Peanuts",
"Roasted & Salted Peanuts",
"Honey Roasted Peanuts",
"Hot & Spicy Peanuts",
"Butter Toasted Peanuts",
"Pak O Snax",
"Sunkist Fruit Gems Candy",
"Jelly Belly",
"Jelly Belly Licorice And Bridge Mix Candy",
"Jelly Belly Raspberries And Blackberries",
"Organics Enriched Soymilk, Original",
"Jumbo Toasted Corn, Sriracha",
"Organic Enriched Soymilk, Vanilla",
"Organic Enriched Soymilk, Chocolate",
"Smooth & Creamy Almond Milk, Vanilla",
"Flavored Almonds, Spiced Pumpkin Pie",
"Candy Cane Almonds, Peppermint",
"2\" Mini Neon Worms",
"Granola Nuts N Honey",
"Assorted Gummi Fish",
"Assorted Gummi Worms",
"Raw Cashews",
"Pine Nuts",
"Butterflies",
"Sunflower Nuts, Roasted & Salted",
"Almonds Roasted & Salted",
"Whole Mix Fruit",
"Large Apricots",
"Jumbo Golden Raisins",
"Roasted Almond",
"Dried Pineapple Rings, Juicy And Sweet",
"Raw Almonds",
"Goji Berries",
"Assorted Fruit Slices",
"Orange Fruit Slices",
"Natural Chocolate Toffee Almonds",
"Boston Baked Beans Red, Green, And White",
"Very Berry Mix",
"Dried Mango Slices",
"Antioxidant Superstar Mix",
"Healthy Heart Mix",
"Raw Pepitas",
"Fresh Rings, Peach",
"Large Apricots",
"Large Apricots",
"Fresh Pico De Gallo",
"Walnut Halves & Pieces",
"Cashews Roasted & Salted",
"Banana Chips",
"Delux Mixed Nuts",
"Roasted Almonds",
"Roasted & Salted Almonds",
"California Raw Almonds",
"Wasabi Almonds",
"Fruit & Nut Supreme Granola",
"Granola, Honey",
"Granola With Flax, Honey Nut, Banana",
"Honey Mustard & Onion",
"Pennsylvania Dutch Sourdough Pretzels, Barbecue",
"Pennsylvania Dutch Sourdough Pretzels Ranch",
"Pennsylvania Dutch Sourdough Pretzels",
"Bold Snack Mix, Barbecue",
"Pita Chips, Sea Salt",
"Pita Chips With Cinnamon & Sugar",
"Pita Chips, Black Bean & Salsa",
"Kale Crunch",
"Jumbo Toasted Corn",
"Jumbo Toasted Corn, Barbeque",
"Wheat Hamburger Buns",
"Hamburger Buns",
"Wheat Hot Dog Buns",
"Wheat Hamburger Sliced Buns",
"Seeded Rye Bread",
"Seedless Rye Bread",
"Enriched Round Top White Bread",
"White Sandwich Bread",
"Split Top White, Enriched Bread",
"Split Top Wheat Bread",
"Round Top White Bread",
"Whole Wheat Bread",
"Hamburger Sliced Buns",
"Sliced Hot Dog Buns",
"Sliced Bagels",
"Sliced Bagels, Cinnamon Raisin",
"Sliced Bagels, Blue Berry",
"Every Thing Sliced Bagels",
"Multigrain Bread",
"Whole Wheat Bread",
"Creamy Almond Butter",
"Organic Coconut Oil",
"Organic Microwave Popcorn, Butter",
"Hand Cooked Kettle Chips, Original",
"Kettle Chips, Salt & Vinegar",
"Kettle Chips, Parmesan Garlic",
"Organic Pure Vermont Maple Syrup",
"Stone Ground Mustard",
"Organic Blueberry Fruit Spread, Blueberry",
"Organics Applesauce, Cinnanon",
"Organic Fruit Spread, Raspberry",
"Fruit Spread, Strawberry",
"Four Fruit Spread",
"Fruit Spread",
"Concord Grape Fruit Spread",
"Organic Maple Syrup",
"Pure Vermont Maple Syrup",
"Organic Refried Beans",
"Organic Diced Tomatoes In Juice",
"Organic, Garbanzo Beans",
"Organic, Organic Three Bean Blend",
"Organic Lentil Beans",
"Organic, Organic Dark Red Kidney Beans",
"Diced Tomatoes In Juice",
"Organic, Pinto Beans",
"Organics, Tomato Sauce",
"Organic Tomato Paste",
"Organics Crushed Tomatoes In Puree With Basil",
"Arrabbiata Pasta Sauce",
"Organic Marinara Pasta Sauce",
"Organic, Great Northern Beans",
"Organics, Chili Beans, In Mild Sauce",
"Organic, Organic Cannellini Beans",
"Beef Broth",
"Garlic Infused Chicken Broth",
"Organics Homestyle Waffles",
"Organic Chicken Broth",
"Beef Broth Ready To Serve",
"Organic Vegetable Broth",
"Organic Crunchy Unsalted Peanut Butter",
"Liquid Coffee, Hazelnut",
"Liquid Coffee Flavoring, Caramel",
"Liquid Coffee Flavoring, French Vanilla",
"Liquid Coffee Flavoring, Hazelnut",
"Raw Marcona Almonds",
"Raw Macadamia Pieces",
"Candy",
"Orange Creme Almonds",
"Lemon Creme Almonds",
"Coconut Crunch Almonds",
"Vegan Cheese Kale Chips",
"Kale Chips",
"Kale Chips",
"Kale Chips",
"Sourdough Pretzels",
"Sourdough Pretzels",
"Sourdough Pretzels",
"Organic Smooth Peanut Butter",
"Spearmint Leaves Candy",
"Yogurt Romance Mix",
"Mountain Mix",
"100% Lactose Free Whole Milk",
"2% Reduced Fat Milk",
"100% Lactose Free Milk",
"Ice Cream, Chocolate",
"Ice Cream",
"Blazin' Trail Mix",
"Raspberry Strudel, Raspberry",
"Fruit & Grain, Cereal Bars",
"Chewy Granola Bars",
"Protein Chewy Bars, Peanut Butter Dark Chocolate",
"Protein Chewy Bars",
"Sliced Hamburger Buns",
"Sliced Hot Dog Enriched Buns",
"Raw Cashews",
"Wasabi Peas",
"Split Top White Bread",
"Presliced Plain Bagels",
"Presliced Cinnamon Raisin Swirl Bagels",
"Presliced Everything Bagels",
"Mountain Mix, Protein Rich Peanuts",
"Roasted & Salted Almonds",
"Granola Trail Mix",
"Cashews Roasted & Salted",
"Egg Substitute",
"Baby Cut Carrots",
"Pistachios",
"Roasted & Salted Peanuts",
"Peanuts",
"Unsweetened Applesauce Puree",
"Apple Puree, Cinnamon",
"Apple Strawberry Puree",
"Fruit Puree, Apple Strawberry Banana",
"Diced Tomatoes And Green Chilies, Original",
"Diced Tomatoes And Green Chilies With Lime Juice & Cilantro",
"Steel Cut Oat Meal, Apple, Cinnamon & Raisin",
"Real Bacon Pieces",
"Pierogies",
"Zesty Italian Dressing",
"Caesar Creamy Dressing",
"California French Style Dressing",
"Buttermilk Ranch Dressing",
"Ranch Dressing",
"Balsamic Vinaigrette Dressing",
"Raspberry Vinaigrette Dressing, Light",
"French Creamy Dressing",
"Mayonnaise Dressing With Olive Oil",
"Yellow Mustard",
"Hime, Prepared Vegetables In Soy Sauce",
"Wasabi Mayonnaise",
"Hapi, Fortune Cookies",
"Algues Wakame Pour Soupe Ou Salade WEL-PAC 56.7G",
"Roasted Seaweed, Sushi Nori",
"Sushi Ginger Gari",
"Myojo, Japanese Style Noodles",
"Roasted Seaweed",
"Boiled Royal Bamboo Shoots",
"Rice Crackers Wrapped In Seaweed",
"Mandarin Organic Float Drink",
"Inarizushi-No-Moto, Seasoned Fried Bean Curd",
"Aji-Mirin, Sweet Cooking Rice Seasoning",
"Aji-Mirin",
"Bead Molasses",
"Snacks Crazy Mix",
"Botan Rice Candy",
"International Inc, Pickled Radish",
"Maifun Rice Sticks",
"Premium Sesame Oil (100% Pure)",
"Sesame Oil",
"Tempura Batter Mix",
"Wel-Pac, Azuki Red Beans",
"Panko Japanese Style Bread Crumb",
"Black Roasted Sesame Seed",
"Tomoshiraga Somen, Oriental Style Noodles",
"Sushi Party Toasted Seaweed (Hand Roll Size)",
"Sanma-Kabayaki Broiled Sauries",
"Berkshire Pork Coarse Sausage",
"Peeled Whole Lychees",
"Yama Moto Yama, Roasted Seaweed",
"Pickled Plum",
"Pickled Plum",
"Berkshire Pork Coarse Spicy Sausage",
"Saki Ika Prepared Squid",
"Saki Ika Prepared Squid, Hot",
"Thai Hot Chili Mayonnaise, Hot & Spicy",
"White Premium Roasted Sesame Seed",
"Hime Brand, Kuromame Amani Prepared Black Soy Beans",
"Aji-Mirin Sweet Cooking Rice Seasoning",
"Sweet & Hot Mustard",
"Katsuo Fumi Furikake, Rice Seasoning",
"Imperial Dragon, Coconut Milk",
"Shiso Fumi Furikake Rice Seasoning",
"Nishiki, Sushi Vinegar Seasoned Rice Vinegar",
"Kimchi Furikake, Rice Seasoning",
"Chinese Stir - Fry Vegetables",
"Tempura Batter Mix",
"Premium Sauce, Oyster",
"Hoisin Sauce",
"Plum Sauce",
"Sweet & Sour Sauce",
"Japanese Style Bread Crumbs Panko",
"Won Ton Soup Base Mix",
"Sushi Ginger, Gari",
"Premium Grade Rice",
"Steamed Brown Rice",
"Fortune Cookies",
"Wasabi Fumi Furikake, Rice Seasoning",
"Seasoned Sliced Ginger",
"Brown Gravy Sauce",
"Prepared Sesame Seed & Seaweed (Nori Goma Furikake)",
"Bamboo Shoots Tips In Water",
"Sriracha Peas, Chili Garlic Coated Green Peas Snacks, Spicy",
"Sriracha Peas, Spicy",
"Cantonese Beef & Broccoli Seasoning Mix",
"Wasabi Flavored Rice Crackers & Peanuts, Wasabi, Extra Hot",
"Japanese Style Rice Crackers Wrapped In Seaweed & Peanuts",
"Kamoi, Grinded Seasoned Codfish",
"Sushinori",
"Saki Ika Prepared Squid (Hot)",
"Whole Peeled Straw Mushrooms",
"Lo Mein Egg Noodles",
"Japanese Style Noodles",
"Seto Fumi Furikake, Rice Seasoning",
"Ajishima, Rice Seasoning",
"Kyoshin, Rice Cake With Berry-Flavored Bean Paste, Strawberry & Blueberry",
"Ajishima Foods Co., Ltd., Rice Seasoning",
"Premium Fish Sauce",
"Thai Peanut Satay Sauce, Spicy-Hot",
"Ajishima, Roasted Wasabi Seasame Rice Seasoning",
"Super Premium Short Grain Rice",
"Baraku Dora Yaki, Baked Red Bean Cake",
"Dorayaki Baked Red Bean Cake",
"Kimura, Ramune Carbonated Soft Drink, Strawberry",
"Hapi, Ramen Crunchy Snack, Original",
"Coconut Flavored Biscuits",
"Japanese Style Stir Fry Noodles With Sauce",
"Kimura Ramune Soft Drink Carbonated, Melon Flavor",
"Kimura, Ramune Carbonated Soft Drink, Orange",
"Kimura, Ramune Carbonated Soft Drink, Lychee",
"Japanese Style Bread Crumbs Panko",
"Broiled Mackerel",
"Hot Wasabi Peas, Wasabi Coated Green Peas",
"Sriracha Peas, Spicy, Chili Garlic Coated Green Peas",
"Gyoza/Potsticker Wrappers",
"Won Ton Wrappers",
"Chow Mein Stir-Fry Noodles",
"Noritamago Furikake, Rice Seasoning",
"Choice, Roasted Seaweed, Yaki Nori",
"Sushi Ginger Gari",
"Udon Japanese Style Pre-Cooked Noodles With Soup",
"Udon Japanese Style Pre-Cooked Noodles With Soup",
"Udor Japanese Style Pre-Cooked Noodles With Soup, Hot & Spicy",
"Gummy Candy",
"Lychee Gummy Candy",
"Peach Gummy Candy",
"Kasugai, Strawberry Gummy Candy",
"Chinese Noodles",
"Sweet Cooking Rice Seasoning",
"Jasmine Rice",
"Daisho, Japanese Bbq (Yakiniku) Sauce, Garlic Soy Sauce",
"Premium Sesame Oil, Hot",
"Rice Seasoning",
"Whole Baby Sweet Corn",
"Cantonese Fried Rice Seasoning Mix",
"Szechwan Hot & Spicy Quick & Easy Seasoning Mix, Szechwan Hot & Spicy",
"Chinese Stir-Fry Quick & Easy Seasoning Mix",
"Ginbis, Corn Puff Snack",
"Chili Bits Kaki No Tane",
"Psst..., Seaweed Wrapped Rice Cracker",
"Chinese Quick Sauce",
"Wel-Pac, Organic Seasoned Seaweed Snack",
"Organic Seasoned Seaweed Snack",
"Original Aloe Vera Drink",
"Aloe Vera Drink",
"Tempura",
"Japanese Style Bread Crumbs, Rice Panko",
"Coconut Panko",
"Salmon Furikake Rice Seasoning",
"Bing Bing Cone Snack With Strawberry Filling",
"Cone Snack With Chocolate Flavored Filling",
"Temaki Party, Temaki Party Toasted Seaweed",
"Edamame",
"Jasmine Rice",
"Specially Selected Red Beans",
"Feuille Algue Nori Edomae Pour Maki Sushi YAMAMOTOYAMA 25G",
"Whole Baby Sweet Corn",
"Coconut Milk",
"Udon, Japanese Style Noodles With Soup Base, Chicken",
"Japanese Style Noodles With Soup Base, Shrimp",
"Japanese Style Noodles With Soup Base",
"Baby Corn",
"Hapi, The Original Party Mixed Crackers",
"Wasabi Coated Green Peas",
"Pois Wasabi HAPI 140G Thailande",
"Mini Marshmallows",
"Soft Cream Cheese",
"Soft Cream Cheese, Pasteurized",
"Sugar Free Instant Oatmeal, Maple 'N Brown Sugar",
"Raisin Bran Cereal",
"Magic Stars, Sweetened Oat Cereal, Marshmallows",
"Quick Oats",
"Quick Oats",
"Crunchy Oat Squares",
"Crunchy Oat Squares With Cinnamon Cereal",
"Cappuccino Drink Mix, French Vanilla",
"Barbeque Sauce",
"Pasta Sauce",
"Sour Cream",
"Whole Milk Plain Yogurt",
"Greek Non-Fat Yogurt",
"Nonfat Greek Yogurt",
"Nonfat Greek Yogurt",
"Greek Yogurt",
"Greek Yogurt",
"Plain Nonfat Greek Yogurt",
"Non-Fat Greek Yogurt",
"American Pasteurized Prepared Cheese Product",
"Diced Mangoes",
"Pineapple Tidbits In Pineapple Juice From Concentrate",
"Swiss Cheese",
"Moneterey Jack Cheese With Jalapeno Peppers",
"Crushed Pineapple In 100% Pineapple Juice",
"California Seedless Raisins",
"California Seedless Raisins",
"California Seedless Raisins",
"Pitted Prunes Dried Plums",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Peanut Butter Chunky",
"Drink, Citrus Punch",
"Real Mayonnaise",
"Light Mayonnaise",
"Chicken Grilling Spice",
"Steak Grilling Spice",
"Brown Gravy Mix",
"Chicken Gravy Mix",
"Mushroom Gravy Mix",
"Seasoning Mix",
"Taco Seasoning Mix",
"Calorie Free Sweetener",
"Iced Tea",
"Pieces And Stems Mushrooms",
"Pieces And Stems Mushrooms",
"Whole Mushrooms",
"Neapolitan Ice Cream",
"Premium Ice Cream",
"Ice Cream",
"Rainbow Sherbet",
"Ice Cream",
"Neapolitan Ice Cream",
"100% Whole Wheat Bread",
"Ricotta Cheese",
"Whole Milk Mozzarella Cheese",
"Mozzarella Cheese",
"French Onion With Beef Stock Condensed Soup",
"Black Tea",
"Waffles",
"Spread",
"Syrup",
"Unsweetened Blueberries",
"Diet Soda, Cola",
"Soda",
"Root Beer",
"Soda, Dr. Wow",
"Soda, Grape",
"Soda, Cola",
"Caffine Free Soda, Root Beer",
"Orange Soda",
"Soda, Cream",
"Soda, Wild Mountain Citrus",
"Soda",
"Soda",
"Cola",
"Soda, Root Beer",
"Caffeine Free Soda",
"Soda",
"Soda, Black Cherry",
"Pancakes, Buttermilk",
"Coffee Creamer",
"Coffee Creamer",
"Coffee Creamer",
"Soda, Wild Mountain Citrus",
"Soda, Lemon Lime",
"Diet Soda, Wild Mountain Citrus",
"Caffeine Free Soda, Lemon Lime",
"Soda, Fruit Punch",
"Soda, Peach",
"Diet Soda, Dr. Wow",
"Diet Soda, Wild Mountain Citrus",
"Yellow Rice Mix With Saffron",
"Curious George, Fruit Flavored Snacks",
"Cornbread & Muffin Mix",
"Snack Crackers",
"Beef Stew",
"Grill Style Beans",
"Grill Style Beans",
"Grill Style Firesides Beans",
"Firesides Grill Style Beans",
"Fire Roasted Diced Tomatoes With Garlic",
"Unsweetened Mango Chunks",
"Pre-Baked Dinner Yeast Roll",
"Soft Margarine",
"Mini Marshmallows",
"Premium Cake Mix",
"Red Velvet Premium Cake Mix",
"Sliced Pepperoni",
"Pitted Prunes Dried Plums",
"Baked Snack Crackers",
"Fudge Covered Marshmallow Cookies",
"Salsa Bowls",
"Restaurant Style Salsa Bowls",
"Salsa Bowls",
"Cooked Potato Chips",
"Classic Potato Chips",
"Wavy Potato Chips",
"Potato Chips",
"Classic Potato Chips",
"Cooked Potato Chips",
"Corn Chips",
"Pretzel Minitwists",
"Braided Pretzel",
"Pretzels Nuggets",
"Thin Twists Pretzel",
"Restaurant Style Tortilla Chips",
"Red, White & Blue Tortilla Chips",
"Popcorn",
"Popcorn",
"Tortilla Chips",
"Popcorn, Butter",
"Potato Chips, Cheddar & Sour Cream",
"Classic Potato Chips",
"Baked Beans",
"Baked Beans",
"Natural Smoked Bratwurst",
"Natural Casing Cheddar Bratwurst",
"Wieners",
"Coarse Ground Wieners",
"Battered Fish Fillets",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Big & Flaky Crescent Rolls",
"Country Style Premium Juice",
"Lemonade Drink",
"Premium 100% Juice",
"Crispy Rice & Wheat Flakes Cereal",
"Yellow Crispy Round Tortilla Chips",
"Ketchup",
"Snack Wheat Crackers",
"Trail Mix",
"Trail Mix Classic Blend, Raisins, Peanuts, M&M's Milk Chocolate Candies, Almonds & Cashews",
"Mashed Potatoes",
"Pudding Snacks",
"Pudding Snacks",
"Pudding Snacks",
"Pudding Snacks",
"Pudding Snacks",
"Pudding Snack",
"Pudding Snacks",
"Pimento Cheese Spread",
"Classic Blend Trail Mix",
"Thin Crust Supreme Pizza",
"Thin Crust Pizza",
"Thin Crust Pizza",
"Thin Crust Pizza",
"Unsweetened Coconut Milk",
"In Shell Peanuts",
"Dry Roasted Salted Peanuts",
"Honey Roasted Peanuts",
"Party Peanuts",
"Roasted Almonds",
"Roasted Deluxe Mixed Nuts",
"Roasted Whole Cashews",
"Canola Oil",
"Whole Kernel Sweetcorn",
"Cut Green Beans",
"Sweet Peas",
"Cheesecake",
"Cheesecake",
"Mustard",
"Skillet Classics Hamburger Dinner Mix",
"Skillet Classics Hamburger Dinner Mix",
"Chicken Dinner Mix, Cheesy Chicken & Broccoli",
"Chewy Fiber Bars",
"Sweet & Salty Granola Bars",
"Granola Bar",
"Crunchy Granola Bars, Oats & Honey",
"Dunksters, Sandwich Cookies, Original, Vanilla",
"Dunksters, Chocolate Sandwich Cookies",
"Thin Pizza Crust",
"Swiss Cheese",
"Colby Jack Cheese",
"Roasted Cashews & Halves Pieces",
"Salted Roasted Pistachios In Shell",
"Deluxe Mixed Nuts",
"Roasted Almonds",
"Pizza Bites",
"Blueberries",
"Unsweetened Berrymedley",
"Ultra-Pasteurized Half & Half",
"Half & Half",
"Small Shells, Enriched Macaroni Product",
"Farfalle, Enriched Macaroni Product",
"Rigatoni, Enriched Macaroni Product",
"Spaghetti",
"Penne Rigate",
"Eggless Noodle Style Pasta",
"Multigrain Spaghetti Noodles",
"Rotini",
"Cookies, Chocolate Chip",
"Real Chunky Cookies, Chocolate Chip",
"Pecan Shortbread Cookies",
"Double Dunksters, Chocolate Sandwich Cookies, Fudge",
"Double Dunksters Chocolate Sandwich Cookies, Original",
"Bran Crunchy Wheat Flakes Cereal, Raisin",
"Stuffing Mix, Turkey",
"Whole Grain Oat Cereal, Cinnamon",
"Refined Coconut Oil",
"Refined Coconut Oil",
"Virgin Coconut Oil",
"100% Lactose Free Reduced Fat Milk",
"Puffed Rice Cereal",
"Small Curd Cottage Cheese",
"Toasted Onion Dip, Sour Cream",
"Dill Dip Ranch, Sour Cream",
"Chicken Broth",
"Popcorn",
"Spaghetti",
"100% Whole Grain Penne Rigate Whole Wheat Macaroni Product",
"Sugar Sweetened Ice Tea Mix, Lemon",
"Transformers, Fruit Flavored Snacks",
"Roasted Whole Cashews",
"Whole Roasted Cashews, Salted Caramel",
"Graham Cracker Crumbs",
"Wheats, Baked Whole Wheat Crackers",
"Ice Cream, Chocolate Fudge Brownie",
"Ice Cream",
"Pre-Baked Apple Pie",
"Wildberry Orchard Pie",
"Crunch Pie",
"Juice",
"Ice Cream Bar",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Wheat Crackers",
"Honey & Oats Multi-Grain Cereal",
"Frosted Toaster Pastries",
"Rice Squares Cereal",
"Toasted Oats",
"Toasted Oats Cereal",
"Ice Cream",
"Small Whole Beets",
"Diced Beets",
"Sliced Carrots",
"Sliced White Potatoes",
"Whole White Potatoes",
"Peas & Sliced Carrots",
"Amish Style Enrich Egg Noodles",
"Wide Amish Style Enriched Egg Noodles",
"Amishstyle Enriched Egg Noodles",
"Rising Crust Pepperoni Pizza",
"Thin & Crispy Pizza Crust",
"Thin & Crispy Crust 3 Meat Pizza",
"Thin & Crispy Crust Pizza",
"Tropical Fruit Salad",
"Yellow Cling Peaches In Heavy Syrup",
"Lite Yellow Cling Sliced Peaches",
"Sliced Pineapple",
"Noodle Soup Mix",
"Onion Soup & Recipe Mix",
"100% Prune Juice",
"Juice",
"Apple Cider",
"Juice",
"100% Juice",
"Unsweetened Drink Mix",
"Unsweeteened Drink Mix",
"Unsweetened Drink Mix",
"Drink Mix",
"Drink Mix",
"Drink Mix",
"Drink Mix",
"Drink Mix",
"Lemonjuice",
"Sliced Beets",
"Diced Beets",
"Premium Chunk White Chicken In Water",
"Very Young Small Early Peas",
"Premium Orange Juice",
"Premium Juice Concentrate, Orange",
"Premium Orange Juice Concentrate",
"Premium Lemonade Concentrate",
"Premium Juice Cocktail Frozen Concentrate",
"Apple Juice",
"Garlic Toast With Crushed Garlic",
"Traditional Piecrusts",
"Super Sweet Whole Kernel Golden Corn",
"Minced Fish Sticks, Crunchy",
"Maraschino Cherries",
"Green Maraschino Cherries",
"Maraschino Cherries",
"Maraschino Cherries",
"Whole Dill",
"Sweet Salad Cubes",
"Sandwich Slices Kosher Dill",
"Sandwich Slices Bread & Butter",
"Sliced Hamburger Dill Pickle",
"Whole Kosher Dill",
"Whole Polish Dill",
"Oatmeal Cookies",
"Hot Cocoa Mix",
"Pancake& Waffle Syrup",
"Syrup",
"Elbow Macaroni",
"Spaghetti",
"Rotini",
"Spaghetti",
"Thin Spaghetti",
"Elbow Macaroni",
"Largeshells, Enriched Macaroni Product",
"Elbow Macaroni",
"Spaghetti, Enriched Macaroni Product",
"Egg Noodle Enriched Macaroni Product",
"Egg Noodles",
"Egg Noodles",
"Large Shells Enriched Macaroni Product",
"Enriched Macaroni Product, Fettuccini Pasta",
"Elbow Macaroni Enrich Macaroni Product",
"Spaghetti",
"Thin Spaghetti",
"Vermicelli, Enriched Macaroni Product",
"Fettuccine Pasta, Enriched Macaroni Product",
"Rotelle, Enriched Macaroni Product",
"Light Brown Sugar",
"Cocoa Powder",
"Dual Flow Tea Bags",
"Au Jus Gravy Mix",
"Mashed Potatoes",
"Bleached & Enriched All Purpose Flour",
"Sweetened Coconut Flake",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Large Lima Beans",
"Great Northern Beans",
"Great Northern Beans",
"Great Northern Beans",
"Green Split Peas",
"Red Kidney Beans",
"Lentils",
"Mediumgrain Rice",
"Enriched Long Grain Rice",
"Medium Grain Rice",
"Enriched Medium Grain Rice",
"Enriched Long Grain Rice",
"Enriched Long Grain Rice",
"Cheddar Pasteurized Cheese Snack",
"American Pasteurized Real Cheese Snacks",
"Milk",
"100% Pure Canola Oil",
"Skinless Smoked Sausage",
"Skinless Polish Sausage",
"Bread",
"Shurfresh, Fat Free Small Curd Cottage Cheese",
"Spread",
"Real Ice Cream",
"Half & Half",
"Fudge Bars",
"Assorted Junior Pops",
"Neapolitan Ice Cream Sandwitches",
"Ice Pops",
"Heavy Whipping Cream",
"Light Cream",
"Authentic White Corn Tortillas Thick Cut",
"Cooked Ham",
"Turkey Breast",
"Plain English Muffins",
"Split Top Wheat Bread",
"Ice Cream",
"Ice Cream",
"Orange Juice",
"Fruit Juice",
"Sharp Cheddar Cheese",
"Pepper Jack Cheese, Monterey Jack Cheese & Jalapeno Peppers",
"Sharp Cheddar Natural Cheese",
"Shurfresh, American Cheese Slices",
"Shurfresh, Shredded Colby Jack Cheese",
"Half & Half",
"Whipping Cream",
"Cultured Sourcream",
"Sweet Cream Butter",
"French Onion Dip",
"Pork Sausage",
"Hot Pork Sausage",
"Summer Sausage Snack",
"Summer Sausage",
"Beef Summer Sausage",
"Hotdogs Made With Chicken & Pork",
"Jumbo Hotdogs Made With Chicken & Pork",
"Colby Jack",
"Swiss Cheese",
"Colby Jack Cheese",
"Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Shredded Mild Cheddar Cheese",
"Margarine",
"Vegetable Oil Spread",
"Bratwurst",
"Filet Of Beef Tenderloin",
"Soda, Strawberry",
"Strawberry Soda",
"Mrs. Paul's, Crunchy Fish Sticks",
"Crunchy Fish Sticks",
"Crunchy Fish Fillets",
"Light Breaded Flounder Fillets",
"Lightly Breaded Haddock Fillets",
"Beer Battered Fillets",
"Crunchy Fish Sticks",
"Mrs. Paul's, 100% Whole Lightly Breaded Tilapia Fillets",
"Crunchy Fish Fillets",
"Cracked Black Pepper & Sea Salt Salmon",
"Garlic Herb Cod, Garlic",
"Tilapia Fillets, Mediterranean",
"Tilapia With A Parmesan & Roasted Garlic Crust",
"Lemon Pepper Cod",
"Crab Cakes",
"Crunchy Fish Sticks",
"Fried Clams",
"Original Recipe Fish Sandwich Fillets",
"Ranch Seasoned Fish Steaks",
"Nacho Seasoned Fish Steaks",
"6 Christmas deep mince pies",
"Whole Milk",
"2% Milkfat, Reduced Fat Milk",
"Dryden & Palmer, Rock Candy Sugar Stick",
"Dryden & Palmer, Rock Candy Sugar Stick, Blue Raspberry",
"Dryden & Palmer, Rock Candy Sugar Stick, Cherry",
"Rock Candy Sugar Stick",
"Dryden & Palmer, Rock Candy Sugar Stick, Grape",
"Dryden & Palmer, Rock Candy Sugar Stick, Cotton Candy",
"Dryden & Palmer, Rock Candy Sugar Stick, Watermelon",
"Dryden & Palmer, Barista Crystal Sticks",
"Rock Candy",
"Richardson, Lolli Rocks Candy, Silly Strawberry",
"Lolli Rocks, Lollipops, Crazy Grape",
"Chicken Sausage",
"Lima Beans",
"Worthmore, Cincinnati Style Chili",
"Dark Sweet Cherries",
"Peach Slices, Yellow Cling Peaches In Lightly Sweetened Juice",
"Premium Peach Slices In Light Syrup",
"Sliced Beets",
"Julienne Beets",
"Premium Sliced Pickled Beets",
"Sliced Party Beets",
"Julienne Carrots",
"S & W, Premium Cream Style Corn",
"Whole Kernel Corn",
"Petit Pois Peas",
"Tomatoes Diced In Rich Juice",
"Premium Petite-Cut Tomatoes",
"Sauerkraut",
"Whole Grain Beans",
"Cut Green Beans",
"S & W, Crushed Tomatoes With Oregano & Basil In Rich Puree",
"Stewed Tomatoes",
"Stewed Tomatoes, Sliced Roma Style Tomatoes With Basil & Oregano",
"Stewed Italian Recipe Tomatoes",
"Stewed Tomatoes, Mexican Style",
"Petite-Cut, Tomatoes, Diced With Garlic, Oregano & Basil",
"Ready-Cut, Diced Tomatoes",
"Ready-Cut, Diced Tomatoes",
"Ready-Cut, Diced Tomatoes",
"Ready-Cut Diced Tomatoes With Roasted Garlic",
"Ready-Cut, Diced Tomatoes With Onion & Green Bell Pepper",
"Ready-Cut, Tomatoes, Diced With Green Chilies & Spices",
"Petite-Cut, Tomatoes, Diced In Rich Juice",
"Steam-Its, California Blend",
"Cut Green Beans",
"Broccoli Spears",
"Chopped Broccoli",
"Brussels Sprouts",
"Cauliflower",
"Mixed Vegetables",
"Green Peas",
"Chopped Spinach",
"Chopped Collard Greens",
"Chopped Kale",
"Field Peas With Snaps",
"Winter Blend",
"Beef Hamburgers",
"Buttermilk Round Waffles",
"Pancakes",
"Buttermilk Pancakes",
"Mango Sherbet",
"Chicken Breast Nuggets",
"Chicken Breast Patties",
"Baked Potato Cakes",
"Tamari Sesame Brown Rice Snaps",
"Edward & Sons, Brown Rice Snaps, Tamari Seaweed",
"Edward & Sons, Whole Grain Brown Rice Snaps, Unsalted Sesame",
"Baked Brown Rice Snaps, Onion Garlic",
"Sweet Asian Sauce",
"Premier Japan, Teriyaki Classic Asian Sauce",
"Edward & Sons Miso Cup Miso Soup Mix Instant",
"Edward & Sons, Miso-Cup, Savory Soup With Seaweed",
"Edward & Sons, Miso-Cup, Delicious Golden Vegetable Soup",
"Misco-Cup, Savory Soup With Seaweed",
"Smarties, Candy Rolls, Assorted",
"Smarties, Candy Rolls, Assorted",
"Candy Rolls",
"Organic Hot Stuff Biologique",
"The Wizard's, Organic Worcestershire Sauce",
"Organic Gluten Free Vegan Worcestershire Sauce",
"Smarties, Candy Rolls Value Bag",
"Assorted Flavors Candy Rolls",
"Smarties, Candy Rolls",
"Candy Rolls",
"Candy Rolls",
"Smarties, Valentine Candy Rolls, Assorted",
"Valentine Candy Rolls",
"Smarties, Mega Double Lollies, Lollipops",
"Smarties, Easter Assorted Candy Rolls",
"Easter Candy Rolls",
"Smarties, Mega Assorted Candy Rolls",
"Smarties, Candy Rolls",
"Smarties 'N Creme",
"Prepared Horseradish",
"Morehouse, Cream Style Horseradish",
"Mc. Ilhenny Co., Tabasco, Bloody Mary Mix Tomato Cocktail",
"Premium Salsa, Medium",
"Hot Salsa",
"Salsa, Chipotle Pepper",
"Pepper Jelly",
"Jalapeno Pepper Jelly, Mild",
"Homestyle Chili Starter, Original",
"Habanero Sauce",
null,
"East Asian Style Chile Sauce, Sweet & Spicy",
"Pepper Sauce, Garlic",
"Mcilhenny Co., Tabasco Pepper Sauce, Chipotle",
"Teriyaki Sauce",
"Worcestershire Sauce, Spicy",
"Sriracha Thai Chili Sauce",
"Steak Sauce",
"Caribbean Style Steak Sauce",
"Garlic Sauce",
"Spicy Ketchup",
"Mayonnaise, Spicy",
"Pickles, Hot 'N Sweet",
"Green Pepper Sauce",
"Old Fashioned Filled Candies",
"Keep Fresh Canister",
"Hard Candies",
"F.B. Washburn Candy Corporation, Old Fashioned Hard Candies",
"Thin Ribbon Candy",
"Jellied Cranberry Sauce",
"Cranberry Sauce, Whole Berry",
"Concord Jelly",
"Jelly",
"Concord Jelly Grape",
"Concord Jam",
"Preserves Red Raspberry",
"Preserves",
"Concord Jam",
"Strawberry",
"Preserves Cherry",
"Preserves Blackberry",
"Preserves, Apricot",
"Marmalade",
"Dressing, Creamy French",
"Peanut Butter, Creamy",
"Peanut Butter, Crunchy",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Peanut Butter, Crunchy",
"Pure Honey",
"Honey And Oat Crunch Cereal",
"Honey And Oat Crunch With Almonds",
"Ice Cream",
"Vanilla Ice Cream, Moose Tracks",
"Ice Cream",
"Ice Cream, Butter Pecan",
"Golden Vanilla Flavored",
"Ice Cream, Mint Chocolate Chip",
"Ice Cream",
"Ice Cream, Mackinac Island Fudge",
"Ice Cream, Neapolitan",
"Ice Cream, Peanut Butter",
"Ice Cream, Chocolate Chip Cookie Dough",
"Ice Cream, Black Cherry",
"Ice Cream, Cupcake",
"Ice Cream, All American Cherry",
"Churn Light Style Vanilla Ice Cream, Moose Tracks",
"Ice Cream",
"Drink Mix, Fruit Punch",
"Drink Mix, Fruit Punch",
"Drink Mix, Raspberry Lemonade",
"Premium Beef Jerky",
"Light Juice Drink Blend, Cranberry Raspberry",
"Instant Oatmeal, Strawberries & Cream",
"Instant Oatmeal, Peaches & Cream",
"Sharp Cheddar Cheese",
"Colby Jack",
"Indulgent Creations Premium Ice Cream, Double Vanilla",
"Pecan Ice Cream",
"Indulgent Creations Premium Ice Cream, Double Dark Chocolate",
"Indulgent Creations A Premium Ice Cream, Mint Chip",
"Indulgent Creations A Premium Ice Cream, Michigan Blueberry",
"Indulgent Creations Premium Ice Cream, Brownies & Fudge",
"100% Juice",
"Cranberry Grape, 100% Juice",
"100% Juice",
"Mashed Potatoes, Four Cheese",
"Mashed Potatoes, Buttery Homestyle",
"Rice Pasta & Cheddar",
"Asparagus Spears",
"White Potatoes Diced",
"Real Mayonnaise",
"Dressing",
"Classic Thin Crust Pepperoni Pizza",
"Classic Thin Crust 4 Meat Pizza",
"Classic Thin Crust Supreme Pizza",
"Pimiento Stuffed Spanish Olives",
"Maraschino Cherries Salad",
"Maraschino Cherries",
"Maraschino Cherries With Stems",
"Maraschino Cheeries",
"Tomato, Basil & Garlic Pasta Sauce",
"Calorie-Free Sweetener Packets",
"Strawberry Pie Filling",
"Pie Filling, Very Cherry",
"Pie Filling, Peach",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert",
"Instant Pudding",
"Instant Pudding",
"Creamy Poppyseed Dressing & Dip",
"Vidalia Onion Dressing & Marinade, Light",
"Pizza Sauce",
"Mozzarella Cheese",
"Relish Sweet",
"Relish",
"Sweet Bread & Butter Chips",
"Fat Free Light Yogurt",
"Sweet Pickles",
"Apricot Mango Lowfat Yogurt",
"Hanburger Dills Chips",
"Sweet Gherkins Pickles",
"Kosher Dills Baby",
"Kosher Dill",
"Polish Dill Spears",
"Dill Sandwich Slices",
"Sweet Bread & Butter Chips",
"Sweet Bread & Butter",
"Kosher Dills",
"Hamburger Dill Chips",
"Kosher Dills",
"100% Juice, Tomato",
"Pudding Snacks, Chocolate",
"Pudding Snacks",
"Pudding Snacks, Tapioca",
"Pudding Snacks",
"Original Lowfat Yogurt",
"Fat Free Light Yogurt",
"Classic Corn Dogs, Honey",
"Less Sodium Soy Sauce",
"Chunk Style Deluxe Imitation Crab",
"Frsh Selections Colby Jack Cheese",
"Deli Style Rotisserie Chicken Breast",
"Fajita Style Whole Wheat Tortillas",
"Cranberry Pomegranate Juice Drink",
"Sherbet",
"Sherbet",
"Sherbet, Orange",
"Sherbet",
"Sherbet",
"Traditional Pasta Sauce",
"Pasta Sauce, Meat",
"Original Macaroni & Cheese Dinner",
"Red Enchilada Sauce, Medium",
"Sliced Pickled Jalapeno Peppers",
"Diced Tomatoes",
"Tomato Paste",
"Petite Diced Tomatoes",
"Mandarin Oranges In Light Syrup",
"Traditional Enriched Macaroni Product",
"Enriched Macaroni Product, Thin Spaghetti Traditional",
"Traditional Angel Hair, Enriched Macaroni Product",
"Beef Summer Sausage",
"Garlic Summer Sausage",
"Chocolate Peanuts",
"Gummi Bears",
"Yogurt Covered Pretzels",
"Holiday Green Frosted Sugar Cookies",
"Oven Toasted Corn Squares Cereal",
"Pitted Prunes Dried Plums",
"100 % Pure Pumpkin",
"Pumpkin",
"Sunflower Kernels, Roasted & Salted",
"Extra Creamy Whipped Topping",
"Whipped Topping, Original",
"Relish",
"Jumbo Bagels",
"Minis Corn Dogs, Honey",
"Sloppy Joe Sauce",
"Tomato Puree",
"Reduced Fat Mayonnaise Dressing With Olive Oil",
"Stone Ground Dijon Mustard",
"Pudding Snacks, Chocolate Fudge",
"Macaroni & Cheese",
"Marinade, Lemon Pepper",
"Sweet & Spicy Bbq Sauce",
"Complete Pancake & Waffle Mix, Original",
"Microwave Popcorn",
"Microwave Popcorn, Extra Butter",
"Almond Trail Mix, Chocolate Cranberry",
"Beef Stew",
"Squeezable Sour Cream",
"Chicken Breast",
"Snackers",
"Middleo's Chocolate Sandwich Cookies",
"Double Filled Middleo's Chocolate Sandwich Cookies",
"Middleo's Chocolate Sandwich Cookies, Double Filled Mint",
"Chip-A-Licious, Chunky Chocolate Chip Cookies",
"Chip-A-Licious, Chocolate Chip Chewy Cookies",
"Pecan A Licious, Pecan Shortbread Cookies",
"Orange Juice",
"Orange Juice",
"Soda, Grape",
"Cream Of Chicken Condensed Soup",
"Soup",
"Chunky Soup",
"Soup",
"Cultured Lowfat Dairy Blend Smart Carb",
"Smart Carb Cultured Lowfat Dairy Blend",
"Pasta Sauce, Mushroom",
"Traditional Pasta Sauce",
"Premium Pasta Sauce",
"Pasta Sauce, Meat",
"Orange Cream Lowfat Yogurt",
"Reduced Sodium Traditional Pasta Sauce",
"Plain Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Blueberry Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Raspberry Yogurt",
"Greek Nonfat Yogurt",
"Sloppy Joe Sauce",
"Meatballs, Italian Style",
"Homestyle Fully Cooked Bite Size Meatball",
"Toaster Pastries, Frosted Wildberry",
"Toaster Pastries, Froasted Brown Sugar Cinnamon",
"Sweetened Corn & Oat Cereal, Berry Crunch",
"Lightly Sweetened Multigrain Tasteeos Cereal",
"Lactose Free 2% Reduced Fat Milk",
"Milk",
"Valentine Pink Frosted Sugar Cookies",
"Fresh Selections Spring Frosted Sugar Cookies",
"Honey Mustard Dressing & Dip",
"Balsamic Vinaigrette Dressing & Marinade",
"Creamer French Vanilla Coffee",
"Gravy Mix With Natural Spices",
"Candy, Gummi Bears",
"Orange Slices Candy, Orange",
"Gummi Worms Candy",
"Peach Rings Candy",
"Candy, Jelly Bean",
"Candy, Candy Corn",
"Sour Warms Candy",
"Candy, Chocolate Covered Raisins, Plump, Juicy Raisins Covered In Real Milk Chocolate",
"Chocolate Covered Peanuts Candy",
"Chocolate Caramel Clusters Candy",
"Chocolate Peanut Clusters",
"Cinnamon Bears Candy",
"Spice Drops Candy",
"Juju Fish Candy",
"Gummi Bears Candy",
"Orange Slices Candy",
"Candy, Starlight Mints",
"Chocolate Stars Solid Milk Chocolate Pieces",
"Light Raspberry Vinaigrette",
"Raisins",
"Fire Roasted Salsa, Original",
"Confetti Cake Mix",
"Red Enchilada Sauce, Mild",
"Green Enchilada Sauce, Medium",
"Seasoning Mix, Taco",
"Fresh Selections, Shortcake Frosted Cookies, Strawberry",
"Fresh Selections Sugar Cookies",
"Fresh Selections, Deliciously Soft Frosted Cookies, Peach Cobbler",
"Deliciously Soft Caramel Apple Frosted Cookies, Naturally & Artificially Flavored",
"Fresh Selections Red Velvet Frosted Cookies",
"Fresh Selections, Peanut Crunch Mix",
"Fresh Selections Spicy Party Mix",
"Yogurt Pretzel Nut Mix",
"Fresh Selection Chocolate Pretzel Nut Mix",
"Stuffed Jalapenos, With Cream Cheese",
"Stuffed Jalapenos, Cheddar Cheese",
"Breaded Mozzarella Cheese Sticks",
"Deli Selections Reduced Fat Swiss Cheese",
"Deli Selections Provolone Cheese",
"Finely Shredded Mexican Style 4 Cheese",
"Dark Chocolate Cherries",
"Fresh Selections, Dried Cherries",
"Fresh Selections Milk Chocolate Cherries",
"Fresh Selections Dark Chocolate Cherries",
"Fresh Selections, Cherry Berry Mix",
"Fresh Selections, Dried Pineapple Tidbits",
"Creamy Frosting, Chocolate Fudge",
"Creamy Frosting Butter Cream",
"Jumbo Flaky Biscuits, Honey Butter",
"Cinnamon & Sugar Flavored Wheat Cereal",
"Whole Jumbo Cashews",
"Lowfat Yogurt, Chocolate",
"Cola, Cherry",
"Diet Soda, Orange",
"Cola Soda, Cherry",
"Diet Soda, Orange",
"Fruit Bars Made With Real Fruit",
"Fruit Bars Made With Real Fruit Grape",
"Fruit Bars Made With Real Fruit",
"Waffles, Chocolate Chip",
"Multigrain Waffles",
"Greek Nonfat Yogurt",
"Greek Non Fat Yogurt",
"Greek Nonfat Yogurt",
"Black Beans",
"Pinto Beans",
"Cannellini Beans, White Kidney Beans",
"Pure Premium Orange Juice, Orange",
"Pure Premium Orange Juice",
"Squeezable Jelly, Grape",
"Squeezable Spread, Strawberry",
"Sloppy Joe Sauce",
"Sloppy Joe Sauce",
"Tomato Ketchup",
"Tomato Ketchup",
"Light Fat Free Yogurt, Cherry, Vanilla",
"Fat Free Light Yogurt",
"Original Low Fat Yogurt",
"Grill Style Beans",
"Grill Style Beans",
"Grill Style Beans",
"Cut Green Beans",
"Sweet Peas",
"Whole Kernel Sweet Corn",
"Dark Red Kidney Beans",
"Syrup, Chocolate",
"Chicken Breasts",
"Boneless Skinless Ice Glazed Chicken Tenderloins",
"Colby Jack",
"Extra Sharp Cheddar Cheese",
"Sharp Cheddar",
"Mild Cheddar Cheese, Mild",
"Natural Pepper Jack Cheese",
"Mozzarella Cheese",
"Chicken Stew",
"Chicken Stew With Black Beans",
"Chicken Chili With White Beans",
"Scalloped Potatoes",
"Cream Puffs, Vanilla",
"Greek Nonfat Yogurt",
"Greek Vanilla Nonfat Yogurt",
"Macaroni & Cheese",
"Deluxe Sharp Cheddar Macaroni & Cheese Dinner",
"100% Apple Juice",
"Mustard",
"1% Lowfat Milk",
"Fruit Flavored Snacks",
"Natural Sliced Almonds",
"Slivered Almonds",
"Finely Diced Walnuts",
"Walnuts Dropped",
"Chopped Pecans",
"Almonds Slivered",
"Pecans Chips",
"Shelled Walnuts",
"Walnuts Chopped",
"Walnuts Topping",
"Single Serve Hot Cocoa Drink Mix",
"Hot Cocoa Drink Mix",
"Cappuccino Drink Mix",
"Single Serve Cappuccino Drink Mix",
"Chai Latte Single Serve Spiced Tea Drink Mix",
"Sliced Peaches",
"Fruit Cocktail In Extra Light Syrup",
"Sliced Pears In Extra Light Syrup",
"Triple Cherry Mixed Fruit, In Light Syrup",
"Granola Bars, Chewy, Chocolate Chip",
"Chewy Dipped Granola Bars, Chocolate Chip",
"Chewy Dipped Granola Bars",
"Protein Chewy Granola Bars",
"Protein Chewy Granola Bars",
"Chicken Breast",
"Chicken Breast With Rib Meat",
"Chicken Breast With Rib Meat",
"Hard Cooked Peeled Eggs",
"Pancakes, Buttermilk",
"Kosher Dill Pickle Spears",
"Bread And Butter Chips Pickles",
"Zesty Sweet Chunks",
"Kosher Dill Spears",
"Ultra Thin Sliced Provolone Cheese",
"Ultra Thin, Sliced Colby Jack Cheese",
"Ultra Thin Sliced Swiss Cheese",
"Sharp Cheddar Cheese",
"Cracker Cut Sharp Cheddar Cheese",
"Cracker Cut Colby Jack Cheese",
"New York Extra Sharp Cheddar Cheese",
"Pepper Jack",
"Mozzarella Cheese",
"Colby Jack Cheese",
"Natural Colby Cheese",
"Mild Cheddar Cheese",
"Natural Sharp Cheddar Cheese",
"Dressing & Marinade, House Italian",
"Fat Free Dressing & Marinade",
"Bacon Ranch Dressing & Dip",
"Blue Raspberry Drink, Blue Raspberry",
"Fresh Selections, Angel Food Cake Ring",
"American Potato Salad",
"Fruit Flavored Snacks With Real Fruit Juice*",
"Sparkling Water Beverage, Black Cherry",
"Raspberry Water",
"Flavored Sparkling Water Beverage",
"Sparkling Water Beverage, Tangerine Lime",
"Sparkling Water Beverage, Kiwi Strawberry",
"Sparkling Water",
"Crispy Rounds Tortilla Chips",
"Potato Chips, Ripple",
"Wavy Potato Chips, Cheddar & Sour Cream",
"Classic Potato Chips",
"Wavy Potato Chips",
"Cheese Puffs",
"Cheese Balls",
"Pops, Cheese",
"Kurls, Cheese",
"Popcorn, White Cheddar",
"Butter Popcorn",
"100% Natural California Raisins",
"100% Natural California Raisins",
"100% Natural California Raisins",
"Cranberries",
"Tortilla Chips",
"Pizza Bites, Sausage & Pepperoni Pizza Wrapped In A Crispy Browned Crust",
"Chunk Light Tuna In Oil",
"Apple Cider Vinegar",
"Apple Cider Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Distilled White Vinegar",
"Mustard Honey",
"Mustard Horseradish",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Creamy Peanut Butter",
"Creamy Peanut Butter Spread With Honey",
"Natural Creamy Peanut Butter Spread",
"Peanut Butter, Creamy",
"Vegetable Stock",
"Dessert Shells",
"Banana Pepper Rings",
"Banana Pepper Rings",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Healthy Condensed Soup",
"Healthy Cream Of Chicken Condensed Soup",
"Chili Sauce",
"Homestyle Chicken Noodle Condensed Soup",
"Cocktail Sauce, Original",
"Zesty Garlic Chips Pickles",
"100% Whole Grain Spaghetti, Whole Wheat Macaroni Product",
"Penne Rigate, Whole Wheat Macaroni Product",
"100% Whole Grain Rotini, Whole Wheat Macaroni Product",
"Fresh Selections., Coffee Cake, Apple Danish",
"Break'N Bake Cookie Dough, Salted Chocolate Caramel",
"Break'N Bake Cookie Dough, Red Velvet",
"Break'N Bake, Cookie Dough, Deluxe Chocolate Chunk",
"Single Serve Cappuccino Drink Mix",
"Single Serve Hot Cocoa Drink Mix",
"Coffee Creamer",
"Sesame Sticks",
"Roasted & Salted Sunflower Kernels",
"Valentine Treats",
"Valentine Treats, Cherry Jelly Hearts Candy",
"Valentine Treats Sours, Cherry",
"Fresh Selections Caramel Chocolate Nut Mix",
"Tropical Paradise Nut Mix",
"Burnt Peanuts",
"Candy Shoppe Chico-O-Sticks",
"Candy Shoppe Root Beer Barrels Candy",
"Candy Shoppe",
"Candy Shoppe, Boston Baked Beans",
"Candy Shoppe Atomic Fireball",
"Candy Shoppe Totally Taffy",
"Nik-L-Nip Wax Bottles Candy Shoppe",
"Candy Shoppe Black Taffy",
"Cherry Slices Candy",
"Assorted Fruit Slices Candy",
"Candy, Gum Drops",
"Candy",
"Candy Spice Drops",
"Mixed Hard Candies, Cinnamon, Butterscotch, Peppermint & Spearmint Naturally And Artificially Flavored",
"Cayenne Pepper Hot Sauce",
"Tomato Ketchup",
"Applesauce",
"Applesauce",
"Applesauce",
"Applesauce",
"Applesauce",
"Applesauce",
"Apple Sauce, Raspberry",
"Applesauce",
"Jumbo Shells Traditional Macaroni Pasta",
"Half & Half Ultra-Pasteurized",
"Heavy Whipping Cream",
"Spaghetti & Meatballs In Tomato Sauce",
"Overstuffed Beef Ravioli In Tomato & Meat Sauce",
"Popcorn, Extra Butter",
"Microwave Popcorn, Butter",
"Assorted Pops",
"Red, White & Bubble Pops",
"Fudge Pops Frozen Chocolate Dairy Dessert",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Fudge Pops",
"Refried Black Beans With Lime Juice",
"Refried Beans, Traditional",
"Granola Raisin Bran Crunchy, Sweetened Wheat & Rice Flake Cereal With Raisins And Oat Clusters",
"Fruit & Multigrain Cereal",
"Cranberry Almond Cereal",
"Petite Diced Tomatoes",
"Petite Diced Tomatoes",
"Petite Diced Tomatoes",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail",
"Fruit Cocktail In Heavy Syrup",
"Sliced Peaches, In Heavy Syrup",
"Mandarin Oranges In Light Syrup",
"Mandarin Oranges In Light Syrup",
"Sliced Peaches In 100% Natural Juice",
"Sliced Peaches In Heavy Syrup",
"Peach Halves In Heavy Syrup",
"Yellow Cling Peach Halves",
"Peach Halves In Heavy Syrup",
"Sliced Pears In Pear Juice",
"Sliced Pears In Heavy Syrup",
"Pear Halves In Heavy Syrup",
"Pear Halves In Pure Juice",
"Pear Halves In Heavy Syrup",
"Pie Filling",
"Pie Filling Cherry",
"Pie Filling Apple",
"Pie Filling Cherry",
"Trail Mix",
"Trail Mix",
"Trail Mix",
"Lightly Salted Almonds",
"Pure Premium Grapefruit Juice",
"Pineapple Slices",
"Crushed Pineapple In 100% Pineapple Juice",
"Pineapple Chunks In 100% Pineapple Juice",
"Yellow Cling Diced Peaches",
"Rising Crust Pepperoni Pizza",
"Rising Crust 3 Meat Pizza",
"Macaroni & Cheese",
"Fajita Style Flour Tortillas",
"Deli Selections Muenster Cheese",
"Flaky Butter Crescent Rolls",
"Jumbo Flaky Biscuits, Butter",
"Natural Sliced Almonds",
"Pecans Halves",
"Lemon Juice",
"Lemon Juice",
"100% Apple Juice, Original",
"100% Apple Juice",
"Light Juice Cocktail",
"Cranberry Grape",
"Drink Mix, Natural Lemonade",
"Cranberry Apple Juice Drink Blended With Another Juice From Concentrate",
"Juice Drink",
"100% Juice",
"100% Juice, White Grape",
"Juice Cocktail, Cranberry",
"Ruby Red Grapefruit Juice Drink",
"100% Juice",
"100% Juice",
"100% Prune Juice",
"Rising Crust 4 Cheese Pizza",
"100% Juice, Tomato",
"100% Vegetable Juice",
"Asparagus Spears, Cuts And Tips",
"Artichoke Quarters",
"Green Beans",
"Green Beans",
"Blue Lake Green Beans",
"Blue Lake Green Beans",
"French Style Green Beans",
"Golden Wax Beans",
"Kidney Beans",
"Dark Red Kidney Beans",
"Kidney Beans",
"Red Beans",
"Chili Beans",
"Chili Beans",
"Chili No Beans",
"Original Baked Beans",
"Butter Beans",
"Baby Green Lima Beans",
"Black Beans",
"Greta Northern Beans",
"Great Northern Beans",
"Pork' N Beans",
"Pork'N Beans",
"Traditional Soup",
"Traditional Soup",
"Minestrone Soup",
"Diced Beets",
"Sliced Beets",
"Whole Beets",
"Sliced Carrots",
"Cream Style Golden Sweet Corn",
"Golden Sweet Corn",
"Whole Kernel Crisp & Sweet Corn",
"Golden Sweet Corn",
"Pinto Beans",
"Hominy",
"Golden Hominy",
"Sweet Peas",
"Sweet Peas",
"Very Young Sweet Peas",
"Peas & Carrots",
"Yams Cut Sweet Potatoes In Syrup",
"White Potatoes",
"White Potatoes",
"Original Mashed Potatoes",
"Scalloped Potatoes",
"Potatoes Au Gratin",
"Mashed Potatoes, Roasted Garlic",
"Mashed Potatoes",
"Potatoes Julienne",
"Sauerkraut Shredded",
"Leaf Spinach",
"Whole Peeled Tomatoes",
"Diced Tomatoes With Green Chilies",
"Diced Tomatoes",
"Diced Tomatoes",
"Diced Tomatoes",
"Diced Tomatoes With Garlic & Onion",
"Diced Tomatoes",
"Whole Peeled Tomatoes",
"Sliced Stewed Tomatoes",
"Diced Tomatoes",
"Stewed Tomatoes",
"Crushed Tomatoes",
"Diced Tomatoes",
"Sliced Stewed Tomatoes",
"Mixed Vegetables",
"Chunk Light Tuna In Water",
"Corned Beef Harsh",
"Chicken Breast With Rib Meat In Water",
"Fruit Punch",
"Orange Drink, Orange",
"Naturally Flavored Drink, Pink Lemonade",
"Sweet & Salty Granola Bars, Peanut",
"Sweet & Salty Almond Granola Bars",
"Chunk Light Tuna In Water",
"Solid White Tuna Albacore In Water",
"Pearl Barley",
"Green Split Peas",
"Bean Soup Mix",
"Navy Beans",
"Instant White Rice",
"Instant Rice, Whole Grain Brown Rice",
"Instant Boil-In-Bag White Rice",
"Chicken Broth",
"Applesauce, Cherry",
"Country Style Baked Beans",
"Small Red Beans",
"Dressing, Ranch",
"Italian Dressing & Marinade",
"Fat Free Dressing, California French Style",
"Western French Style Dressing",
"Buttermilk Ranch Dressing & Dip",
"100% Juice",
"Sooo Juicy, 100% Juice, Grape",
"Chicken Broth",
"Chicken Broth",
"100% Juice",
"100% Vegetable Juice",
"Cherry Mixed Fruit",
"Pineapple Tidbits",
"Pasta Salad, Ranch & Bacon",
"Pasta Salad, Creamy Italian Pasta, Vegetable Blend & Seasoning",
"Pasta Salad, Creamy Parmesan",
"Traditional Pasta Sauce",
"Mushroom Pasta Sauce",
"Pasta Sauce Meat Flavored",
"Chunky Garden Combo Pasta Sauce",
"Three Cheese Pasta Sauce",
"Applesauce",
"Applesauce",
"Applesauce",
"Toaster Pastries, Frosted Strawberry",
"Cola Soda",
"Caffeine Free Soda, Lemon Lime",
"Root Beer",
"Dr. Spark, Soda",
"Cola",
"Diet Cola",
"Soda, Orange",
"Mountain Pulse, Soda, Citrus",
"Root Beer",
"Soda, Lemon Lime",
"Dr. Spark, Soda",
"Cherry Light Fat Free Yogurt",
"Original Blackberry With Other Natural Flavor",
"Light Blackberry With Other Natural Flavor",
"Lowfat Strawberry Cheesecake Yogurt",
"Traditional Elbow Macaroni",
"Enriched Macaroni Product, Thin Spaghetti Traditional",
"Traditional Enriched Macaroni Product Made From 100% North American Durum Wheat",
"Spaghetti",
"Thin Spaghetti Traditional Enriched Product",
"Enriched Macaroni Product, Mostaccioli Traditional",
"Enriched Macaroni Product",
"Enriched Macaroni Product",
"Enriched Macaroni Product, Rotini Twists Traditional",
"Enriched Macaroni, Tomato And Spinach Macaroni Product, Tricolor Rotini",
"Angel Hair",
"Fettuccini",
"Enriched Macaroni Product, Linguini Traditional",
"Penne Rigate",
"Enriched Macaroni Product, Fusilli Traditional",
"Traditional Enriched Macaroni Product",
"Traditional Rigatoni, Enriched Macaroni Product",
"Macaroni & Cheese, Original",
"Macaroni & Cheese",
"Macaroni & Cheese Dinner",
"Macaroni & Cheese Spirals Dinner",
"Creamy Cheese Sauce & Shell Pasta Dinner",
"Lasagna Pasta & Sauce Mix",
"Skillet Dinner Beef Stroganoff Pasta & Sauce Mix",
"Spaghetti In Tomato & Cheese Sauce",
"Beef Ravioli In Tomato & Meat Sauce",
"Spaghetti Rings Pasta In Tomato & Cheese Sauce",
"Spaghetti Rings & Meatballs Pasta In Tomato Sauce",
"Mini Beef Ravioli",
"Mac & Beef In Tomato Sauce",
"Pizza Sauce",
"Tomato Paste",
"Tomato Paste",
"Tomato Sauce",
"Tomato Sauce",
"Tomato Sauce",
"Chicken Brest With Rib Meat In Water",
"Baking Mix, All-Purpose",
"Complete Pancake & Waffle Mix Buttermilk",
"Instant Rice, White Rice",
"Grape Drink",
"Garlic Toast",
"Saltine Wheat Snack Crackers",
"Whipped Cream Cheese Spread",
"Swiss Cheese",
"Coffee Creamer",
"Blue Lake Green Beans Cut",
"Green Beans",
"Carrots Sliced",
"Golden Sweet Corn",
"Golden Sweet Corn",
"Mixed Vegetables",
"Sweet Peas",
"Gluten Free Rice Cakes, White Cheddar",
"Rice Cakes, Caramel Corn",
"Salt Free Rice Cakes, Plain",
"Rice Crisps, Cheddar",
"Rice Crisps, Caramel",
"Light Apple Juice Cocktail",
"Light Juice Cocktail",
"Light Juice Cocktail, Apple Kiwi Strawberry",
"Colby Jack Cheese",
"Mushrooms Whole Button",
"Mushrooms, Stems & Speces",
"Mushrooms Sliced Button",
"Mushrooms Stems & Pieces",
"Mushrooms Stems & Pieces",
"Taco Shells, Crunchy",
"Alfredo Sauce Creamy",
"Alfredo Sauce, Roasted Garlic",
"Four Cheese Alfredo Sauce",
"100% Juice",
"Cottage Cheese",
"Diced Tomatoes",
"Diced Tomatoes Fire Roasted With Garlic",
"Dinosaurs Fruit Flavored Snacks",
"Fruit Flavored Snacks Naturally & Artificially Flavored",
"Fruit Pals, Fruit Flavored Snacks",
"Party Peanuts, Salted",
"Rice Mix, Beef",
"Rice Mix, Fried Rice",
"Rice Mix, Spanish Style",
"Rice Mix, Long Grain & Wild Rice",
"Quick Rice, Garden Vegetable With Peas, Carrots & Corn",
"Quick Rice, Roasted Chicken With Carrots & Herbs",
"Hamburger Skillet Dinner",
"Tuna Skillet Dinner Creamy Broccoli Pasta & Sauce Mix",
"Double Cheeseburger Pasta & Sauce Mix",
"Pasteurized Ricotta Cheese",
"Pasteurized Ricotta Cheese",
"Ricotta Cheese",
"Lowfat Yogurt, Strawberry",
"Lowfat Frozen Yogurt, Vanilla",
"Tonic Water",
"Refried Beans Traditional",
"Refried Beans, Fat Free",
"Salsa, Medium Traditional",
"Salsa, Traditional, Hot",
"Taco Sauce, Mild Traditional",
"Shells & Cheese",
"Cheesy Skillets Dinner Kit, Deluxe Cheeseburger Pasta & Sauce Mix",
"Chicken & Broccoli Pasta & Sauce Mix",
"Texas Toast, Garlic",
"Salsa, Con Queso, Medium",
"Thin Crust Pizza, Original",
"Ultra Thin Pizza Crust, Original",
"Wheat Thin Pizza Crust",
"Pudding Snacks Made With Real Nonfat Milk",
"Drink Mix, Sugar Free, Low Calorie, Green Tea, Peach Mango",
"Drink Mix, Strawberry, Orange, Banana",
"Syrup, Chocolate",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert Lime",
"Gelatin Dessert",
"Gelatin Dessert Cherry",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert",
"Gelatin Dessert",
"Instant Pudding",
"Instant Pudding Banana Cream",
"Instant Pudding",
"Instant Pudding",
"Instant Pudding",
"Instant Pudding",
"Instant Pudding",
"Instant Pudding",
"Cook & Serve Pudding Chocolate",
"Pudding",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Chicken Broth",
"Regular Beef Broth",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Soup Mix Noodle With Real Chicken Broth",
"Soup Mix",
"Instant Granulated Bouillion",
"Soup",
"Chunky Clam Chowder",
"Chunky Soup",
"Sweetened Condensed Milk",
"Evaporated Milk",
"Evaporated Milk",
"Instant Nonfat Dry Milk",
"Tomato Sauce",
"Tomato Sauce",
"Diced Tomatoes",
"Instant Oatmeal Cereal, Peach Almond",
"Peach, Almond & Multigrain Oatmeal, Peach Almond",
"Instant Oatmeal, Apple Walnut",
"Instant Protein Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apple Cinnamon",
"Almonds, Roasted & Salted",
"Whole Raw Almonds",
"Mountain Trail Mix",
"Trail Mix, Nut & Berry",
"Fruit & Nut Trail Mix",
"Salad Dressing & Seasoning Mix",
"Salad Dressing & Seasoning Mix, Italian",
"Diced Water Chestnuts",
"Lightly Sweetened Tropical Fruit Juices",
"Apricot Halves In Heavy Syrup",
"Corn",
"Corn",
"Jalapeno Corn With Jalapeno Peppers",
"Vegetarian Refried Beans",
"Mini Ice Cream Sandwiches",
"Mozzarella & Cheddar Sticks",
"Light Mozzarella String Cheese",
"Light Mozzarella String Cheese",
"Spread, Hazelnut",
"Fresh Selections, Raw Almonds",
"Fresh Selection Roasted & Salted Almonds",
"Fresh Selections, Roasted & Salted Cashews",
"Roasted & Salted Deluxe Mix",
"Sunflower Kernels",
"Liquid Water Enhancer, Blue Raspberry",
"Water Enhancer, Raspberry Lemonade",
"Unbleached & Enriched Flour",
"Enriched Unbleached Flour",
"Pie Crust, Graham Cracker",
"Italian Style Bread Crumbs",
"Plain Bread Crumbs",
"French Fried Onions",
"French Fried Onions",
"Mashed Potatoes, Creamy Butter",
"Mashed Potatoes Sour Cream & Chives",
"Four Cheese Mashed Potatoes",
"Turkey Flavored Stuffing Mix",
"Stuffing Mix, Cornbread",
"Stuffing Mix For Pork",
"Stuffing Mix With Real Chicken Broth",
"Pasta & Sauce, Chicken",
"Alfredo Fettuccini Pasta & Sauce",
"Rice & Sauce Cheddar & Broccoli Rice & Pasta Blend With Broccoli In A Cheddar Cheese Sauce",
"Rice & Sauce Chicken Flavor",
"Spanish Style Rice & Pasta Blend With Bell Peppers In A Sweet Tomato Sauce",
"Hamburger, Skillet Dinner",
"Real Milk Chocolate Baking Chips",
"Baking Chips, Butterscotch",
"Real Semi-Sweet Chocolate Baking Chips",
"Real Semi-Sweet Chocolate Baking Chips",
"Premium White Baking Chips",
"Flake Coconut Sweetened",
"Sweetened Coconut Flake",
"Deluxe Moist Cake Mix, Yellow",
"Devil's Food Deluxe Moist Cake Mix",
"White Cake Mix",
"Delux Moist Cake Mix, German Chocolate",
"Fudge Brownies",
"Creamy Frosting Chocolate",
"Creamy Frosting",
"Creamy Frosting, Cream Cheese",
"Beef Stew Seasoning Mix",
"Seasoning Mix Fajita With Natural Spices",
"Gravy Mix Brown With Natural Spices",
"Sauce Mix With Natural Spices",
"Chicken Gravy Mix",
"Seasoning Mix Chili With Natural Spices",
"Taco Seasoning Mix",
"Seasoning Mix, Meat Loaf",
"Sloppy Joeseasoning Mix With Natural Spices",
"Steak Sauce",
"Soy Sauce",
"Worcestershire Sauce",
"Bouillon Cubes",
"Bouillon Cubes",
"Regular Chicken Broth",
"Steak & Chop Marinade, Garlic And Cracked Black Pepper",
"Marinade Herb & Garlic",
"Marinade Teriyaki",
"Marinade, Pineapple Juice",
"Beef Gravy",
"Mushroom Gravy Made With Real Mushrooms",
"Chicken Gravy",
"Turkey Gravy, Wade With Real Turkey Stock",
"Creamy Caesar Dressing",
"Dressing & Dip, Peppercorn Ranch",
"Zesty Italian For Dressing & Marinade",
"Dressing & Dip Ranch, Light",
"Light Italian Dressing & Marinade",
"Italian Dressing & Marinade",
"Blue Cheese Dressing & Dip",
"Thousand Island Dressing",
"California French Style Dressing",
"Ranch Dressing & Dip",
"Homestyle Chicken Seasoned Coating Mix",
"Country Style Pork Seasoned Coating Mix",
"Vegetable Oil",
"Canola Oil",
"Real Mayonnaise",
"Tartar Sauce",
"Rich & Thick Syrup, Butter",
"Rich & Thick Syrup",
"Rich & Thick Syrup, Lite Butter",
"Rich & Thick Syrup, Original",
"Rich & Thick Syrup, Original",
"Black Tea",
"100% Natural Black Tea",
"Black Tea",
"Black Tea",
"Green Tea",
"Milk Chocolate Flavor Hot Cocoa Mix",
"Hot Cocoa Mix With Mini Marshmallows",
"Hot Cocoa Mix",
"Original Coffee Creamer",
"Coffee Creamer",
"Coffee Creamer",
"Coffee Creamer",
"Coffee Creamer",
"Creamer French Vanilla Coffee",
"Creamy Almond Butter",
"Sharp Cheddar Cheese",
"Fruits & Grain Cereal Bars, Blueberry",
"Pineapple Tidbits In 100% Pineapple Juice",
"Low Fat Ice Cream Sandwiches",
"Bacon Chips",
"Cheese Burger Pasta & Sauce Mix",
"Taco Sauce, Medium Traditional",
"Mashed Potatoes, Roasted Garlic",
"Macaroni & Cheese Pasta",
"Bbq Sauce, Original",
"Bbq Sauce, Honey",
"Bbq Sauce, Hichory & Brown Sugar",
"Shredded Wheat Bite Size Whole Grain Cereal",
"Fruit & Grain Cereal Bars, Respberry",
"Fruit & Grain Cereal Bars, Apple, Cinnamon",
"Fruit & Grain Cereal Bars, Mixed Berry",
"Fruit & Grain Cereal Bars, Strawberry",
"Crunchy Granola Bars, Oats & Honey",
"Fruit & Nut Granola Bars",
"Old Fashioned Rolled Oats",
"Frosted Flakes, Frosted Corn Cereal",
"Honey Nut Toasted Oats",
"Rolled Quick Oats",
"Magic Shapes, Frosted Oat Cereal With Colored Marshmallow Bits",
"Fruit Rolls",
"Toasted Oats, Whole Grain Toasted Oat Cereal",
"Corn Flakes",
"Raisin Bran, Bran Flake Cereal With Raisins",
"Toasted Oat Cereal With Apples & Cinnamon",
"Bran Flakes",
"Enriched White Hominy Quick Grits",
"Granola Cereal With Raisins",
"Instant Oatmeal Apples&Cinnamon",
"Instant Oatmeal Maple & Brown Sugar",
"Instant Oatmeal",
"Frosted Shredded Wheat, Bite Size Lightly Frosted Whole Wheat Cereal",
"Coco Krunch Sweetened Rice Cereal Made With Real Cocoa",
"Low Fat Granola Cereal With Raisins",
"Crisp Rice",
"Marshmallows Miniature",
"Marshmallows Miniature",
"Marshmallows Regular",
"Regular Marshmallows",
"Microwave Kettle Corn Popcorn",
"Tender White Popcorn",
"Tender Yellow Popcorn",
"Tender White Popcorn",
"Tender Yellow Popcorn",
"Microwave Popcorn, Butter",
"Microwave Popcorn",
"Microwave Popcorn, Extra Butter",
"Popcorn, Light Butter",
"Microwave Popcorn, Butter",
"Dry Roasted Unsalted Peanuts",
"Peanuts, Butter Toffee",
"Spanish Peanuts, Salted",
"Dry Honey Roasted Peanuts, Salted",
"Lightly Salted Roasted Peanuts",
"Honey Roasted Peanuts, Salted",
"Lightly Salted Mixed Nuts",
"Halves & Pieces Cashews, Salted",
"Whole Salted Cashews",
"Deluxe Mixed Nuts, Salted",
"Party Peanuts, Salted",
"Dry Roasted Peanuts, Salted",
"Dry Roasted Peanuts, Salted",
"Vanilla Wafers",
"Saltine Snack Crackers",
"Saltine Snack Crackers",
"Fig Bars Made With Real Friut",
"Animal Crackers",
"Snack Crackers Rich & Crisp",
"Graham Crackers Made With Whole Grains",
"Graham Crackers Made With Whole Grains",
"Graham Crackers Made With Whole Grains",
"Original Whole Wheat Snack Crackers",
"Mandarin Oranges In Light Syrup",
"Rice Squares Oven Toasted Rice Cereal",
"Sweetened Crunchy Corn Cereal, Cocoa Crunchies",
"Sweetened Crunchy Corn Cereal",
"Honey",
"Pure Honey",
"Fruit Punch",
"Frozen Concentrate Juice, Lemonade",
"Calcium Added Orange Juice",
"Frozen Concentrate Juice, Pink Lemonade",
"Orange Juice",
"100% Pure Pulp Free Orange Juice",
"Whole Strawberries",
"All Natural Blueberries",
"Whole Strawberries",
"All Natural Blueberries",
"Sliced Peaches",
"Pitted Dark Sweet Cherries",
"Berry Medley",
"Blackberries",
"Red Raspberries",
"Lite Whipped Topping",
"White Bread Dough",
"Waffles, Buttermilk",
"Waffles, Blueberry",
"Homestyle Waffles",
"Beef Liver",
"Individually Wrapped Singles Swiss Cheese",
"Cinnamon Rolls",
"Natural Finely Shredded Italian 4 Cheese",
"Deluxe Choice American Sliced Pasteurized Process Cheese",
"Natural Shredded Mild Cheddar Cheese",
"Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Medium Cheddar Cheese",
"Finely Shredded Mexican Style 4 Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Sour Cream",
"Dip Fresh Onion",
"Dip Fresh Onion",
"Sour Cream",
"Grade A Sour Cream",
"1% Lowfat Cultured Buttermilk",
"Natural Sharp Cheddar Cheese",
"Colby Cheese",
"Mild Cheddar Cheese",
"Swiss Cheese",
"Natural Monterey Jack Cheese",
"Mozzarella Cheese",
"New York Sharp Cheddar Cheese",
"Colby Jack",
"Pepper Jack Cheese",
"String Mozzarella Cheese",
"Natural Extra Sharp Cheddar Cheese",
"Natural Shredded Monterey Jack Cheese",
"Shredded Taco Blend",
"Fat Free Light Yogurt",
"Original Lowfat Yogurt",
"Original Peach Lowfat Yogurt",
"Cheesy Melt Pasteurized Process Cheese Spread",
"Cheese, Mild Cheddar",
"Light Cream Cheese",
"Neufchatel Cheese",
"Cream Cheese Spread, Original",
"Cream Cheese Spread, Strawberry",
"Swiss Cheese",
"Biscuits, Buttermilk",
"Biscuits, Buttermilk",
"Crescent Rolls",
"Crescent Rolls, Original",
"Jumbo Biscuits, Buttermilk",
"Jumbo Biscuits, Butter",
"Cinnamon Rolls With Icing",
"Pie Crusts",
"English Muffins Original",
"English Muffins, Cinnamon Raisin",
"Orange Juice From Concentrate, Orange",
"Orange Juice From Concentrate, Orange",
"Country Style Orange Juice From Concentrate, Orange",
"Orange Juice, Orange",
"Pure Premium Graperfruit Juice, Ruby Red",
"Ultra-Pasteurized Fat Free Half & Half",
"Ultra-Pasteurized Half & Half",
"Ultra-Pasteurized Heavy Whipping Cream",
"Flour Tortillas, Fajita Size",
"Fajita Size Whole Wheat Tortillas",
"Soft Taco Size Flour Tortillas",
"Orange Juice From Concentrate",
"Sliced Strawberries In Sugar",
"All Natural Sliced Strawberries",
"Whipped Topping, Original",
"Grade A Fancy Brussels Sprouts",
"Grade A Fancy Chopped Spinach",
"Cooked Squash",
"Twisted Bread Sticks Stuffed With Mozzarella Cheese",
"Hash Brown Patties",
"Sliced Pepperoni",
"Rising Crust Supreme Pizza",
"Individually Wrapped American Singles",
"American Fat Free Singles",
"American Singles, Pasteurized Prepared Cheese Product",
"American Singles",
"Deli Selections, Sliced Mild Cheddar Cheese",
"Deli Selections, Swiss Cheese, Natural + Sliced",
"Deli Selections Provolone Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Sour Cream",
"Cottage Cheese",
"Dip",
"Mozzarella Cheese",
"Shredded Mild Cheddar Cheese",
"100% Grated Parmesan Cheese",
"100% Grated Parmesan Cheese",
"Cream Cheese, Original",
"99% Fat Free Original Lowfat Yogurt",
"Lowfat Raspberry Yogurt",
"Lowfat Yogurt, Original",
"Original Low Fat Yogurt, Strawberry Banana",
"Lowfat Original Yogurt",
"Lowfat Original Yogurt",
"Lowfat Yogurt",
"99% Fat Free Original Mixed Berry With Natural Flavor",
"Original Vanilla Lowfat Yogurt",
"Fat Free Yogurt With Sucralose, Vitamin A & D Added",
"Fat Free Lite Yogurt",
"Light Fat Free Yogurt",
"Strawberry Banana Lowfat Yogurt",
"Fat Free Light Lowfat Togurt",
"Original Vanilla Flavored Lowfat Yogurt",
"Original Strawberry With Other Natural Flavor",
"Fat Free Yogurt",
"Sweet Cream Butter",
"Sweet Cream Butter",
"Soft Margarine",
"Who Needs Butter! Made With Sweet Cream Buttermilk 70% Vegetable Oil Spread",
"Classic Pizza Crust",
"Pulp Free Orange Juice",
"Lowfat Milk",
"2% Reduced Fat Milk",
"Pure Michigan, Fat Free Milk",
"Vitamin D Milk",
"1% Lowfat Milk, Chocolate",
"Vitamin D Milk",
"2% Reduced Fat Milk",
"Pure Michigan Vitamin A & D Fat Free Milk",
"1% Lowfat Chocolate Milk, Chocolate",
"Hamburger Skillet Dinner",
"Tuna Skillet Dinner Creamy Pasta & Sauce Mix",
"Homestyle Baked Beans",
"Baked Beans, Maple Cured Bacon",
"Garbanzo Beans, Chick Peas",
"Teriyaki Marinade And Sauce",
"Chunky Soup",
"Water Chestnuts Sliced",
"Whole Water Chestnuts",
"Egg Mates Made With Real Egg Whites",
"Break'N Bake Cookie Dough, Oatmeal Cranberry Walnut",
"Chocolate Chunk Chewy Granola Bars",
"Chewy Granola Bars Chocolate Chip",
"Chewy Granola Bars",
"S'Mores Chewy Granola Bars",
"Break'N Bake, Cookie Dough, Chocolate Chip",
"Penne Rigate, Whole Wheat Macaroni Product",
"Mozzarella String Cheese",
"Mozzarella String Cheese",
"Scalloped Potatoes",
"Salsa, Fresh Vegetable, Mild",
"Fresh Vegetable Salsa, Medium",
"Black Bean & Corn Salsa, Medium",
"Diced Green Chilies, Mild",
"Sliced Jalapeno Peppers Pickels",
"Red Enchilada Sauce, Mild",
"Instant Oatmeal Maple & Brown Sugar",
"Preserves, Strawberry",
"Jelly, Concord Grape",
"Marmalade, Orange",
"Pure Honey",
"Vanilla Sandwich Creme Cookies, Vanilla",
"Sandwich Cremes Cookies, Chocolate And Vanilla",
"Lemon Sandwich Cremes Cookies",
"Old Fashioned Chocolate Chip Cookies",
"Old Fashioned Iced Oatmeal Cookies",
"Old Fashioned Sugar Cookies",
"Deli Style Roast Beef",
"Original Diced Tomato With Green Chilies",
"Diced Pears",
"Milk Chocolate Flavor",
"Hot Cocoa Mix With Minimarshmallows",
"Toaster Pastries, Frosted Strawberry",
"Toaster Pastries, Frosted Blueberry",
"Toaster Pastries, Frosted Cherry",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Toaster Pastries, Frosted Chocolate Fudge",
"Toaster Pastries, Frosted S'Mores",
"Colby Jack Stick Cheese",
"Deli Selections Sharp Cheddar Cheese",
"Baby Swiss Cheese",
"Cheddar Jack Cheese",
"Liquid Water Enhancer, Fruit Punch",
"Liquid Water Enhancer, Berry Pomegranate",
"Liquid Water Enhancer, Strawberry Watermelon",
"Liquid Water Enhancer, Black Cherry",
"Liquid Water Enhancer, Fruit Punch",
"Italian Seasoned Premium Croutons",
"Premium Croutons, Classic Caesar",
"Croutons Cheese & Garlic",
"Tropical Fruit Wafers",
"Necco, The Original Candy Wafer",
"Necco, The Original Candy Wafer, Orange, Licorice, Clove, Wintergreen, Chocolate, Cinnamon, Lemon, Lime",
"Necco, Assorted Wafers",
"Necco, Wafer",
"Candy Chews",
"The Original Candy Wafer",
"Chocolate Peanut Clusters",
"Mary Jane, Real Peanut Butter And Molasses",
"Mary Jane, Chewy Candy, Molasses, Peanut Butter",
"Mary Jane, Peanut Butter Kisses Candy, Peanut Butter",
"Peanut Butter Kisses",
"True Love Sour Tiny Hearts Candies, Watermelon, Wild Berry Grape, Sour Apple, Lemon, Extreme Tangerine, Blue Raspberry",
"True Love Candies",
"Flavored Mints, Peppermint",
"Dream Big Candies",
"True Love Tiny Hearts Candies, Strawberry, Grape, Green Apple, Orange, Blue Raspberry",
"Sweethearts Sour",
"Candies",
"True Love Tiny Heart Candies",
"Sweethearts, True Love Tiny Hearts Candy",
"Tropical Milk Chocolate",
"Sweethearts Candy",
"Candy Gummies",
"Cool Fresh Mint",
"Candies",
"Candies",
"Candies",
"True Love Candy",
"Sweethearts, Heart Shaped Candies",
"Sweethearts, Candies",
"Sweethearts, Rock Star Sour Candies",
"Hot Hearts Candy",
"Cool Hearts Candies",
"Chocolate Bar",
"Contest Candies",
"Skybar, Zombie Food Candy",
"Necco, Mary Jane, Chocolate Fudge Kisses Candy",
"Candies",
"Sweethearts, Heart Shaped Candy",
"Candies",
"Necco, Old Fashioned Candy Buttons",
"Necco, Canada Mints",
"Necco, Canada Mints, Wintergreen",
"Sweethearts, Heart Shaped Candy",
"Real Chocolate Nonpareils",
"Necco, Mighty Malts, Malted Milk Balls",
"63% Cacao Dark Chocolate Covered With Thins Mints, Thin Mints",
"Haviland, Dark Chocolate Covered Thin Mints",
"Mighty Malts, Speclked Malted Milk Balls",
"Easter Mini Nonpareils Chocolate",
"Egg Shaped Candies In Soda Pop Flavors",
"Soda Pop Eggs",
"Mighty Malts, Malted Milk Balls",
"Haviland, Nonpareils Dark Chocolate",
"Mighty 'Mels, Sparkly Milk Chocolate Eggs, Caramel",
"Mighty Mels, Caramel Sparkly Milk Chocolate Eggs",
"Mighty'Mels, Sparkly Milk Chocolate Eggs, Caramel",
"Holiday Caramel Filled Chocolates",
"The Original Candy Wafer",
"Chili With Beans",
"100% Grape Juice",
"Diced Tomatoes",
"Peach Slices In Light Slices",
"Chocolate Chip Cookies",
"Saltines",
"Caramel Dipped Shortbread Cookies",
"Fudge Marshmallow Cookies",
"Dinner Shell Pasta With A Creamy Cheese Sauce, Shells & Cheese",
"Deluxe Macaroni & Cheese Dinner With Creamy Cheddar Cheese Sauce",
"Premium Chunk White Chicken In Water",
"Bran Flakes Cereal",
"Beef Pasta Hamburger Dinner",
"Lasagna Hamburger Dinner",
"Peach Slices In Light Syrup",
"Fruit Cocktail, In Light Syrup",
"Baby Back Ribs",
"Bbq Sauce, Honey",
"Sandwich Cream Lemon Cookies",
"Sandwich Cream Assorted Cookies",
"Mustard",
"French Dressing",
"Thousand Island Dressing",
"Ranch Dressing",
"Italian Dressing",
"Potato Chips, Original",
"Cola Drink",
"Toasted Oats, Honey Nut",
"Self Rising Flour",
"Frosted Fruit",
"Frosted Cocoa",
"Silly Stars Sweetened Oat Cereal With Colored Marshmallow Bits",
"Frosted Shredded Wheat Cereal",
"Corn And Oat Cereal, Berry Crunch",
"Crisp Rice, Cocoa",
"Spread 53% Vegetable Oil",
"Soft Cookies, Chocolate Chip",
"Soft Cookies, Molasses",
"Strawberry Filled Cookies",
"White Enriched Bread",
"Sliced Strawberries",
"Happy Shapes Stars Cereal",
"Vienna Sausage",
"Vienna Sausage",
"Fig Bars",
"Fudge Bars",
"Gelatin Dessert",
"Medium Salsa, Peach And Pineapple",
"Peanuts, Party",
"Honey Roasted Peanuts",
"Non-Dairy Coffee Creamer",
"Toaster Pastries, Frosted Strawberry",
"Frosted Brown Sugar Cinnamon Toaster Pasteries",
"Toaster Pastries, Frosted Cherry",
"Dinner, Macaroni & Cheese",
"Arborio Italian Rice",
"Brown Basmati Indian Rice",
"White Basmati Indian Rice",
"French Onion Dip",
"Lowfat Cottage Cheese",
"Cottage Cheese",
"Colby Jack Cheese",
"Sharp Cheddar Cheese",
"Mild Cheddar Cheese",
"Mozzarella Cheese",
"Refried Beans",
"Salsa, Mild",
"Medium Salsa",
"Enriched Macaroni Product, Spaghetti",
"Enriched Macaroni Product, Elbow Macaroni",
"Thin Spaghetti Enriched Macaroni Product",
"Vermicelli Enriched Macaroni Product",
"Fettuccine, Enriched Macaroni Product",
"Linguine",
"Cookies'N Cream Ice Cream",
"Chili Powder",
"Poultry Seasoning",
"Lemon Pepper Seasoning",
"8 Hamburger Buns",
"Jumbo Cooked Shrimp",
"Mini Corn On The Cob",
"Juice Cocktail, Grape Cranberry Juice",
"100% White Grape Juice",
"Enriched Wheat Bread",
"Muffin Mix, Blueberry",
"Deluxe Fudge Mix Brownies",
"Condensed Soup",
"Bean Sprouts In Water",
"Whole Fancy Water Chestnuts",
"World Classics Trading Company, Whole Baby Corn In Water",
"Waffles, Homestyle",
"Marinated Mushrooms With Old World Italian Style Seasonings",
"Marinated Mushrooms Portabellas With Red Peppers",
"Garlic & Herb Italian Style Seasonings",
"100% Pure Honey",
"Pie Crust, Graham Cracker",
"Original Cream Cheese",
"Crackers With Peanut Butter",
"Juice Drink, Fruit Punch",
"Berry Bunch O Crunch Oat And Corn Cereal",
"Gourmet Original Crackers",
"Wheat Crackers",
"Gourmet Stone Ground Wheat Thin Crackers",
"Shredded Mild Cheddar Cheese",
"Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Chocolate Chip Cookies",
"Assorted Cookies, Old Fashioned Iced Oatmeal, Sugar, Oatmeal And Coconut Macaroon",
"Old Fashioned Oatmeal Cookies",
"Old Fashioned Iced Oatmeal Cookies",
"Sugar Wafers",
"Oven Roasted Crackers, Peanut Butter, Cheese",
"Oven Toasted Crackers, Peanut Butter",
"Oven Toasted Cheese Crackers",
"Honey Mustard",
"World Classics, Black Olive Gourmet Tapenade",
"World Classics Trading Company, Italian Style White Clam Sauce",
"World Classics, Red Clam Sauce, Italian Style",
"Finely Shredded Colby Jack Cheese",
"World Classics Trading Company, Pignoli Pine Nuts, Authentic",
"Wild Caught Mackerel In Water",
"World Classics Trading Company, European Sparkling Soda, Blood Orange",
"World Classics Trading Company, Sparkling Soda, Lemonade",
"World Classics, Sparkling Soda, Pink Lemonade",
"Panko Japanese - Style Bread Crumbs",
"Freezer Pops",
"Rainbow Sherbet Ice Cream, Orange, Lime & Raspberry",
"Puffed Wheat Cereal",
"Puffed Rice Cereal",
"Soda, Straberry",
"Soda, Fruit Punch",
"Frozen Dairy Dessert, Vanilla",
"Neapolitan Frozen Dairy Dessert",
"Soda, Red Creme",
"Spread 39% Vegetable Oil",
"Macaroni Hamburger Dinner",
"Mixed Vagatables",
"Homestyle Biscuits",
"Buttermilk Biscuits",
"Enriched Wheat Bread",
"Mini Freezer Pops",
"Chicken Broth",
"Beef Broth",
"Chicken Broth",
"Non-Dairy Coffee Creamer",
"Fish Sticks",
"Apple Sauce",
"Assorted Creme Wafers",
"World Classics Trading Company, Teriyaki Sauce",
"World Classics, Sauce, Stir Fry",
"World Classics, Szechuan Sauce",
"World Classics Trading Company, General Tso's Sauce",
"World Classics Trading Company, Garlic Sesame Sauce",
"Sweetened Condensed Filled Milk",
"Sandwich Slices, White American",
"Ice Cream Cups, Vanilla",
"Ice Cream Cups",
"Ice Cream Cups",
"Fun Drinks",
"Sliced Hardwood Smoked Bacon",
"Panko Bread Crumbs With Italian Seasoning",
"Vegetable Oil Cooking Spray",
"Sandwich Creme Assorted Cookies",
"Sandwich Creme Cookies, Chocolate",
"Sandwich Creme Duplex Cookies",
"Lemon Cookies",
"Sandwich Creme Peanut Butter Cookies",
"Sandwich Creme Cookies",
"World Classic, Julienne Cut Sun-Dried Tomatoes",
"Pasta Sauce, Marinara",
"Tomato Basil Pasta Sauce",
"Pasta Sauce, Arrabiata",
"Creamy Vodka Pasta Sauce",
"World Classics, Six Cheese Pasta Sauce, Authentic",
"Sweetened Multi-Grain Cereal, Frosted Apples",
"Sweetened Multi-Grain Cereal, Berry Crunch",
"Sweetened Corn Cereal, Frosted Cocoa",
"Sweetened Rice Cereal, Cocoa Crisp Rice",
"Sweetened Corn Cereal",
"Sweetened Multi-Grain Cereal With Other Natural Flavor",
"Silly Stars Sweetened Oat Cereal With Real Marshmallows",
"Raisin Bran",
"Toasted Oats Cereal",
"Sweetened Toasted Oat Cereal With Real Honey And Natural Almond Flavor",
"Fruit Flavored Snacks",
"Pasta Sauce, Traditional",
"Meat Flavor Pasta Sauce",
"Mushroom Pasta Sauce",
"Original Sausage Links",
"Sausage Links, Maple",
"Fully Cooked Sausage Patties, Original",
"Sandwiches, Vanilla",
"Decorating",
"Edible Confetti",
"Decorating Hippity Hop Edible Confetti",
"Hoppy Spring Decorating",
"Hoppy Hunting Decorating",
"Fun Drinks",
"Valutime, Sou Sauce",
"Creamy Vanilla Frosting",
"World Classics, Sparkling Soda, Pomegranate",
"Decorating Sanding Sugar",
"Decorating Bee Yellow Sanding Sugar",
"Tomato Ketchup",
"Light Ice Cream, Cookies 'N Cream",
"Light Ice Cream, Strawberry",
"Light Ice Cream, Vanilla Fudge Swirl",
"Light Ice Cream, Neapolitan",
"Light Ice Cream, Chocolate",
"Light Ice Cream, Vanilla",
"Light Ice Cream, Vanilla",
"Light Ice Cream, Neapolitan",
"Light Ice Cream, Fudgeswirl",
"Light Ice Cream, Chocolate",
"Light Ice Cream, Chocolate Chip",
"Light Ice Cream, Cookies'N Cream",
"Ultra Pasteurized Coffee Creamer",
"Fudge Striped Cookies, Caramel Coconut",
"Rainbow Sherbet",
"Ginger Ale",
"Sweet P's, Frosted Sugar Cookies",
"Traditional Bread Crumbs",
"Italian Style Bread Crumbs",
"Cut Green Beans",
"Freshly Frozen Cut Broccoli",
"Freshly Frozen Green Peas",
"Whole Kernel Corn",
"Freshly Frozen Mixed Vegetables",
"Cheese Crackers With Cheddar Cheese",
"Snack Crackers",
"Blueberry Scones",
"Brownies",
"Red Velvet Cakes",
"Vanilla Bean Scones",
"Chicken Breast Nuggets",
"Chicken Breast Strips",
"Jumbo Popcorn Chicken",
"Chicken Breast Patties",
"Salad Dressing",
"Pure Fancy Maple Syrup",
"Instant Oatmeal",
"Instant Oatmeal, Apple, Cinnamon",
"Drink",
"Lemon Drink",
"Lemon - Lime Drink",
"Drink",
"Cupcakes",
"Frosted Sugar Cookies",
"Crinkle Cut French Fried Potatoes",
"Crinkle Cut French Fried Potatoes",
"White Striped Chocolate Shortbread Cookies",
"Crushed Red Pepper",
"Ice Cream",
"Neapolitan Light Ice Cream",
"Light Ice Cream, Chocolate",
"Decorating Jimmies, So Chocolate",
"Decorating Rainbow Jimmies",
"Decorating Sanding Sugar, Really Orange",
"Rich Brown Sanding Sugar",
"Decorating Rainbow Rush",
"Boulder Burger Company, Angus Beef Patties, Vidalia Onion",
"Party Peanuts, Salted & Roasted",
"Peanuts, Honey Roasted",
"Salted & Roasted Cashew Pieces",
"Toffee, Peanuts",
"Salted & Roasted Mixed Nuts",
"Oyster Crackers",
"Assorted Creme Wafers",
"Gelato",
"Cheese Danish Coffee Cake",
"Traditional Pasta Sauce",
"Sorbet",
"Pasta Sauce",
"Angus Beef Patties",
"Burgers",
"Burgers",
"Corned Beef With Juices",
"Gravy & Sliced Beef",
"Hot Cocoa Mix",
"Hot Cocoa Mix With Mini Marshmallows",
"Chocolate Cupcakes",
"Fudge Iced Brownies",
"Fudge Iced Brownies",
"Fudge Iced Brownies With Candy",
"Sea Salt & Caramel Brownies",
"Brownies",
"Brownies",
"Cape Covelle Seafood Market, Raw Shrimp",
"Jumbo Cooked Shrimp",
"Shrimp",
"Shrimp",
"Pollock Fillets",
"Salmon Fillets",
"Cod Fillets",
"Swai Fillets",
"Decorating Frosty Flurries Edible Confetti",
"Holly Jolly Edible Confetti Decorating",
"Rosy Red Decorating Sprinkles",
"Decorating Glam Green Sprinkles",
"Decorating Glam Green Sanding Sugar",
"Buttercream Decorating Icing, Really Black",
"Buttercream Decorating Icing, Ocean Blue",
"Wispy White Decorating Sanding Sugar",
"Frost Blue Sanding Sugar Decorating",
"Sixlets Spring Green Candy",
"Sixlets Candy Coated Chocolate, Totaly Orange",
"Decorating Icing",
"Glam Green Decorating Icing",
"Wispy White Decorating Icing",
"Tomato Ketchup",
"Cream Cheese Iced Brownies",
"Dessert Cups",
"No- Bake Cookies",
"No-Bake Cookies",
"World Classics, Mexican Style Cheese",
"Plain Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Vanilla",
"Greek Nonfat Yogurt, Strawberry",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Black Cherry",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Soup",
"Chunky Chicken Noodle Soup",
"Mustard",
"Creme Cake",
"Sliced Cream Cake",
"Cinna-A-Butter Sliced Creme Cake",
"Sliced Creme Cake",
"Pizza, Taco Supreme",
"Pizza, 3 Meat Sausage, Pepperoni & Ham",
"Pizza, Cheese",
"Pizza, Combination Sausage & Pepperoni",
"Pizza, Pepperoni",
"Pizza, Cheeseburger",
"Cupcake Kit",
"Cupcake Kit, Caramel Apple Pies",
"Cupcakes",
"Cupcakes",
"Skully Skeletons Crispy Rice Pop Kit",
"Zombie Dance Party Cookie Kit",
"Cupcake Kit, Peppermint Mocha",
"Holly Wreath Cookie Kit",
"Down The Chimney Cupcake Kit",
"Flaky Snowman Cupcake Kit",
"Rudolph The Red-Nosed Reindeer Holiday Cupcakes Kit",
"Mini Fall Leaves Edible Confetti",
"Fall Harvest Decorating Jimmies",
"Decorating Pumpkin Patch",
"Really Orange Non-Pareils Decorating",
"Trick Ot Treat Jimmies",
"Witch's Magic Decorating",
"Decorating Ghosts & Bats Edible Confetti",
"Decorating Spooky Shape Edible Confetti",
"Let It Snow Decorating Non-Pareils",
"Really Black Sanding Sugar",
"Yellow Corn Tortilla Chips",
"Blueberry Mini Muffins",
"Mini Muffins",
"Mini Muffins",
"Blueberry Muffins",
"Muffins",
"Muffins",
"Tortilla Chips, Nacho Cheese",
"Corn Chips",
"Bbq Potato Chips",
"Ripple Potato Chips",
"Potato Chips",
"Cheese Puffs",
"Crunchy Cheese Curls",
"Classic Potato Chips",
"Toasted Oats Honey Nut",
"Frosted Fruit",
"Sweetened Oat Cereal With Real Marshmallows",
"Frosted Shredded Wheat Cereal",
"Crisp Rice Toasted Rice Cereal",
"Toasted Oats",
"Corn Flakes Cereal",
"Honey Nut Toasted Oats",
"Sweetened Frosted Flakes Corn Cereal",
"Raisin Bran Cereal, Crunchy Wheat Flakes Cereal With Raisins",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt Peach Fruit On The Bottom",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Wide Awake Coffee Co, Coffee Creamer, Hazelnut",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Wide Awake Coffee Co, Non-Dairy Coffee Creamer, Italian Sweet Creme",
"Wide Awake Coffee Co, Non-Dairy Coffee Creamer, Peppermint Mocha",
"Wide Awake Coffee Co, Coffee, Pumpkin Spice",
"Sandwich Creme Duplex Cookies",
"Assorted Cookies, Sandwich Creme",
"Sandwich Creme Cookies, Lemon",
"Wafers, Vanilla",
"Cheddar Cheese",
"Monterey Jack Cheese With Jalapeni Peppers",
"Beef Bouillon Cubes",
"Bouillon Cubes, Chicken",
"Popcorn",
"Microwave Popcorn, Theater Butter",
"Microwave Popcorn, Butter",
"Sweet Spring Jimmies",
"Sweet P's Bake Shop, Cupcakes, Chocolate",
"Sweet P's Bake Shop, Chocolate Cupcakes",
"Sweet P's Bake Shop, Cupcakes, Vanilla",
"Sweet P's Bake Shop, Cupcakes, Chocolate",
"Instant Mashed Potato Flakes",
"American Wild Shrimp",
"American Wild Shrimp",
"Vienna Sausage",
"Vienna Sausage",
"Sweet P's Bake Shop, Seed & Fruit Granola",
"Texas Toast, Garlic",
"Sweet P's Bake Shop, Jumbo Glazed Raised Donuts",
"Sweet P's, Mini Glazed Raised Donuts",
"White Turkey",
"Lean Cooked Ham & Water Product",
"Toaster Pastries, Frosted Strawberry",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Toaster Pastries, Frosted Blueberry",
"Iced Tea Mix, Lemon",
"Sweet P's Bake Shop, Crispy Mini Cookies, Chocolate Chip",
"Sweet P's, Mini Cookies, Cinnamon Crispy",
"Sweet P's Bake Shop, Sugar Crispy Mini Cookies",
"Sausage Pizza",
"Five Cheese Pizza",
"Supreme Pizza",
"Star Spangled",
"Enriched Macaroni Product, Elbow Macaroni",
"Sweet P's Bake Shop, New York Style Cheesecake",
"Sweet P's Bake Shop, Swirl Cheesecake, Strawberry",
"Sweet P's Bake Shop, New York Style Cheesecake",
"Sweet Rolls",
"Sweet P's Bake Shop, Raspberry Sweet Rolls",
"Lemon Poppy Mini Muffins",
"Pumpkin Streusel Mini Muffins",
"Sandwich Spread",
"Apple Pie",
"Apple Crumb Pie",
"Blueberry Pie",
"Cherry Pie",
"Peach Pie, Real Peach Fruit Filling Inside A Golden Flaky Crust",
"Pecan Pie",
"Wide Awake Coffee Co, Salted Caramel Mocha",
"Wide Awake Coffee Co, Coffee Creamer, Pumpkin Spice",
"Pie",
"Molasses Soft Cookies",
"Soft Cookies, Oatmeal, Raisin",
"Dutch Cocoa Soft Cookies",
"Soft Cookies, Lemon",
"Cookies, Chocolate Chip",
"Snicker Doodle Soft Cookies",
"Soda, Orange",
"Cola",
"Flavored Soda, Grape",
"Root Beer",
"Flavored Soda, Fruit Punch",
"Cashew Pieces",
"Soft Cookies, Peanut Butter",
"Value Time, Soft Cookies, Oatmeal",
"Sugar Soft Cookies",
"Holiday Happiness Mix",
"Princess Mix Decorations",
"Frosted Mix",
"Sweet P's Bake Shop, Brownies",
"Cinnamon Rolls",
"Sweet P's Bake Shop, Sweet Coconut Cookies, Chocolatey Dipped Macaroons",
"Sweet P's Bake Shop, Macaroons, Coconut",
"Sweet P's Bake Shop, Scones, Orange, Cranberry",
"Sweet P's Bake Shop, Scones, Blueberry",
"Hawaiian Style Pizza",
"Specialty Pizza",
"Decorating Jimmies, Royal Purple",
"Decorating Really Black Jimmies",
"Decorating Jimmies, Ocean Blue",
"Decorating Glam Green Jimmies",
"Decorating Really Orange Jimmies",
"Decorating Bee Yellow Jimmies",
"Decorating Rosy Red Jimmies",
"Turtle Cheesecake",
"Whipped Dressing",
"Enriched Egg Noodle Product, Wide Egg Noodles",
"Enriched Macaroni Product, Spaghetti",
"Vanilla Chocolate Ice Cream",
"Peanut Butter & Fudge Cookies",
"Stewed Tomatoes",
"Sloppy Joe Sauce",
"Tomato Paste",
"Grated Style Topping, Italian",
"English Muffins",
"Whipped Topping",
"Apple Juice",
"Orange Juice",
"Drink Mix, Lemonade",
"Granulated Sugar",
"Bartlett Pear Halves In Light Syrup",
"Cut Green Beans",
"French Style Green Beans",
"Cut Beets",
"Sliced Carrots",
"Cream Style Golden Corn",
"Whole Kernel Golden Corn",
"Sweet Peas",
"Mixed Vegetable",
"Small Whole White Potatoes",
"Whole Peeled Tomatoes",
"Tomato Sauce",
"Tomato Sauce",
"Stems & Pieces Mushrooms",
"Red Kidney Beans",
"Tomato Juice With Added Vitamin C",
"Juice Cocktail, Cranberry Apple",
"Juice Cocktail, Cranberry",
"Condensed Soup, Chicken Noodle",
"Condensed Soup, Cream Of Chicken",
"Condensed Soup, Cream Of Mushroom",
"Broth, Chicken",
"Condensed Tomato Soup",
"Microwave Popcorn",
"Microwave Popcorn, Theater Butter",
"Chocolate Syrup, Chocolate",
"Maraschino Cherries",
"Ice Cream, Chocolate",
"Neapolitan Ice Cream",
"Ice Cream, Vanilla",
"Biscuit Baking Mix",
"Marshmallows",
"Enriched Instant Grits, Original",
"Quick Oats",
"Baked Beans With Brown Sugar & Bacon",
"Jelly",
"All Purpose Flour Bleached & Enriched",
"Sweet Relish",
"Jelly, Grape",
"Preserves, Strawberry",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"100% Pure Honey",
"Natural And Artificial Butter Flavored Syrtup",
"Syrup",
"Sandwich Creme Cookies, Assorted",
"Sandwich Creme Cookies, Chocolate",
"Sandwich Creme Cookies, Duplex",
"Sandwich Creme Cookies, Peanut Butter",
"Sandwich Creme Cookies, Vanilla",
"Sandwich Creme Cookies, Lemon",
"Peanuts, Dry Roasted",
"Evaporated Filled Milk",
"Non-Dairy Coffee Creamer",
"Cajun Seasoning",
"Vanilla Ice Cream",
"Fudgeswirl Ice Cream",
"Neapolitan Ice Cream",
"Taco Shells",
"Sandwich Slices",
"Juice Cocktail, Apple",
"100% Apple Juice",
"Complete Pancake & Waffle Mix, Buttermilk",
"Animal Crackers",
"Bbq Sauce, Original",
"Bbq Sauce, Hickory Smoke",
"Light Italian Dressing",
"Steak Sauce",
"Hot Dog Sauce",
"Milk Chocolate Covered Cherrries",
"Cella's, Milk Chocolate",
"Dark Chocolate Covered Cherries",
"Cherries Covered In Milk Chocolate Wrapped In Foil, Milk Chocolate",
"Chella's, Dips Dark Chocolate Covered Whole Cherries",
"Delicious Cherries Covered With Real Milk Chocolate",
"Delicious Cherries, Covered With Real Dark Chocolate",
"Cella's, Delicious Cherries Covered With Real Milk Chocolate",
"Cherries Covered In Milk Chocolate Wrapped In Foil, Milk Chocolate",
"Old Fashioned, Eclair Pie, Baked Chocolate",
"Table Talk Pies, Inc., Old Fashioned Baked Peach Pie",
"Old Fashioned Baked Pecan Pie",
"Apple Pie",
"Cherry Pie",
"Chocolate Eclair Pie",
"Lemon Pie",
"Pumpkin Pie",
"Apple Pie",
"Old Fashioned Lemon Pie, Lemon",
"Old Fashion Strawbery Rhubarb Pie",
"Old Fashioned Peach Pie",
"Old Fashioned Lemon Crunch Pie",
"Old Fashioned Coconut Custard Pie",
"Old Fashioned Pineapple Pie",
"Old Fashioned Blueberry Pie",
"Old Fashioned Cherry Pie, Cherry",
"Family Recipe Seafood Marinade",
"Spicy Asian Barbecue Sauce",
"Dill Sauce",
"Thai Peanut Ginger Sauce",
"Gourmet Honey Sesame Sauce",
"Thai Plum Garlic Sauce",
"Thai Sweet Chili Sauce",
"Hot Pepper Raspberry Chipotle Sauce",
"Horseradish Sauce",
"Lemon Wasabi Sauce",
"Roasted Portabella & Roma Tomato Pasta Sauce",
"Vodka Pasta Sauce, Gourmet Pasta Sauce",
"Roma & Sun-Dried Tomato Pasta Sauce",
"Pineapple Coconut Mango Tequila Sauce",
"Gourmet Blackberry Chipotle Sauce",
"Chop House Steak Sauce",
"Raspberry Honey Mustard Pretzel Dip",
"Raspberry Honey Mustard Pretzel Dip",
"Toasted Garlic Horseradish Dip",
"Onion Blossom Horseradish Dip",
"Onion Blossom Horseradish Gourmet Dip",
"Onion Blossom Horseradish Dip",
"Roasted Pineapple & Habanero Dip",
"Sauce",
"Roasted Red Pepper Bruschetta Gourmet Spread",
"Caramelized Onion Balsamic Spread",
"Isle Onion Dill Horseradish Dip",
"Hatch Chile Jalapeno Jam, Gourmet Preserves",
"Gingerbread Dip, Sugar N' Spice",
"Gourmet Dip, Peppermint Candy Cane",
"Buffalo Bleu Cheese Dip",
"Buffalo Blue Cheese Dip",
"Nutcracker Dip",
"Red Raspberry Preserves",
"Pear Ginger Preserbes",
"Mixed Berry Preserves",
"Stone Fruit Preserves",
"Heirloom Tomato Watermelon Jam",
"Sweet & Spicy Corn Relish",
"Gourmet Pappadew & Lager Cheese Dip",
"Caramel Sauce",
"Fruit Spread",
"Blackberry Tea & Sage Fruit Spread",
"Arugula Walnut Pesto Gourmet Spread",
"Apricot Fruit Spread",
"Gourmet Mustard, Raspberry Honey",
"Gourmet Dipping Mustard, Raspberry Wasabi",
"Ginger Wasabi Sauce",
"Anna Mae's Smoky Mustard, Gourmet Mustard",
"Lemon Dill & Capers Sauce",
"Traditional Cocktail Sauce",
"Limoncello Curd",
"Robert's Reserve, Champagne Grapefruit Cardamom Mustard",
"Pineapple Glaze",
"Strawberry Glaze",
"Blueberry Glaze",
"Gourmet Hoisin Bbq Sauce",
"Ghost Pepper Bbq Sauce",
"Texas Style Bbq Sauce",
"White Bbq Sauce",
"Bbq Relish",
"Caramel Shishito Mustard",
"Sweet & Spicy Bourbon Bbq Sauce",
"Dessert Topping, Dark Chocolate Sauce",
"Peppermint Sauce",
"Dessert Topping, Chocolate Caramel & Sea Salt Sauce",
"Dessert Topping",
"Dessert Topping",
"Sauce",
"Organic Gourmet Sauce, Whiskey Pepper Cream",
"Organic Gourmet Sauce, Blueberry Balsamic",
"Organic Gourmet Sauce, Citrus Chardonnay",
"Organic Gourmet Sauce, Sriracha Teriyaki",
"Organic Dip, Blueberry Lemon Ginger",
"Organic Hot Cherry Merlot Dip",
"Organic Chili & Cilantro Dip",
"Robert's Reserve, Gourmet Whiskey Maple Bbq Sauce",
"Chocolate Dipping Pretzels",
"Buttermilk Pancake & Waffle Mix, Gourmet Pancake Mix",
"Gourmet Pancake & Waffle Mix",
"Brown Sugar Cinnamon Streusel Muffin Mix",
"Classic Shortbread Cookie Mix, Gourmet Dessert Mix",
"Pub Style Pretzel Bread Mix",
"Double Chocolate Fudge Brownie Mix",
"Asian Naturals Shrimp Fried Rice",
"Chicken Fried Rice",
"Asian Naturals, General Tso's Chicken, Chicken Breast Meat, Red Bell Peppers, Broccoli And Carrots In A Sweet & Spicy Sauce With Brown Rice",
"White Meat Chicken Mini Egg Rolls",
"Vegetable Egg Rolls",
"Sweet Thai Chili Wrapped White Meat Chicken Egg Rolls",
"White Meat Chicken Egg Rolls",
"White Meat Chicken Egg Rolls",
"Sriracha Chili Wrapped, White Meat Chicken Egg Rolls",
"Chung's, White Meat Chicken Egg Rolls, Garlic Ginger",
"Chicken Fried Rice",
"All Natural Vegetable Lo Mein",
"Mushroom Lo Mein",
"Lo Mein",
"Chung's, Pork Egg Rolls",
"Chung's, Vegetable Egg Rolls",
"Shrimp Egg Roll",
"Chung's, White Meat Chicken Egg Rolls",
"Spicy White Meat Chicken Egg Rolls",
"New Deli York Kosher Dill Pickle",
"Authentic Deli York Spicy Kosher Dill Pickle",
"Horseradish Kosher Dill Deli Pickle",
"Taste Nirvana, Real Coco Aloe",
"Real Thai Tea Latte",
"Real Thai Coffee Latte",
"Taste Nirvana, Thai Tea",
"Thai Coffee",
"Taste Nirvana, Young Coconut Juice",
"Taste Nirvana, Roasted Young Coconut Juice",
"Taste Nirvana, Real Coconut Water",
"Taste Nirvana, Real Coconut Water With Pulp",
"Taste Nirvana, Thai Tea",
"All Natural Sweet Chilli Sauce",
"Taste Nirvana, Real Coconut Water With Pulp",
"Taste Nirvana, Real Coconut Water",
"Taste Nirvana, Coco Motion, Coconut Water",
"Taste Nirvana, Coconut Water, Thai Chili",
"Taste Nirvana",
"Taste Nirvana, Real Coconut Water",
"Chukar Cherries, Dried Northwest Rainier Cherries",
"Chukar, Milk & Dark Chocolate, Cherry Quartet",
"Chukar Cherries, Milk Chocolate Truffle Cherries, Truffle Cherries",
"Chukar Cherries, Amaretto Rainiers Cherries, Dark Chocolate",
"Chukar Cherries, Berry & Pistachio Mix",
"Chukar Cherries, Dessert Sauce, Vanilla Peach",
"Dessert Sauce",
"Peach Cherry Salsa",
"Pie & Cobbler Filling",
"Plain Lowfat Yogurt",
"Lowfat Yogurt, Vanilla",
"Lowfat Yogurt, Coffee",
"Cheese Snack, Crustless Mini Cheese Cake",
"Cherry Pie With Other Natural Flavors",
"Chocolate Pie",
"Lightly Glazed, Real Fruit Filling",
"Duos Pie",
"Pumpkin Pie",
"Pie",
"Eid Bites Mini Snack Pies",
"Tid-Bits Mini Snack Pies",
"Apple Pie",
"Cherry Pie",
"Apple Pie",
"Tid-Bits Mini Snack Pies",
"Parmesan & Romano Grated Cheese",
"Goetta Dawg Sausage",
"The Original Candy Canes, Peppermint",
"12 Candy Canes, Cherry Artificially Flavored",
"The Original Candy Canes Peppermint",
"Cinnamon Jelly Hearts",
"Holiday Spicettes Jelly Drops Candy, Cinnamon And Wintergreen",
"12 Candy Canes",
"Mini Mint Candy Canes",
"Assortment Of Mixed Hard Candies, Holiday Mix",
"Classic Jelly Bird Eggs",
"America's Candy Maker, Jelly Bird Eggs Flavored Candy, Classic",
"Chocolate Couered, Marshmallow Santas",
"Worms",
"Classic Jelly Beans",
"Jelly Beans With Real Fruit Juice",
"Easter Hunt Eggs Candy, Marshmallow",
"Jube Jel Cherry Hearts",
"Peppermint Christmas Nougats, Peppermint",
"Candy Corn",
"Autumn Mix Candy",
"Star Brites, Peppermint Candy",
"Candy Canes",
"Milk Chocolate",
"Conversation Hearts Candy",
"Conversation Hearts Candy",
"Maple Nut Goodies, Roasted Peanuts In Crunchy Toffee With Maple Coating",
"Peppermint Nougats",
"Maple Nut Goodies",
"Classic Jelly Beans",
"Lemon Drops",
"Hard Candy",
"California Raisins",
"Brachs, Milk Chocolate Stars",
"Chocolate Creations, Milk Chocolate Double Dippers",
"Star Brites Candy, Peppermint",
"Jelly Beans Candy",
"America's #1 Candy Corn",
"Autumn Mix Candy",
"Candy Corn",
"Mellowcreme Pumpkins Candy",
"Indian Corn Candy",
"Classic Candy Corn",
"Maple Nut Goodies",
"Spice Drops",
"Milk Maid, Royals Made With Real Caramel",
"Gummy Worms Candy",
"Star Brites Peppermint Candy",
"St. Michael's, Premium Chicharon, Fried Pork Rinds",
"Greek Yogurt Fruit On The Bottom, Peach Cream",
"Raspberry Cream",
"Canadian Dressed Lobster",
"Marinara Sauce",
"D'Arbo, Fruit Spread, Rose Apricot",
"D'Arbo, All Natural Fruit Spread, Garden Strawberry",
"Wild Lingonberry Sauce",
"Darbo, Fruit Syrup, Black Currant",
"D'Arbo, Fruit Spread, Marasque Sour Cherry",
"Organic Lowfat Yogurt, Peach",
"Organic Lowfat Yogurt, Raspberry Rush",
"Organic Lowfat Yogurt, Strawberry Crush",
"Organic Lowfat Yogurt, Vanilla Velvet",
"Lactose Free-Made With Milk",
"Lactose Free-Made With Milk",
"Lowfat Yogurt",
"Lowfat Yogurt",
"Blueberry Cream",
"Honey",
"Nonfat Plain Greek Yogurt",
"Greek Yogurt Fruit On The Bottom, Strawberry Cream",
"Greek Yogurt",
"Greek Yogurt",
"Greek Yogurt",
"Greek Nonfat Yogurt, Blueberry",
"Greek Nonfat Yogurt, Strawberry",
"Greek Nonfat Yogurt, Fruit On The Bottom, Peach",
"Greek Nonfat Yogurt, Grade A",
"Greek Yogurt: honey",
"Greek Yogurt, Traditional Style, Plain",
"Greek Yougrt",
"Greek Yogurt",
"Greek Nonfat Yogurt, Honey",
"Greek Vanilla Nonfat Yogurt",
"Greek Yogurt",
"Apple, watermelon and raspberry juice",
"Tandoor Chef, Chicken Biryani",
"Chicken Curry With Seasoned Basmati Rice",
"Chicken Tikka Masala With Cumin-Infused Basmati Rice",
"Pure Cow Ghee",
"Vegetable Pad Thai, Tangy Spicy Stir-Fried Rice Noodles Mixed With Select Vegetables",
"Palak (Saag) Paneer",
"Channa Masala",
"Roasted Channa",
"Sesame Seeds",
"Balanced Vegetarian Kofta Curry",
"Urad Dal",
"Moong Dal",
"Gondal Red Chili Pickle",
"Green Chili Pickle In Oil",
"Jowar Flour",
"Hot Mango Pickle Relish In Oil",
"Sweet Lime Pickle",
"Mixed Pickle",
"Home Style Green Chilli Pickle In Oil",
"Shredded Mango Pickle, Mango",
"Lime Sweet Pickle",
"Home Style Gor-Keri Pickle",
"Pickle In Oil",
"Home Style Curry Paste",
"Chutney",
"Indian Gourmet Dry Dates",
"Thick Poha",
"Berry Kerda Pickle In Oil",
"Mango Titbit Katki Pickle",
"Madras Curry Paste",
"Biryani Paste",
"Home Style Rogan Josh Paste",
"Home Style, Ginger Paste",
"Indian Gourmet Gota Mix",
"Khaman Mix",
"Dal Vada Mix",
"Dahi Vada Mix",
"Indian Gourmet Dhokla Mix",
"Dosa Mix",
"Gulab Jamun Mix",
"Idli Mix",
"Ginger Garlic Paste",
"Tandoori Naan",
"Mirch Masala, Puff Plain",
"10 Aloo Puri",
"Nectar, Pomegranate",
"The Original Naan Pizza, Eggplant",
"Original Naan Pizza",
"The Original Nan Pizza, Spinach & Paneer Cheese",
"The Original Naan Pizza, Margherita",
"Dahi Homestyle Lowfat Yogurt",
"Dahi Homestyle Lowfat Yogurt",
"Dahi Homestyle, Whole Milk Yogurt",
"Dahi Home Style Whole Milk Yogurt",
"Low Fat Lassi",
"Yogurt Smoothie, Rose",
"Lassi Yogurt Smoothie",
"Low Fat Lassi",
"Foods, Jumbo Peanuts",
"Murmura Mix",
"Indian Gourmet Fine Coconut Powder",
"Kulcha Pocketless Pita",
"Indian Gourmet Whole Wheat Kulcha",
"Roghani Naan",
"Indian Gourmet Paneer",
"The Original Naan Pizza, Jalapeno",
"Indian Gourmet Chapati",
"Kesar Mango Pulp",
"Udupi, Jaggery Powder",
"Jaggery Ball, Unrefined Cane Sugar",
"Rajgaro Flour",
"Crispy Fried Onions",
"Puffed Sorghum",
"Red Chili With Garlic Khichiya",
"Jeera Khichiya Ready-To-Fry Rice Wafers",
"Plain Khichiya",
"Green Chili Khichiya Ready-To-Fry Rice Wafers",
"Whole Wheat Khari Puffed Pastry",
"Whole Wheat Khari Puffed Pastry",
"Soya Bean Flour",
"Masala Khari Puffed Pastry",
"Chutney Masti",
"Chutney Mint",
"Coriander Chutney",
"Hot Mango Pickle In Oil",
"Bansi, Ready To Cook Crackers",
"Jeera Khari Puffed Pastry",
"Khari Puffed Pastry",
"Puffed Pastry",
"Jeera Khari Puffed Pastry",
"Puff Pastry",
"Roasted Upma Mix",
"Peanut Brittle Chikki",
"Mango Pickle",
"Peanut Bhujia",
"Kerala Mixture",
"Rice Murukku, South Indian Snacks",
"Rava Idli Mix",
"Rava Dosa Mix",
"Bhakri Flour",
"Handvo Mix",
"Carrot Pickle",
"Amba Haldar Fresh Turmeric Pickle",
"ratatouille provençale",
"Mini Crêpes ChocoLait",
"Organic Original Soymilk",
"Organic Soymilk",
"Juice",
"Organic 2% Reduced Fat Milk",
"1% Low Fat Milk",
"Organic 100% Pure Maple Syrup",
"Organic Creamy Peanut Butter",
"Peanut Butter, Crunchy",
"Organic Creamy Peanut Butter",
"Organic Original Instant Oatmeal",
"Wild Berry Crisp Cereal",
"Organic Microwave Popcorn",
"Organic Pinto Beans",
"Crushed Tomatoes With Basil",
"Organic Instant Oatmeal, Apple Cinnamon",
"Organic Maple Spice Instant Oatmeal",
"Organic Applesauce",
"Organic Pears",
"Organic Sweet Potatoes, Baby Food",
"Organic Squash",
"Organic Carrots",
"Organic Sweet Potatoes & Chicken Dinner",
"Organic Pears & Raspberries Baby Food",
"Organic Applesauce",
"Organic Blueberry Waffles, Blueberry",
"Granola",
"Organic Roasted Garlic Pasta Sauce",
"Organic Tomato Basil Pasta Sauce",
"Organic Marinara Pasta Sauce",
"Apples & Mango",
"Banana Nut Granola Whole Rolled Oats With Sweet Dried Banana, Almonds & Crunchy Walnuts",
"Fruit & Nut Granola",
"Natural Fiber & Protein Granola",
"Natural Parmesan Garlic & Herb Pita Chips",
"Macaroni & White Cheddar Cheese Dinner",
"Macaroni Shells & White Cheddar Cheese Dinner",
"Organic Prunes With Apples",
"Organic Chicken With Gravy",
"Organic Tomato Bisque",
"Organic Lentil & Chickpea Soup",
"Organic Vegetarian Chili",
"Organic Baby Kale",
"Organic Power Greens",
"Organic Romaine Leaves",
"Organic California Style Blend Vegetables",
"Organic Winter Blend Broccoli And Cauliflower",
"Organic Garden Blend",
"Organic Sweet Peas",
"Organic Cut Green Beans",
"Organic Peach Slices",
"Organic Diced Pears",
"Diced Peaches & Pears",
"Organic Petite Diced Tomatoes",
"Organic Diced Tomatoes With Green Chilies",
"Organic Pear Slices",
"Organic Great Northern Beans",
"Organic Chili Bean In Sauce",
"Organic Cannellini Beans, White Kidney Beans",
"Organic Juice Beverage",
"Organic Juice Beverage",
"Organic Juice Beverage",
"Organic Juice Beverage",
"Organic Diced Tomatoes",
"Organic Tomato Paste",
"Sea Salt Grinder",
"Garden Medley, Green Beans, Cauliflower And Assorted Vegetables In A Garlic Butter Sauce",
"Bulgur Quinoa With Vedetables",
"Organic Unsweetened Applesauce",
"Chicken Lumpia With Shrimp Shanghai",
"Tocino Pork",
"Hot Cured Pork Longanisa",
"Hot Dogs",
"Magnolia, Tender & Juicy Hot Dogs",
"Chicken Tocino",
"Skinless Sweet Hamonado",
"Skinless Vigan Longanisa",
"Ice Cream, Kona Coffee Chocodamia Nut",
"Premium Ice Cream",
"Ice Cream",
"Vinagreta Balsamica Salad Dressing",
"Extra light soft cheese",
"Tims extra thick and crunchy jalapeno potato chips",
"Hawaiian kettle style potato chips - Luan BBQ",
"Potato Chips, Jalapeno, Hot",
"Hawaiian, Kettle Style Potato Chips, Mango Habanero",
"Potato Chips, Honey Bbq",
"Hawaiian, Potato Chips, Island Lemon",
"Pasty Size Cascade Style Potato Chips, Original Lightly Salted",
"Potato Chips, Jalapeno",
"Cascade Style Potato Chips, Sea Salt & Vinegar",
"Kettle Style Potato Chips, Original",
"Crispy & Crunchy Kettle Style Potato Chips, Sweet Maui Onion",
"Luau Bbq Kettle Style Potato Chips, Sweet & Spicy",
"Original Kettle Style Potato Chips",
"Style Potato Chips",
"Tim's, Potato Chiips",
"Sweet Maui Onion Rings",
"Luau Barbeque Rings",
"Pimento Cheese Spread",
"Blissful Treats, Cookies 'N Cream Mousse",
"Blissful Treats, Baked Apple Crisp",
"Garden-Fresh Foods, Potato Salad, Mustard",
"Alaga, The Original Cane Flavor Syrup, Cane",
"The Original Cane Syrup",
"Alaga, Pancake Syrup",
"Intensely Fruity Christmas Pudding",
"Intensely Fruity Christmas Pudding",
"Intensely Fruity Christmas Pudding",
"Witti's Mini Pizza",
"Punalu'U Bake Shop, Macadamia Nut Shortbread Cookies, Guava Flavored",
"Punalu'U Bake Shop, Macadamia Nut Shortbread Cookies, Coffee",
"Punalu'U Bake Shop, Macadamia Nut Shortbread Cookies, Lilikoi",
"Punalu'U Bake Shop, Macadamia Nut Shortbread Cookies",
"Honey Soy Drink",
"Shrimp Scampi",
"Imitation Crabmeat",
"Breaded Butterfly Shrimp",
"Jumbo Breaded Tail-On Mini Shrimp",
"Breaded Popcorn Shrimp",
"Popcorn Shrimp",
"Vigneri, Creamy Milk Chocolate Plush Bunny Hollow Eggs",
"Egg Hunt Kit, Creamy Milk Chocolate Eggs",
"Vigneri, Milk Chocolate Hen Eggs",
"Vigneri, Creamy Milk Chocolate Egg With Jelly Beans Inside",
"Vigneri, Creamy Milk Chocolate Bite Size Eggs",
"Vigneri, Give Collection Rich Dark Chocolate Egg",
"Swiss Dark Chocolate",
"The Original Dark Chocolate, Mint Creams",
"Luxury Brazils Nuts, Dark Chocolate",
"Deko, Wafer Roll, Choco Banana",
"Deka Crepes",
"Deka Crepes",
"Wafer Roll",
"Ginger candy",
"Reduced Fat Belgian Chocolate Chunk Cookies",
"All Butter Reduced Fat Stem Ginger Cookies",
"Circus Peanuts, Sweet",
"Dainty Mints",
"Goetze's, Caramel Creams",
"Orange Pekoe & Pekoe Cut Black Tea",
"Smarties",
"Sour Neon Worms",
"Peppermint Puffs",
"Fruity Red Ju Ju Fish",
"Gummi Bears",
"Starlights Peppermints",
"Big Fizz, Cola",
"Big Fizz, Soda, Orange",
"Big Fizz, Root Beer",
"Big Fizz, Red Pop Soda, Red Pop",
"Big Fizz, Lemon Lime Soda",
"Cake Cups",
"Ice Cream Parlor Sugar Cones",
"Circus Peanuts",
"Goetze's, Caramel Creams",
"Butter Scotch Discs",
"Sweet Champagne Mix Candy",
"Caramel Chew Mix Chocolate",
"Discs, Cinnamon",
"Fruity Gummi Worms",
"Starlight Spearmints",
"Simplify, Thirst Quenching Cola",
"Simplify, Ginger Ale",
"Simplify, Soda, Orange",
"Simplify, Root Beer",
"Simplify, Mountain Citrus, Soda, Citrus",
"Simplify, Thirst Quenching Diet Cola",
"Simplify, Soda, Lemon Lime",
"Saltine Crackers, Unsalted Tops",
"Tropical Splash Cocktail",
"Dry Roasted Peanuts",
"Dates",
"Tropical Dried Pineapple",
"Dried Sweetened Cranberries",
"Tomato Ketchup",
"Diced Tomatoes",
"Green Tea",
"Savory Mix Brown Gravy",
"California Seedless Raisins",
"Sparkling Water Beverage, Kiwi Strawberry",
"Sparkling Water, Sweet Peach",
"Natural Flavored Sparkling Water, Black Cherry",
"Tropical Fruit Mix",
"Beef Broth",
"Beef Jerky",
"Peppermint Patties",
"Rite Aid, Pantry, 100% Juice, Apple",
"Rite Aid, Pantry, Cranberry Juice Cocktail From Concentrate",
"Juice, Fruit Punch",
"Dried Figs",
"Quality Tomato Paste",
"Apricots",
"Pitted Prunes",
"Coffee Creamer, Original",
"Kosher Dill Sprears",
"Orange Slice Candy",
"Chewy Spice Drops",
"Spearmint Leaves",
"Mint Twists",
"Vanilla Caramels Sweet & Chewy Candy",
"Jelly Beans",
"Simplify, Diet Cola",
"Simplify, Mountain Citrus, Soda, Citrus",
"Macaroni & Cheese Dinner",
"Banana Chips",
"Kosher Dill Spears",
"Beverage",
"Beverage",
"Splash Cocktail",
"Diet Cranberry Juice",
"Cranberry Juice Blend",
"Cashews Pieces & Halves",
"Snack Mix",
"Roasted & Salted Peanuts",
"Chocolate 'N Peanut Butter Trail Mix",
"Salted Tops Crackers, Saltine Crackers",
"Macaroni Cheese",
"Cheese Balls",
"Flavored Seltzer, Lemon Lime",
"Sparkling Seltzer Original",
"Rite Aid Pantry, Chewy Chocolate Chips Cookies",
"Tropical Fruit Mix",
"Peanuts, Sweet Barbeque",
"Refreshing Lemonade Made With Real Fruit Juice",
"Lemonade, Strawberry",
"Rite Aid, Seltzer Water, Lemon & Lime",
"Thrifty, Ice Cream, Rocky Road",
"Ice Cream",
"Ice Cream",
"Thrifty, Ice Cream, Mint N' Chip",
"Thrifty, Ice Cream",
"Thrifty, Ice Cream, Butter Pecan",
"Thrifty, Ice Cream, Vanilla",
"Thirfty, Ice Cream, Vanilla",
"Ice Cream",
"Ice Cream",
"Thrifty, Ice Cream, French Vanilla",
"Thrifty, Sherbet, Rainbow",
"Thrifty, Ice Cream",
"Thrifty, Ice Cream, Original Pecan Praline",
"Thrifty, The Original Ice Cream, Chocolate",
"Ice Cream",
"Ice Cream",
"Thrifty, Ice Cream, Strawberry, Cheesecake",
"Ice Cream",
"Thrifty, Ice Cream, Chocolate Peanut Butter Cup",
"Better For You, Organic Juice Cocktail From Concentrate, Apple",
"Better For You, Organic Juice Cocktail, Cranberry",
"Organic Juice Cocktail",
"Deluxe Creamy Cheese Sauce & Shell Pasta",
"Latte Drink Mix, Chai Tea",
"Cappuccino Drink Mix, French Vanilla",
"Hot Cocoa, Salted Caramel",
"Soft & Chewy Licorice, Strawberry",
"Dreamhouse, Australian Black Licorice",
"Dreamhouse, Dark Chocolate",
"Dark Chocolate Dipped Blueberries",
"Dipped Cherries",
"Dark Chocolate Dipped Almonds",
"Double Dipped Raisin",
"Milk Chocolate Double Dipped Peanuts",
"Milk Chocolate Double Dipped Almonds",
"Dark Chocolate",
"Dreamhouse, Milk Chocolate, Toffee Pretzel With Sea Salt",
"Indulgent Brownie Bites, Dark Chocolate",
"Dark Chocolate",
"Chamomile Herbal Tea",
"Infused Green Tea",
"Dreamhouse, Herbal Tea, Peppermint",
"Crunchy Milk Chocolate Pretzel Twists",
"Pretzel Twists",
"Pretzel Trio",
"Gourmet Praline Pecans",
"Praline Nut Mix",
"Spicy Sriracha Cashews",
"Gourmet Cinnamon Praline Almonds",
"Super Deluxe Majestic Macadamia Nut Blend",
"Premier Pistachios Nut Blend",
"Gourmet Trail Pecan Pie Mix",
"Gourmet Yogurt Covered Raisins",
"Chocolate Peanut Butter Caramel Crunch Trail Mix",
"Dreamhouse Fine Food, Gourmet Pb & J Trail Mix",
"Gourmet Cookie Dough Trail Mix, Chocolate Chip",
"Cranberry Nut Mix",
"Trail Mix",
"Macaroni Cheese Dinner",
"Dark Chocolate Sea Salt Caramels",
"Milk Chocolate",
"Milk Chocolate Pretzel Caramel Clusters",
"Peanut Brittle",
"Dreamhouse, Peanut Brittle, Milk Chocolate",
"Bit-O-Honey, Chewy",
"Chewy Sour Budz Candy",
"Grape Juice From Concentrate",
"Cranberry Juice Cocktail From Concentrate",
"100% Juice, Apple",
"Vegetable Juice From Concentrate",
"Juice Cocktail, Cranberry Grape",
"Diet Juice Cocktail, Cranberry",
"Juice Blend, Cranberry",
"Gourmet Juicy Jelly Beans",
"Dreamhouse, Gourmet Sour Jelly Beans, Fruit Juice",
"Multigrain Oatmeal, Apple, Walnut, Cranberry",
"Multigrain Oatmeal, Summer Berry",
"Multigrain Oatmeal, Peach Almond",
"B4y, Quick Cooking Steel Cut Oats",
"Beef Broth",
"Pasta Suce",
"Traditional Pasta Sauce",
"B4y, Dried Veggie Snacks",
"B4y Better For You, Dried Green Bean Snacks",
"B4y, Dried Cranberries",
"B4y, Dried Mixed Fruit",
"Better Fot You, Pitted Prunes",
"Better For You, Dried Mango Slices",
"Snack Mix",
"Party Peanuts",
"Salted Mixed Nuts",
"Roasted And Salted Party Peanuts",
"Roasted Peanuts",
"Mixed Nuts",
"Butterscotch Discs",
"Sugar Free Assorted Fruit Discs",
"Raw Halves Pecans, Unsalted",
"Roasted Almonds, Lightly Salted",
"Roasted Almonds",
"Butter Toffee Peanuts",
"Honey Roasted Peanuts",
"Spicy Cajun Trail Mix",
"Sweet Chips & Nuts Trail Mix",
"Dreamhouse, Whole Cashews, Toasted Coconut",
"Animal Crackers",
"Air Popped Popcorn",
"Cheese Popcorn",
"Flavored Popcorn, Butter",
"Dreamhouse Fine Food, Sweet & Salty Kettle Corn",
"White Cheddar Popcorn",
"Tortilla Chips",
"Tortilla Chips",
"Mini Pretzel Twists",
"Nacho Cheese Tortilla Chips",
"Ranch Tortilla Chips",
"Baked Snack Crackers",
"Baked Thin Wheats Crackers",
"Sour Chewy Gummi Bears",
"Chewy Candy, Spice Drops",
"Yummy Milk Chocolate, S'Mores",
"Milk Chocolate Peanuts",
"Honey Roasted Peanuts",
"Tonic Water",
"Club Soda",
"Real Brewed Tea",
"Real Brewed Tea, Lemon Sweetened",
"Lemonade",
"Real Strawberry Lemonade",
"Dreamhouse, Mocha Latte",
"Lavish Latte, Vanilla",
"Caramel Latte",
"Sparkling Water Beverage, Tangerine Lime",
"Tomato Juice",
"Juice Blend, Cranberry & Mango",
"Lake, Electrolyte Water",
"Fudge Covered Cookies, Mint",
"Zero Calorie Sweetener",
"Tropical Trail Mix",
"Fruit & Nut Trail Mix",
"Deluxe Roasted & Unsalted Mixed Nuts",
"Unsalted Mixed Nuts",
"Halves & Pieces Cashews",
"Cashews Halves & Pieces",
"Sugar Wafers, Strawberry",
"B4y, Organic Cranberry Trail Mix",
"Movie Theater Popcorn, Butter",
"Rite Aid, Pantry, Salted Pistachio Mix",
"Chocolate Sandwich Cookies",
"Sweet Bars, Cinnamon",
"Root Beer Barrels Candy, Sweet",
"Peach Rings",
"Sour Cherry Balls",
"Gummi Bears, Fruity",
"Minty Starlight Peppermints",
"Champagne Mix",
"Pitted Prunes",
"Creamy Milk Chocolate Coins",
"Coffee Creamer, Hazelnut",
"Roasted Almonds, Salted",
"Roasted Sunflower Kernels, Salted",
"Unsalted Roasted Whole Cashews",
"Big Bin, Cashews Falves & Pieces",
"Sparkling Water Beverage, Pineapple, Coconut",
"Rite Aid, Pantry, Sandwich Cookies, Chocolate",
"Rite Aid, Pantry Chocolate Chip Cookies",
"Mini Peppermint Patties",
"Mini Peanut Butter Cups",
"Cinnamon Bears",
"Root Beer Barrels",
"Gummi Peach Rings",
"Cherry Balls",
null,
"Peppermint Starlights",
"Champagne Mix",
"Snack Crackers",
"Mini Pretzel Twists",
"Soft Peppermint Puffs",
"Pantry Milk Chocolate Coins",
"Mini Peppermint Patties",
"White Fudge Covered Pretzels",
"Milk Chocolate Pretzels",
"Honey Roasted Cashews",
"Dry Roasted Peanuts, Salted",
"California Seedless Raisins",
"Sugar Wafers, Vanilla",
"Cups, Peanut Butter",
"Dry Roasted Peanuts, Unsalted",
"Classic Fresh Goat Cheese",
"Fresh Goat Cheese",
"Fresh Goat Cheese",
"Crumbled Goat Cheese, Classic Chevre",
"French-Style Cultured Fresh Cream",
"French - Style Cultured Cream, Vanilla",
"Italian-Style Cream Cheese, Mascarpone",
"European Style Cultured Butter Lightly Salted",
"Cultured butter, European style",
"Vermont Cultured Butter Blended With Sea Salt & Maple",
"Organic & Fair Dark Chocolate",
"60% Dark Cacao Baobab Fruit Chocolate",
"Lait Milk Chocolate",
"Dark Chocolate With Stevia Extract",
"Noir 60% Dark Cocoa",
"Organic Dark Chocolate With Coconut",
"Cheese Tasters",
"Salsa picante sabor chamoy Mr. Chiles",
"Reserve Shaved Cheese, Tuscan Blend",
"Sarvecchi, Parmesan",
"Shaved Cheese",
"Fontina Cheese",
"Shredded Parmesan Cheese",
"Grated Cheese Parmesan",
"Shaved & Grated Caesar Reserve Cheese Blend",
"Parmesan Shaved Cheese",
"Shredded Cheese, Asiago",
"Sartori, Cheese",
"Salsa Asiago Cheese",
"Sarvecchio Parmesan",
"Extra-Aged Asiago Cheese",
"Balsamic Bellavitano Cheese",
"Rosemary & Olive Oil Asiago Cheese, Rosemary & Olive Loil",
"Bellavitano, Merlot Cheese",
"Black Pepper Bellavitano Cheese",
"Basil & Olive Oil Asiago Cheese",
"Mediterranean Fontina",
"Gorgonzola Dolcina Cheese",
"Montamore, Cheese",
"Peppermint Bellavitano Limited Edition Cheese",
"Bellavitano Chai",
"Family Heirloom Bellavitano Cheese",
"Bellavitano, Cheese",
"Bellavitano, Citrus Ginger",
"Cocospice Bellavitano Cheese",
"Jilbert, Mild Colby Cheese",
"Jilbert, Mild Cheddar",
"Jilbert, Medium Colby",
"Jilbert, Sharp Colby",
"Jilbert, Medium Cheddar",
"Jilbert, Sharp Cheddar",
"Jilbert, Pepper Jack",
"Jilbert, Colby Jack Cheese",
"Jilbert, Cheese For Pizza",
"Jilbert, Monterey Jack",
"Jilbert, Pasteurised Process Cheese, Hot Pepper",
"Fresh Heavy Whipping Cream",
"No. 78 Angel Hair Nests",
"Enriched Macaroni Product, Fusilli",
"Potato Chips",
"Potato Chips",
"Potato Chips, Vinegar & Salt",
"Potato Chips, Bbq",
"Crinkle Cut Potato Chips",
"Belgian White Chocolate",
"Southern Style Pimiento Spread",
"Knotts Wholesale Foods, Southern Style Spread, Jalapeno, Pimiento",
"Fine Foods, Big Dog Bites Pickled Snack Bologna",
"Creamy salted Peanut Butter",
"7up",
"Iced Tea, Lemon Flavor With Other Natural Flavors",
"Iced Tea, Lemon Flavor With Other Natural Flavors",
"Diet Iced Tea, Lemon Flavor With Other Natural Flavors",
"Diet Iced Tea, Lemon Flavor With Other Natural Flavors",
"Green Tea, Citrus Flavor With Other Natural Flavors",
"Green Tea, Citrus Flavor With Other Natural Flavors",
"Diet Green Tea, Citrus Flavor With Other Natural Flavors",
"Diet Green Tea, Citrus Flavor With Other Natural Flavors",
"Frappuccino Chilled Coffee Drink",
"Diet Iced Tea, Peach Flavor With Other Natural Flavors",
"Diet Iced Tea, Peach Flavor With Other Natural Flavors",
"Diet Green Tea, Mixed Berry Flavor With Other Natural Flavors",
"Green Tea, Citrus Flavor With Other Natural Flavors",
"Diet Green Tea, Citrus Flavor With Other Natural Flavors",
"Pepsi Max",
"White Tea, Raspberry Flavor With Other Natural Flavors",
"Diet White Tea, Raspberry Flavor With Other Natural Flavors",
"Iced Tea, Peach Flavor With Other Natural Flavors",
"Citrus Green Tea",
"Diet Green Tea, Citrus Flavor With Other Natural Flavors",
"Iced Tea, Lemon Flavor With Other Natural Flavors",
"Diet Green Tea, Mixed Berry Flavor With Other Natural Flavors",
"Soda",
"Low Calorie Soda",
"Sweet Tea",
"Doubleshot, Fortified Energy Coffee Drink, White Chocolate",
"Brisk Iced Tea Lemon",
"Iced Coffee",
"Iced Coffee",
"Diet Green Tea Mixed Berry",
"Fruit Juice Blend, Sparkling Green Coffee Energy Beverage",
"Half & Half Juice Drink, Iced Tea, Cherry Limeade",
"Iced Tea",
"Soda",
"Voltage Soda",
"Chilled Coffee Drink, Frappuccino",
"Frappuccino, Chilled Coffee Drink, S'More",
"Frappuccino, Chilled Coffee Drink, Mocha Coconut",
"Double Shot, Coffee & Protein Beverage",
"Frappuccino, Pumpkin Spice Chilled Coffee Drink",
"Unsweetened Green Tea",
"Refreshers, Sparkling Green Coffee Energy Beverage, Peach Passion Fruit",
"Unsweetened Real Brewed Tea, Green Tea",
"100% Orange Juice",
"Frappuccino, Chilled Coffee Drink, Coffee",
"Frappuccino, Chilled Coffee Drink, Mocha",
"Frappuccino, Mocha Light Chilled Coffee Drink",
"Brisk Iced Tea Mango",
"Grapefruit Soda",
"Mango Citrus Soda",
"Kickstart, Sparkling Juice Beverage, Fruit Punch",
"Kickstart, Energizing Sparkling Juice Beverage, Orange Citrus",
"Iced Tea, Peach Flavor With Other Natural Flavors",
"Iced Tea, Peach Flavor With Other Natural Flavors",
"Iced Tea, Peach Flavor With Other Natural Flavors",
"Amp Energy Cherry Blast",
null,
"Baja Blast, Soda, Tropical Lime",
null,
"Soda",
"Sparkling Ice Tea, Lemonade",
"Sparkling Iced Tea, Citrus Green Tea",
"Iced Tea",
"Flavored Soda, Lemon Lime",
"Sangrita Blast",
"Sangrita Blast",
"Real Brewed Tea, Sweet Tea",
"Flavored Energy Drink, Strawberry Limeade",
"Energy Drink, Blueberry White Grape",
"Sparkling Soda",
"Game Fuel, Soft Drinks Soda, Berry Lime",
"Kickstart, Energizing Sparkling Juice Beverage, Black Cherry",
"Boosted, Energy Drink, Mandarin Orange",
"Diet Sparkling Soda, Lemon Lime",
"Doubleshot Energy, Energy Coffee Beverage, Spiced Vanilla",
"Soda",
"Doubleshot, Energy Coffee Beverage, Mexican Mocha",
"1893 Ginger Cola",
"Stubborn Soda, Flavored Soda, Lemon Berry Acai",
"Sparkling Water Beverage, Lemon Lime",
"Iced Tea, Mango Flavor With Other Natural Flavors",
"Iced Tea, Mango Flavor With Other Natural Flavors",
"Iced Tea, Mango Flavor With Other Natural Flavors",
"Soda",
"Energy Drink",
"Soda",
"Iced Tea",
"Sparkling Water",
"Chilled Coffee Drink",
"Lemon-Lime & Cranberry Flavored Soda, Cranberry Splash",
"Real Brewed Extra Sweet Tea",
"Sierra Mist",
"Strawberry Lemonade",
"Iced Tea & Lemonade, Half & Half Flavor With Other Natural Flavors",
"Soda",
"Iced Tea & Lemonade, Half & Half Flavor With Other Natural Flavors",
"Iced Tea & Lemonade, Half & Half Flavor With Other Natural Flavors",
"Caffeine Free Lemon-Lime Soda",
"Soda",
"Chef d'oeuf™avec fromage sur muffin anglais",
"Sweet Potato, Parsnip and Beetroot Hand Cooked Vegetable Crisps",
"Papas, White Covered Opera Cream",
"Brown Rice",
"Real Jewish Rye Bread With Caraway Seeds",
"Drink Mix, Strawberry Watermelon",
"Instant Pudding & Pie Filling",
"Sweet Cream Butter",
"Gourmet India, Original Tandoori Naan",
"Gourmet India, Tandoori Naan, Garlic",
"Gourmet India, Whole Wheat Tandoori Naan",
"Jamaican Jerk Spiced Chicken Soup",
"Three Saints Baking, Chocolate Dipped Macaroon",
"Three Saints Baking Company, Sweet Pecan Crunch",
"Three Saints Baking Co, Cinnamon Pecan Crescent",
"Three Saints Baking, Co, Lemon Cookie, Lemon Cream",
"Three Saints Baking Company, Almond Horseshoe Cookies, Chocolate",
"Keep Smiling Cookies",
"Deluxe Cookie Assortment",
"Three Saints Baking Company, Gourmet Bakery Cookie Crush, Red Raspberry",
"Three Saints Baking Co, Cookie Crush, Crunch Lemon Cream",
"Three Saints Baking Company, Sweet Valentine Cookies",
"Three Saints Baking Co, Sweet St. Patrick's Cookies",
"Three Saints Baking Co, Cookie Crush",
"Handcrafted Cookies",
"Sweet Spring Bunnies Cookies",
"Three Saints Baking Co., Celebrate Spring Cookies",
"Three Saints Baking Co, Spring Cookies",
"Cookies",
"Pati Petite Cookies, Spring Cookies",
"Celebrate Spring Cookies",
"Cookies",
"Celebrate Spring Cookies",
"Three Saints Baking Co, Maple Turkey Handcrafted Cookies",
"Celebrate Autumn Cookies",
"Three Saints Baking Co., Happy Holidays Cookies",
"Celebrate Hanukkah, Cookies",
"O'Christmas Tree Cookies",
"Three Saints Baking Co, Assorted Patriotic Cookies",
"Three Saints Baking Co, Italian Assortment Handcrafted Cookies",
"Three Saints Baking Co, Deluxe Cookie Assortment",
"Double Stuffed Baked Potatoes",
"Side Delight, Potato And Edamame Salad",
"Steamables, Gluten Free Golden Potatoes",
"Roastables Rad Little Reds Potatoes With Montana Mex Seasoning Salt",
"Fingerling Potatoes",
"Steamables, Petite Sweet Potatoes",
"Niagara Chocolates, Milk Chocolate Wayne Rabbit",
"Niagara Chocolates, Milk Chocolate In-Line Skate",
"Niagara Chocolates, Milk Chocolate Baseballs",
"Niagara Chocolates, Milk Chocolate Footballs",
"Milk Chocolate Eggs",
"Milk Chocolate",
"Chocolate",
"Capers Nonpareilles",
"Glk Foods Llc, Kissling's Sauerkraut",
"Little Link Sausages",
"Sausage Links",
"Sausage Links",
"Smoked Sausage",
"Turkey Sausage",
"Turkey Sausage",
"Karen's Naturals, Just Premium Peas",
"Karen's Naturals, Premium Just Mango",
"Karen's Naturals, Premium Just Bananas",
"Karen's Naturals, Dried Fruits And Veggies, Just Strawberries",
"Karen's Naturals, Just Strawberries",
"Karen's Naturals, Just Strawberries 'N Bananas, Freeze Dried Fruit",
"Organic Just Cherries",
"Moon Shine Trading Co., Honey In The Straw, Wildflower Honey Straws",
"Idaho Snowberry Golden Reserve Honey",
"Moon Shine Trading Co., Northwestern Maple Blossom",
"Chunk Comb Honey",
"California Crunchies, Country Herb Almonds",
"100% Juice, Sparkling Apple Cider",
"Sweeteners, Organic Sucanat",
"Organic Sweetner, Blue Agave",
"Sweetness, Blue Agave Nectar, Packets",
"Organic Blue Agave",
"Organic Blue Agave Sweetener",
"Organic Raw Blue Agave Sweetener",
"Organic Raw Blue Agave Nectar",
"Agave",
"Organic Raw Sweeteners",
"Organic Raw Blue Agave",
"Organic Sucanat Dehydrated Cane Juice",
"Organic Powdered Confectioners Sugar",
"Live Sweetly, Organic Cane Sugar",
"Organic Cane Sugar",
"Organic Light Brown Sugar",
"Organic Dark Brown Sugar",
"Organic Lite Pancake Syrup",
"Natural Raw Cane Turbinado Sugar",
"Sweeteners, Natural Cane Sugar",
"Live Sweetly, Organic Chocolate Frosting",
"Organic Frosting, Wild White Strawberry",
"Organic Vanilla Frosting",
"Organic Raw Honey",
"Organic Honey",
"Organic Honey",
"Sweeteners, Organic Stevia",
"Organic Stevia Sweeteners",
"Snack Farm, Peanuts, Roasted Salted",
"Snack Farm, Toffee Peanuts",
"Gourmet Caramel Corn",
"Assorted Bubble Gum, Strawberry",
"Chiclets, Gum",
"Chiclets, Original Candy Coated Gum, Peppermint",
"Chiclets, Gum, Fruit",
"Gum",
"Chiclets, Candy Coated Fruit Flavor Gum",
"Chiclets, Peppermint Gum",
"Wholesale Trident 18 Count Sugar Free Cinnamon Gum(24x$1.00) 18.00-ct",
"Gum",
"Assorted Bubblegum, Strawberry, Grape, Sour Apple",
"Christmas Pudding",
"Christmas Pudding",
"Orange & Cranberry Pudding",
"Water Joe, Artesian Water With Natural Caffeine",
"Orzo by Sainsbury's",
"pipe rigate",
"Skinner, Enriched Macaroni Product, Spaghetti",
"Skinner, Enriched Macaroni Product, Thin Spaghetti",
"Skinner, Enriched Macaroni Product, Elbows",
"Bow Ties, Enriched Macaroni Products",
"Enriched Macaroni Product, Medium Shells Pasta",
"Skinner, Texas Shape Pasta, Enriched Macaroni Product",
"Spaghetti",
"Thin Spaghetti",
"Lasagna Enriched Macaroni Product",
"Manicotti, Enriched Macaroni Product",
"Twisted Vermicelli Fideo",
"Trio Italiano",
"Medium Egg Noodles",
"Enriched Macaroni Poduct, Lasagna Pasta",
"Skinner, Spaghetti",
"Skinner, Enriched Macaroni Product, Thin Spaghetti",
"Skinner, Enriched Macaroni Product, Elbows",
"Medium Shells, Enriched Macaroni Product",
"Gluten Free Bagel Chips",
"Raisin Bran Whole Grain Wheat & Bran Cereal",
"Sirob Imports, 100% Lemon Juice, Natural Lemon",
"Old Fashioned Tender Cracklins Chicharron",
"Ham Slices",
"Old Fashion Ham Slice",
"Country Ham",
"Hobe's, Old Fashioned Sugar Cured Country Ham",
"Salted Beef",
"Balsamic Vinegar",
"Fresh Spinach",
"Baby Spinach",
"Classic Spinach Epinards",
"Baby Red & Green Swiss Chard, Baby Tat Soi And Spinach",
"Spinach Plus Baby Kale",
"Semolina",
"Lady Fingers Cakes",
"Angel Food Cake",
"Elegant Desserts, Lady Fingers",
"Red Velvet Fingers",
"Red Velvet Muffins",
"Specialty Bakers, Sugar Free Dessert Shells",
"Specialty Bakers, Red Velvet Dessert Shells",
"Specialty Bakers, Chocolate Cake Roll, Butter Creme Filling",
"Cake Roll, Vanilla, Raspberry",
"Country Maid, 6-Pumpkin Creme Filled Doughnuts",
"Dog N Suds, Drive-In Style Root Beer",
"Hot Sauce",
"Smoked Turkey Sausage, Mild",
"Smoked Turkey Sausage, Hot",
"Artichoke Hearts",
"Sparkling Water, Grapefruit",
"Sparkling Water, Lime",
"100% Sparkling Water, Grapefruit",
"100% Natural Coconut Flavored Sparkling Water",
"Sparkling Water, Peach-Pear",
"Sparkling Water, Peach Pear",
"Natural Mango Essenced Sparkling Water, Mango",
"Sparkling Water, Apricot",
"Sparkling Water, Lime Lime",
"100% Natural Peach-Pear Flavored Sparkling Water",
"Natural Mango Essenced Sparkling Water",
"Sparkling Water",
"Natural Passionfruit Essenced Sparkling Water",
"Sparkling Water, Tangerine",
"Sparkling Water, Coconut",
"Sparkling Water, Peach-Pear",
"Sparkling Water",
"Sparkling Water",
"Sparkling Water, Grapefruit",
"Sparkling Water, Lime",
"Sparkling Water, Lemon",
"Pure Sparkling Water",
"Sparkling Water Beverage, Lemon",
"Pure & Natural Carbonated Water",
"Sparkling Water, Passionfruit",
"Sparkling Water",
"Natural Passionfruit Essenced Sparkling Water",
"Hickory Brown Sugar Barbecue Sauce",
"Classic Steakhouse Liquid Marinade",
"Original No.7 Recipe Barbecue Sauce",
"Barbecue Sauce, Honey Smokehouse",
"Instant Non-Fat Dry Milk",
"Smoky Mesquite Liquid Marinade",
"Crushed Tomatoes In Puree",
"Elbows Pasta",
"Gluten Free Fusilli Pasta",
"Penne",
"Spaghetti",
"Meal Bar, Dark Chocolate Almond",
"Mexican orange blossom honey",
"Peanut Butter Squares",
"Landies Candies, Cake Topper With Candle, Milk Chocolate",
"Landies Candies, Milk Chocolate Cake Topper With Candle",
"Landies Candies, Milk Chocolate Cake Topper With Candle",
"Landies Candies, Sweet & Treats, Milk Chocolate Cake Topper With Candle",
"Landies Candies, Milk Chocolate Cake Topper With Candle",
"Milk Chocolate Cake Topper With Candle",
"Landies Candies, Chocolate For Wine",
"Landies Candies, 56% Dark Chocolate For Wine",
"Chocolate For Wine",
"White Chocolate For Wine",
"Landies Candies, Gourmet Pretzel With Toffee, Milk Chocolate",
"Gourmet Pretzel, Dark Chocolate With Peppermint Candy",
"Landies Candies, Vanilla Creme Filled Chocolate Covered Pretzels",
"Milk Chocolate Covered Pretzels",
"Landies Candies, Dark Chocolate Covered Pretzels, Almond Butter",
"Landies Candies, Pretzels, Cashew Butter, White Candy",
"Vitamin D Milk",
"Reduced Fat Milk",
"2% Reduced Fat Milk",
"Lowfat Milk",
"Chocolate Milk",
"Chocolate Milk",
"Chocolate Milk",
"Fat Free Milk",
"Fat Free Skim Milk",
"Fat Free Skim Milk",
"Cultured Lowfat Buttermilk",
"Chester Dairy Co, Farm Fresh Half & Half Grade A Ultra-Pasteurized Milk",
"Farmfresh, Sour Cream",
"Sausage & Cheese Pizza",
"Organic Rustic French Loaf",
"Loaf Bread, Salted Caramel Pecan",
"Naan, Flatbread, Garlic",
"Holiday Stuffing Loaf",
"Summer Camp Cake",
"Take & Bake, French Demi Baguettes",
"Loaf Cake, Meyer Lemon",
"Loaf Cake, Pumpkin Cream Cheese Swirl",
"Loaf Cake, Cranberry Orange",
"Loaf Cake, Gingerbread",
"Artisan Stuffing Mix, Rosemary",
"Original English Muffins",
"Cheese Pizza",
"Uncured Pepperoni Pizza",
"Sausage And Peppers Pizza",
"Golden Creme Cakes",
"Creme Cakes, Chocolate",
"Otis Spunkmeyer, Golden Frosted Creme Cakes",
"Cheese Pizza",
"Uncured Pepperoni Pizza",
"Sausage And Peppers Pizza",
"Frosted Creme Cakes, Chocolate",
"Otis Spunkmeyer, Mini Cupcakes, Golden",
"Mini Cupcakes, Chocolate",
"Mini Muffins",
"Mini Muffins",
"Mini Loaf Cakes, Cinnamon Crumb",
"Mini Loaf Cakes, Iced Lemon",
"Otis Spunkmeyer, Cookies, Chocolate Chunk",
"Otis Spunkmeyer, Oatmeal Raisin Cookies",
"Otis Spunkmeyer, Cookies, Double Chocolate",
"Big Texas Pastries Roll",
"Traditional Naan Authentic Flatbreads",
"Roasted Naan, Authentic Flatbreads, Garlic",
"Multigrain Naan, Authentic Flatbread",
"Cheese Pizza",
"Otis Spunkmeyer, Chocolate Chunk Cookie, Naturally Flavored",
"Plain Naan Flatbread",
"Flatbread, Uncured Pepperoni & Sausage",
"Sausage & Kale Flatbread",
"Fiesta Flatbread",
"Otis Spunkmeyer, Cinnamon Crumb Loaf Cake",
"Otis Spunkmeyer, Lemon Loaf Cake",
"Otis Spunkmeyer, Marble Loaf Cake",
"Sliced White Artisan Sandwich Bread",
"Sliced Multigrain Artisan Sandwich Bread",
"Demi Baguette",
"Special Cocoa Spread",
"Bright Morning, Israeli Chocolate Spread, Milk Chocolate",
"Extra Crispy French Fried Potatoes",
"Spicy Sriracha Fries Seasoned French Fried Potatoes",
"Golden Crinkles, French Fried Potatoes",
"Hot Cereal",
"Hot Cereal",
"Hot Cereal",
"Hot Cereal, Gluten Free",
"Instant Hot Cereal, Original",
"Instant Hot Cereal, Cinnabon",
"Instant Hot Cereal, Maple Brown Sugar",
"Red Pesto",
"Jelly Roll",
"Fox Point Farm, Goat Milk Caramels, Salted Vanilla",
"Fox Point Farm, Goat Milk Caramels, Salted Chocolate",
"Fox Point Farm, Goat Milk",
"Scottish Lochmuir™ oak smoked salmon",
"Plush Toy Gift Set & Assorted Chocolate",
"Plush With Mug & Hard Candy",
"Plush With Mug And Hard Candy",
"Hello Kitty, Taffy Candy",
"Megatoys, Just For You, Hello Kitty Gift Set Plush & Hard Candy",
"Kmart, Plush With Candy Heart",
"Plush Toy & Assorted Chocolate Candy Heart",
"Plush With Candy Heart",
"Be My Valentine Plush Toy Heart Gift Set",
"Superman, Taffy Candy",
"Plush Gift Set",
"Kmart, Easter Basket",
"Megatoys, Happy Easter Basket, Salt Water Taffy Candy With Plush Easter Basket",
"Artlist Collection The Dog, Plush In Mug Gift Set With Hard Candy",
"Hello Kitty Taffy Candy, Stickers, Colored Pencil And Eraser Set",
"Batman, Taffy Candy",
"Fun Dip Candy Gift Set",
"Fun Dip Candy With Gift Set",
"Saban, Power Rangers Fruit Snacks",
"Megatoys, Just For You, Scooby-Doo Hard Candy With Plush In Mug Gift Set",
"Fun Dip Candy Gift Set, For Ages 3+",
"Megatoys, Just For You, Family Guy Plush In Mug Gift Set",
"Pony Pals Hard Candy",
"My Little Pony, Taffy Candy",
"Despicable Me Mini Candy Canes, Mug Gift Set, Peppermint",
"Megatoys, Despicable Me Tote Bag Gift Set",
"Taffy Candy",
"Megatoys, Despicable Me Taffy Candy Gift Box",
"Transformers, Robots In Disguise Hard Candy",
"Transformers, Taffy Candy & Toy",
"Megatoys, Plush With Mug And Hard Candy",
"Plush In Felt Bag With Candy",
"Just For You, Hard Candy",
"Megatoys, Just For You Sweetheart Gift Set With Hard Candy",
"Elmer's, Large Plush With Assorted Chocolate",
"Barbie, Valentine's Gift Set",
"Mega Toys, Snoopy By Schulz, Taffy Candy",
"Adam Matthews, Yellow Caramel Cake",
"Adam Matthews, Original Pre-Sliced Cheesecake",
"Pumpkin Cheesecake",
"Enriched Quick Grits",
"High Fiber Cereal",
"Congelli, Gelatin Desert, Coconut",
"Pronto, Custard With Caramel Flan, Vanilla",
"Enriched Long Grain Rice",
"Enriched Long Grain Rice",
"Barbecue Sauce",
"Barbecue Sauce",
"Sauce & Marinade, Sweet Teriyaki",
"Gourmet Sauce & Marinade, Honey Teriyaki",
"Buffalo Wing Wing Sauce",
"Honey Barbecue Sauce",
"Hickory & Brown Sugar Barbecue Sauce",
"Honey Barbecue Sauce",
"Honey Barbecue Sauce",
"Barbecue Sauce, Gourmet Sauce, Sweet 'N Spicy",
"Barbecue Sauce, Hickory & Brown Sugar",
"Hickory & Brown Sugar Barbecue Sauce",
"Barbecue Sauce",
"Barbecue Sauce",
"Honey Barbecue Sauce",
"Honey Chipotle Barbecue Sauce",
"Squeezable Barbecue Sauce, Sweet Vidalia Onion",
"Barbecue Sauce",
"Steakhouse Sauce & Marinade",
"Hickory & Brown Sugar Barbecue Sauce",
"Raspberry Chipotle Barbecue Sauce",
"Sweet 'N Spicy Barbecue Sauce",
"Creamy Buffalo Wing Dipping Sauce",
"Barbecue Sauce",
"Honey Barbecue Sauce",
"Barbecue Sauce",
"Sauce & Marinade, Sweet Red Chili",
"Wing Sauce & Glaze, Kickin' Bourbon",
"Marinade & Sauce, Tequila Lime",
"Honey Mustard Dressing",
"Sweet Golden Mustard Barbecue Sauce",
"Hawaiian Style Barbecue Sauce",
"Sweet Baby Rays Steakhouse Marinade & Sauce",
"Sriracha Wing Sauce & Glaze",
"Dipping Sauce, Creamy Buffalo Wing",
"Ray's Secret Dipping Sauce",
"Dipping Sauce, Honey Mustard",
"Sweet 'N Sour Dipping Sauce",
"Sweet Teriyaki Wing Sauce & Glaze",
"Buffalo Wing Sauce",
"Buffalo Wing Sauce",
"Honey Mustard Dipping Sauce",
"Sweet 'N Spicy Barbecue Sauce",
"Award Winning Barbecue Sauce",
"Butterfly Brand, Sweet Rice",
"Pad Thai Noodle",
"Jantaboon Rice Sticks Pas Thai Noodle",
"Jantaboon Rice Sticks, Pad Thai Noodle",
"Butterfly Brand, Candy, Tamarind",
"Vsc Chocolates, Liquor-Filled Chocolates",
"Naturally Nutfull, Red Velvet Chocolate Truffle, Dry Roasted Whole Almond",
"Opulence, 12 Wine Filled Chocolates",
"Jim Beam, Milk Chocolate Clusters With Dry Roasted Almonds, Bourbon Salted Caramel",
"Liquor Filled Chocolates",
"Nutster, Greek Yogurt Filling Dry Roasted Whole Almonds, Strawberry",
"Milk Chocolate",
"Pure Milk Chocolate",
"Nutster, Greek Yogurt Filling Dry Roasted Whole Almonds, Strawberry",
"Pure Milk Chocolate, Blueberry Greek Yogurt Filling",
"Nutster, Strawberry Greek Yogurt Filling Dry Roasted Whole Almond, Pure Dark Chocolate",
"Nutster, Pure Milk & Dark Chocolate, Blueberry & Strawberry Greek Yogurt Filling",
"Naturally Nutfull, Almond Chocolate Truffle",
"Naturally Nutfull, Dry Roasted Whole Hazelnut, Chocolate Truffle",
"Milk Chocolate Bark Dry Roasted Almonds With Dried Cranberries",
"Los Cidrines, Pan Sobao Sweet Bread",
"Sweet Bread",
"Andouille Smoked Sausage",
"Smoked Sausage",
"Andouille Smoked Sausage",
"Smoked Sausage",
"Cajun Breakfast Scramble, Eggs, Andouille And Cheese",
"Cajun Breakfast Scramble",
"Andouille",
"Chicken Caesar Salad",
"Chef Salad",
"Cobb Salad",
"Sesame Thai Noodle Salad",
"Tabouli Salad",
"Cranberry Sauce",
"Spread",
"Farm Fresh Quiche",
"Quiche Lorraine Cheese Blend",
"Tortellini Salad",
"Caprese Pasta Salad",
"Buffalo Potato Salad",
"Traditional Olive",
"Feta Olive Tapenade",
"Tzatziki",
"Dressing",
"Dressing",
"Fresh Creative Foods, Strawberry Cheesecake Dessert Ball",
"Stonemill Kitchens, Dip, Creamy Bacon Ranch Cheddar",
"Pesto",
"Crab Ball",
"Malt Balls",
"Klik, Milk Chocolate Coated Cornflakes",
"Klik, White & Milk Chocolate Corn Puffs, Vanilla 'N Fudge",
"Telma, Kariot Nougat Creme Filled Cereal",
"Goat Cheese",
"Merci Chef!, Soignon, Goat Cheese Buchette, Honey",
"Fresh Goat Cheese",
"Fresh Goat Cheese",
"Fresh Goat Cheese Honey",
"Fresh Goat Cheese",
"Couturier, Creamy Goat Cheese, Cranberry",
"Pure Cane Granulated Sugar",
"Gluten Free Rice Pasta & Cheddar Macaroni & Cheese",
"Shells & White Cheddar, Macaroni & Cheese",
"Organic Macaroni & Cheese, Whole Wheat Shells & White Cheddar",
"Macaroni & Cheese",
"Organic Graham Crackers, Cinnamon",
"Organic Graham Crackers, Honey",
"Organic Cheddar Squares",
"Real Aged Cheddar Macaroni & Cheese",
"White Cheddar Macaroni & Cheese",
"Cheddar Squares Snack Crackers",
"Organic Bunny Graham Friends Snacks",
"Cheddar Bunnies Snack Crackers",
"Baked Snack Crackers, Cheddar Squares",
"Snickerdoodle Bunny Cookies, Cinnamon Sugar",
"Bunny Grahams, Baked Graham Snacks, Honey",
"Organic Cheddar Snack Mix",
"Organic Snack Mix",
"White Cheddar Bunnies, Baked Snack Crackers, White Cheddar",
"Bernie's Farms, Organic Fruit Snacks, Natural Strawberry, Raspberry & Orange",
"Macaroni & Cheese",
"Real Aged Cheddar Macaroni & Cheese",
"White Cheddar Macaroni & Cheese",
"Shells & White Cheddar Macaroni & Cheese",
"Bernie's Farms, Macaroni & Cheese Pasta",
"Snack Kit",
"Bernie's Farm, Animal Cookies",
"Pizza Poppers Cheese, Three Cheese",
"Pizza Poppers",
"Pizza Poppers, Uncured Pepperoni",
"Cookie Bites, Lemon Drop",
"Mini Pizza Bagels, Three Cheese",
"Mini Pizza Bagels, Three Cheese",
"Pizza Poppers",
"Pizza Poppers",
"Fruit Snacks",
"Pea B & J Pockets Soft Crustless Sandwiches, Grape",
"Pea B&J Pockets Soft Crustless Sandwiches, Strawberry",
"Pea B & J Pockets Soft Crustless Sandwiches, Grape",
"Pea B&J Pockets Soft Crustless Sandwiches",
"Organic Chewy Granola Bars, Chocolate Chip",
"Organic Chewy Granola Bars, Oatmeal Raisin",
"Organic Chewy Granola Bars, Peanut Butter Chocolate Chip",
"Organic Saltine Classics Crackers",
"Organic Baked Crackers, Buttery Rich Classics",
"Macaroni & Cheese",
"Organic Ancient Grains Elbows & White Cheddar, Macaroni & Cheese",
"Spirals Macaroni & Cheese, Butter & Parmesan",
"Bunny Pasta With Yummy Macaroni & Cheese",
"Organic Peace Pasta & Parmesan",
"Shells & Real Aged Cheddar Macaroni & Cheese",
"Organic Shells & Real Aged Cheddar, Macaroni & Cheese",
"Creamy Deluxe Macaroni Dinner, Shells & Real Aged Cheddar Sauce",
"Creamy Deluxe Macaroni Dinner, Elbows Pasta & Four Cheese Sauce",
"Cheddar Bunnies Baked Snack Crackers",
"Organic Bunny Fruit Snacks",
"Chewy Granola Bars, Double Chocolate Chip",
"Chewy Gluten Free Granola Bars, Oatmeal Cookie",
"Organic Whole Milk Yogurt",
"Whole Milk Yogurt",
"Organic Whole Milk Yogurt Tubes",
"Organic Cinnamon Rolls With Icing",
"Organic Cookie Bites",
"Organic Popcorn",
"Organic Popcorn",
"Organic Fruit Wands",
"Fruit Wands Real Fruit Tubes",
"Organic Cookie Bite",
"Organic Cookie Bite",
"Organic Cookie Bites",
"Organic Popcorn",
"Organic Toaster Pastries With Frosting",
"Rice Pasta & Cheddar Macaroni & Cheese",
"Creamy Deluxe Rice Pasta Dinner, Cheesy Cheddar Sauce",
"Rice Shells & Creamy White Cheddar",
"Mac & Cheese With Real Aged Cheddar",
"Organic Mac",
"Baking Blend",
"Just Desserts, Cake, Pumpkin Spice",
"Whole Grain Carrot Cake",
"Coffee Cake Bites",
"Bites, Moist Lemon Cake With Bright, Tangy Finish",
"Just Desserts, Brownie Bites",
"Just Desserts, Organic Salted Caramel Brownie Bites",
"Organic Chocolate Cake",
"Pumpkin Spice Muffin Bites",
"Pumpkin Spice Muffin Bites",
"Just Desserts, Organic Brownie Bites",
"Just Desserts, Organic Coffee Cake Bites",
"Vegan Midnight Chocolate",
"Just Desssert, Organic Carrot Cake",
"Organic Cupcake",
"Organic Chocolate Cupcake",
"Just Desserts, Strawberry Filled Chocolate Cake",
"Just Desserts, Coffee Cake Bites, Blueberry",
"Just Desserts, Blueberry Coffee Cake Bits",
"Coffee Cake Bites",
"Organic Cookies & Cream Cupcake",
"Just Desserts, Mango Bites",
"Just Desserts, Brownie Bites",
"Just Desserts, Brownie Bites",
"Just Desserts, Coffee Cake Bites",
"Just Desserts, Coffee Cake Bites, Blueberry",
"Just Desserts, Chocolate Cake",
"Just Desserts, Mini Bundt, Chocolate",
"Just Desserts, Cupcake, Ghirardelli Chocolate",
"Organic Cake",
"Double Concentrated Tomato Paste",
"Balsamic Vinegar Of Modena - Aged",
"Balsamic Vinegar Of Modena",
"Balsamic Vinegar Of Modena",
"Balsamic Vinegar Of Modena",
"Aged Balsamic Vinegar Of Modena",
"Nectar Girl, Cocktail Mix, Cucumber, Lime Mint & Agave Nectar",
"Sugar Free Chocolate Coconut Squares",
"Dave's Killer Bread, Blues Bread, Organic Bread With Blue Cornmeal Crust",
"Organic Good Seed Bread",
"Rockin' Rye, Organic Bread",
"21 Whole Grains And Seeds Organic Bread",
"Organic Spelt Bread",
"Powerseed, Organic Bread",
"Thin-Sliced Bread, Good Seed",
"Organic Thin-Sliced 21 Whole Grains And Seeds Bread",
"Organic Seeded Honey Wheat Bread",
"100% Whole Wheat Organic Bread",
"Thin-Sliced Powerseed Organic Bread",
"Organic Whole Wheat Bread",
"Organic Sprouted Whole Grains Bread",
"White Bread",
"Dave's Killer Bread, Organic Honey Oats & Flax Bread",
"Millon Dollar Bun, Seeded Organic Buns",
"Organic Good Seed Rock 'N' Rolls",
"Sin Dawg",
"Charcoal biscuits",
"Sweet chilli, pumpkin & sesame seed flatbreads",
"99% Fat Free Bean & Rice Burrito",
"Rye & Wheat Crackers",
"Salt Free Seasoning",
"Bell's Traditional Stuffing",
"Bell's, Stuffing, Chicken",
"New England Cranberry Stuffing",
"Riegelein Confiserie, Fine Hollow Chocolate",
"Riegelein, Riegelein Confiserie",
"Regelein, Giant Easter Bunny",
"Riegelein, Fine Milk Chocolate",
"Riegelein Confiserie, Easter Basket Fine Hollow Chocolate",
"Riegelein Gmbh & Co.Kg, Fine Hollow Chocolate",
"Riegelein Confiserie, Minis Solid Chocolate",
"Riegelein Confiserie, Fine Solid Minis Chocolates",
"Riegelein Confiserie, Kids Creativ Creative Set With Chocolate",
"Grass Fed Ground Beef",
"Garlic Paste In Sunflower Oil",
"Boisson au soja",
"Ground Chicken",
"Springer Mountain Farms, Fully Cooked Grilled Chicken Breast Slices With Rib Meat",
"Chicken Breast Chunks With Rib Meat",
"Breaded Chicken Breast Strips",
"Fully Cooked Grilled Chicken Breasts With Rib Meat",
"Essenhaus, Apple Butter",
"Essenhaus, Homestyle Noodles, Narrow",
"Essenhaus, Homestyle Noodles, Wide",
"Essenhaus, Extra Wide Homestyle Noodles",
"Essenhaus, Kluski Homestyle Noodles",
"Fresh Basil Extra Virgin Olive Oil",
"Balsamic Vinegar",
"Sutter Buttes, Extra Virgin Olive Oil, Blood Orange",
"Kombucha Drink",
"House Kombucha, 100% Raw And Probiotic Kombucha, Ginger Fire",
"Italian Cookie Assortment",
"Dried Cranberries With Unsweetened Apple Juice",
"12 Ntm Sparkling Beverages, Sparkling Tea Beverage, Rouge Pomegranate Black Current",
"The Toffeebox, Milk Chocolate Pecan, Pecan",
"Chocolate",
"White Chocolate",
"Spring Cookie",
"Almond Cookies",
"Voodoo Juice, Bloody Mary Mix",
"Amello's Family Bakery, Cookies, Sesame Regina",
"Autumn Cookie Selection",
"Baron's International Kitchen, Caribbean Marinade Mild Jerk Sauce",
"Orchard Valley, Crumble, Cranberry, Orange",
"Amello's Family Bakery, Sicilian Lemon Drops",
"Signature Sauce",
"Hickory Signature Sauce",
"Bold 'N Sassy Signature Sauce, Spicy",
"Traditional Pasta Sauce",
"Valentine Cookies",
"Stirs The Soul, Pure Dark Chocolate Bar",
"Key Ingredient Market, Authentic Mexican Style Queso Dip",
"The Good Cookies & Beyond, Chocolate Chip Cookies, Peanut Butter",
"The Good Cookies, Oatmeal Raisin Cookies With Peanut Butter",
"Brooklyn Brine Co., Hop- Pickle",
"Sutter Buttes, Jam, Apricot Jalapeno",
"Sutter Buttes, Extra Virgin Olive Oil, Citrus-Habanero",
"Sutter Buttes Olive Oil Co, Pickled Spicy Beans",
"Farm Fresh, California Yams",
"Granola",
"The Granola Goddess, Granola Cereal, Original",
"Key Ingredient Market, Port Wine Cheddar Spread",
"Victory Brewing Company, Golden Monkey Cheddar Spread",
"Victory Brewing Company, Prima Pils Spread, Cheddar",
"Victory Brewing Company, Headwaters, Cheddar Dip",
"Victory Brewing Company, Hopdevil Cheddar Spread, Smoked Jalapeno",
"Whole Food Bar, Dark Chocolate Peanut Butter",
"Ecotrek, Fitness, Whole Food Bar, Dark Chocolate Raspberry",
"Paleonola, Granola Maple Pancake",
"Paleonola, Granola, Original",
"Bbq & Steak Sauce",
"Rizutti, Russian Mustard",
"Extra Hot Mustard",
"Creamy Original Roast Peanut Butter",
"Organic Coconut Jam",
"Key Ingredient Brand, Sharp Cheddar & Almond",
"The Classic Traditional Sauerkraut",
"Salsa",
"Extra Virgin Olive Oil",
"Maple Caramel Sauce",
"Pineapple Slices",
"S Kitchen, Pineapple Slices In Light Syrup",
"Sunrise Seed Morning Blend",
"Prohydrate Drink",
"S Kitchen, Blackeye Peas",
"Premium Bbq Sauce",
"Native Northeast, 100% Grass Fed Ground Beef",
"Grass Fed Ground Beef",
"Sweet Peas",
"Apple Chips, Great Granny, Crunchy",
"Apple Chips, Fuji Red",
"Fruit, Organic Bake-Dried Mango Chunks",
"Organic Crunchy Apple Chips",
"Crunchy Coconut Chips, Show Me The Honey",
"Crunchy Coconut Chips, Simply Toasted",
"Crunchy Coconut Chips, Chocolate Bliss",
"Crunchy Coconut Chips, Sweet 'N Heat",
"Crunchy Apple Chips",
"Crunchy Apple Chips",
"Great Granny Crunchy Apple Chips",
"Crunchy Apple Chips",
"Crunchy Apple Chips",
"Cinnamon Crunchy Apple Chips",
"Great Granny Crunchy Apple Chips",
"Crunchy Apple Chips, Simply Cinnamon",
"Crunchy Apple Chips",
"Baked Crunchy Apple Chips",
"Granny Smith Apple Chips",
"Toasted Coconut Chips",
"Crunchy Coconut Chips, Chocolate Bliss",
"Crunchy Coconut Chips, Sweet 'N Heat",
"Banana Chips",
"Crunchy Banana Chips, Cinnamon",
"Banana Chips",
"Organic Toasted Coconut Chips",
"Baked Crunchy, Organic Coconut Chips, Coffee Bean",
"Organic Coconut Chips",
"Country Smoked Sausage Made With Beef",
"Country Smoked Sausage",
"Coconut Pie",
"Sea salt &pepper croutons",
"Vitamin D Milk",
"2% Reduced Fat Milk",
"Fat Free Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Small Curd Cottage Cheese",
"Elsie Lowfat Cottage Cheese",
"Cultured Lowfat Buttermilk",
"2% Reduced Fat Milk",
"Pasteurized Whole Milk",
"Fat Free Milk",
"Bluberry Protein Shake",
"mango protein flavored soy protein shake",
"9 Mini All Butter Mince Pies",
"Kettle Cooked Potato Chips, Jalapeno",
"Kettle Cooked Potato Chips, Salt & Vinegar",
"Kettle Cooked Potato Chips, Bar.B.Que",
"Poore Brothers, Intensely Different, Kettle Cooked Potato Chips, Jalapeno",
"Kettle Cooked Potato Chips, Bacon & Jack Cheese",
"Poore Brothers, Sea Salt Kettle Cooked Potato Chips, Olive Oil",
"Thins Potato Chips",
"Thins Potato Chips",
"Thins Potato Chips",
"Thins Potato Chips",
"Nathan's, Potato Chips",
"Milano Lemon Flavored Chocolate",
"Milano dulce de leche",
"Farmhouse Oatmeal",
"Milano Distinctive Cookies",
"Milano Dark Chocolate",
"Milano Orange Flavored Chocolate",
"Farmhouse Sourdough",
"Milano Raspberry Flavored Chocolate",
"Tahoe White Chocolate Macadamia",
"Goldfish Baked Snack Crackers Cheddar",
"Sausalito Milk Chocolate Macadamia",
"Double chocolate Nantuket Dark Chocolate",
"Santa Cruz Soft Baked Oatmeal Raisin Soft Cookies",
"Milano Cookies-Mint Chocolate",
"Chessmen",
"goldfish baked crackers flavour blasted ",
"Goldfish Colors",
"Goldfish Flavor Blasted Xtra Cheddar",
"Goldfish",
"Goldfish baked snack crackers Cheddar",
"Goldfish baked snack crackers Cheddar",
"Whole Grain Bread",
"Chocolate Chunk Crispy Cookies - Dark Chocolate Pecan",
"Chocolate Chunk Dark Double Chocolate Crispy Cookies",
"Chocolate chunk classic dark chocolate crispy Cookies",
"Chocolate Chunk Milk Chocolate Macadamia Crispy Cookies",
"Chocolate Chunk White Chocolate Macadamia Crispy Cookies",
"Soft Baked Chocolate Chunk Dark Chocolat Brownie",
"Oatmeal Raisin",
"Lexington Milk Chocolate Toffee Almond",
"Maui Milk Chocolate Coconut Almond",
"Soft Baker chocolate chunk",
"Goldfish Cheddar",
"Goldfish Couleurs Goût De Cheddar",
"Almonds",
"Almonds",
"Natural Raw Almonds",
"Roasted & Salted Almonds",
"Almonds",
"Roasted & Salted Almonds",
"Almonds Roasted No Salt",
"Natural Raw Almonds",
"Natural Raw Almonds",
"Roasted & Salted Almonds",
"Roasted & Salted Almonds",
"Wonderful, Roasted & Salted Almonds",
"Wonderful, Roasted Almonds",
"Wonderful, Almonds",
"Wonderful, Roasted & Salted Almonds",
"Almonds",
"Almonds Amandes grillées salées",
"Amandes Grillées Salées",
"Almonds",
"Roasted & Salted Pistachios",
"Wonderful, Roasted & Salted Pistachios",
"Roasted & Salted Pistachios",
"Wonderful, Pistachios",
"Roasted & Salted Pistachios",
"Pistachios",
"Wonderful, No Salt Pistachios",
"Wonderful, Pistachios, Salt & Pepper",
"Pistachios",
"Lightly Salted Pistachios",
"Roasted & Salted Pistachios",
"Pistachios",
"Pistachios",
"Roasted & Salted Pistachios",
"Get Crackin', Wonderful Pistachios, Lightly Salted",
"Pistachios, Lightly Salted",
"Pistachios",
"Salt & Pepper Pistachios",
"Wonderful, Roasted & Salted Pistachios",
"Pistaches Grillées Légèrement Salées",
"Pistachios",
"Pistachios",
"Pistachios Salées",
"Pistachios (grillées salées)",
"Pistachios",
"Pistachios",
"Pistaches grillées sans sel Wonderful",
"Wonderful, Roasted & Salted Pistachios",
"Roasted No Salt Pistachios",
"Pistachios",
"Roasted & Salted Pistachios",
"Pistachios salt & pepper",
"Pistaches au piment doux",
"Roasted & Salted Pistachios",
"Pistachios",
"Roasted & Salted Pistachios",
"Pistaches XXL grillées salées",
"Pistaches XXL Poivre & Sel",
"Pistaches XXL Grillées sans sel",
"Wonderful, Pistachios, Sweet Chili",
"Pistachios",
"Wonderful, Pistachios, Salt & Pepper",
"Wonderful, Pistachios, Sweet Chili",
"Roasted Salted Pistachios",
"Wonderful, Roasted & Salted Pistachios",
"Pistachios",
"Roasted & Salted Pistachios",
"Walnuts",
"Salt & Pepper Pistachios",
"Sultans, Luxury Turkish Delight, Assorted",
"Edaleen Dairy, Premium Ice Cream, Strawberry",
"Edaleen Dairy, Premium Ice Cream, Fudgy Wudgy",
"Premium Ice Cream, Vanilla",
"Pasture Perfect, American Style Kobe",
"Berry Cool Fruit Drink",
"Sweets Station, Hello! Mellow, Marshmallows Bonbones Guimauves, Chocolate Twists",
"Happy Bear Marshmallows",
"Rainbow Marshmallows",
"Refried Black Beans With Jalapeno Peppers",
"Smokin' T's, Sauce Dressing Marinade",
"Fluffy Stuff, Cotton Candy",
"Fluffy Stuff Cotton Tails Candy",
"Blow Pop, Assorted Bubble Gum",
"Minis",
"Blow Pop, Candy, Watermelon Blue Razz Cherry Sour Apple",
"Sweet Pops, Cherry And Blue Razz Berry",
"Pops",
"Sweet'N Sour Pops",
"Minipops - 150 Pops",
"Blow Pop Minis Candy",
"Blow Pop, Pop Minis, Watermelon, Blue Razz, Cherry, Sour Apple",
"Super Blow Pop Candy",
"Blow Pop, Creepy Treats Assorted Bubble Gum Filled Pops",
"Minipops",
"Minipops",
"Naughty Or Nice Sweet 'N Sour Pops",
"Valentine Pops, Cherry",
"Sour Balls Candy",
"Sweet Pops",
"Sweet Pops",
"Assorted Bubble Gum Filled Blow Pops",
"Blow Pop, Assorted Bubble Gum Filled Pops",
"Blow Pop, Bubble Gum Filled Pops",
"Blow Pop, Bubble Gum Filled Pops, Cherry",
"Blow Pop, Assorted Bubble Gum Filled Pops",
"Blow Pop",
"Bubble Gum Filled Pops",
"Blow Pop, Assorted Bubble Gum",
"Mini Pops",
"Minipops",
"Valentine Pops",
"Valentine Pops",
"Blow Pop, Assorted Bubble Gum Filled Pops",
"Blow Pop, Bubble Gum Filled Lollipops",
"Bubblegum Filled Pops",
"Cotton Candy",
"Fluffy Stuff Scaredy Cats Cotton Candy",
"Fluffy Stuff, Cotton Candy, Pops",
"Sweet Pops",
"Mini Pops",
"Super Blow Pop",
"Blow Pop, Super Bubble Gum Filled Pops, Assorted Flavors",
"Blow Pop, Minis No Stick Pops, Strawberry Lemonade, Tropical Punch, Cherry",
"Sweet Pops",
"Sweet 'N Sour Pops",
"Blow Pop Bubble Gum Filled Lollipop",
"Bubble Gum Filled Pops",
"Blow Pop, Assorted Bubble Gum Filled Pops",
"Blow Pop, Bubble Gum Filled Lollipop, Blue Razz Berry",
"Bountique, Premium Lollipops, Pop Perfection Filled With A Creamy Vanilla Center",
"Pops, Sweet 'N Sour",
"Super Blow Pop Bubble Gum",
"Blue Razz, Bubble Gum Filled Lollipop, Berry",
"Assorted Bubble Gum Filled Pops",
"Blow Pop, Bubble Gum Filled Lollipops",
"Delicious Milk Caramel Pops",
"Delicious Candy Coated Milk Caramels",
"Marshmallow",
"Pineapple Salsa",
"Westbrae Natural, West Soy, Organic Plus Plain Soymilk",
"Buckwheat Honey",
"Large Fava Beans",
"Colombina, Moments, Cookies, Butter",
"Bon Bon Boom Bubble Gum Pops",
"Cream Filled Sugar Wafers Vanilla, Vanilla",
"Cream-Filled Sugar Wafers, Strawberry",
"Cream-Filled Chocolate Sugar Wafers",
"Cream-Filled Sugar Wafers",
"Assorted Lollipops",
"Heart Pops",
"Bubble Gum Pops",
"Bonbon Boom, Bubble Gum Pops, Sour",
"Colombina, Tiger Pops, Spring Pops",
"Tiger Pops Heart Pops",
"Holiday Pops",
"Coastal Bay Confections, Assorted Hard Candy, Blackberry, Peach And Strawberry",
"H.I., Dried Date",
"Tamis Anghang Banana Sauce",
"Banana Sauce, Hot Spicy",
"Jelly Bars",
"Original Santa Maria Valley Style Salsa",
"Allegro, 64% Cacao Dark Drinking Chocolate",
"Allegro, Drinking Chocolate, White Chocolate",
"Buffalo Style Panko",
"Thai Coconut Curry Panko",
"Pecan Panko Cooking Japanese Breadcrumbs",
"Macadamia Coconut Panko",
"Cooking Japanese Breadcrumbs, Almond Lemon Panko",
"Japanese Cooking Breadcrumbs, Italian Herb Panko",
"Japanese Panko Breadcrumbs, Pistachio Garlic",
"Rosemary Garlic Panko",
"Celery Salt",
"Organic Italian Herb Blend Seasoning",
"Cooking Organic Seasoning Lemon Pepper With Lemon Peel",
"Taco Seasoning",
"Tandoori Spice",
"Chesapeake Bay Seafood Seasoning",
"Peruvian Barbeque",
"Garlic And Pepper Seasoning",
"Cooking Za'Atar - Organic Seasoning",
"Cooking Organic Seasoning, Peppercorn Blend",
"Maya Coffee Rub",
"Latin All-Purpose Organic Seasoning",
"Latin Seasoning With Bitter Orange",
"Latin Seasoning",
"Carne Asada Organic Cooking Seasoning",
"Organic Smoky Mexican Chipotle Seasoning",
"Curry Powder",
"Organic Northern Mediterranean Blend Cooking Seasoning",
"Organic Santa Maria Grill Cooking Seasoning",
"Red Chili Powder",
"Healthy Earth Seasonings",
"Healthy Earth Seasonings",
"Healthy Earth Seasonings",
"Cooking Organic Seasoning, Java Salt",
"Matcha Tea Rub",
"Asian Cooking Organic Salt-Free Seasoning",
"Yummy Kids Yogurt",
"Blended Lowfat Yogurt",
"Greek Cheese Snack",
"Light Greek Non Fat Yogurt Cheese Snack",
"Authentic Greek Cheese Snack, Chocolate",
"Italian Ices",
"Sliced White Bread",
"Wheat Bread",
"Fruit- Fresh Produce Protector",
"Instant Pectin",
"Italian-Style Pasta Sauce Mix",
"Half lamb leg bone in",
"Brown sauce",
"Esther Price, Assorted Dark Chocolate",
"Milk & Dark Fine Chocolates, Caramel Pecans",
"Assorted Milk Chocolate, Assorted",
"Assorted Dark Chocolates",
"Esther Price, Fine Dark Chocolates, Cherry Cordial",
"Almond Bark Dark Chocolate",
"Esther Price, Potato Chip Bark",
"Esther Price, Almond Bark Dark Chocolate",
"Assorted Milk & Dark Chocolates, Assorted Milk & Dark",
"Assorted Milk Fine Chocolates",
"Assorted Dark Chocolates",
"Milk & Dark Fine Chocolates, Cream Assortment",
"Cream Assortment Milk Fine Chocolate",
"Assorted Milk & Dark Fine Chocolate",
"Assorted Milk Chocolates",
"Dark Chocolate, Sea Salt Caramel",
"Milk & Dark Caramel Pecans Chocolate",
"Opera Creams Milk & Dark Chocolate, Opera Creams",
"Milk & Dark Fudge Creams Fine Chocolates",
"Deluxe Halved Strawberries In Syrup",
"Halved Strawberries",
"Deluxe Whole Red Raspberries, Raspberry",
"Asparagus Spears",
"Garden Peas",
"Sweet Kernel Corn",
"Cut Green Beans",
"Broccoli Spears",
"Chopped Broccoli",
"Leaf Spinach",
"Chopped Spinach",
"Classic Mixed Vegetables",
"Fordhook Lima Beans",
"Broccoli Florets",
"Deluxe Baby Vegetables, Baby Broccoli Florets",
"Baby Gold & White Corn",
"Deluxe Baby Vegetables, Baby Corn & Vegetable Blend",
"Baby Mixed Beans & Carrots",
"Baby White Corn Kernels",
"Sweet Kernel Corn",
"Tender Broccoli Cuts",
"Sweet Garden Peas",
"Sugar Snap Peas",
"Sweet Mini Corn On The Cob",
"Artichoke Hearts",
"Tender Broccoli Cuts",
"White Pearl Onions",
"Sweet Garden Peas",
"Cut Green Beans",
"Sweet Kernel Corn",
"Classic Mixed Vegetables",
"Baby Peas",
"French Cut Green Beans",
"Creamed Spinach",
"Cooked Winter Squash",
"Vegetables & Sauce California Blend",
"Rotini & Vegetables",
"Pasta & Vegetables In A Creamy Cheese Sauce",
"Sweet Corn In A Butter Sauce",
"Roasted Potatoes & Broccoli In Cheese Sauce",
"Vegetables & Shells In Garlic Butter Sauce",
"Peas & Pearl Onions In Lightly Seasoned Sauce",
"Pearl Onions With A Cream Sauce",
"Broccoli With Cheese Sauce",
"Garlic Chicken Pasta",
"Voila!, Three Cheese Chicken",
"Voila!, Teriyaki Chicken",
"Voila!, Alfredo Chicken",
"Voila!, Garlic Shrimp",
"Tuscan Vegetable & Sauce",
"Green Beans & Spaetzle In Bavarian Style Sauce",
"Sweet Corn",
"Mixed Vegetables",
"Broccoli Cuts",
"Sweet Peas",
"Cut Green Beans",
"Fresh Frozen Vegetables",
"Steamfresh, Brpccoli, Cauliflower & Carrots",
"Steamfresh, Fresh Frozen Vegetable",
"Steamfresh, Fresh Frozen Vegetables Mixtures",
"Steamfresh, Fresh Frozen Vegetables",
"Whole Green Beans",
"Steamfresh, Premium Selects Fresh Frozen Vegetables, Brussels Sprouts",
"Lightly Seasoned Garlic Baby Peas & Mushrooms",
"Lightly Seasoned Southwestern Corn",
"Lightly Seasoned Asian Medley",
"Steamfresh, Lightly Seasoned Garlic Cauliflower",
"Voila, Shrimp Scampi",
"Broccoli Florets Fresh Frozen Vegetables",
"Voiila!, Beef Lo Mein",
"Birds Eye Normandy Blend",
"California Blend Fresh Frozen Deluxe Vegetables",
"Broccoli Florets",
"Long Grain White Rice",
"Steamfresh, Sugar Snap Peas",
"Steamfresh, Gold & White Corn",
"Baby Broccoli Blend Mixtures",
"Lightly Seasoned Southwestern Style Rice With Corn, Peppers & Onions",
"Lightly Seasoned Chicken Flavored Rice With Broccoli, Carrots & Onions",
"Sweet & Sour Chicken",
"Lightly Sauced Broccoli With Cheese Sauce",
"Steamfresh, Lightly Sauced Super Sweet Corn With Butter Sauce",
"Steamfresh, Roasted Red Potatoes",
"Asparagus Spears",
"Premium Selects Edamame In The Pod",
"Broccoli, Carrots, Sugar Snap Peas & Water Chestnuts",
"Penne & Vegetable With Alfredo Sauce",
"Lightly Sauced Pasta & Broccoli With Cheese Sauce",
"Steamfresh, Broccoli, Cauliflower, Carrots With Cheese Sauce",
"Brown & Wild Rice With Corn, Carrots & Peas",
"Brown & Wild Rice Selects With Broccoli & Carrots",
"Steamfresh, Lightly Sauced Roasted Red Potatoes With Oven Roasted Garlic Butter Sauce",
"Steamfresh, Lightly Sauced Rotini & Vegetables",
"Steamfresh, Rigatoni & Vegetables With Tomato Parmesan Sauce",
"Fresh Frozen Vegetables",
"Mixed Vegetables",
"Fresh Frozen Vegetables",
"Voila!, Chicken & Vegetables In Pot Pie Gravy & Crust Crumbles",
"Steamfresh, Fresh Frozen Vegetables",
"Steamfresh, Fresh Frozen Vegetables",
"Steamfresh, Lightly Sauced Creamed Spinach",
"Lightly Sauced Mushroom & Green Bean Risotto",
"Roasted Red Potatoes & Green Beans",
"Voila!, Sweet & Sour Chicken",
"Voila!, Cheesy Ranch Chicken",
"Lightly Sauced Tuscan Vegetables With Marinara Sauce",
"Cheesy Mac With Broccoli & Carrots",
"Tri Color Pepper & Onion Blend",
"Recipe Ready Broccoli Stir Fry",
"Chopped Onions & Garlic",
"Recipe Ready Southwest Blend",
"Recipe Ready Grilling Blend",
"Primavera Blend, Red Peppers, Asparagus, Peas & Julienne Carrots",
"Chopped Seasoning Blend",
"Stew Blend",
"Mushroom Blend",
"Lightly Sauced Roasted Potatoes With Onions & Bacon In A Cheese Sauce",
"Lightly Sauced Pasta & Broccoli With Onions & Bacon In A Cheese Sauce",
"Fajita Chicken",
"Fresh Frozen Vegetables",
"Steamfresh, Lightly Sauced Penne With Spinach In Parmesan Sauce",
"Viola!, Creamy Chicken & Noodles, Diced Chicken And Noodles With Carrots, Cut Green Beans, Onions And Celery In A Creamy Cheese Sauce",
"Steamfresh, Lightly Seasoned Garlic Baby Peas & Mushrooms",
"Steamfresh, Tuscan Vegetables With Marinara Sauce",
"Sauced & Lightly Seasoned Vegetables Corn",
"Steamfresh, Lightly Sauced Rotini & Vegetables With Oven Roasted Garlic Butter Sauce",
"Steamfresh, Penne With Spinach In A Parmesan Sauce",
"Steamfresh, Sauced & Seasoned Asian Style Rice",
"Sauced & Seasoned Vegetables",
"Steamfresh, Broccoli Florets",
"Asian Stir-Fry Vegetables",
"Steamfresh, Barbecue Sweet Corn, Barbecue Seasoned Super Sweet Corn",
"Spicy Buffalo Seasoned Cauliflower Florets",
"Teriyaki Broccoli",
"Sour Cream And Onion Potatoes",
"Steamfresh, Ranch Broccoli",
"Fiesta Lime Corn",
"Steamfresh, Wasabi Seasoned Sweet Peas",
"Sweet Chili Carrots",
"California Style Steamfresh Frozen Vegetables",
"Protein Blends, Southwest Style",
"Italian Style Protein Blends",
"Steamfresh Fresh Frozen Vegetables, Protein Blends Asian Style",
"Steamfresh, Pasta & Broccoli With A Cheese Sauce",
"Pasta & Peas With A Parmesan Cheese Sauce",
"Pasta & Carrots With A Tomato Sauce",
"Asiago Beef",
"Frozen Chessy Chicken",
"Pasta & Broccoli with a White Cheese Sauce",
"Whole Grain Pasta & Peas With A Butter Sauce",
"Pasta & Broccoli With A Yellow Cheese Sauce",
"Hawaiian Style Protein Vegetable Blends",
"Steakhouse Green Beans",
"Wars Three Cheese Chicken",
"Organic Cut Green Beans",
"Organic Mixed Vegetables",
"Organic Sweet Peas",
"Organic Super Sweet Corn",
"Superfood Blends Barley & Kale",
"Superfood Blend Black Rice & Edamame",
"Chickpeas & Spinach With Sweet Potatoes, Brown Rice And Barley In A Light Olive Oil & Lemon Sauce",
"Super Food Blends",
"Veggie Made Mashed Cauliflower",
"Mashed Cauliflower",
"Mashed Cauliflower",
"Zucchini Lentil Pasta",
"Zucchini Lentil Pasta With Marinara Sauce",
"Spinach Lentil Pasta",
"Super Sweet Corn",
"Sweet Peas",
"Cut Green Beans",
"Mixed Vegetables",
"Fresh Frozen Vegetables Mixtures",
"Deluxe Baby Vegetables, Baby Sweet Peas",
"Deluxe Baby Vegetables, Baby Gold & White Corn",
"Thai Stir-Fry Vegetables Sauce",
"Stir-Fry Vegetables",
"Teriyaki Stir-Fry Vegetables",
"Sweet Kernel Corn",
"Broccoli With Cheese Sauce",
"Steamfresh Veggie Made Riced Cauliflower",
"Riced Cauliflower",
"Riced Cauliflower",
"Cauliflower Florets",
"Stir-Fry Vegetables",
"Stir-Fry Vegetables",
"Sugar Snap Stir-Fry Vegetables",
"Pepper Stir-Fry With Sliced Green, Red & Yellow Bell Peppers & White Onions",
"Vegetables For Soup",
"Tarter Sauce",
"Avena 1, Instant Oatmeal, Maple & Brown Sugar",
"Avena 1, Instant Oatmeal, Maple & Brown Sugar",
"Granvita, Puffitos, Whole Grain Puffed Wheat Cereal, Honey",
"Houmous",
"Cage Free 100% Liquid Egg Whites",
"Abbotsford Farms, Cage Free 100% Liquid Egg Whites",
"Kiwi",
"Kiwi Fruit",
"Mighties, Ripe & Easy Kiwi",
"Fuzzy Kiwi Fruit",
"The Amazing Fuzzy Fruit",
"Kiwi",
"Flour Tortillas",
"The Original Cookies, Butter",
"Butter Cookies, Original",
"Santa's Favorites, Anise Flavored Cookies, Anise",
"Chinese Chicken Salad Dressing & Marinade",
"Schlabach Amish Bakery, On-The-Go Pomegranate Grand-Ola",
"Schlabach Amish Bakery, Mangosteen Blueberry Grand-Ola, Blueberry",
"Schlabach Amish Bakery, Grand-Ola, Maple",
"Taco Filling",
null,
"Unsweetened Applesauce",
"Applesauce",
"100% Tomato Juice",
"Blueberry Muffins",
"Lemon Poppy Muffins",
"Apple Walnut Muffins",
"Blueberry Muffins",
"Sugar Free Muffins",
"Hill & Valley, Pumpkin Pie, No Sugar Added",
"Splenda, Pumpkin Spice Sliced Creme Cake",
"Sliced Creme Cake, Lemon",
"Sugar Free Cinnamon Swirl Sliced Creme Cake",
"Sugar Free Sliced Creme Cake",
"Sliced Creme Cake",
"Yellow Cake",
"Yellow Cake",
"Yellow Cupcakes",
"Sugar Free Angel Food Cake",
"Hill & Valley, Sugar Free Chocolate Chunk Cookies",
"Hill & Valley, Oatmeal Raisin Cookies, Oatmeal",
"Chocolate Chip Cookies",
"Sugar Free Butter Cookies",
"Double Chocolate Cookies",
"Almond drink",
"Apple Pie",
"Cherry Pie",
"Blueberry Pie",
"Pecan Pie",
"Hill & Valley, Pie, No Sugar Added, Cherry",
"Apple Pie",
"Pie Crust",
"Aberdeen angus steak pie",
"Premium Marinara Sauce, Original Recipe",
"Dell' Amore, Premium Marinara Sauce, Sweet Basil & Garlic",
"Premium Marinara Sauce",
"Premium Marinara Sauce, Sweet Basil & Garlic",
"Premium Pizza Sauce",
"Chile Colorado Preparado",
"Gon Gusto, Sancocho Large Pork Rinds",
"Squash",
"Lolas's, Corn Tortillas",
"Cream Of Broccoli With Cheese Soup",
"Elbow Macaroni, Enriched Macaroni Product",
"Ready Cut Spaghetti, Enriched Macaroni Product",
"Enriched Macaroni Product, Large Elbow Macaroni",
"Small Shells, Enriched Macaroni Product",
"Enriched Macaroni Product, Elbow Macaroni",
"Enriched Macaroni Product, Elbow Macaroni",
"Spaghetti Pasta",
"Enriched Macaroni Product, Elbow Macaroni",
"Ready Cut Spaghetti, Enriched Macaroni Product",
"Enriched Macaroni Product, Vermicelli",
"Spaghetti",
"Rings, Enriched Macaroni Product",
"Large Rings",
"Enriched Egg Noodles, Wide Egg Noodles",
"Enriched Egg Noodles, Extra Wide Egg Noodles",
"Enriched Egg Noodles, Dumpling Egg Noodles",
"Enriched Macaroni Product, Lasagna",
null,
"Fine Egg Noodles",
"Enriched Macaroni Product, Mostaccioli",
"Enriched Macaroni Product, Rigatoni",
"Enriched Macaroni Product, Thin Spaghetti",
"Enriched Macaroni Product, Spaghetti",
"Thin Spaghetti",
"Mafalda, Enriched Macaroni Product",
"Vermicelli, Enriched Macaroni Product",
"Enriched Macaroni Product, Manicotti",
"Enriched Macaroni Product, Ziti",
"Enriched Macaroni Product, Cavatappi",
"Enriched Macaroni Product, Small Shells",
"Enriched Macaroni Product, Medium Shells",
"Acini Di Pepe",
"Jumbo Shells, Enriched Macaroni Product",
"Enriched Macaroni Product, Spaghetti",
"Enriched Macaroni Product, Thin Spaghetti",
"Fettuccine, Enriched Macaroni Product",
"Enriched Macaroni Product Linguine",
"Enriched Macaroni Product, Angle Hair",
"Enriched Macaroni Product, Radiatore",
"Oven Ready Lasagna",
"Enriched Macaroni Product, Rotelle",
"Enriched Macaroni Product, Penne Rigate",
"Enriched Macaroni Product, Mostaccioli Rigati",
"Enriched Macaroni Product, Rotini",
"Enriched Macaroni Product, Bow Ties",
"Quick Cook,Enriched Macaroni Product, Rotini",
"Quick Cook, Penne Rigate, Enriched Macaroni Product",
"Elbow Macaroni",
"Thin Spaghetti",
"150 Calorie Pasta, Penne",
"Rotini",
"Enriched Tomato And Spinach Macaroni Product, Tricolor Rotini",
"Tricolor Penne",
"Large Shells, Enriched Macaroni Product",
"Enriched Macaroni Product, Orzo",
"Oven Ready Elbows, Enriched Macaroni Product",
"Strawberry & Champagne Conserve",
"Parker House, Sliced Sagey Souse",
"Parker House, Sliced Hot Head Cheese",
"Hot Smoked Sausage",
"Chicken Hot Links",
"Chicken Polish Sausage",
"Polish Sausage",
"Hot Smoked Sausage",
"Alberto, Corned Beef",
"Nectar",
"Wasatch, Brigham's Brew Root Beer",
"Wa Satch, Brigham's Brew Hand-Crafted Root Beer",
"Spice Paste For Cantonese Sweet And Sour Stir Fry",
"Spice Paste For Singapore Laksa, Coconut Curry Noodles, Mild",
"Spice Mix For Singapore Coconut Rice, Nasi Lemak",
"Spice Paste For Indian Korma Curry, Mild",
"Spice Paste For Singapore Hainanese Chicken Rice",
"Spice Paste, Mild",
"Spice Paste, Hot",
"Spice Paste For Pad Thai Noodles",
"Spice Paste For Thai Yellow Curry",
"Powder Mix For Peanut Sauce",
"Spice Paste For Indonesian Rendang Curry, Hot",
"Spice Paste For Indonesian Mee Goreng Sambal Fried Noodles, Mild",
"Spice Paste for Indian Butter Chicken Murgh Makhani",
"Spice Paste For Cantonese Chow Mein Stir-Fried Noodles",
"Spice Paste For Szechuan Kung Pao Stir Fry",
"Instant Corn Masa Mix",
"Classic Basil Pesto Sauce",
"Olive & Tomato Pesto Sauce",
"Sacla Italia, Sun Dried Tomatoes",
"Napoletana Pasta Sauce",
"Italia Oven Baked Tomatoes With Chili",
"Italia Chili Pesto",
"Squeeze A Little Chili Pesto",
"Sacla', Basil Pesto",
"Italia Alfredo Pasta Sauce",
"Sacla Italia, Bruschetta With Italian Tomato And Basil",
"Sacla Italia, Black Olive Pate",
"Chicken Burgers, Chili Lime",
"Wild Salmon",
"Wild Salmon Fillets",
"Steakhouse Wild Salmon",
"Wild Salmon",
"Sole Seasoned Grill Fillets",
"Tilapia Fillet",
"Tilapia",
"Cajun Tilapia",
"Morey's, Smoked Atlantic Salmon",
"Seasoned Tilapia Fillets",
"Rice, Vermicelli, Chicken Broth And Herbs With Other Natural Flavors",
"Rice & Pasta Mix, Chicken",
"Rice & Pasta Mix, Beef",
"Rice, Vermicelli, Chicken Broth And Herbs, Chicken",
"Rice & Pasta Mix, Creamy Four Cheese",
"Rice & Pasta Mix, Cheddar Broccoli",
"Rice, Vermicelli, Chicken Broth And Herbs",
"Quick Serve, Rice Mix, Beef Flavor",
"Long Grain & Wild Rice",
"Chicken Flavor Rice, Vermicelli, Chicken Broth And Herbs With Other Natural Flavors",
"Rice Mix, Broccoli Au Gratin",
"Tender Rice, Vermicelli And Mushrooms",
"Rice & Pasta Mix, Beef",
"Rice & Pasta Mix, Chicken, Broccoli",
"Long Grain & Wild Rice, Original",
"Fried Rice, Delicious Mix Of Rice, Vermicelli And Asian Seasonings",
"Rice Pilaf",
"Rice & Pasta Mix, Herb & Butter",
"Rice, Vermicelli, Chicken Broth And Herbs, Chicken",
"Rice, Vermicelli, Carrots And Broth, Beef",
"Rice And Pasta With Mexican Seasonings",
"Rice And Vermicelli With Teriyaki Seasoning, Chicken Teriyaki",
"Rice Mix, Country Cheddar",
"Tender Rice Mix, Creamy Four Cheese",
"Tortelloni With Cheese Home Made Style",
"Ravioletti With Cheese",
"Double Spinach Ravioli",
"Lobster Ravio Made With Real Lobster",
"Broccoli Rabe Ravioli",
"Sundried Tomato & Smoked Mozzarella Ravioli",
"12 Round Roasted Pepper And Smoked Mozzarella Ravioli",
"Super Size Jumbos Biscuits, Buttermilk",
"Pie Crusts",
"Singles American Reduced Fat Pasteurized Cheese Food With Added Calcium Slices",
"French Onion Dip",
"12 Taco Shells",
"Biscuits, Buttermilk",
"Cream Cheese Spread, Original",
"Original Cream Cheese",
"Cheddar Cheese, Medium",
"Low-Moisture Part-Skim Mozzarella Cheese",
"Sharp Cheddar Cheese",
"1/3 Less Fat Neufchatel Cheese",
"Low-Moisture Part-Skim Mozzarella Cheese",
"Select Quality Low-Moisture Part-Skim Mozzarella Cheese",
"100% Grated Parmesan Cheese",
"100% Grated Parmesan Cheese",
"Singles American Pasteurized Prepared Cheese Product Slices",
"Light Cream Cheese",
"American Pasteurized Prepared Cheese Product",
"Medium Cheddar Cheese",
"Monterey Jack Cheese",
"Pasteurized Process Swiss Cheese",
"Soft Margarine",
"Spread",
"Low-Fat Yogurt, Strawberry",
"Low-Fat Yogurt, Raspberry",
"String Low-Moisture Part-Skim Mozzarella Cheese",
"Fancy Taco Blend Select Quality Shredded Cheddar & Monterey Jack Cheese With Jalapeno Peppers",
"Fancy Pizza Blend",
"String Cheese",
"Colby Jack Cheese",
"Fancy Low-Moisture Part-Skim Mozzarella Cheese",
"Select Quality Shredded Cheddar & Monterey Fancy Jack Cheese",
"Cream Cheese Spread",
"Pepper Jack Cheese",
"Pie Crusts",
"Grated Italian Style Blend Cheese",
"Fancy Medium Cheddar Cheese",
"Mozzarella Cheese",
"Fancy Italian Style Blend Cheese",
"Fancy Mexican Style Cheese Blend",
"Whipped Topping",
"Raspberries",
"Strawberries",
"Whipped Dessert Topping, Lactose Free",
"100% Natural Part Skim Ricotta Cheese",
"Ricotta Cheese",
"100% Natural Part Skim Ricotta Cheese",
"Mesquite Smoke Barbecue Sauce",
"Barbecue Sauce, Honey",
"Worcestershire Sauce",
"Alfredo Sauce Mix",
"Pork Gravy Mix",
"Original Fancy Apple Sauce",
"Choice Unpeeled Apricots Halves In Heavy Syrup",
"Fancy Golden Pineapple Tidbits, In Its Own Juice",
"Maraschino Cherries",
"Maraschino",
"Fruit Cocktail",
"Choice Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail",
"Chunky Cut Choice Fruit Mix",
"Mandarin Oranges In Light Syrup",
"Choice Yellow Cling Peaches Slices In Heavy Syrup",
"Yellow Cling Peaches Slices In Heavy Syrup",
"Choice Yellow Cling Peaches Slices In Heavy Syrup",
"Bartlett Pear Halves",
"Choice Bartlett Pears Halves In Heavy Syrup",
"Choice Bartlett Pear Halves In Heavy Syrup",
"Choice Bartlett Pears Halves In Heavy Syrup",
"Choice Bartlett Pears Slices In Heavy Syrup",
"Fancy Golden Pineapple Chunks, Pineapple",
"Choice Bartlett Pears Halves In Light Syrup",
"Fancy Golden Pineapple Sliced",
"Cola",
"Fancy Golden Pineapple Chunks In Its Own Juice",
"Choice Fruit, Purple Plums",
"Apple Juice",
"100% Juice",
"Juice",
"Root Beer",
"Fancy Asparagus Whole Spears",
"Fancy Asparagus, Tender Cut Spears",
"Whole Water Chestnuts",
"Water Chestnuts Sliced",
"Fancy Green Beans Cut",
"Fancy Green Beans, French Sliced",
"French Sliced Fancy Green Beans",
"Fancy Wax Beans Cut",
"No Bean Chili With Meat, Mild",
"Thick & Chunky Premium Mild Chili With Beans",
"Sliced Fancy Beets",
"Fancy Sliced Beets Pickled",
"Fancy Small Sliced Carrots",
"Fancy Golden Corn Whole Kernel",
"Fancy Golden Corn, Cream Style",
"Fancy Golden Corn Whole Kernel",
"Whole Kernel Fancy Golden Corn",
"Fancy Golden Corn Supersweet Whole Kernel",
"Fancy Select Sweet Peas",
"Fancy Sweet Peas",
"Peas & Carrots Diced",
"Fancy Select Vegetables Mixed",
"Sliced Fancy White Potatoes",
"Fancy White Potatoes",
"Fancy Select Pumpkin",
"Fancy Select Sauerkraut",
"Choice Tomatoes Diced",
"Choice Tomatoes Crushed In Puree",
"Fancy Select Tomato Paste",
"Fancy Select Tomato Paste",
"Fancy Select Tomato Sauce",
"Extra Fancy Tomato Ketchup",
"Fancy Green Diced Chiles",
"Ketchup",
"Whole Peeled Choice Tomatoes",
"Choice Tomatoes Stewed",
"Diced Choice Tomatoes",
"Sweet Pickles",
"Barbecue Sauce, Original",
"Hickory Smoke Barbecue Sauce",
"Fresh Pack Sweet Cucumber Chips",
"Sweet Relish",
"Fancy Mushrooms Whole Button",
"Fancy Mushrooms Stems & Pieces",
"Fancy Mushrooms Stems & Pieces",
"Olive Oil",
"Premium Vebetable Oil Cooking Spray",
"Extra Virgin Olive Oil",
"Italian Style Tomato Paste",
"Italian Style Diced Tomatoes",
"100% Juice, Vegetable",
"Creamy Peanut Butter, Peanut",
"Chunky Peanut Butter",
"Sweet Nubbins",
"Kosher Baby Dills",
"Jelly, Concord Grape",
"Jelly, Strawberry",
"Creamy Peanut Butter",
"Concord Grape Jelly",
"Chunky Peanut Butter, Rich Roasted Peanut",
"Apricot Pineapple Preserves, Apricot Pineapple",
"Preserves, Orange Maramalade",
"Preserves, Raspberry",
"Apricot Pineapple Preserves",
"Preserve, Raspberry",
"Preserves, Strawberry",
"Clover Honey",
"Premium Table Syrup",
"Lite Reduced Calorie Syrup",
"Alaska Pink Salmon",
"Tiny Shrimp",
"Evaporated Milk Vitamin D Added",
"Sweetened Condensed Milk",
"Sloppy Joe Seasoning Mix",
"Garbanzo Beans",
"Great Northern Beans",
"Premium Black Beans",
"Premium Light Red Kidney Beans",
"Premium Small Red Beans",
"Premium Chili Mild Turkey Chili With Beans",
"Premium Western Style Chili Beans",
"Hominy Fancy Golden Corn",
"Fancy White Corn Hominy",
"Traditional Corned Beef Hash",
"Premium Blackeye Peas",
"Luncheon Meat",
"Sugar Cones",
"Cake Cups",
"Chili, Hot",
"Premium Chili Con Carne With Beans, Mild",
"Premium Vegetarian Refried Beans",
"Tomato Condensed Soup",
"Bean With Bacon Condensed Soup",
"Chicken Noodle Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Non-Dairy Creamer For Coffee",
"Non-Dairy Creamer For Coffee, Original",
"Pancake & Waffle Mix, Buttermilk",
"No Sub Brand, Granulated Pure Sugar",
"Turkey Gravy Mix",
"Mushroom Gravy Mix",
"Au Jus Gravy Mix",
"Brown Gravy Mix",
"Country Gravy Mix",
"Spaghetti Sauce Mix",
"Chili Seasoning Mix",
"Taco Seasoning Mix",
"Genuine Chocolate Flavor Syrup",
"Baking Cocoa",
"Quick 1-Minute Oatmeal",
"100% Natural Oatmeal, 100% Whole Grain Cereal",
"Instant Oatmeal, Maple & Brown Sugar",
"Jumbo Cups",
"Unsalted Dry Roasted Peanuts",
"Premium Peanuts",
"Premium Peanuts",
"Marshmallows",
"Mini Marshmallows",
"Dry Roasted Peanuts",
"Premium Peanuts",
"Non-Dairy Creamer For Coffee, Irish Creme",
"Non-Dairy Creamer For Coffee, Hazelnut",
"Non-Dairy Creamer For Coffee, Amaretto",
"Non Dairy Creamer For Coffee, French Vanilla",
"Shells & Cheddar",
"Seedless Raisins",
"Diet Tonic Water",
"Seltzer",
"Sweet Relish",
"Savory Beef Gravy",
"Whole Smoked Oysters In Cottonseed Oil",
"Kippered Snacks, Kippered Herring Fillets",
"Lightly Smoked Sardines In Soybean Oil",
"100% White Grape Juice",
"Ruby Red Grapefruit Juice Cocktail",
"Premium Vegetable Oil Cooking Spray",
"100% Grapefruit Juice",
"Cream Of Mushroom Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Chunky Blue Cheese",
"Creamy Cucumber Deliciously Cool & Fresh Dressingf",
"French Style California Spicy & Sweet Dressing",
"Creamy Ranch Buttermilk & Herb Dressing",
"Thousand Island Traditional, New York Style Dressing",
"Traditional Italian Tangy Mediterranean Herb Dressing",
"Creamy Ranch Buttermilk & Horb Dressing",
"Thousand Island Traditional, New York Style Dressing",
"Traditional Italian Tangg Mediterranean Herb Dressing",
"Spicy Vegetable Juice From Concentrate",
"Apple Sauce",
"Ketchup",
"Tomato Ketch Up",
"Unsweetened Apple Sauce",
"Fancy Apple Sauce, Original",
"Juice Cocktail From Concentrate",
"Dijion Mustard",
"Horseradish Mustard",
"Dill Relish",
"Premium Macadamias Dry Roasted",
"Distinct Selection Gourmet Tea, Latte Drink Mix, Chai Tea",
"Distinct Selection, Peach Iced Tea",
"Light Creamy Ranch Buttermilk & Herb Dressing",
"Choice Yellow Cling Peaches Slices Packed In Water",
"Hollandaise Sauce Mix",
"Flaky Jumbos Biscuits",
"Smoked Sausage Links",
"Orange Juice",
"Orange Juice, Not From Concentrate",
"Thin Sliced Chicken",
"Smoked Turkey",
"Thin Sliced, Honey Ham",
"Chin Sliced Smoked Ham",
"Think Sliced Turkey",
"Thin Sliced Smoked Turkey",
"Big & Flaky Crescent Rolls",
"Big & Buttery Rolls",
"Mozzarella Cheese",
"Fancy Reduced Fat Mexican Style Cheese Blend",
"Extra Sharp Cheddar Cheese",
"Medium Cheddar Cheese Slices",
"Select Quality Monetary Pepper Jack Cheese With Jalapeno Pepper",
"Select Quality Non-Smoked Provolone Cheese",
"Natural Swiss Cheese",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Low-Fat Yogurt, Raspberry",
"Low-Fat Yogurt, Mixed Berry",
"Apple Juice",
"Organic Sliced Provolone Cheese",
"Chili Con Carne With Beans, Mild",
"Premium Hot Chili Con Carne With Beans",
"Fancy Golden Corn Whole Kernel",
"Cola",
"Caffeine Free Orange Soda, Orange",
"Diet Cola",
"Caffeine Free Soda, Strawberry",
"Soda, Grape",
"Citrus Soda, Mountain Mellow",
"Caffeine Free Fruit Punch Soda, Fruit Punch",
"Mixed Nuts",
"Real Fruit Spread",
"Mango Peach Pepper Jelly",
"Sour Cream & Chive Potatoes",
"Mini Ice Cream Sandwiches",
"Fruit Snax, Assorted Fruit Flavored Snacks",
"Fruit & Veggie Snax, Assorted",
"Fruit Snax, Assorted Fruit",
"Fruit & Veggie Snax, Assorted",
"Moon Rocks, Crunchy Fruit Flavored Snacks",
"Roasted Almonds",
"Roasted Almonds",
"Natural Almonds",
"Sunflower Seeds",
"Fancy Select Cranberry Sauce, Jellied",
"Fancy Select, Whole Berry Cranberry Sauce, Cranberry",
"Steak Sauce, Zesty",
"Premium Popcorn, Butter",
"Movie Theater Style Premium Popcorn",
"Giant Pop Premium Popcorn",
"Premium Chunk Light Tuna In Water",
"Instant Oatmeal, Raisin, Date & Walnut",
"Drink Mix",
"Drink Mix",
"Chunky Chicken Noodle Soup",
"Sparkling Water Beverage",
"Sparkling Water Beverage",
"Sparkling Water Beverage",
"Macaroni & Cheese",
"Baby Back Pork Ribs With Barbeque Sauce",
"Whipped Dressing",
"Juice Cocktail",
"Juice Cocktail",
"Juice Cocktail, Tropical Blend",
"Cranberry Pomegranate",
"Lightly Toasted Rice & Wheat Flakes Cereal",
"Hickory Smoked Bacon Jerky",
"Blueberries",
"Strawberries",
"Raspberries",
"Tropical Mixed Fruit",
"Blueberries",
"Mango Chunks",
"Strawberries Sliced",
"Juice, Pineapple",
"Mustard",
"Mustard",
"Beef Stew",
"Mustard",
"Reduced Sodium Chicken Broth",
"Mashed Potatoes",
"Butter & Herb Mashed Potatoes",
"Four Cheese Mashed Potatoes",
"Mashed Potatoes, Roasted Garlic",
"Jalapeno Relish",
"Zesty Bread & Butter Chips With Jalapeno Juice",
"High Fibre Cereal, Raisinbran",
"Healthy Mornings, Crunchy Rice Cereal And Wheat Flakes, Almonds & Vanilla",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Greek Non Fat Yogurt, Vanilla",
"Shake 'N Pour Pancake Mix",
"Dry Soup Mix",
"Dry Soup Mix",
"Dry Soup Mix Creamy Potato",
"Homestyle Chili Dry Chili Mix",
"Real Bacon Bits",
"Penne Rigate, Whole Wheat Macaroni Product",
"Saltines Thin Crisp Crackers",
"Belgian Waffles",
"Creamy Peanut Butter, Rich Roasted Peanut",
"Chuncky Peanut Butter",
"Creamy Peanut Butter Spread",
"Beef Jerky",
"Easy Sides In Minutes, Pasta Salad Classic Italian",
"Apple Juice",
"Chewy Cookies, Chocolate Chip",
"Duos, Chocolate Sandwich Cookies",
"Pecan Shortbread Cookies",
"Cookies With Candy Bits, Chocolate Chip",
"Original Chocolate Chip Cookies",
"Chunky Cookies",
"Vanilla Sandwich Creme Cookies",
"Refried Beans With Jalapenos",
"Coolers Sugar Sweetened Soft Drink Mix, Pink Lemonade",
"Double Duos Chocolate Sandwich Creme Cookies",
"Fudge Duos, Sandwich Creme Cookies, Chocolate",
"Oats & Flax, Organic Instant Oatmeal",
"Organic Naturally Flavored Instant Oatmeal, Maple Spice",
"Organic Maple Syrup",
"Blasamic Vinegar Of Modena",
"Organic Long Grain White Rice",
"Organic Pinto Beans",
"Organic Lentils",
"Sparkling Mineral Water",
"Organic Creamy Peanut Butter",
"Organic Crunchy Peanut Butter",
"Cinnamon Applesauce",
"Creamy Almond Butter",
"Jellied Cranberry Sauce",
"Whole Berry Cranberry Sauce",
"Organic Mango Salsa",
"Organic Corn & Bean Salsa",
"Organic Crushed Tomatoes With Basil",
"Organic Diced Tomatoes In Juice",
"Organic Yellow Classic Mustard: Smooth & Mellow",
"Spicy Brown",
"Organic Dijon Sharp, Flavorful & Velvety Smooth Mustard",
"Organic Ketchup",
"Organic Sparkling Italian Soda, Lemon",
"Organic Sparkling Italian Soda, Blood Orange",
"Organic Sparkling Italian Soda, Pomegrante",
"Sparkling Italian Soda, Orange & Prickly Pear",
"Organic 1 Minute Quick Oats",
"Organic Vegetable Broth",
"Yellow Popcorn",
"Organic Coconut Milk",
"Organic Light Coconut Milk",
"Organic String Cheese",
"Organic Shredded Mozzarella Cheese",
"Organic Sliced Provolone Cheese",
"Organic Sliced Muenster Cheese",
"Organic Brown Jasmine Rice",
"Wild Caught Albacore Tuna",
"Chai Black Tea",
"Organic Chamomile Herbal Tea",
"Organic Green Tea",
"Organic Popcorn, Natural Butter",
"Organic Popcorn",
"Organic Refried Black Beans",
"Reduced Fat Milk",
"Organic Nonfat Milk",
"Organic Sweet Relish",
"Bread & Butter Pickle Chips",
"Blackberry Preserves, Blackberry",
"Raspberry Preserves, Raspberry",
"Organic Supersweet Whole Kernel Corn",
"Organic Sweet Peas",
"Organic Green Beans",
"Organic Peach Halves",
"Organic Great Northern Beans",
"Organic Soy Beans",
"Organic Chili Beans",
"Organic Light Red Kidney Beans",
"Organic Dark Red Kidney Beans",
"Organic Black Beans",
"Organic Tahini Ground Sesame Seeds",
"100% Organic Raisins",
"Macaroni & Cheese Dinner",
"Organic Apple Cider Vinegar",
"Organic Cane Sugar",
"Organic Light Brown Sugar",
"Powdered Sugar",
"Flour Blend",
"Pasta Sauce",
"Roasted Garlic Pasta Sauce",
"Organic Apple Cider Vinegar",
"Organic Enriched Soymilk, Original",
"Organic Enriched Soymilk, Vanilla",
"Small Curd Cottage Cheese",
"Large Curd Cottage Cheese",
"Sleek Lowfat Cottage Cheese",
"Vitamin D Milk",
"Nonfat Cottage Cheese",
"Half & Half",
"Light Sour Cream",
"Half & Half",
"Original Sour Cream",
"Original Sour Cream",
"Sour Cream",
"Iced Tea - Unsweetened",
"Sweet Tea",
"Italian Bread",
"Split Top Wheat Bread",
"King Size White, Enriched Bread",
"Enriched Hot Dog Buns",
"Creamery Select Premium Ice Cream",
"Donuts",
"Premium Creamery Select Ice Cream, Black Cherry",
"Premium Creamery Select Ice Cream",
"Ice Cream",
"Creamery Select Premium Ice Cream",
"Rocky Road Ice Cream",
"Creamery Select Ice Cream",
"Creamery Select Premium Ice Cream, Banana Nut",
"Creamery Select Premium Ice Cream, Strawberry & Homestyle Vanilla",
"Creamery Select Premium Ice Cream, Homestyle Chocolate",
"Fat Free Bars",
"Creamery Select Premium Ice Cream",
"Creamery Select Premium Ice Cream, Dulce De Leche",
"Creamery Select Premium Ice Cream, Vanilla",
"Creamery Select Premium Ice Cream",
"Creamery Select Premium Ice Cram",
"Ice Cream, Vanilla",
"Ice Cream, Neapolitan",
"Cookies & Cream, Artificially Flavored Vanilla Ice Cream",
"Soda, Mountain Mellow Citrus",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Shur Saving, Ice Cream, Vanilla",
"Ice Cream",
"Ice Cream",
"Shur Saving, Cookies & Cream Ice Cream",
"Shur Saving, Ice Cream, Chocolate Whirl",
"Shur Saving, Chocolate Chip Ice Cream, Vanilla",
"Ice Cream",
"Ice Cream",
"Shur Saving, Sandwich Slices",
"Shur Saving, Luncheon Loaf",
"Great Northern Beans",
"Fruit Whirls Cereal",
"Shur Saving, Apple Jelly",
"Cheese Pizza",
"Taco Supreme Pizza",
"Shursaving, Soft Baked Cookies, Chocolate Chip",
"Shur Saving, Soft Baked Cookies, Molasses",
"Soft Baked Cookies",
"Shursaving, Lemon Cookies",
"Shur Saving, Soft Baked Oatmeal Raisin Cookies",
"Shur Saving, Soft Baked Peanut Butter Cookies",
"Shur Saving, Soft Baked Sugar Cookies",
"Enriched Spaghetti",
"Enriched Elbow Macaroni",
"Peanut Butter, Creamy",
"Potato Chips",
"Grape Juice Cocktail From Concentrate",
"Taco Seasoning",
"Macaroni & Cheese Dinner",
"Dark Sweet Cherries",
"Swiss Cheese",
"Colby Jack",
"Pepper Jack",
"Flaky Jumbos Biscuits",
"Thin Sliced Turkey",
"Thin Sliced Ham With Natural Juices",
"Thin Sliced Chicken",
"Fancy Mexiacan Style Cheese Blend, Shredded Monterey Jack, Cheddar Queso Quesadilla & Asadero Cheese",
"Shredded Cheddar & Monterey Jack Cheese",
"Fancy Taco Blend",
"Pizza Blend",
"Frozen Raspberries",
"Original Potato Chips",
"Sucralose",
"Sliced Jalapenos, Mild",
"Lowfat Cottage Cheese",
"Cottage Cheese, Large Curd",
"Cottage Cheese",
"American Cheese",
"Dark Sweet In Heavy Syrup, Fancy Cherries",
"Juice Cocktail From Concentrate",
"South Western Style Corn Chips",
"Tortilla Chips",
"Cheese Flavored Puffs",
"Premium Country Style Baked Beans",
"Premium Homestyle Baked Beans",
"Cookie Dough, Chocolate Chunk & Walnut",
"16 Bean Soup Mix With Cajun Seasoning",
"Diced Tomatoes With Green Chiles",
"Fancy Mexican Style Blend Cheese",
"Monterey Jack Cheese",
"Mild Cheddar Cheese",
"Diet Soda, Root Beer",
"Diet Soda, Ginger Ale",
"Diet Soda, Orange",
"Soda, Cherry Cola",
"Soda, Dr. Fine",
"Drink Mix, Wild Strawberry",
"Chunky Spaghetti Sauce",
"Long Grain Enriched Rice",
"Beer Battered Fish Fillets",
"Macaroni & Cheese",
"Ice Cream",
"Mixed Fruit Medley",
"Blackberries",
"Snackcrackers, Wheat Snack Crackers",
"Juice Cocktail, Mango Peach",
"Fruit Juice",
"Juice Cocktail Blend, Cranberry, Black Cherry",
"Grits",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt With Fruit On The Bottom",
"Greek Nonfat Yogurt, Blueberry On The Bottom",
"Deluxe Moist Cake Mix",
"Mustard",
"Mustard",
"Mustard",
"Orange Cream Bars",
"Ice Cream Cups",
"Yolk Free Wide Egg Noodles",
"Chicken Broth",
"Beef Broth",
"Buttery Mashed Potatoes",
"Butter & Herb Mashed Potatoes",
"Mashed Potatoes",
"Mashed Potatoes",
"Shoestring Potatoes French Fries",
"Pasta Shells With Cheddar Cheese Sauce",
"Vegetable Oil Spread, Original",
"Margarine",
"Vegetable Oil Spread",
"Raisin Bran, High Fibre Cereals",
"Crispy Crust Pizza",
"Soda, Peach",
"Soda, Peach",
"Polish Sausage",
"Shake 'N Pour Pancake Mix",
"Spaghetti",
"Penne Rigate",
"Whole Grain Saltines Thin Crisp Crackers",
"Creamy Peanut Butter",
"Chunky Peanut Butter",
"Creamy Spread",
"Beef Jerky",
"Chewy Chocolate Chip Cookies",
"Duos, Chocolate Sandwich Creme Cookies",
"Pecan Shortbread Cookies",
"Chocolate Chip Cookies With Candy Bits",
"Chocolate Chips Cookies",
"Duos, Vanilla Sandwich Creme Cookies, Vanilla",
"Pasta & Sauce Mix Skillet Meals",
"Coolers Soft Drink Mix",
"Big Rolls",
"Extra Filled Fudge Duos Chocolate Sandwich Creme Cookies",
"Cooked Potato Chips",
"Salted Caramel Cookies",
"Pudding Cups",
"Maverick Ranch, 100% Natural Uncured Beef Franks, Smoke",
"Maverick Ranch, Uncured Buffalo Franks, Natural Smoke",
"Walkerswood, Traditional Jamaican Jerk Seasoning, Mild",
"Rouses Best, Premium Virginia Peanuts, Honey Mustard",
"Rouses Best, Snack Mix, Spicy Bayou",
"Catfish Nuggets",
"Corn Dogs",
"Rouses Markets, Pick 5 Mix & Match Field Peas With Snaps",
"Rouses Market, Lima Beans",
"Waffle Fries",
"Mix & Match Chicken Pattie Fries With Rib Meat",
"Chicken Pattie Popcorn",
"Seasoned Wedges",
"Broccoli Cuts",
"Rouses Markets, Pick Any 5 Mix Match Cut Okra",
"Rouses Markets, Pick 5, Breaded Onion Rings",
"Pepperoni Pizza",
"Rouses Markets, Pick 5, Garlic Breadsticks",
"Honey",
"Rouses, Smoked Salmon",
"Rouses, Smoked Salmon",
"Smoked Salmon",
"Smoked Salmon",
"Dulcita Delvalle, Soda, Grapefruit",
"Fresh Garden Sauce, Mint",
"Organic Thompson Seedless Raisins",
"British Sirloin Steak",
"Montebello, Capellini",
"Conchiglie, Italian Macaroni Product",
"Organic Strozzapreti, Italian Macaroni Product",
"Organic Spaghetti, Italian Macaroni Product",
"Montebello, Penne Rigate, Italian Macaroni Product",
"Organic Linguine",
"Capellini",
"Montebello, Conchiglie Pasta",
"Organic Strozzapreti, Italian Macaroni Product",
"Organic Rigatoni",
"Organic Fusilli, Italian Macaroni Product",
"Organic Orecchiette, Italian Macaroni Product",
"Italian Macaroni Product, Farfalle",
"Organic Torchiette",
"Organic Whole Wheat Gnocchi, Italian Macaroni Product",
"Organic Whole Wheat Penne Rigate",
"Raleys Snacks",
"Rectangular Fruit & Nut Selection",
"Raleys, Fruits Mix",
"Trail Mix",
"Red Wheat Flour",
"Triticale Flour",
"Rye Flour",
"Bar-B-Que Sauce",
"Pickles",
"Sliced Pickles",
"Small Key West Pink Shrimp",
"Wild Georgia White Peeled & Deveined Shrimp",
"Cox's, Wild Georgia White Shrimp",
"Llc, Wild Shrimp",
"Wild Caught Gulf White Shrimp",
"Llc, Key West Pink Shrimp",
"Key West Pink Shrimp",
"Applesauce Natural",
"Baked Rice And Corn Puffs",
"Crunchy Corn Sticks",
"Original Tings, Crunchy Corn Sticks",
"Pirate Booty, Baked Carrot Corn Puffs, Sea Salt",
"Baked Cheese Puffs, Real Cheddar",
"Baked Cheese Puffs, Real Cheddar",
"Baked Rice And Corn Puffs, Aged White Cheddar",
"Aged White Cheddar Rice And Corn Puffs",
"Macaroni And Cheese Dinner",
"Mac & Cheese, Macaroni And Cheese Dinner, Milk Cheddar",
"Shells & Cheese, Macaroni And Cheese Dinner, Aged White Cheddar",
"Anchors & Cheese, Macaroni And Cheese Dinner, Aged White Cheddar",
"Baked Rice And Corn Puffs, Aged White Cheddar",
"Aged White Cheddar",
null,
"Baked Rice And Corn Puffs",
"Baked Rice & Corn Puffs, Aged White Cheddar",
"Pirate's Booty, Baked Rice And Corn Puffs, White Cheddar",
"Veggie",
"Veggie",
"Pirate's Booty, Baked Rice And Corn Puffs, Veggie",
"Pirate's Booty, Aged White Cheddar With Rice And Corn Puffs",
"Baked Rice And Corn Puffs, Aged White Cheddar",
"Baked Cheese Puff",
"Pirate's Booty, Trick Arrr Treat Aged White Cheddar",
"Baked Rice And Corn Puff",
"Aged White Cheddar",
"Baked Cheese Puffs",
"Baked Rice And Corn Puffs",
"Fruity Booty Baked Rice And Corn Puffs Snacks",
"Crunchy Treasures, Baked Rice And Corn Puffs, Aged White Cheddar",
"Pirate Brands, Fruit & Potatarr Crisps, Bountiful Banana & Potato Crisps",
"Fruit & Potatarr Crisps",
"Granola Fruit Snack",
"Granola & Fruit Snack",
"Granola & Fruit Snack",
"Pirate's Booty, Aged White Cheddar Snacks",
"Brand, Whole Oyster Mushrooms",
"Bamboo Shoots",
"Longan In Syrup",
"Toddy Palm's Seed In Syrup",
"Meadow Gold, Half & Half Grade A, Pasteurized, Homogenized",
"Meadow Gold, Homogenized Half & Half",
"Meadow Gold, Grade A Ultra-Pasteurized Whipping Cream",
"Meadow Gold, Triple Fruit Beverage, Passion Orange Guava",
"Orange Juice From Concentrate",
"Whole Milk",
"Meadow Gold, Viva, 2% Reduced Fat Milk",
"Meadow Gold, Viva, 1% Lowfat Milk",
"Meadow Gold, 2% Reduced Fat Milk",
"Good Friends, 100% Pure Orange Juice",
"Viva, Small Curd Cottage Cheese",
"Small Curd Cottage Cheese",
"Meadow Gold, Viva, Fat Free Small Curd Cottage Cheese",
"Longhorn Style Cheddar Cheese",
"Meadow Gold, Dry Curd Cottage Cheese",
"Bader Enterprise Inc, Gummy Bears",
"America's Best, Butterscotch Candy",
"America's Best, Gummy Peach",
"Bader Enterprise, Fruit Slices Candy",
"Sour Brite Candy",
"Caramel",
"America's Best, Ginger Cuts",
"Toffee",
"America's Best, Cherry Slices",
"America's Best, Mint Balls",
"Strawberry Candy",
"Lemongrass Paste",
"Pumpkin Seeds",
"Roasted & Salted Mixed Nuts",
"Natural Almonds",
"Chocolate Trail Mix",
"American Gourmet, Mango Slices, Chili And Lemon",
"Japanese Peanuts",
"Egg Rolls",
"Pure Cane Sugar, Sugar",
"Pure Cane Sugar",
"Organic Blue Agave Nectar Syrup, Blue Agave",
"C & H, Organic Amber Blue Agave Nectar Liquid Sweetener",
"Granulated Pure White Cane Sugar",
"Granulated White Pure Cane Sugar",
"C&H Cane Sugar",
"Pure Cane Sugar",
"Quick Dissolve Superfine Pure Cane Sugar",
"Baker's Sugar, Ultrafine Pure Cane Sugar",
"C&H, Honey Granules",
"Pure Cane Sugar Cubes",
"Pure Cane Sugar",
"Pure Cane Sugar",
"Golden Brown Cane Sugar",
"Pure Cane Sugar",
"Pure Cane Sugar",
"Pure Cane Sugar Confectoners Powdered",
"Pourable Golden Brown Pure Cane Sugar",
"Pure Cane",
"Pure Cane Washed Raw Sugar",
"Sugar 'N Cinnamon",
"Stuffed Vine Leaves",
"Garden Of Eatin', Blue Corn Tortilla Chips",
"Garden Of Eatin', Corn Tortilla Blue Chips",
"Corn Tortilla Chips",
"Garden Of Eatin', Red Hot Blues Corn Tortilla Chips, Red Hot Blue Corn",
"Garden Of Eatin', Corn Tortilla Chips, Sesame Blues",
"Organic Whole Wheat Tortillas",
"Garden Of Eatin', Black Bean Corn Tortilla Chips",
"Mini Yellow Rounds Chips",
"Corn Tortilla Chips",
"Yellow Corn Taco Shells",
"Blue Corn Taco Shells",
"Graden Of Eatin', Blue Corn Taco Dinner Kit",
"Blue Corn Taco Shells",
"Garden Of Eatin', Multi Grain Tortilla Chips, Sea Salt",
"Garden of Eatin' Blue Chips",
"Garden Of Eatin', Red Hot Blues Corn Tortilla Chips",
"Garden Of Eatin', Corn Tortilla Yellow Chips",
"Garden Of Eatin', Corn Tortilla Chips, Nacho Cheese",
"Guac-A-Mole Corn Tortilla Chips",
"Garden Of Eatin', Kale Chips, Corn Tortilla Chips",
"Garden Of Eatin', Corn Tortilla Chips, Pico De Gallo",
"Tortilla Chips",
"Sweet Potato Tortilla Chip",
"Garden Of Eatin', Corn Tortilla Chips, Sweet Potato",
"Garden Of Eatin', Chia Seed Corn Tortilla Chips",
"Garden Of Eatin, Corn Tortilla Chips",
"Garden Of Eatin, Reduced Fat Blue Corn Tortilla Chips",
"Restaurant Style Blue Chips",
"Garden Of Eatin', White Corn Tortilla Chips",
"Blue Corn Tortilla Chips",
"Garden Of Eatin, Tuscola Country Blue Corn, Tortilla Chips, Sea Salt",
"Garden Of Eatin, Tuscola County Blue Corn Tortilla Chips, Tomato & Cilantro",
"Garden Of Eatin', Organic White Corn Bowls, Corn Tortilla Chips",
"Garden Of Eatin', Blue Corn Bowls, Corn Tortilla Chips",
"Organic Corn Tortilla Chips",
"Organic Corn Tortilla Chips",
"Garden Of Eatin', Corn Tortilla Chips, Blue Chips",
"Garden Of Eatin', Cantina Style Blue Chips With Sea Salt, Corn Tortilla Chips",
"White Chips Corn Tortilla Chips",
"Viennese Vienna Cake",
"The Brigittine Monks, Gourmet Chocolate Fudge Royale Confections",
"Bonbons cassis et cola",
"Masa Brosa, Instant Corn Masa",
"Instant Corn Masa Mix",
"Fig With Sesame, Rich In Fruits",
"Date Molasses",
"Extra Virgin Olive Oil",
"Pomegranate Sauce",
"Beef Bologna",
"Smoked Premium Deli Ham",
"Garlic Bologna",
"Classic Bologna",
"Classic Bologna",
"Bologna",
"Deli Sliced Cooked Ham And Water Product",
"Chicken",
"Turkey Bologna",
"Smoked Premium Deli Ham",
"Honey Premium Deli Ham",
"Bun Length Classic Franks",
"Jumbo Franks",
"Turkey Bacon",
"Premium Deli Turkey Breast",
"Oven Roasted Premium Deli Turkey Breast",
"Deli Style Turkey Breast",
"Ham, Honey",
"Deli Style Ham, Smoked",
"Deli Shaved Turkey Breast",
"Jalapeno & Cheddar Hot Links Sausage",
"Premium Hickory Bacon & Cheddar",
"Premium Hickory Bacon & Cheddar",
"Classic Corn Dogs",
"Premium Beef Franks",
"Grill Mates, Montreal Steak Smoked Sausage",
"Mesquite Smoked Sausage",
"Grill Mates, Smoked Sausage, Brown Sugar Bourbon",
"Grill Mates, Chipotle & Roasted Garlic With Real Cheddar Cheese, Smoked Sausage",
"Bars, Bologna",
"Bar S, Franks",
"Grill Mates, Smoked Sausage, Smoky Applewood & Cheddar",
"Bar-S, Chopped Ham, Honey",
"Smoked Sausage",
"Smoked Sausage",
"Zesty Herb Seasoned Pork & Turkey",
"Bologna",
"Bar-S, Jumbo Franks, Smoky",
"Classic Beef Flanks",
"Montreal Steak Beef Franks",
"Beef Franks",
"Chicken Jumbo Franks",
"Turkey Jumbo Franks",
"Classic Corn Dogs",
"Classic Jumbo Jumbos Franks",
"Honey Deli Style Ham",
"Risotto Aux Crevettes",
"Natural Banana Chips",
"Nw Delights, Rice Crackers",
"Nw Delights, Turkish Apricots",
"Nw Delights, No Salt Sunflower",
"Nw Delights, Wasabi Peas",
"Hawaii's, Diamond Head Delights Mango Slices",
"Nw Delights, Cascade Trail Mix",
"Hawaii's, Ginger Slices",
"Nw Delights, Pecans",
"Nw Delights, Nooksack Trail Mix",
"Nw Delights, Walnuts",
"Nw Delights, Pb & J Trail Mix",
"Nw Delights, Deluxe Trail Mix",
"Nw Delights, Navajo C Mix",
"Mt. Hood Trail Mix",
"Hawaii's, Organic Pineapple Rings",
"Nw Delights, Team 12 Gummy Bears",
"100% Florida Orange Juice",
"Premium Florida Juice",
"Premium Country Style Florida Orange Juice",
"100% Florida Grapefruit Juice, Ruby Red",
"Premium Orange Juice",
"Premium Lemonade",
"Premium Raspberry Lemonade",
"Bacon",
"Bacon",
"Rotisserie Split Chicken Breast",
"Plain Bagels",
"Cinnamon Raisin Swirl Bagels",
"100% Whole Wheat Bagels",
"Split Top Enriched Bread, Honey Wheat",
"Whole Wheat Bread",
"Hamburger Rolls",
"Hot Dog Rolls",
"Submarine Rolls",
"Angel Food Cake",
"Garlic Spread",
"Everything Sandwich Rolls",
"Redner's, Peanut Butter Cookes",
"Real Mayonnaise",
"Light Mayonnaise",
"Robust Italian Dressing",
"California French Style Dressing",
"Dressing",
"Cashews",
"Cashews",
"Redner's, Smoked Almonds",
"Redner's, Natural Almonds",
"Con Queso Salsa",
"Popcorn",
"Redner's, Microwave Popcorn",
"Yellow Kernels Popcorn",
"Microwave Popcorn, Hot & Spicy",
"Popcorn",
"Dark Chocolate Cashews",
"Dark Chocolate Almonds",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Hand Cooked Kettle Style Potato Chips",
"Chef's style carrots",
"Lucky Charms Cup",
"Fruit Gushers Variety Pack",
"90 Calorie Chewy Bars, Chocolate Peanut Butter",
"Pasta And Cheesy Sauce Mix, Tuna Melt",
"Tuna Fettuccine Alfredo Pasta & Alfredo Sauce Mix",
"Tetrazzini Spaghetti And Creamy Cause Mix",
"Crunchy Granola Bars Oats 'n Honey",
"Crunchy Granola Bars Oats 'n Honey",
"Crunchy Peanut Butter Granola Bars",
"Fiber One Original",
"Cheerios",
"Cheerios",
"Raisin Nut Bran",
"Mini Trix",
"Lucky Charms",
"Gluten Free Lucky Charms Cereal, Swirled Marshmallow Charms, 16 Oz (1 Lb) 453 G",
"Honey Nut Cheerios",
"Muddy Buddies Snack, Peanut Butter & Chocolate",
"Crunchy Granola Bars - Variety Pack",
"Super Moist German Chocolate Cake Mix",
"Party Rainbow Chip cake mix",
"100% Mashed Potatoes ",
"Chewy Bars, Oats & Peanut Butter",
"Fruit Flavored Snacks",
"Fruit Flavored Snacks",
"Oats 'n Honey",
"Gluten free chex granola mix",
"Granola Mix, Mixed Berry Almond",
"Rice & Seasoning Mix",
"Rice, Naturally Flavored Seasoning Mix And Salsa",
"Count Chocula (family size)",
"Corn Crispy Snacks",
"Chocolate Chip Muffin & Quick Bread Mix",
null,
"Soft Baked Oatmeal Squares Cinnamon Brown Sugar",
"Crunchy Chickpeas",
"Crunchy Chickpeas",
"Hamburger Stroganoff",
"Freezer To Plate Cavatappi Pasta And Sauce, Lemon Garlic Herb",
"Freezer To Plate Southwestern Seasoned Rice With Black Beans & Corn And Roasted Tomato Sauce",
"Freezer To Plate Marsala Orecchiette Pasta And Sauce",
"Good Table, Freezer To Plate Rice With Carrots & Peas And Sauce, Teriyaki",
"Honey Nut Cheerios",
"Spongebob Squarepants Fruity Splash",
"Gluten Free Oatmeal, Maple Brown Sugar",
"Scooby-Doo!, Fruit Flavored Snacks",
"Cheerios",
"Chocolate Chex",
"Rice Chex",
"Granola Cups, Peanut Butter Chocolate",
"Oatmeal Bar Mix",
null,
"Barre crunchy Oats & Honey",
"Protein Chewy Bar Peanut Bar Dark Chocolate",
"Fiber One Lemon Bar",
"Layered Chewy Bar",
"Layered Chewy Bars",
"Supreme Frosted Brownie Mix",
"Meal Bar, Chocolate Peanut Butter",
"Betty Lou's, Oregon Crackers Fiesta",
"Powdered Organic Peanut Butter",
"Powdered Organic Peanut Butter, Chocolate",
"Protein Plus Powdered Natural Peanut Butter",
"Milk Chocolate Covered Layers Of Caramel And Peanuts Nougat",
"Energy Balls",
"Nuts About Energy Balls",
"Nuts Energy Balls",
"Nuts Protein Plus Energy Balls",
"Pb & J Bar",
"Chunk Light Yellofin Tuna",
"Chunk Light Yellowfin Tuna In Water",
"Yellowfin Tuna Salad With Vegetables",
"Chunk Light Yellowfin Tuna, Tuna",
"Chunk Light Yellowfin Tuna",
"Chunk Light Yellowfin Tuna Salad With Vegetables",
"Spinning Bowl Dressing",
"Wood fired pizza italian cured meats 421g",
"Spinach & Ricotta Stonebaked Hand Stretched Pizza",
"Pure Cane Granulated Sugar",
"Powdered Sugar",
"All Natural Dark Brown Sugar",
"All Natural Pure Cane Sugar",
"pimento stuffed olives with garlic and parsley",
"Veggie Spaghetti",
"Tri-Color Penne",
"lemon and coriander Manzanilla olives",
"Snack Mix, Cheddar",
"Meal Bar, Chocolate Peanut Butter",
"Aroy-D, Longan In Syrup",
"Toddy Palm's Seeds & Jackfruit In Syrup",
"Coconut Milk",
"Jackfruit in syrup",
null,
"Extrait de noix de coco",
"Thai Tea Drink",
"Foco basil seed drink",
"Aroy-D, Coconut Milk",
"Sapota In Syrup",
"Goyave au Sirop",
"préparation à base de lait de coco",
"Lait de coco",
"Boisson à base de jus de mangue",
"Boisson à Base de Jus de Lychee",
"Boisson Ananas 25 CL COCK",
"Guava drink",
"Young Green Jackfruit In Brine",
"Tom Yum Soup, Ready-To-Eat",
"Aroy-D, Green Curry Soup, Medium",
"Aroy-D, Red Curry Soup",
"Aroy-D, Massaman Curry",
"Sugar Cane Juice",
"Coconut Juice",
null,
"Foco Juice Drink Guava",
"Jus De Mangue Foco 350ML 0",
"Pennywort Drink",
"Lychee drink",
"coconut juice",
"Roasted Coconut Juice",
"Jus De Coco Grillee",
"Kokosnussmilch",
"Soursop Juice",
"Aloe Vera Dessert",
"Sauce Chili Sucrée pour Poulet",
"Cock Brand Coconut Juice",
"Pate de curry vert",
"Aroy-D, Red Curry Paste",
"Aroy-D, Coconut Cream",
"Aloe Vera Litchi 280G",
"Red Curry Paste",
"Mangosteen Juice Drink",
"Mango And Passion Fruit Juice Drink",
"Juice Drink",
"Soupe Tom Yum aux légumes",
"Aroy-D, Sweetened Chilli Sauce For Spring Roll",
"Aroy-D, Sweetened Chili Sauce",
"Sriracha Hot Chilli Sauce ",
"'Prodhead'>sriracha Chilli Sauce",
"Riz gluant à la mangue",
"Coconut Water, 100%Pure",
"Coconut water",
"100% Pure Coconut Water With Mango",
"Eau de Coco",
"Coconut Water",
"100% Pure Coconut Water With Pure Guava",
"Eau coco",
"Coconut Water With Lychee",
"Nectar goyave",
"Coconut Water With Chocolate",
"Coconut Water With Coffee Latte",
"Coconut Water",
"Coconut Milk Drink",
"Carvel, The Original Ice Cream Cake",
"Carvel, The Original Ice Cream Cake, Chocolate Vanilla",
"Ice Cream Cake, Sinfully Chocolate",
"Carvel, The Original Ice Cream Cake",
"Traditional Ice Cream Roll, Chocolate & Vanilla",
"Lil' Love Ice Cream Cake",
"Hello Kitty, Ice Cream Cake",
"Peanuts, Premium Ice Cream Cake",
"Premium Ice Cream Cake",
"Rigatoni 89",
"Cinnamon Pecan Cake",
"Creme Cake",
"Chewy Bars, Oats & Chocolate",
"100% Pure Florida Pasteurized Orange Juice, No Pulp",
"100% Pure Florida Pasteurized Orange Juice, With Pulp",
"100% Pure Florida Pasteurized Orange Juice, No Pulp With Calcium & Vitamin D",
"100% Pure Orange Juice From Concentrate",
"100% Pure Orange Juice From Conentrate",
"100% Pure Orange Juice",
"Donald Duck 100% Pure Orange Juice",
"100% Pure Orange Juice",
"Growers' Pride, Orange Juice",
"Growers' Pride, Orange Juice",
"Growers' Pride, 100% Pure Orange Juice",
"100% Pure Juice From Concntrate",
"100% Kiwi Strawberry Juice",
"Juice",
"Juice Cocktail Blend From Concentrate",
"Orange Mango",
"Ruby Red Grapefruit Juice Cocktail From Concentrate",
"Fruit Punch",
"Apple Juice",
"Juice Cocktail From Concentrate",
"Juice Cocktail From Concentrate",
"Premium Juice, Orange",
"100% Pure Florida Orange Juice",
"Premium Juice, Ruby Red Grapefruit",
"Juice, Apple",
null,
"100% Orange Juice, Some Pulp",
"100% Orange Juice With Calcium And Vitamin D, Orange",
"Juice, Orange",
"100% Orange Juice",
"Juice, Ruby Red Grapfruit",
"Pasteurized Juice, Orange",
"Pasteurized Juice, Orange",
"100% Juice, Orange",
"Juice, Ruby Red Grapefruit",
"Apple Juice",
"100% Juice Blend, Orange Mango",
"Orange Pineapple Juice Blend",
"Juice Blend, Orange Strawberry",
"Squeezed From Our Fresh Grapefruit",
"100% Pure Florida Orange Juice",
"Pure Orange Juice",
"100% Pure Florida Pasteurized Orange Juice",
"Cranberry Juice Cocktail",
"Premium Juice Cocktail",
"Citrus Smoothies",
"Fruit Juice Cocktail, Fruit Splash",
"Fruit Juice, Cranberry, Ruby Red, Grapefruit",
"Fit & Delicious, Juice Beverage, Valencia Orange",
"Fit & Delicious, Juice Beverage, Valencia Orange",
"Fit & Delicious, Juice Beverage, Valencia Orange Mango",
"Citrus Smoothies, Orange Pineapple Mango",
"100% Juice/Puree Blend Not From Concentrate",
"Floridas Natural, Citrus Smoothies, Cherry Berry Citrus",
"Citrus Smoothies, 100% Juice/Puree Blend, Wild Berry Orange",
"Lemonade",
"Lemonade, Strawberry",
"Lemonade, Strawberry",
"Tradewinds, Sweet Iced Tea",
"Tradewinds, Iced Tea",
"Vanilla Chai Iced Tea",
"Half & Half Peach & Lemonade Iced Tea",
"Fruit Juice",
"milk chocolate rich tea biscuits",
"Byron's, Pork Bites With Sauce, Bbq",
"Guanabana Nectar",
"Brownie Truffle Baking Mix",
"Bison And Beef Hot Dogs",
"Ground Bison",
"Premium Ground Bison",
"Peanut Butter, Original",
"Peanut Butter",
"Peanut Chocolate",
"Peanut Butter, Banana",
"Pasteurized Peanut Butter, Hot Pepper",
"Pasteurized Peanut Butter, Maple Bacon",
"Pasteurized Panut Butter Spread",
"Chocolate Flavored Peanut Butter Spread, Cinnamon Chocolate",
"Peanut Butter Spread, Coconut Chocolate",
"Peanut Butter Spread, Spicy Pepper Chocolate",
"Peanut Butter Spread, Raspberry Chocolate",
"Peanut Butter Spread, Peppermint Chocolate",
"Peanut Satay Sauce, Spicy",
"Peanut Satay Sauce, Zesty Orange",
"Peanut Satay Sauce, Coconut Ginger",
"Sea Passion, Smoked Atlantic Salmon, Smokey",
"Nova Lox Smoked Salmon",
"Scottish style smoked salmon nova lox",
"Salmolux, Sea Passion, Scottish Style Smoked Salmon Nova Lox",
"Extra Virgin Olive Oil",
"Olive Oil, Basil",
"Talking Rain, Sparkling Mountain Spring Water",
"Talking Rain, Sparkling Mountain Spring Water, Berry",
"Sprinkling Mountain Spring Water",
"Sparkling Mountain Spring Water",
"Natural Sparkling Spring Water",
"Limited Edition, Lemon Lime Sparkling Spring Water",
"Sparkling Spring Water",
"Sparkling Spring Water",
"Talking Rain, Sparkling Spring Water, Berry",
"Sparkling Spring Water",
"Sparkling Spring Water",
"Fraise Kiwi",
"Sparkling Water, Classic Lemonade",
"Iced Tea Beverage, Raspberry",
"Talkingrain, Sparkling Ice Tea, Peach",
"Sparkling Water",
"Sparkling Water, Cherry Limeade",
"Sparkling Water, Cherry Lemonade",
"Sparkling Water, Orange Mango",
"Sparkling Water, Orange Mango",
"Sparkling Water, Kiwi Strawberry",
"Zero Calories Sparkling Water, Kiwi Strawberry",
"Sparkling Water, Orange Mango",
"Sparkling Water, Cherry Limeade",
"Soda, Lemon Lime",
"Sparkling Water",
"Naturally Flavored Sparkling Water, Black Cherry",
"Sparkling Water, Peach Nectarine",
"Mi-Delicious, Mi-Del, Honey Grahams, 100% Whole Wheat, Sweetened With Honey And Unsulphured Molasses",
"6 free range British mixed size eggs Omega 3 enriched",
"Brins de ChocoCaramel",
"St Clement's & lime juice",
"Lempur, Lemon",
"Fruit Mix Hard Candies With Tart Powder Center",
"Petit Mil, Milo Meal",
"Unenriched Yellow Corn",
"Rolled Oats",
"Borderless Enchilada",
"Bean & Mango Cubano",
"Mushroom Ravioli",
"Curry Tiger",
"Spanish Paella",
"Chana Masala",
"Kyoto Stir Fry",
"Mac & Cheese",
"Moroccan Tagine",
"General Tso's Tofu",
"Lentils Provencal",
"Enchilada Suiza",
"Farmstand Breakfast Sandwich",
"Farmstead Flaxbread Breakfast Sandwich",
"Farmstand Flaxseed Vegan Breakfast Sandwich",
"Get Focused Functional Breakfast Burrito",
"Traditional Seitan",
"Chipotle Style Seitan",
"Seitan, Chipotle Style",
"Seitan, Curry Recipe",
"Functional Breakfast Burrito",
"Big Sur Breakfast Burritos",
"Functional Breakfast Burrito",
"Lighten Up! Functional Breakfast Burrito",
"Sweet Earth, Hickory And Sage Benevolent Bacon",
"Benevolent Bacon, Vegan Bacon, Hickory & Sage",
"The Peruvian Burrito",
"Veggie Burger",
"Burger",
"Veggie Burger, Flame Broiled, Santa Fe",
"Farmstand Flaxbread, Breakfast Sandwich",
"Farmstand Flaxbread, Breakfast Sandwich",
"Teriyaki Veggie Burger",
"The Santa Cruz Burrito",
"Santa Fe Veggie Burger Gourmet Grain",
"Beef Jerky, Hickory Smoked",
"Bacon Jerky, Smoke",
"Sweet Maple Glazed Bacon Jerky, Smoke",
"Beef Jerky",
"Beef Jerky",
"Jerky From The Jar, Hickory Smoked",
"Hickory-Smoked Jerky",
"Momen (Regular)",
"Kinugoshi (Soft)",
"Tamoma Tofu Firm Tofn",
"Farm Raised Shrimp",
"panna cotta dessert mix",
"Shredded Parmesan Cheese",
"Shredded Parmesan Cheese",
"Orange & Cranberry Pudding",
"Citrus Punch",
"Juice, Mango-Peach Punch",
"Horchata Non-Dairy Rice Beverage",
"Horchata Non-Dairy Rice Beverage, Original",
"Strawberry Horchata",
"Italian style babyleaf salad",
"Nissui, Mackerel In Soybean Paste",
"Nissui, Mackerel, In Brine",
"America's Tastiest Flour Tortillas",
"Wheat Tortilla",
"Authentic Wraps",
"Pizza, Crust Mix And Pizza Sauce, Regular Crust",
"Vienna Sausage",
"Corned Beef",
"Roast Beef With Gravy",
"Treet, Luncheon Loaf With Chicken & Pork, Original",
"Chili With Beans",
"Original Chili With Beans",
"Chili No Beans",
"Dried Beef",
"Sliced Dried Beef",
"Corned Beef Hash",
"Chili With Beans",
"Corned Beef Hash",
"Kaukauna, Lite Spreadable Cheese, Port Wine",
"Kaukauna, Swiss Almond Spreadable Cheese",
"Spreadable Cheddar Sharp Cheddar",
"Kaukauna, Spreadable Cheddar Cheese, Port Wine",
"Kaukauna, Extra Sharp Spreadable Cheddar",
"Kaukauna, Spreadable Cheddar",
"Kaukauna, Spreadable Cheddar Cheese, Bacon Jalapeno",
"Spreadable Cheese",
"Kaukauna, Spreadable Sharp Cheddar Cheese",
"Kaukauna, Port Wine Spreadable Cheddar Cheese",
"Kaukauna, Smoky Bacon Spreadable Cheese With Almonds",
"Kaukauna, Sharp Cheddar Spreadable Cheese With Almonds",
"Kaukauna, Spreadable Cheese With Almonds",
"Kaukauna, Spreadable Cheese With Bell Pepper Coating, Bacon Jalapeno",
"Kaukauna, Peppadew, Spreadable Cheese With Red Bell Peppers",
"Kaukauna, Asiago Spreadable Cheese With Almonds",
"Genuine Wisconsin Spreadable Cheese With Almonds, Sharp Cheddar Cheese",
"Pepper Jack Spreadable Cheese With Almonds",
"Sharp & Swiss Spreadable Cheese With Almonds",
"Grated parmigiano reggiano DOP",
"Welsh Slate Cavern Aged Cheddar",
"Cheese Puffs",
"Kefir",
"Organic Kefir Cultured Low Fat Milk, Strawberry",
"Probiotic Organic Kefir, Raspberry",
"Kefir, Peach",
"Organic Low Fat Kefir, Blueberry",
"Green Kefir With Phytoboost, Cultured Lowfat Milk Smoothie, Pomegranate Acai Blueberry",
"Kefir, Cranberry Creme Brulee",
"Probugs, Organic Whole Milk Kefir, Sublime",
"Organic Probiotic Kefir Bites",
"Probugs, Organic Whole Milk Kefir, Goo Berry Pie",
"Organic Probiotic Goo-Berry Pie Bites",
"Organic Probiotic Kefir Bites",
"Probugs, Whole Milk Kefir, Cultured Milk Smoothie, Pretty Plain",
"Organic Kefir",
"Organic Kefir Cultured Whole Milk Vit D Peached And Cream",
"Original Kefir, Plain Unsweetened",
"Kefir Cultured Lowfat Milk Smoothie, Plain Unsweetened",
"Cultured Lowfat Milk Smoothie",
"Kefir Cultured Lowfat Milk Smoothie, Strawberry",
"Cultured Lowfat Milk Smoothie Kefir",
"Kefir Cultured Lowfat Milk Smoothie, Raspberry",
"Kefir Cultured Lowfat Milk Smoothie, Cherry",
"Kefir, Cultured Lowfat Milk Smoothie",
"Lowfat Kefir",
"Kefir, Cultured Lowfat Milk Smoothie, Blueberry",
"Kefir Cultured Lowfat Milk Smoothie, Blueberry",
"Kefir Cultured Lowfat Milk Smoothie",
"Kefir Cultured Lowfat Milk Smoothie, Blueberry Maple",
"Cultured Lowfat Milk Smoothie",
"Kefir",
"Lowfat Kefir",
"Veggie Kefir, Tomato",
"Kefir Cultured Lowfat Milk Smoothie, Watermelon",
"Veggie Kefir, Cucumber",
"Veggie Blend Kefir Cultured Lowfat Milk, Beet",
"Kefir, Cultured Lowfat Milk Smoothie",
"Cultured Lowfat Milk Smoothie",
"Kefir Cultured Lowfat Milk Smoothie, Pumpkin Spice",
"Kefir Cultured Lowfat Milk Smoothie, Blueberry Maple With Oats",
"Real Lowfat Kefir",
"Lowfat Kefir Milk Smoothie",
"Kefir Cultured Lowfat Milk Smoothie, Cinnamon, Apple With Oats",
"Probiotic, Protein Kefir",
"Nonfat Cultured Milk Smoothie Protein Kefir",
"Probiotic Kefir Cultured Lowfat Milk Smoothie, Mango",
"Premium Soft Farmer Gheese",
"Frozen Kefir",
"Frozen Kefir",
"Frozen Kefir",
"Frozen Kefir",
"Frozen Kefir Bar, Tart And Tangy Coconut",
"Frozen Kefir Bar",
"Frozen Kefir, Green Tea Raspberry",
"Frozen Kefir",
"Frozen Kefir, Tart And Tangy Coconut",
"Kefir Cultured Nonfat Milk Smoothie, Strawberry-Banana",
"Perfect 12, Kefir, Cultured Lowfat Milk Smoothie, Key Lime Pie",
"Prefect12 Kefir, Apple Pear Cobbler",
"Kefir, Orange Cream",
"Kefir Cultured Lowfat Milk Smoothie, Triple Berry Tart",
"Original Beef Steak",
"Beef & Cheese",
"Original Beef Steak",
"Premium Cuts Beef Jerky, Original",
"Beef Jerky",
"Premium Cuts Beef Jerky, Original",
"Premium Cuts Beef Jerky, Sweet & Hot",
"Premium Cuts Beef Jerky, Peppered",
"Teriyaki Beef Jerky",
"Beef Steak Tender Bites, Original",
"Original Beef Jerky",
"Premium Cuts Beef Jerky",
"Beef Tender Cuts, Prime Rib Seasoning",
"Beef Jerky Tender Strips",
"Slow Cooked & Seasoned Peppered Beef Steak",
"Jumbo Beef Steak, Teriyaki",
"Premium Cuts Beef Jerky, Original Hickory Smokehouse",
"Original Beef Jerky",
"Premium Cuts Beef Jerky",
"Premium Cut Turkey Jerky, Original",
"Beef Steak",
"Turkey Snack Sticks, Original",
"Bbq Pork Seasoned Jerky, Smoke",
"Beef Stick",
"Beef Pepperoni Sticks",
"Turkey Snack Stick & Cheese",
"Peppered Minis Meat Snack",
"Turkey Snack Bites, Original",
"Premium Cuts Beef Jerky, Sriracha",
"Beef Jerky",
"Handcrafted Beef Jerky, Original",
"Handcrafted Beef Jerky, Teriyaki",
"Original Turkey Minis",
"Original Minis Hickory Smoked Meat Snack Bites",
"Premium Cuts Teriyaki Minis",
"Original Crinkle-Cut Pepperoni",
"Original Turkey Crinkle-Cut Pepperoni",
"Turkey Jerky",
"Turkey Jerky",
"Small Batch Original Handcrafted Beef Jerky",
"Beef Tender Cuts, Prime Rib Seasoning",
"Beef Jerky",
"Beef Jerky, Teriyaki",
"Meat Snacks, Pork, Flame Grilled Jerky, Korean Bbq Recipe",
"Meat Snacks, Beef Jerky, Cholula Hot Sauce",
"Carne Seca Beef Jerky, Jalapeno",
"Meat Snacks, Beef Jerky, Original",
"Peppered Beef Jerky Seasoned With Cracked Black Pepper",
"Beef Jerky, Sweet & Hot",
"Meat Snacks, Beef Jerky, Steakhouse Recipe",
"Beef Jerky, Teriyaki",
"Turkey Jerky Made With White Meat Turkey Breast, Original",
"Turkey Jerky",
"Premium Cuts Carne Asada Beef Jerky",
"Beef Jerky",
"Beef Jerky",
"Beef Jerky Meat Snacks, Original",
"Meat Snacks, Beef Jerky, Original",
"Peppered Beef Jerky",
"Meat Snacks, Beef Jerky, Peppered",
"Beef Jerky, Sriracha",
"Tariyaki Beef Jerky",
"Carne Asada Beef Jerky, Chili Lime",
"Teriyaki Beef Jerky",
"Tender Bites Meat Snack",
"Original Beef Steak",
"Beef Jerky, Teriyaki",
"Peppered Beef Jerky",
"Beef Jerky, Meat Snacks, Original",
"Teriyaki Beef Jerky",
"Teriyaki Beef Jerky",
"Premium Chicken Cuts, Ginger Teriyaki",
"Korean Barbeque Premium Steak Strips",
"Tender Bites Beef Steak",
"Beef Jerky",
"Chicken Jerky, Original",
"Tender Cuts Prime Rib Seasoning",
"Premium Seasoned & Smoked Pork Cuts",
"Beef Jerky",
"Small Batch, Peppered Handcrafted Beef Jerky",
"Small Batch, Teriyaki No 17, Handcrafted Beef Jerky",
"Bacon Jerky",
"Teriyaki Beef Steak Tender Bites",
"Original Jerky + Cheese",
"Meat Snacks, String Cheese Loaded With Pepperoni",
"Meat Snack Sticks",
"Squatch Xxl Meat Snack Sticks",
"Original Beef Jerkey",
"Teriyaki Beef Jerky",
"Pork Jerky Meat Snacks",
"Beef Sticks, Original",
"Sasquatch Big Stick",
"Handmade Truffles",
"Handmade Truffles",
"Handmade Truffles",
"Assorted Truffles",
"Chocolate Covered Oreos",
"Peppermint Truffles",
"Double Chocolate & Fudge Love Truffles",
"Handmade Chocolates",
"Chocolate Covered Oreos",
"Handmade Truffles",
"Assorted Truffles",
"Pecan Brag",
"Assorted Chocolates",
"Chocolate Fudge Love",
"Hand Made Truffles",
"Double Chocolate & Fudge Love Truffles",
"Handmade Chocolate Truffles",
"Truffles",
"Milk Chocolate",
"Handmade Truffles",
"Pecan Brags",
"Handmade Truffles",
"Handmade Truffles",
"Handmade Dark Chocolates, Caramels",
"Almond Toffee Bar",
"Dark Chocolate Sticks",
"Handmade Chocolate",
"Chocolate Truffles",
"Pecan Brag Jr's",
"Sweet Salt Usa, Dark Chocolate Sea Salt Caramels",
"Chocolate Truffles",
"Fudge Love Chocolate",
"Pecan Brags",
"Fudge Love Truffles, Double Chocolate",
"Chocolate Covered Oreos",
"Chocolate Covered Oreos",
"Truffles",
"Birthday Party Truffles",
"Chocolate Covered Oreos",
"White Chocolate Covered Pretzels",
"Sweet Shops, Chocolate Covered Oreos",
"Milk Pecan Brag",
"Almond Brag Fingers",
"Assorted Truffles",
"Double Chocolate Truffle",
"Fudge Love, Truffles",
"Handmade Truffle",
"Handmade Truffles",
"Handmade Truffles",
"Assorted Truffles",
"Handmade Chocolates",
"Mrs. Weinstein's Toffee, Milk Chocolate Squares, Almond",
"Pangburn's Of Texas, Millionaires, Pecans & Honey Caramel In Premium Milk Chocolate",
"Pangburn's Of Texas, Millionaires, Premium Milk Chocolate, Pecans & Honey Caramel Covered",
"Pangburn's, Millionaires, Pecans & Honey Caramel, Milk Chocolate",
"Pangburn's, Chocolate Candy",
"Pangburn's, Millionaires, Pecans And Honey Caramel, Premium Milk Chocolate",
"Pangburn's, Millionaires, Pecans & Honey Caramel Covered In Premium Milk Chocolate",
"Millionaires Pecans & Caramel Chocolate Candy",
"Colcafe, Instant Coffee",
"Colcafe, Max Granulated Instant Coffee",
"Decaffeinated Instant Coffee",
"Syrup",
"Chocolate Syrup",
"Bosco, Flavored Syrup, Mocha",
"Syrup",
"Chocolte Syrup",
"asparagus spears",
"Gourmet Praline Pecans",
"Gourmet Chocolate Peanuts",
"Milk Chocolate Pecans",
"Gold Shield, Chopped Walnuts",
"Gold Shield, Sliced Almonds",
"Gold Shield, Natural Nuts Pecan Halves",
"Gold Shield, Natural Nuts, Pecan Bits",
"Gold Shield, Select Walnuts",
"Gold Shield, Pecan Halves",
"Gold Shield, Pecan Bits",
"Gold Shield, Pecan Bits",
"Gold Shield, Select Walnuts",
"Milk Chocolate Covered Christmas Marshmallow",
"Jacquot, Paris, Fancy Truffles",
"Certified Organic Chia Seeds",
"Gold Potatoes",
"Semi skimmed British milk",
"Success, Boil-In-Bag Basmati White Rice",
"Success, Boil-In-Bag Fragrant Thai Hom Mali Rice, Jasmine",
"Success, Boil-In-Bag Enriched Precooked White Rice",
"Success, Boil-In-Bag Precooked Whole Grain Brown Rice",
"Ready To Serve Brown Rice",
"Enriched Precooked White Rice",
"Black Bean & Long Grain Rice With Seasonings",
"Yellow Rice Mix With Seasonings",
"Red Beans & Rice",
"Black Beans & Rice",
"Spanish Rice Mix With Seasoning",
"Mahatma, Naturally Fragrant Basmati Rice",
"Jasmine Rice",
"Mahatma, Naturally Fragrant Basmati Rice",
"Carolina, Basmati Rice",
"Mahatma, Enriched Thai Fragrant Long Grain Rice, Jasmine",
"Carolina, Enriched Medium Grain Rice",
"El Mago, Enriched Medium Grain Rice",
"Minute, White Rice",
"Minute, White Rice",
"White Rice",
"White Rice",
"Minute, Brown Rice",
"Minute, Jasmine White Rice",
"Basmati White Rice",
"Minute, Brown Rice",
"Multi-Grain Medley",
"Minute, Ready To Serve! Long Grain White Rice",
"Minute, Whole Grain Brown Rice",
"Chicken Flavor Rice Mix, Chicken",
"Brown & Wild Rice",
"Minute, Ready To Serve! Multi-Grain Medley",
"Minute, Fried Rice Mix",
"Minute, Black Beans & Rice",
"Whole Grain Brown Rice",
"Pearl Rice",
"cut mixed peel",
"Ground Almonds",
"Ground almonds",
"Fullei Fresh, Sunflower Sprouts",
"Fullei Fresh, Organic Alfalfa/Clover Sprouts",
"Fullei Fresh, Organic Clover Sprouts",
"4 White Seed Topped Deli Rolls",
"Dried Fruits, Nuts, Candies",
"Gummy Peach Rings",
"Moyer Specialty Foods Llc, Swedish Fish",
"Moyer Specialty Foods, Roasted Salted Pumpkin Seeds",
"Mayonnaise",
"Coffee Delights Candy",
"Assorted Toffee",
"Buttery Toffee",
"Pepper Sauce",
"Cajun King, Char-Grill Blackened Seasoning",
"Sauce Mix",
"Cut Okra",
"Yams Cut Sweet Potatoes In Orange Pineapple Sauce",
"Yams Vacuum Packed Whole Sweet Potatoes",
"Bruce's, Candied Yams, Cut Sweet Potatoes",
"Yams Cut Sweet Potatoes In Syrup",
"Yams Cut Sweet Potatoes In Syrup",
"Bruce's, Candied Yams Cut Sweet Potatoes",
"Bruce's, Yams Cut Sweet Potatoes In Syrup",
"Bruce's, Sweet Potato Pie Filling",
"Yams Cut Sweet Potatoes In Syrup",
"Bruce's, Baked Sweet Potatoes",
"Yams Mashed Sweet Potatoes",
"Complete Pancake & Waffle Mix",
"Diced White Potatoes",
"Refried Beans",
"Refried Beans",
"12 Taco Shells",
"Casa Fiesta, Taco Seasoning, Mild",
"Chili Seasoning",
"Green Enchilada Sauce, Mild",
"Enchilada Sauce, Hot",
"Cheese Sauce",
"Jalapeno Cheese Sauce, Hot",
"All Natural Taco Sauce",
"Tomatoes And Green Chiles, Mild",
"Beef Tamales Wrapped In Parchment Paper",
"Chili Con Carne With Beans",
"All Natural Taco Salad Seasoning, Mild",
"Green Chili Strips",
"Chipotle Peppers In Adobo Sauce",
"Refried Beans",
"Refried Beans With Green Chili, Mild",
"Pinto Beans, Mild",
"Jalapeno Pinto Beans, Mild",
"Mexican Style Chili Beans, Medium",
"New Whole White Potatoes",
"New Whole White Potatoes",
"New Whole White Potatoes",
"Medium Salsa",
"soda water",
"Taquitos, Beef & Cheese",
"Beef Barbacoa Snack Size Burrito Bowl",
"Chicken Chipotle, Delicious Mexican",
"Vegetable Enchilada Snack Size Burrito Bowl",
"Taquitos White Meat Chicken",
"Taquitos, White Meat Chicken",
"Taquitos",
"Pork Taquitos",
"Taquitos, Chicken & Cheese",
"Chicken Picante",
"Beef & Cheese Mini Empanadas, Delicious Mexican",
"Muesli Cereal, Blueburry",
"Poultry Spice",
"Bar-B-Q Sauce",
"Mrs. Gerry's, Premium Macaroni & Cheese",
"Old Fashioned Potato Salad",
"Mrs. Gerry's, Old Fashioned Potato Salad",
"Mrs. Gerry's, Old Fashioned Potato Salad",
"Deli Fresh Potato Salad",
"Deli Fresh Potato Salad",
"Mustard Potato Salad",
"Mustard Potato Salad",
"Deli Fresh Coleslaw",
"Macaroni Salad",
"Summer Fresh Pasta",
"desiccated coconut",
"Original Italian Recipe Prosciutto",
"Fiorucci, Pancetta",
"Hot Capocollo",
"Sopressata",
"Firucci, Mortadella With Peppercorns",
"Fiorucci, Jamon Serrano Dry Cured Ham",
"Italian Style Bacon",
"Uncured Pepperoni",
"Uncured Italian Dry Salame",
"Uncured Genoa Salame",
"Fiorucci, Riserva Diced Pancetta",
"Cured Chorizo Sausage",
"Salchichon",
"Campofrio, Diced Chorizo",
"Lomo",
"Campofrio, Jamon Serrano",
"Naturalissima, Prosciutto",
"Naturalissima, Uncured Pancetta",
"Natural Issima, Uncured Pancetta",
"Naturalissima, Uncured Cantimpalo Chorizo",
"Naturalissima, Uncured Hard Salami",
"Naturalissima, Uncured Abruzzese Salami",
"Naturalissima, Uncured Milano Brand Salami",
"Naturalissima, Uncured Genoa Salami",
"Naturalissima, Uncured Pepperoni",
"Naturalssima, Uncured Italian Dry Salami",
"Naturalissima, Jamon Serrano Dry Cured Ham",
"Fiorucci, Sopressata Panino",
"Fiorucci, Prosciutto Panino, Prosciutto Wrapped Mozzarella Cheese",
"Hard Salami Panino Mozzarella Cheese, Smoke",
"Pepperoni Panino",
"Panino",
"Natural Issima, Uncured Hard Salami Panino, Smoke",
"Natural Issima, Pepperoni Wrapped Mozzarella Cheese",
"Chicken & Dumplings",
"Chicken Pot Pie",
"Chicken Pot Pie",
"Chicken Pot Pie",
"Shepherd's Pie",
"Shepard's Pie",
"Chicken Dinner Casserole",
"Farmhouse Mac & Cheese",
"Chicken Pot Pie",
"Shepherd's Pie",
"Chicken Pot Pie",
"Macaroni & Beef",
"Old Fashioned Mac & Cheese, All Natural Pasta & A Crispy Breadcrumb Topping",
"Meatloaf Dinner Casserole",
"Tuna Noodle Casserole",
"Chicken & Dumplings",
"Tater Topped Hot Dish",
"Beef Pot Pie",
"Turkey Pot Pie",
"Meatloaf & Mashed Potatoes",
"Chicken Parmesan With Pasta",
"Sunday Pasta & Meatballs",
"Swedish Meatballs With Pasta",
"Three Cheese Ravioli",
"Lasagna Bake Bolognese",
"Chicken Marsala With Pasta",
"Hearty Beef Stew",
"Sausage & Mashed Potatoes",
"Gluten-Free Chicken Pot Pie",
"Couscous",
"Green Cabbage, Bell Pepper, Onions",
"Spooky Cat Shape Sugar Cookies",
"Mini Cinnamon Rolls",
"Mini Chocolate Chip Muffins",
"Mini Blueberry Muffins With Streusel",
"Pumpkin Cookies With Cream Cheese Chips, Cream Cheese",
"Toaster Strudel Pastries",
"Toaster Strudel Pastries",
"Toaster Strudel Pastries",
"Oven Baked Biscuits",
"Toaster Strudel, Pastries, Strawberry",
"Toaster Strudel, Toaster Pastries, Wildberry",
"Mini Pancakes, Maple",
"Mini Biscuits",
"Heat-N-Go! Mini Pancakes, Blueberry",
"Marshmallow Cookie Dough",
"Cookie Dough With Hershey's Mini Kisses Semisweet Chocolate Chips",
"Cookie Dough Sheets",
"Pastries",
"Birthday Cake Cookie With Sprinkles Dough",
"Cookies Dough, Salted Caramel",
"Ready To Bake!, Cookie Dough, Mint Chocolate Chip",
"R2-D2 Holiday Shape Sugar Cookies",
"Batman Shape Sugar Cookies",
"Southern Homestyle Biscuits Dough",
"Pie Crusts Dough",
"Melts Molten Fudge Cake Filled Cookies",
"Cinnamon Roll Cookies",
"Mini Cinnis Mini Pull-Apart Rolls",
"Bunny Shape Sugar Cookies",
"Chick, Cookie Dough",
"Canada Dry",
"Big Deluxe, Chocolate Chip Cookie Dough",
"Chocolate Chip",
"Chocolate Chunk & Chip",
"Fairtrade white caster sugar",
"Frosted Shredded Wheats",
"Shredded Bite Size Wheats",
"British White Caster Sugar",
"British Icing Sugar",
"Spinach & Ricotta Cannelloni",
"Apple Crumble",
"Homestyle Apple Pie Filling",
"Garden Vegetable Soup",
"Carrot And Ginger Bisque",
"Relish",
"Modern Bistro, Soup, Chicken Tortilla",
"Modern Bistro, Minestrone",
"Modern Bistro, Mushroom Barley Soup",
"Modern Bistro, Garden Vegetable Soup",
"Udon Noodle Soup With Chicken",
"Modern Bistro, Chicken & Corn Chowder",
"Modern Bistro, Bisque, Carrot & Ginger",
"Kale & Potato Soup With Italian Sausage",
"Penne Bolognese",
"Four Cheese Penne And White Meat Chicken",
"Mexican - Style Rice With White Meat Chicken",
"Harry's, Cauliflower Au Gratin In A Decadent Creamy Cheese Sauce",
"Cheesy Broccoli Quinoa",
"Chocolate Pudding",
"Tapioca Pudding",
"Salted Caramel Pudding",
"Gravy Flavored With Turkey Giblets",
"Crab Corn Chowder",
"Vegetarian Vegetable Soup",
"Three Bean Chili With Chicken",
"Lime Freezerenergy Drink, Lime",
"Smokey Beef Jerky",
"Whole British Milk",
"Banana Nut Loaf",
"Cranberry Orange Loaf",
"Pumpkin Loaf",
"Black Bean Soup With Chorizo",
"Minnesota Wild Rice Soup With Chiken",
"White Bean With Turkey Soup",
"Soup",
"Minnesota Wild Rice Soup With Chicken",
"Seasoned Panko Bread Crumbs",
"Italian Panko Breadcrumbs",
"Dry Aged Beef Panko Breadcrumbs",
"Classic Home-Style Meatball",
"Shortcake, Lemon & Cream",
"Shortcake, Lemon & Cream",
"Strawberry Shortcake",
"Strawberry Shortcake",
"Tiger Bar Cake, Triple Chocolate",
"Triple Chocolate Cookie Pucks",
"Cookie Pucks",
"Pucks Cookie",
"White Chocolate Macademia Cookies",
"Fall M&M Cookies, All-Butter",
"Christmas M&M Cookies",
"Valentine's M&M Cookies",
"Date Cornflake Cookies",
"Cookies, Apple Pie",
"Sunshine Lemon Cookies",
"Smores Cookies",
"M & M, Cookie",
"Oatmeal Raisin Cookies",
"Peanut Butter Cookies",
"Our Bakery, Chocolate Krinkle Cookies",
"Snickerdoodle Cookies",
"Iced Ginger Cookie",
"Mint Chocolate Cookies",
"Sugar Cookies",
"Chocolate Peanut Butter Cookies",
"Blue Spritz Cookies",
"Mini Sassy Cinnamon Cookies",
"Russian Tea Cookies",
"Red & Green Spritz Cookies",
"Pink Spritz Cookies",
"Mini Cookies, Blueberry, Lemon",
"Yellow Spritz Cookies",
"Razzie Dazzle Mini Cookies",
"Mini Chocolate Chip Cookies",
"Mini M & M Cookies",
"Our Bakery, Lunds & Byerlys, Mini M & M Cookies",
"Mini Chocolate Chip Cookies",
"Wild Blueberry Muffins",
"Crunch Muffins",
"Muffins",
"Northern Lights Mini Muffins",
"Wild Blueberry Mini Muffins",
"Paleo Chicken Ginger Salad",
"Curried Quinoa Lettuce Wraps",
"Our Deli Wraps",
"Tuscan Meat & Cheese",
"Bistro Salumi & Brie",
"All Day Frittata",
"Smoked Ham & Swiss",
"Our Deli Sandwich",
"Turkey & Cheddar",
"Tortilla",
"Bring On The Bacon Club",
"Cheese Quiche Flaky Pie Crust",
"Ham & Cheese Quiche",
"Quiche Lorraine",
"Spinach Quiche",
"Original Smokehouse Cider Dressing",
"Sliced Peaches",
"Green Garden Peas",
"Green Beans",
"Nature Blessed, Cut Corn",
"Sliced Mushrooms",
"California Vegetables",
"Fajita Vegetables",
"Stew Vegetables",
"Asparagus",
"Frozen Sliced Strawberries",
"Broccoli Florets",
"Super Sweet White Corn",
"Diced Onions",
"Individually Quick Frozen Sweet Potato",
"Frozen Blueberries",
"Seneca, Crispy Apple Chips, Original",
"Seneca, Crispy Apple Chips, Cinnamon",
"Crispy Apple Chips, Caramel",
"Crispy Apple Chips, Golden Delicious",
"Seneca, Crispy Apple Chips, Granny Smith",
"Seneca, Crispy Sweet Potato Chips, Cinnamon",
"Crispy Apple Chips",
"Crispy Apple Chips",
"Cicero Beverage Co., Sour Cherry Beverage",
"Cicero Beverage Co., Chicago Style Cherry Cola, Cherry",
"Cicero Beverage Co., Soda, Orange Cream",
"Cicero Beverage Co., Root Beer, Salted Caramel",
"Chicago Style Drink",
"Cicero Beverage Co., Bacon Bloody Mary Mix",
"Cicero Beverage Co, Horseradish Bloody Mary Mix Sauce",
"Cicero Beverage Co., Bloody Mary Mix",
"Capone Family Secret, Root Beer",
"Capone Family Secret, Black Cherry Soda, Black Cherry",
"Capone Family Secret, Orange Soda, Orange",
"Gari Sushi Ginger",
"America's Original Cherry Butter",
"Preserves, Michigan Cherry",
"Preserves, Cherry Raspberry",
"Preserves, Michigan Blueberry",
"Preserves, Strawberry",
"Bbq Sauce, Cherry",
"Famous Kream Mustard",
"Bbq Mustard Glaze",
"Salsa, Cherry",
"Salsa, Jalapeno Cherry",
"Pumpkin Butter",
"Old Fashioned Apple Butter",
"Butter, Jalapeno Cherry",
"Pepper Jelly",
"Chutney, Cherry",
"Preserves, Pear & Cinnamon",
"Salsa, Apple Riesling",
"Bbq Sauce, Yankee Bourbon",
"Salsa, Peach",
"Slatherin' Wing Sauce",
"Pretzel Dip, Cherry Honey Mustard",
"Topping, Chocolate Cherry",
"Premium Pie Filling & Topping, Michigan Cherry",
"Premium Pie Filling & Topping, Michigan Apple",
"Topping, Leelanau Strawberry",
"Premium Pie Filling & Topping, Mixed Berry",
"Premium Pie Filling & Topping, Blueberry",
"Premium Pie Filling & Topping, Red Haven Peach",
"Creamy Vidalia Onion Dressing",
"Cherry Poppyseed Dressing",
"Vanden Brink, Uncooked Pork Meatloaf",
"Hills Bros., Cappuccino Cafe Style Drink Mix, French Vanilla Artificially Flavored",
"Hills Bros., Cappuccino Drink Mix, French Vanilla",
"Hills Bros., Cappuccino Cafe Style Drink Mix, Double Mocha",
"Hills Bros., Cappuccino Cafe Style Drink Mix, White Chocolate Caramel",
"Hills Bros., Cappuccino, English Toffee Artificially Flavored",
"Hills Bros., Cappuccino Drink Mix, French Vanilla",
"Hills Bros., Cappuccino Cafe Style Drink Mix, French Vanilla",
"Hills Bros., Cappuccino Cafe Style Drink Mix, Double Mocha",
"Iced Coffee Drink Mix, French Vanilla",
"Cappuccino Drink Mix",
"Hills Bros., Cappuccino Cafe Style Drink Mix, Mocha Mint",
"Hills Bros., Cappuccino Cafe Style Drink Mix, Hazelnut",
"Hills Bros., Iced Coffee Drink Mix, French Vanilla",
"Hills Bros, Cappuccino, Salted Caramel",
"Cappuccino Caf'E Style Drink Mix",
"Cappuccino Drink Mix Cups, French Vanilla",
"Cappuccino Cafe Style Drink Mix",
"Cappuccino Caf'E Style Drink Mix, Double Mocha",
"Cappuccino",
"Hills Bros, Cappuccino Drink Mix, English Toffee",
"Hot Cocoa Cafe Style Drink Mix",
"Hot Cocoa",
"Hills Bros, Cappuccino Drink Mix, English Toffee",
"Mozza Whips",
"Genuine Wisconsin Spreadable Cheese",
"Henning's, Cajun Cheddar Cheese Curds",
"White Cheddar Cheese Curds",
"Henning's, Medium Cheddar",
"Henning's, Aged Cheddar",
"Henning's, Sharp Colored Cheddar",
"Henning's, Mild Cheddar",
"Henning's, Sharp White Cheddar",
"Henning's, Colby Cheese",
"Henning's, Colby Jack",
"Henning's, Pepper Jack Cheese",
"Henning's, Habanero Jack Cheese",
"Henning's Wisconsin Cheese, Farmers Cheese",
"Henning's, Farmers With Pepper Semi Soft Part-Skim Cheese",
"Henning's, Farmers With Dill Reduced Fat Cheese",
"Henning's, Baby Swiss Cheese",
"Henning's, Cheddar Cheese, Tomato Basil",
"Henning's, Cheddar Cheese, Chipotle",
"Henning's, Onion & Chives Blended In Creamy Cheddar",
"Sweet Bread",
"Rice Cake",
"Rice Cake",
"Baked Egg Roll",
"Panda Farms, Gold Pearl Onions",
"Cooked Apples",
"Cooked Apples",
"Cooked Apples",
"Cooked Apples",
"Kettle Cooked Apples, Banana, Mango, Hemp Seed",
"Grandma Hoerner's, Apricot Preserves",
"Organic Preserves",
"Organic Preserves, Raspberry",
"Grandma Hoerner's, Organic Strawberry Preserves",
"Pie Filling",
"Big Slice Kettle Cooked Apples",
"Big Slice, Kettle Cooked Apples, Apricot",
"Big Slice, Kettle Cooked Apples, Blueberry, Pomegranate",
"Big Slice, Kettle Cooked Apples Slices, Chunks & Sauce, Cherry Vanilla",
"Grandma Hoerner's, Big Slice, Kettle Cooked Apples; Slices, Chunks & Sauce, Orange Ginger",
"Grandma Hoerner's, Big Slice, Kettle Cooked Apples; Slices, Chunks, & Sauce, Cinnamon French Toast",
"Grandma Hoerner's, Big Slice, Kettlle Cooked Apples, Caramel",
"Grandma Hoerner's, Big Slice, Juicy Cooked Apples Slices, Chunks, & Sauce Chai",
"Red Shell, Premium Sesame Soy Dressing",
"Red Shell, Premium Japanese Miso Dressing",
"Sheepherder's Bread",
"Sourdough Bread",
"Garlic Bread",
"French Roll",
"San Luis Sourdough, Sourdough Sliced Bread",
"Syrup For Snow Cones & Ice Pops",
"Syrup For Snow Cones & Ice Pops",
"Berry Blue Syrup For Snow Cones",
"Pub Style Burgers",
"Premium Pub Style Burgers",
"Deluxe Beef Patties",
"Deluxe Beef Patties",
"Glenmark, Steakhouse Croutons Seasoned Italian",
"Glenmark, Steakhouse Croutons, Cheese & Carlic",
"Deluxe Turkey Patties",
"Hot Souse",
"Kashi Barre Chocolat Amande",
"Raisin And Chia Granola",
"Cocoa Spice Cereal",
"Kashi Dark Mocha Almond Chewy Granola Bars - 6 CT",
"GoLean Crunch Honey, Almond, Flax",
"Céréales Go Lean",
"GOLEAN Original Cereal",
"Go Lean Cereals",
"Rising Sun Farms, Garlic Galore Pesto",
"Rising Sun Farms, Basil And Dried Tomato In Olive Oil, Basil",
"Rising Sun Farms, Classic Pesto",
"Rising Sun Farms, Cheese Torta, Marionberry",
"Rising Sun Farms, Gorgonzola Cheese Torta",
"Rising Sun Farms, Dipn Spread, Indian Curry",
"Rising Sun Farms, Dipn Spread, Smoky Cheddar Cheese",
"Lochmead Farms, Ice Cream, Oregon Mint Fudge",
"Lochmead Farms, Sherbet, Peach With Blueberry Swirl",
"Pressed Costa Rican Pineapple with a Hint of Lime Juice",
"Dough For Pastries",
"Premium Clover Spun Honey",
"Seafood Cocktail Sauce",
"The Finest Brand, Jamaica Mountain Peak, Instant Coffee",
"Real Salt, Fine Salt",
"Kosher Salt",
"Chewing Gum",
"La Vaquita Chew Pops",
"Pica Leta Soft Candy Lollipop",
"Mother's Finest, Classic Jelly Beans",
"Speckled Jelly Beans",
"Mini Fruit Sours",
"Cherry Sours",
"Spice Drops Candy",
"Mini Pies",
"Mini Pie",
"White Corn Tortilla Chips",
"Pretzel Nuggets",
"Ripple Potato Chips",
"Potato Chips, Bbq",
"Potato Chips",
"Potato Chips",
"Potato Chips",
"Kettle Chips",
"Bite-Size Tortilla Chips",
"Cheese Puffs",
"Rice Cakes",
"Lightly Salted Rice Cakes",
"Salt Free Plain Rice Cakes",
"Rice Cake",
"Corn Rice Cake",
"Rice Crisps",
"Rods Pretzels",
"Pretzel Twists",
"Classic Pretzel Sticks",
"Classic Pretzel Twists",
"Mini Twists Pretzels",
"Pretzel Mini Twists",
"White Corn Tortilla Chips",
"Restaurant Style Tortilla Chips, White Corn",
"Roasted Peanuts, Honey",
"Roasted Peanuts",
"Whole Roasted Cashews",
"Roasted Mixed Nuts With Peanuts",
"Roasted Mixed Nuts With Peanuts",
"Trail Mix",
"Trail Mix, Cranberry Nut",
"Asian Blends Trail Mix",
"Roasted Cashews Halves & Pieces",
"Mixed Nuts With Peanuts",
"Tropical Trail Mix Snacks",
"Bigy, Cajun Hot Mix",
"Fruit & Nut Mix",
"Original Trail Mix",
"Premium Cranberry Mix",
"Peanut Butter & Chocolate Trail Mix",
"Cranberries & Almonds",
"Raisins, Cashews & Almonds Mix",
"Raisins, Nut & Seed Mix Snacks",
"Salted Peanuts Snacks",
"Raw Almonds Snacks",
"Unsalted Peanuts Snacks",
"Pistachios",
"Unsalted Cashews",
"Pumpkin Seeds Snacks",
"Honey Peanuts",
"Sunflower Kernels",
"Unsalted Mixed Nuts With Peanuts",
"Raisins",
"Snacks, Pineapple",
"Mixed Fruit Snacks",
"Vanilla Cream Soda",
"Soda",
"Soda",
"Cola",
"Soda",
"Root Beer",
"Diet Cola",
"Seltzer",
"Whole Onions",
"Hot Dogs",
"Country Blend Mixed Vegetables",
"Cut Green Beans",
"Seltzer",
"Seltzer",
"Honey Grahams Crackers",
"Whole Pepperoncini",
"Whole Sweet",
"Bread & Butter",
"Kosher Dill",
"Roasted Red Peppers",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Cranberry Sauce",
"Cranberry Sauce Jellied",
"Instant Oatmeal, Apples & Cinnamon",
"Instant Oatmeal Maple & Brown Sugar",
"Instant Oatmeal",
"Steel Cut Instant Oatmeal",
"Steel Cut Instant Oatmeal, Maple & Brown Sugar",
"Honey Oats & Flakes Cereal",
"Bran Flakes",
"Corn Flakes",
"Extra Raisins Bran Cereal",
"Crispy Rice Squares Cereal",
"Protein Granola, Cranberry",
"Flax & Pumpkin Seed Granola",
"Fruit & Nut Granola",
"Granola Cereal, Vanilla Almond",
"Rice Squares",
"Toasted Oats Cereal",
"All-Purpose Unbleached Enriched Flour",
"Lite Dressing",
"Lite Italian Dressing",
"Honey Mustard Dressing",
"Balsamic Vinaigrette Dressing",
"Kosher Dill Spears",
"Whole Kosher Dill",
"Whole Green Beans",
"Soft Cookies",
"Oatmeal Soft Cookies",
"Oatmeal Raisin Cookies",
"Soft Cookies, Molasses",
"Dutch Cocoa Soft Cookies",
"Soda",
"Ginger Ale",
"Diet Cola",
"Seltzer",
"Cola",
"Apple Sauce",
"Apple Sauce",
"Unsweetened Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Unsweetened Apple Sauce",
"Cranberry Sauce",
"Butter Beans",
"Great Northern Beans",
"Mexican Style Beans",
"Garbanzo Beans",
"Light Red Kidney Beans",
"Bouillon Cubes",
"Juice Cocktail",
"French Style Green Beans",
"French Style Green Beans",
"Golden Cut Wax Beans",
"Cranberry Apple Juice Cocktail",
"Juice Cocktail, Cranberry, Raspberry",
"Golden Cut Wax Beans",
"Juice - A - Lot Unsweetened 100% Juice, Fruit Punch",
"A Naturally Flavored Blend Of Apple, Cherry, Raspberry & Grape Juice From Concentrate",
"Juice-A-Lot, 100% Unsweetened Juice, Grape",
"Juice",
"Whole Kosher Baby Dill",
"Yellow Mustard",
"Unpeeled Apricot Halves In Heavy Syrup",
"Pork & Bean In Tomato Sauce",
"Green Lima Beans",
"Lemon Lime Seltzer",
"Seltzer",
"Sparkling Water, Pineapple Coconut",
"Sparkling Water",
"Sparkling Water",
"Sparkling Water",
"Seltzer",
"Seltzer",
"Sparkling Water",
"Seltzer",
"Seltzer Water",
"Flavored Seltzer, Black Cherry",
"Flavored Seltzer, Grapefruit",
"Flavored Seltzer, Cranberry Lime",
"100% Vegetable Juice",
"Flavored Seltzer, Mandarin Orange",
"Seltzer, Wild Cherry",
"Seltzer, Mandarin Orange",
"Seltzer, Black Cherry",
"Saltines",
"Crackers, Unsalted Tops Saltines",
"Woven Wheats Crackers",
"Woven Wheats Crackers",
"Reduced Fat Thin Wheat Crackers",
"Chocolate Sandwich Cookies",
"Sliced Beets",
"Original Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"100% Grape Juice",
"Large Conversation Hearts Candy",
"Jelly Eggs Candy",
"Candy Corn",
"Candy Favorites, Mellowcream Pumpkins",
"Jelly Pumpkins",
"Tiny Jelly Eggs",
"Coconut Dips Candy",
"Small Whole Beets",
"Small Whole Beets",
"Sliced Beets",
"Whipped Cream Cheese Spread",
"Whipped Cream Cheese Spread",
"Real Instant Whipped Topping",
"Extra Creamy Whipped Topping",
"Real Instant Whipped Topping",
"Cream Cheese Spread, Cheddar, Jalapeno",
"Cream Cheese",
"Sliced Sharp Cheddar Cheese",
"Sliced Pepperjack Cheese",
"Ultra Thin Swiss Cheese Slices",
"Ultra-Thin Sliced Provolone Cheese, Smoke",
"Mild Cheddar Cheese",
"Cottage Cheese With Chives",
"Cottage Cheese",
"Cottage Cheese",
"Cream Cheese With Chives & Onions",
"Cream Cheese, Strawberry",
"Cream Cheese",
"Light Cream Cheese",
"French Onion Dip",
"Cream Cheese",
"Cream Cheese",
"Cream Cheese",
"No Ifs Ands Or Butter! Spread",
"Cottage Cheese",
"Half & Half Ultra-Pasteurized",
"Half & Half",
"Heavy Cream",
"Whole Milk",
"Low Fat Chocolate Milk",
"Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Nonfat Greek Yogurt With Fruit On The Bottom",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Plain Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Low Fat Milk",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt With Fruit On The Bottom",
"Grade A Greek Non Fat Yogurt",
"2% Reduced Fat Milk",
"Greek Nonfat Yogurt With Fruit On The Bottom",
"Greek Nonfat Yogurt",
"Fat Free Skim Milk",
"Juice From Concentrate",
"Orange Juice From Concentrate, Original",
"Juice",
"Juice From Concentrate",
"1% Milk Fat Low Yogurt",
"Lowfat Yogurt",
"Light Nonfat Yogurt",
"Non Fat Yogurt",
"Light Nonfat Yogurt",
"Lowfat Yogurt",
"Low Fat Yogurt",
"Berry Punch",
"Shredded Sharp White Cheddar Cheese",
"Deluxe American Cheese Slices",
"Dinner Rolls",
"Shredded Mild Cheddar Cheese",
"Shredded Mild Cheddar Cheese",
"Shredded Mild Cheddar Cheese",
"Mozzarella Cheese",
"Mozzarella Cheese",
"Shredded Mozzarella Cheese",
"Finely Shredded Mexican Style Four Cheese Blend",
"Shredded Mild White Cheddar Cheese",
"American Singles Cheese",
"White American Singles Cheese",
"White American Singles",
"American Singles",
"Parmesan & Romano Cheese",
"Mexican Style Finely Shredded Four Cheese Blend",
"Ricotta Cheese",
"Cheddar & Monetary Jack Cheese",
"Mozzarella Cheese Twirls String Cheese",
"Sharp White Cheddar Cheese Snack Squares",
"White Extra Sharp Cheddar Cheese",
"Mozzarella String Cheese",
"Cheese Snack Squares, Pepperjack",
"Premium Ice Cream",
"Caramel Swirl Premium Ice Cream",
"Coffee Cookie Crumble Premium Ice Cream",
"Rainbow Sherbet",
"Sliced Carrots",
"Sliced Carrots",
"French Bread Pizza",
"French Bread Pizza",
"4 Cheese Blend Rising Crust Pizza",
"Pizza Bites, Cheese",
"Pizza Bites",
"Steamin' Easy Vegetables Italian Style Blend",
"Steamin Easy Vegetables",
"Cooked White Rice",
"Steamin' Easy Edamame",
"Cauliflower Florets",
"Green Peas",
"Cut Broccoli",
"French Style Green Beans",
"Petite Green Peas",
"Cut Leaf Spinach",
"Macaroni & Cheese",
"Great Egg-Spectations, 100% Liquid Egg Whites",
"Egg-Spectations Liquid Egg Whites",
"Sliced Strawberries",
"Whole Strawberries",
"Steamin Easy, Super Sweet Whole Kernel Golden Corn",
"Steamin' Easy, Sweet Peas",
"Steaming Easy Green Beans",
"Steamin Easy, Mixed Vegetables",
"Steamin' Easy, Petite Broccoli Florets",
"Hashbrown Potato Patties",
"Cut Broccoli",
"Cut Green Been",
"Green Peas",
"Super Sweet Whole Kernel Golden Corn",
"Concord Grape Jelly",
"Jelly",
"Dark Sweet Cherries",
"Waffles, Bluebery",
"Buttermilk Waffles",
"Mini Pancakes",
"Whole Wheat Waffles",
"Thin Deli Sliced Roast Beef",
"Beef Burgers",
"100% Beef Burgers",
"Fish Sticks",
"Italian Style Meatballs",
"Barrel Cured",
"Vidalia Onion Beef Patties",
"Cooked Salad Shrimp",
"Black Angus Burger Patties",
"Fish Cakes",
"Breakfast Sausage",
"Sweet Italian Sausage",
"Italian Sausage",
"Italian Sausage",
"Italian Style Meatballs",
"Italian Style Meatballs",
"Kielbasa",
"Boneless Petite Ham Slices",
"Ham Steak",
"Ham Steak",
"Cole Slaw",
"Potato & Egg Salad",
"Loaded Baked Potato Salad",
"Just Like Mom's Elbow Macaroni Salad",
"Potato Salad",
"Just Like Mom's Cole Slaw",
"Potato & Egg Salad",
"Potato Salad",
"Elbow Macaroni Salad",
"Just Like Mom's Potato Salad",
"Turkey Bacon, Wood Smoked",
"Parmigiano Reggiano",
"Peas & Sliced Carrots",
"Peas & Sliced Carrots",
"Diced Pears In Light Syrup",
"Decaffeinated Black Tea Bags",
"Decaffeinated Green Tea",
"Original Sweet Iced Tea Drink Mix",
"Drink Mix",
"Hot Cocoa Drink Mix",
"Hot Cocoa Drink Mix",
"Drink Mix",
"Pizza Sauce",
"Gold'N White Whole Kernel Corn",
"Golden Sweet Whole Kernel Corn",
"Whole Kernel Corn",
"Macaroni N' Cheese Dinner",
"Deluxe Microwaveable Macaroni Shells & Cheddar Dinner",
"Macaroni N' Cheese",
"Deluxe Macaroni & Cheese Dinner",
"Deluxe Shells & Cheddar",
"Skillet Classics, Cheeseburger Macaroni Hamburger Dinner Mix",
"Skillet Classics Hamburger Dinner Mix",
"Hamburger Dinner Mix",
"Creamy Peanut Butter",
"Peanut Butter",
"Creamy Peanut Butter",
"Bread & Butter Chips",
"Golden Sweet Cream Style Corn",
"Chicken Classic Gravy",
"Classic Gravy",
"Classic Gravy, Pork",
"Classics Stuffing Mix, Chicken",
"Stuffing Classics, Stuffing Mix",
"Classics Stuffing Mix, Turkey",
"Stuffing Classics, Stuffing Mix For Pork",
"Italian Bread Crumbs",
"Seasoned Coating Mix, Chicken",
"Seasoned Coating Mix, Pork",
"Miniature Marshmallows",
"Milk Chocolate Caramel Bar",
"Dark Chocolate With Raspberry Filling",
"Dark Chocolate Bar",
"Iced Tea Mix",
"Sugar Sweetened Iced Tea Mix",
"Iced Tea Mix, Natural Lemon",
"Iced Tea Mix, Natural Lemon",
"Angel Hair",
"Ziti",
"Linguine, Enriched Macaroni Product",
"Enriched Macaroni Product",
"Rotelle, Enriched Macaroni Product",
"Mandarin Oranges",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Orange Tangerine",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"100% Whole Wheat Bread",
"Pumpernickel Rye Bread",
"Old Fashioned Multigrain Bread",
"Old Fashioned Oat Bread",
"Multi-Grain English Muffins",
"Glazed Donuts",
"Glazed Chocolate Donuts",
"Bulkie Rolls",
"Italian Lite Bread",
"White Hamburgers Rolls",
"Wheat Brown & Serve Rolls",
"Old Fashioned Whole Wheat Bread",
"Maple Donuts",
"Lightly Glazed Apple Pie",
"Pie",
"Lemon Pie",
"Cranberry Bread",
"White Pita Bread",
"Whole Wheat Pta Bread",
"Plain English Muffins",
"Plain English Muffins",
"Enriched White Bread",
"Bagel",
"Bagels, Cranberry",
"Pretzel Bagels",
"Potato Bread",
"Drink",
"Pink Salmon",
"Small Early Peas",
"Medium Peas",
"Crunchy Peanut Butter",
"Mashed Potatoes",
"Mashed Potatoes",
"Mashed Potatoes",
"Sliced Peaches",
"Pear Halves",
"Sliced Peaches",
"Peach Halves In Heavy Syrup",
"Pear Halves",
"Sliced Peaches",
"Fruit Medley In Light Syrup",
"Sliced Peaches",
"Peach Halves",
"Sweet Peas",
"Elbow Macaroni",
"Sliced Pears In Heavy Syrup",
"Pineapple Chunks In In Heavy Syrup",
"Sliced Pineapple",
"Unsweetened Pineapple Chunks",
"Pineapple Chunk",
"Pineapple Tidbits In Pineapple Juice",
"Jam",
"Red Raspberry Preserves",
"Cut Leaf Spinach",
"Cut Leaf Spinach",
"Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Complete Pancake & Waffle Mix",
"Complete Pancake & Waffle Mix",
"Pancake Mix",
"Pie Filling & Topping",
"Sweetened Coconut Flakes",
"100% Pure Baking Cocoa",
"Baking Chips",
"Pumpkin",
"Cookie Pie Crust",
"Original Graham Cracker Pie Crust",
"Baking Chips",
"Kettle Corn, Sweet & Salty",
"Popcorn",
"Popcorn",
"Microwave Popcorn, Butter",
"Microwave Popcorn, Butter",
"Popcorn",
"Movie Theater Popcorn",
"Sweet & Salty Kettle Corn",
"Enriched Macaroni Product, Rigatoni Pasta",
"Rotini, Enriched Macaroni Product",
"Sun-Dried California Raisins",
"Sun-Dried Raisins",
"Smooth Style Pasta Sauce",
"Smooth Style Pasta Sauce",
"Chunky Styles Crushed Tomatoes",
"Stewed Tomatoes",
"Diced Tomatoes",
"Diced Tomatoes",
"Petite Diced Tomatoes",
"Petite Diced Tomatoes",
"Diced Tomatoes",
"Flavored Syrup, Chocolate",
"Chocolate Flavored Syrup",
"Whole Peeled Tomatoes",
"Whole Peeled Tomatoes",
"Italian Style Crushed Tomatoes In Heavy Puree",
"Diced Tomatoes",
"Southwest Style Diced Tomatoes",
"Italian Style Crushed Tomatoes",
"Diced Tomatoes",
"Italian Style Diced Tomatoes",
"Stewed Tomatoes",
"Italian Style Diced Tomatoes",
"Stewed Tomatoes",
"100% Tomato Juice",
"Tomato Sauce",
"Tomato Sauce",
"Tomato Paste",
"Strawberry Preserves",
"Chicken Breast",
"Valentine Pretzels Candy Favorites",
"Mexican Style Taco Sauce",
"Chunky Salsa",
"Mexican Style Chunky Salsa",
"Chunky Salsa",
"Flour Tortillas",
"Salsa Con Queso",
"Whole New White Potatoes",
"Unsulphured Molasses",
"Flavored Syrup, Strawberry",
"Original Syrup",
"Sweet & Salty Granola Bars, Almond",
"Oats & Honey Crunchy Granola Bars",
"Classic White Cake Mix",
"Yellow Classic Cake Mix",
"Classic Cake Mix",
"Yams Sweet Potatoes In Light Syrup",
"Cut Yams, Sweet Potatoes In Light Syrup",
"Cut Yams Sweet Potatoes In Light Syrup",
"Enriched White Grinder Rolls",
"Baby Kale",
"French Bread",
"Apples",
"Empire Apples",
"Mcintosh Apples",
"White Potatoes",
"Idaho Potatoes",
"Breaded Chicken Cutlet Milanese With Penne A La Vodka",
"100 % Pure Honey",
"Minced Garlic In Water",
"Minced Garlic In Water",
"Chopped Garlic In Water",
"Butternut Squash & Apple Soup",
"Spring Mix",
"Pure Honey",
"100% Pure Honey",
"100% Pure Honey",
"50/50 Blend",
"100% Pure Honey",
"Honey Clover",
"Chicken Marsala & Angel Hair Pasta",
"Chicken Parmigiana With Spaghetti Marinara",
"Eggplant Parmigiana Towers",
"Sausage, Peppers And Onions",
"Grilled Lemon Herb Chicken Breast Cutlet",
"Penne A La Vodka",
"Grilled Chicken Breast Cutlet",
"Classic Italian Style Spaghetti With Turkey Meatballs",
"Cream Spinach",
"Apple Crisp",
"Meninno Brothers Gourmet Foods, Frittata, Tomato, Asparagus, Leek",
"Barbecue Salmon With Roasted Sweet Potatoes",
"Grilled Chicken Strips",
"Teriyaki Grilled Chicken Strips",
"Grilled Chicken Strips",
"Beef Sirlion With Au Jus",
"Roasted Sweet Potatoes",
"Sicilian Cauliflower",
"Chicken Marsala",
"Fully Cooked Sesame Chicken Breast Slices With Sesame Sauce And Jasmine Rice",
"Baby Beans Almondine",
"Beef With Teriyaki Sauce With Rice",
"Breaded New England Cod Fillet With A Blend Of Sliced Carrots",
"Classic Italian Meatballs With Spaghetti And Marinara Sauce",
"Roast Pork Loin Slices With Mashed Potatoes And Gravy",
"Beef Shepherd's Pie",
"Macaroni & Cheese",
"North Atalantic Haddock Chowder Fresh Soup",
"Enriched White Rice",
"Enriched Rice White Extra Fancy Long Grain",
"Enriched Rice, White Extra Fancy Long Grain",
"Hot Cocoa Mix, Milk Chocolate",
"Hot Cocoa Mix, Milk Chocolate",
"Hot Cocoa Mix, Milk Chocolate",
"Hot Cocoa Mix With Marshmallows",
"Non-Dairy Creamer",
"Jumbos Plump & Juicy, Chicken Franks Pork And Beef Added",
"Braunschweiger",
"Elmhurst Naturals, All Natural Banana Juice Concentrate, Natural Banana",
"Banana Water",
"All Natural Banana Juice Concentrate",
"Traditional Horchata",
"Traditional Horchata",
"Horchata",
"Traditional Horchata",
"Elmhurst Harvest, Real Walnut Beverage, Original",
"Elmhurst Harvest, Real Walnut Premium Walnut Beverage, Chocolate",
"Premium Pistachio Beverage, Plant Based Milk Alternatives",
"Real Pistachio",
"Pant Based Milk Alternatives Premium Pistachio Beverage",
"Sweet Red Pepper Sauce",
"Panera Bread, Thai Chili Lime Vinaigrette Dressing",
"Salad Dressing",
"Panera Bread, Asiago Ranch Dressing With Yogurt",
"Dressing With Yogurt",
"Panera Bread, Southwest Caesar Dressing",
"Triple D Smoke Sauce",
"Caesar Dressing",
"Balsamic Vinaigrette Dressing",
"Northernlights Pizza Company's, Amazing Sauce, Garlic Butter",
"Asiago Ranch Dressing With Yogurt",
"Classic Caesar Dressing",
"Southwest Caesar Dressing",
"Poppyseed Dressing",
"Thai Chili Lime Vinaigrette Dressing",
"Southwest Caesar Dressing",
"Balsamic Vinaigrette Dressing",
"Caesar Dressing",
"Raspberry Dressing",
"Low Sodium Balsamic Vinaigrette Dressing",
"Vinaigrette Dressing, Asian Sesame",
"Poppy Seed Dressing",
"Famous Wing Sauce & More",
"The Pear Tree, Vinaigrette Salad Dressing, Sweet Onion",
"Romano Cheese Dressing",
"Italian Oil & Vinegar",
"Fat Free Sweet Italian Dressing",
"Sweet Italian Sugar Free Salad",
"Roasted Garlic Vinaigrette",
"Hard Candy, Fruit Variety",
"Gummies, Candy, 5 Flavors, Cherry, Watermelon, Green Apple, Strawberry, Orange",
"Mints, Pep O Mint",
"Hard Candy, Wild Cherry",
"Mints, Wint O Green",
"Mints, Pep O Mints",
"Mints",
"Gummies, Candy, Sours, Tangy Cherry, Watermelon, Orange, Strawberry, Black Raspberry",
"Sherbet With Coconut Jelly, Lychee",
"Maeda-En, Green Tea Powder, Matcha",
"Rosvill, Margarita Sweet Bread",
"Maeda-En, Ice Cream, Red Bean Azuki",
"Gourmet Mochi Ice Cream Bonbons",
"Maeda-En, Gourmet Mochi Sherbet Bonbons, Mango",
"Mochi Ice Cream Bonbons",
"Green Tea Powder",
"Maeda-En, Ice Cream, Black Sesame",
"Ice Cream, Green Tea",
"Jamaican Herbal Tea, Peppermint",
"Jamaican Herbal Tea",
"Sorrel With Ginger, Tea Bags",
"Ital Jamaican Guava Leaf Tea Bags",
"Turmeric Root Tea Bags",
"Zweigle's, Hot Dog Sauce",
"P3, Not Hot Pickled Eggs",
"Hot Pickled Eggs",
"Mountain Man Nut & Fruit Co, Peanuts, Chocolate",
"Mountain Man Nut & Fruit Co, Mountain Man Pretzels, Chocolate",
"Mountain Man Nut & Fruit Co., Dark Chocolate Almonds",
"Doctor Dark Cranberries & Almonds",
"Rivertrail, Dried Apricots",
"Banana Chips",
"Dried Cranberries",
"Rivertrail, Papaya Chunks",
"Rivertrail, Chili Mango",
"Rivertrail, Mango Slices",
"Rivertrail Foods, Wasabi Mix",
"Rivertrail, Party Mix",
"Rivertrail Foods, Sesame Sticks",
"Rice Crackers",
"Yogurt Pretzels",
"Pastel Pretzels",
"Rivertrail, Spearmint Leaves",
"Rivertrail Foods, Candy Corn",
"Organic Pumpkin Seeds",
"Organic Banana Chips",
"Organic Raw Sunflower Seeds",
"Pine Nuts",
"River Trail, Raw Hazelnuts",
"Choco-Nut Trail Mix",
"Choco-Nut Trail Mix",
"Mixed Nuts",
"Natural Whole Almonds",
"Rivertrail Foods, Slivered Almonds",
"Fire Roasted Almonds",
"River Trail, Hickory Smoked Almonds",
"Rivertrail Foods, Golden Flaxseed",
"Rivertrail Foods, Roasted & Salted Cashews",
"Roasted No Salt Chashews",
"Roasted Macadamia Nuts",
"Rivertrail Foods, Raw Shelled Pumpkin Seeds",
"Roasted Pumpkin Seeds",
"Gummy Rainforest Frogs",
"Chocolate Covered Peanuts",
"Bridge Mix",
"Peanut Caramel Clusters",
"Dark Chocolate Almonds",
"Malted Milk Balls",
"Gummy Bears",
"Cinnamon Bears Candy",
"Neon Squiggles",
"French Burnt Peanuts",
"Toffee Roasted Peanuts",
"Maple Nut Drop",
"Orange Slices",
"Cherry Slices",
"Boston Baked Beans",
"Rivertrail, Licorice Allsorts",
"River Trail, Cinnamon Imperials",
"Assorted Fruit Slices",
"Rivertrail Foods, Australian Red Licorice",
"Rivertrail, Dried Apricots",
"Rivertrail Foods, Walnut Halves",
"Rivertrail, Dried Cranberries",
"De San Antonio",
"Parboiled Rice Enriched",
"Cucumber Pickles",
"Golden, Thai Jasmine Rice",
"Thai Jasmine Rice",
"Golden, Thai Jasmine Rice",
"Brown Jasmine Rice",
"Brown Jasmine Rice",
"Israeli Couscous",
"Medium Couscous",
"Fresh Medjool Dates",
"Grown In Nature, Sun-Dried, Pitted Dates",
"Sahara Gold, Medjool",
"Golden, Pitted Dates",
"Sahara Gold, Natural Dates Medjool",
"Hosmer Mountain, Ols Fashioned Soda, White Birch Beer",
"Hosemer, Dry Refreshing Soda, Grape",
"Soda",
"Dangerous Ginger Beer",
"Flounder",
"Argentine Red Shrimp",
"Argentine Red Shrimp",
"White Potatoes",
"Golden Potatoes",
"Red Potatoes",
"White Potatoes",
"Boisson a base de jus de lychee",
"Boisson à base de jus de goyave",
"Pork Sausage",
"Sweet Italian Sausage",
"Shortbread Cookies",
"Purity Farms Ghee Clarified Butter",
"Farms Ghee",
"Balsamic Vinaigrette",
"Cherry Bbq Grilling Sauce",
"American Spoon, Mango Bbq Grilling Sauce",
"Maple Bbq Grilling Sauce",
"Refried Beans",
"Tortilla Chips, Rounds",
"One Quality Nonfat Milk, Chocolate",
"One Quality Nonfat Milk, Chocolate",
"Nonfat Chocolate Milk",
"2% Reduced Fat Milk",
"One Quality Fat Free Skim Milk",
"Fat Free Skim Milk",
"2% Reduced Fat Milk",
"Fresh Half & Half",
"One Quality Egg Nog",
"Prime Time, Ice Cream, Banana Peanut Butter Chunk",
"Prime Time, Ice Cream, Chocolate Cookie Mint Madness",
"Prime Time, Ice Cream, Plastered Praline Pecan",
"Prime Time, Ice Cream, Salty Caramel Fudge Truffle",
"Prime Time, Ice Cream, Buckeye Bites",
"Prime Time, Ice Cream, Denali Vanilla Bean",
"Prime Time, Ice Cream, Moose Tracks",
"One Quality, Ice Cream, Black Raspberry Chocolate Chunk",
"Prime Time, Ice Cream, Chocolate Moose Tracks",
"Ice Cream, Peanut Butter Cup",
"Ice Cream, Campfire S'Mores",
"Real Fruit Sherbet, Orange",
"Real Fruit Sherbet, Rainbow Sherbet",
"Real Fruit Sherbet, Triple Raspberry",
"Real Fruit Sherbet, Tropical Sherbet",
"Ice Cream, Black Sweet Cherry",
"Ice Cream, Butter Pecan",
"Ice Cream, Chocolate",
"Ice Cream, Double Chocolate Almond",
"Ice Cream, Cookies 'N Cream",
"Ice Cream, Muddy's Sea Salt Slam",
"Ice Cream, Cookie Dough",
"Ice Cream, Mint Choco Chip",
"Ice Cream, Peanut Butter Cup",
"Ice Cream, Tin Roof Sundae",
"Ice Cream, Vanilla",
"Ice Cream, Neapolitan",
"Ice Cream, French Vanilla",
"Ice Cream, Super Duper Scoop",
"Ice Cream, Campfire S'Mores",
"1% Lowfat Milk",
"One Quality Vitamin D Milk",
"One Quality Vitamin D Milk",
"One Quality Cultured Butter-Milk",
"One Quality 2% Reduced Fat Milk",
"One Quality 1% Lowfat Milk",
"Spinach & Cheese Ravioli",
"British beef mince",
"Unsweetened Apple Sauce",
"Gourmet Sauce, Bourbon",
"4 Stonebread Garlic Breads",
"Hummus, Garlic",
"Kansas-City Style Barbecue Sauce",
"Barbecue Sauce, Original",
"Zesty 4 Cheese Pizza",
"Thick Crust Pizza, Four Cheese",
"Thick Crust Pizza, Pepperoni",
"Vegetable Pizza",
"Sausage Pizza",
"Delux Pizza",
"Pizza, Pepperoni",
"Sausage & Pepperoni Pizza",
"Pizza For One, Original Cheese Pizza",
"Supreme Pizza",
"Pizza For One, White Pizza",
"Pizza, Cheese",
"Pepperoni Pizza",
"Pizza, Mushroom",
"French Bread Pizza",
"French Bread Pizza",
"Original Pizza, 4 Cheese",
"Lil' Griddles, Mini Pancakes, Blueberry",
"Lil' Griddles, Mini Pancakes",
"Griddle Poppers, Bite-Size Griddle Puffs, Apples & Cinnamon",
"Griddle Poppers, Chocolate Chip",
"Griddle Poppers, Maple",
"Griddle Poppers, Griddle Puffs, Very Berry",
"Homestyle French Toast",
"Buttermilk Pancakes",
"Lil' Griddles, Cinnamon French Toast Sticks",
"French Toast, Cinnamon",
"Griddlecake Sandwiches",
"Biscuit Sandwiches",
"Croissant Sandwiches",
"Sausage And Egg Scramble",
"Griddlecake Sandwiches",
"French Toast",
"Ham And Egg Scramble",
"Griddlecake Sandwiches",
"Griddle Melts, Apples & Cinnamon",
"Griddle Melts, Sausage, Ham & Bacon",
"Griddle Melts, Sausage, Egg & Cheese",
"Griddle Melts, Egg & Cheese",
"Homestyle Waffles",
"Waffles",
"Lowfat Pancakes",
"Homestyle Waffels",
"Buttermilk Waffles",
"Blueberry Waffles, Blueberry",
"Low Fat Waffles",
"Blueberry Pancakes",
"Oatmeal Pancakes",
"12 Pancakes",
"Buttermilk Pancakes",
"Homestyle Pancakes",
"Mini Pancakes",
"Homestyle Pancakes",
"Homestyle Pancakes",
"Crab Cakes",
"Crispy Haddock Fillets",
"Whole Fish Fillets",
"Crispy Fish Tenders Fillets",
"Crunchy Fish Sticks",
"Crunchy Fish Fillets",
"Crunchy Fish Fillets",
"Crunchy Fish Fillets",
"Crunchy Fish Sticks",
"Crunchy Fish Sticks",
"Crunchy Fish Sticks",
"Fish Sandwich Fillets",
"Cracked Black Salmon With Light Coating Seasoned, Pepper & Sea Salt",
"Garlic Herb Cod Fillets",
"Mediterranean Tilapia Fillets",
"Parmesan & Roasted Garlic Tilapia",
"Cod Fillets, Lemon Pepper",
"100% Whole Beer Battered Fillets",
"Seasoned Fish Sticks",
"Nacho Seasoned Fish Sticks",
"Grandma Wild's, Chocolate Chips & Orange Biscuits",
"Grandma Wild's, Milk Chocolate Coated Cranberry Biscuits",
"Grandma Wild's, Cherry Bakewell Biscuits",
"Grandma Wild's, Shortbread Biscuit, Chocolate Chip",
"Tomato Sauce",
"Organic Tomato Paste",
"Organic Diced Tomatoes In Tomato Juice",
"Organic Diced Tomatoes",
"Organic Diced Tomatoes In Tomato Juice",
"Organic Crushed Tomatoes With Basil",
"Organic Diced Italian Style Tomatoes With Basil, Garlic & Oregano",
"Organic Whole Peeled Tpmatoes",
"Fire-Roasted Diced Tomatoes",
"Crushed Tomatoes In Tomato Puree",
"Organic Yellow Cling Diced Peaches",
"Organic Diced Pears",
"Dice Peaches & Pears",
"Organic Tomato Sauce",
"Organic Diced Tomatoes",
"Fresh Pack Almonds",
"Slivered Blanched Almonds",
"Raw Whole Cashews",
"Mixed Nuts Deluxe",
"Honey Roasted Peanuts",
"Coconut Flakes Sweetend",
"Coconut Chips Unsweetened",
"Pitted Dates",
"Fresh Banana Chips",
"Sundried Sliced Tomatoes",
"Fresh Plantain Chips, Spicy",
"Roasted & Salted Edamame",
"Rice Crackers",
"Vege Chips",
"Wasabi Peas",
"Tropical Island Mix",
"Fresh Pack Cajun Mix",
"Dietitians Choice, Energy Mix",
"Yogurt Trail Mix",
"Party Mix",
"Roasted Salted Sesame Sticks",
"Gummi Awesome Blossoms",
"Gummi Sour Poppers",
"Watermelon Rings",
"Smooth & Melty Petites",
"Peanuts, Butter Toffee",
"Butter Toffee Cashews",
"Dark Chocolate Peels",
"Milk Chocolate A Peels",
"Semi Sweet Guittard Chocolate",
"Guittard Milk Chocolate",
"Your Food Our Passion!, Vanilla A Peels",
"White Chocolate",
"Gran Mariner Pecans",
"Peanut Butter Logs",
"Chocolate Cinnamon Gretzels",
"Chocolate Coins",
"Fernwood Cashew Bark With Sea Salt",
"Dried Strawberries Candy",
"Valentine Mello Cremes",
"Raw Sunflower Kernels",
"Easter Juju Mix",
"Strawberry Tire Tracks",
"Sour Jelly Pumpkins",
"Christmas Spice Drops",
"Holly Berries",
"Christmas Mello Cremes",
"Jelly Wreaths",
"Neighbourhood Grocer, Holiday Ju Ju",
"Christmas Bells",
"Chocolate Jelly Rings",
"Cinnamon Santas",
"Gingerbread Cookie Bites",
"Pumpkin Pie Almonds",
"Chocolate Mint Cookie Bites",
"Chocolate Eggnog Almonds",
"Peppermint Pretzels",
"Christmas Tree Pretzel",
"Yogurt Cranberries",
"Cinnamon Pretzels",
"Dark Chocolate Pretzel",
"Coated Pretzels, Raspberry",
"Christmas Almonds",
"Treats & Snacks",
"Frosted Cinnamon Pecans",
"Sugar Free Toffee With Almonds",
"Shimmering Jordan Almonds Treats & Snacks",
"Chocolate Cherry Creme Hearts",
"Christmas Gumi Bear",
"Chocolate Caramel Hearts",
"Gummi Valentine Bears",
"Hugs & Kisses Gummi",
"Gummi Sour Hearts",
"Gummi Bears, Green Apple",
"Fruit Spread",
"Apricot Fruit Spread",
"Premium Fruit Spread, Raspberry",
"Premium Fruit Spread",
"Strawberry Fruit Spread",
"Cherries & Berries Fruit Spread",
"Grape Jelly",
"Strawberry Jelly",
"Organic Soy Sauce",
"Premium Mandarin Oranges In Light Syrup",
"Premium Whole Artichoke Hearts",
"Quartered Artichoke Hearts",
"Black Beans",
"Low Sodium Black Beans",
"Seasoned Black Beans",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Great Northern Beans",
"Pinto Beans",
"Organic Black Beans",
"Organic Garbanzo Beans",
"Organic Dark Red Kidney Beans",
"Organic Pinto Beans",
"Great Northern Beans",
"Organic Chicken Broth",
"Chicken Broth",
"Organic Vegetable Broth",
"Balsamic Vinegar",
"Arrabbiata Sauce",
"Premium Marinara Sauce",
"Roasted Red Pepper Sauce",
"Marinara Sauce",
"Organic Sauce",
"Organic Tomato Basil Sauce",
"Premium Original Juice",
"Organic Apple Juice",
"Organic Juice, Original Apple",
"Organic Juice",
"Honeycrisp Juice, Apple",
"Apple Juice",
"Concord Grape Juice",
"Pear Juice",
"Pomegranate Juice",
"Organic Apple Sauce",
"Organic Apple Sauce",
"Organic Vinegar",
"Apple Cider Vinegar",
"Red & White Sixlets Candy",
"Cinnamon Licorice",
"Cherry Pretzels",
"Pineapple Licorice",
"Licorice, Blueberry Acai Licorice",
"Tropical Licorice",
"Lemon Licorice",
"Peach Licorice",
"Spring Shimmer Sixlets",
"Gummi Eggstravagant Candies",
"Gummi Bunnies",
"Chocolate Peanut Clusters",
"Your Food Our Passion!, Kiwi",
"Spicy Oriental Mix",
"S/F Candy Chocolate Peanuts",
"Chocolate Drizzle Popcorn",
"Caramel Popcorn",
"Gummi Rainforest Frogs",
"Gummi Bears Candy, Wild Cherry",
"Gummi Bears, Watermelon",
"Vanilla Nut Cluster",
"Spicy Tiki Mix Snacks",
"Tiramisu Expresso Beans",
"Tootsie Tarts",
"Puckers Ups",
"Candy Blox",
"Gummi Military Heroes",
"Butter Toffee Almonds",
"Gummi Jet Fighters",
"Organic Wild Capers",
"Red Peppers",
"Organic Fire Roasted Yellow Peppers",
"Organic Green Olives Jumbo",
"Organic Peppers",
"Premium Mixed Olives Bruschetta Spread",
"Premium Bruschetta Spread, Original Tomato",
"Campanelle Kale",
"Red Bell Pepper Campanelle",
"Fiori",
"Fioretti",
"Artisan Gnocchi Pasta",
"Casarecce",
"Penne",
"Fioretti",
"Fiori",
"Gnocchi",
"Rigatoni",
"Casarecce",
"Penne",
"Linguine Butternut Squash",
"Roasted Garlic & Parsley Linguine",
"Fettuccine Jalapeno",
"Ferruccine",
"Angel Hair",
"Spinach Angel Hair",
"Spaghetti",
"Italian Blend Spaghetti Pasta",
"Solid White Tuna In Water",
"Albacore Solid White Tuna In Water",
"Skipjack Chunk Light Tuna In Water",
"Rascals",
"Gummi Pink Pigs",
"Gummi Cows",
"Gummi Fried Eggs",
"Dutch Tum Tum Mix",
"Cherry Slices",
"Utah Dark Chocolate Cherries",
"Utah Milk Chocolate Cherries",
"Utah Yogurt Cherries",
"Grape Sours",
"A & W Rootbear",
"Grape Fruit Slices",
"Rootbeer Bubble Gum",
"Wabash Valley Farms, Popcorn Seasoning, White Cheddar",
"Real Theater Popcorn Popping Oil",
"All Natural Barbecue Auce",
"Chunk White Chicken In Water",
"Spaghetti With Meat And Sauce",
"Chicken Alfredo",
"Chicken Pot Pie",
"Beef Stew",
"Italian Style Beef Ravioli In Marinara Sauce",
"Premium Chicken Salad",
"Harvest Creek, Chunk White Chicken Teriyaki Sauce",
"Harvest Creek, Shredded White Chicken In Sweet & Spicy Sauce",
"Shredded White Chicken In Curry Sauce",
"Harvest Creek, Pulled Pork In Water",
"Harvest Creek, Chunk Chicken Breast With Rib Meat In Water",
"Premium Chunk White Chicken And Gravy",
"Gravy & Chunk White Chicken",
"Chicken & Dumplings",
"Fully Cooked Chicken & Dumplings",
"Premium Chunk Chicken In Water",
"Chunk White Turkey In Water",
"Premium Chunk White Turkey In Water",
"White Chicken In Chipotle Sauce",
"Premium White Chicken In Water",
"Chicken Breast With Rib Meat In Water",
"Chunck White Chicken Breast With Rib Meat In Water",
"Chunk White Chicken Breast",
"White Chicken Salad",
"White Chicken In Chipote Sauce",
"Shredded White Chicken",
"Seasoned Beef Crumbles In Water",
"Chunk White Chicken In Buffalo Style Sauce",
"Stroganoff Style Sauce With Noodles",
"Chicken Bologna",
"Kosher Club, Kosher Chunk White Chicken In Water",
"Organic Chicken Breast In Water",
"Harvest Creek, Shredded White Chicken In Water",
"Harvest Creek, Pulled Pork In Water",
"Harvest Creek, Chicken Breast",
"Pulled Pork With Barbeque Sauce",
"Dumplings & Chicken",
"Dumpling & Chicken",
"Flour Tortillas",
"De Casa, Flour Tortillas",
"Boing!, Guava Soda",
"Pickled Plums",
"Take-N-Bake Thin Crust Sausage Pizza",
"Daystar Desserts, Cannoli Cake",
"Daystar Desserts, Lemon Two Berry",
"Daystar Desserts, Tiramisu",
"Dianne's, Chocolate Madness",
"Daystar Desserts, Chocolate Trioligy Cake, Chocolate Trilogy",
"Daystar Desserts, Lemon Drop Cake",
"Dianne's, Fine Desserts, Caramel",
"Daystar Desserts, Holiday Cheesecake Sampler, Strawberry Swirl & Apple Spice, New York Style & Pumpkin",
"Daystar Desserts, Cheesecake, Vanilla Bean",
"Cheesecake",
"Daystar Desserts, Cheesecake, Chocolate Dipped Strawberry",
"Daystar Desserts, Cheesecake, Gingerbread Latte",
"Daystar Desserts, Llc., Tiramisu Cheesecake",
"Daystar Dessets, Llc., Strawberry Swirl Cheesecake",
"Cheesecake Sampler",
"Cherry Delight",
"Chocolate Ganache",
"Chocolate Trio Dessert",
"Daystar Desserts, Strawberry Swirl & Triple Chocolate Duo",
"Chocolate Dream Cake",
"Syrup",
"Detroit City Nut, Assorted Chocolate",
"Detroit City Nut Co, Ultimate Party Mix",
"Pig Candy Sweet, Tangy Bbq Sauce",
"Georgia Gold, Sauced Tangy, Mustard Bbq Sauce",
"Kansas City Style Bbq Sauce",
"Sauced Kansas City Style Bbq Sauce",
"Creamy Toasted Pecan Butter, Dark Chocolate",
"Wei Kitchen, Amber Vinegar",
"Grand Ole Creamery, Ice Cream, Strawberry",
"Ice Cream, Coffee Break",
"Bloody Mike, Thick & Spicy Non Alcoholic Bloody Mary Mix",
"Ring Thip, Thai Herbal Water, Bael",
"Ring Thip, Thai Herbal Water, Hibiscus",
"Syrup",
"The Portofino Bakery, Rustic Baguette",
"2nd Story Bakeshop, Rye Cheddar",
"Tamalito Candy",
"Dulces Tipicos, Jamoncillo Candy Milk Macarron Mini",
"Tony's Tejas Salsa, Premium Homemade Salsa & Marinade, Original",
"Tony's Tejas Salsa, Premium Homemade Salsa & Marinade",
"Tony's Tejas Salsa, Premium Homemade Salsa & Marinade",
"2nd Story Bakeshop, Bloody Mary",
"2nd Story Bake Shop, Buckwheat Blue Cheese",
"Combat Bars",
"Snack Bar",
"The Cheese Guy, Fresh & Creamy Goat Cheese",
"Seafood Mix, Squid, Octopus, Shrimp, Mussels Or Clams",
"Shrimp Raw",
"Bay Scallops",
"Sea Scallops",
"Raw Shrimp",
"Multigrain Toaster Waffles",
"Guernsey Farms Dairy, Whole Vitamin D Milk",
"Guernsey Farms Dairy, Homogenized Milk",
"Guernsey Farms Dairy, Grade A Pasteurized Chocolate Milk",
"Guernsey Farms Dairy, Skim Fat Free Milk",
"Guernsey Farms Dairy, Grade A Cultured Buttermilk",
"Guernsey Farms Dairy, Cultured Buttermilk",
"Guernsey Farms Dairy, 2% Reduced Fat Milk",
"Guernsey Farms Dairy, Fat Free Skim Milk",
"Guernsey Farms Dairy, 2% Reduced Fat Milk",
"Guernsey Farms Dairy, 1/2% Lowfat Milk",
"Guernsey Farms Dairy, Fresh Skim Fat Free Milk With Probiotics",
"Guernsey Farms Dairy, French Onion Dip",
"Guernsey Farms Dairy, 1/2% Low Fat Milk",
"Premium Ice Cream",
"Steam Crisp Extra Sweet Niblets",
"Premium Select Whole Green Beans",
"Very Young Small Sweet Peas",
"Penne Pasta",
"Broccoli Carrots & Sugar Snap Peas",
"Broccoli & Cauliflower",
null,
"Traditional",
"Fine Foods, Authentic Italian Tomato",
"Italian Strained Tomatoes",
"Fine Foods, Italian Peeled Tomatoes In Tomato Puree",
"Italian Peeled Tomatoes",
"Fine Foods, Italian Crushed Tomatoes In Tomato Puree",
"Italian Waffle Cookie",
"Fine Foods, Italian Waffle Cookie Pizzelle, Anise",
"Italian Toast Classic",
"Potato Gnocchi",
"Balsamic Vinegar",
"Italian Love Knots Taralli",
"Fine Foods, Olive Oil Taralli",
"Fine Foods, Mini Potato Gnocchetti",
"Pesto Genovese",
"Fine Foods, Artichoke Pesto",
"Whole Piquillo Peppers",
"Fine Foods, Artichokes",
"Bavette, Flavored Pasta",
"Bavette, Flavored Pasta",
"Bavette Flavored Pasta",
"Bavette, Flavored Pasta",
"Bavette Flavored Pasta",
"Tortelloni With Ricotta & Spinach",
"Fine Foods, 4 Cheese Tortelloni",
"Bavette",
"Banvette Pasta",
"Kippered Snacks",
"Sardines In Soybean Oil",
"Hot Salsa",
"Salsa, Mild",
"Salsa, Medium",
"Roasted Garlic Salsa",
"Guacamole",
"Medium Cantina Salsa",
"Dried Fruit, Pitted Prunes",
"Fischer & Wieser, Fredericksburg Flavors, Sweet & Savory Sangria Relish",
"Cherry Apple Chutney",
"Bourbon Sweet Potato Butter",
"Fischer & Wieser, Guacamole Starter",
"Pie Filling",
"Old Fashioned Cherry Pie Filling",
"Fischer & Wieser, Mango Ginger Habanero Sauce",
"The Original Roasted Raspberry Chipotle Sauce",
"Fischer & Wiser, Handcrafted One Jar At A Time, Mustard Sauce, Sweet, Sour & Smoky",
"Mustard Sauce",
"Raspberry Wildflower Honey Mustard Sauce",
"Mustard Sauce",
"Roasted Pineapple Habanero Sauce",
"Fischer & Wieser, Organic Sauce, Roasted Raspberry, Chipotle, Mild",
"Fischer Wieser, Organic Chipotle Sauce, Pomegranate & Mango",
"Wieser, Mango Ginger Habanero Sauce",
"Fischer Wieser, The Original Sauce, Roasted Raspberry Chipotle",
"Smoky Ancho Sauce",
"Mango Ginger Habanero Sauce",
"Charred Bourbon Sauce",
"Donut Holes",
"Chocolate Coated Donut Bites",
"Donut Bites",
"Frosted Mini Donuts",
"Coffee Cake, Danish Pastry, Cheese",
"Muffins",
"Muffins",
"Potatoes, Garlic Mashed Potatoes",
"Potatoes, Mashed Potatoes, Sour Cream & Chive",
"Potatoes, Mashed Potatoes",
"Potatoes, Mashed Sweet Potatoes",
"Steakhouse Seasoned Diced Potatoes*",
"Traditional Mashed Potatoes",
"Country Style Mashed Potatoes",
"Mashed Potatoes",
"Diner's Choice, Mashed Sweet Potatoes",
"Potatoes, Shredded Hash Browns",
"Diced Potatoes",
"Diced Potatoes* With Onion",
"Potatoes, Southwest Style Hash Browns, Made From Fresh Potatoes",
"Potatoes",
"Diced Sweet Potatoes",
"Beef Lasagne",
"Premium Frozen Dessert",
"Dairy Free Frozen Dessert Sandwiches",
"Cuties, Chocolate, Chocolate",
"Triple Chocolate Happiness",
"creamy smooth",
"Better Than Cream Cheese, French Onion",
"Better Than Cream Cheese, Herbs & Chives",
"Imitation Cream Cheese",
"Sour Supreme, Non-Dairy Imitation Sour Cream",
"Tofutti Brand, Milk Free Imitation Better Than Sour Cream",
"Milk Free Better Than Ricotta Cheese",
"Tofutti, Dairy Free Mozzarella Cheese",
"All American Casein Free Cheese",
"Fudge Dipped Shortbread Cookies",
"Fudge Covered Graham Cookies",
"Cookies",
"White Striped Chocolate Cookies",
"Fudge Graham Cookies",
"Peanut Butter Fudge Cookies",
"Devil's Food Chocolate Cookies",
"Oatmeal Raisin Cookies",
"Chocolate Chip Cookies",
"Cookies",
"Traditional Shortbread Cookies",
"Sailor Boy, Pilot Bread Crackers",
"Cookies, Chocolate Chip",
"Chocolate Chip Cookies",
"Chocolate Cookies",
"Fudge Cookies, Salted Caramel",
"Oven Baked, Soft-Baked Cookies, Chocolate Chip",
"Oven Baked, Soft Baked Molasses Cookies",
"Soft-Baked Cookies",
"Oven Baked, Soft - Baked Peanut Butter Cookies",
"Soft-Baked Dutch Cocoa Cookies",
"Fudge Peanut Butter Filled Cookies",
"Thin Fudge Covered Mint Cookies",
"Homestyle Chocolate Chunk Cookies",
"Home Style Peanut Butter Cookies",
"Fudge Covered Peanut Butter Cookies",
"Shortbread Cookies, Caramel Striped",
"Oven Baked, Caramel Coconut & Fudge Cookies",
"Quen Baked, Peanut Butter Fudge",
"Aceto Balsamico Del Duca, Balsamic Vinegar Of Modena",
"Aceto Balsamico Del Duca, Balsamic Vinegar Of Modena",
null,
"3 Cheese Ravioli",
"Beef Patties With Real Onion & Seasoning, Vidalia Onion",
"Quarter Pound Beef Patties",
"Quarter Pound Beef Patties",
"Hash Brown Patties",
"Honey",
"Huckleberry Honey",
"Greek Salt-Free Seasoning",
"Cinnamon Orange Apple Fruit Butter",
"Tea Infused Jelly, Cinnamon-Orange",
"Tea Infused Jelly",
"Extra Dark Chocolate",
"Phf, Tangy Cranberries In Extra Dark Chocolate",
"Phf, Oregon Blueberries, Dark Chocolate",
"Hazelnuts In Extra Dark Chocolate",
"Roasted Pepper \"Piquillo\" Salad",
"Almond Trio",
"Dark Chocoalte Rum Cordials",
"Fruit Cordial Eggs In Dark Chocolate",
"Koppers, Dark Chocolate Absinthe Cordials",
"Koppers Chocolate, Milk Chocolate Caramel Apple Cordials",
"Vienna Almonds In Dark Chocolate",
"Candy Coated Dark Chocolate Pastel Dazzle Almond",
"Milk Chocolate Easter Egg Malted Milk Balls",
"Milk Chocolate Marshmallow S'Mores",
"Maple Malted Milk Ball",
"Milk Chocolate Biscottini",
"Chocolate Swirled Ultimate Malted Milk Balls",
"Koppers, Rum Raisin, Dark Chocolate",
"Koppers, Pastel Bing Cherries",
"Pumpkin Spice Malted Milk Balls",
"Milk Balls Chocolate",
"Koppers, Real Swedish Gummi Bear Dips, Creamy Raspberry",
"Koppers Chocolates, Valentine Cordials Dark Chocolate",
"Koppers, Spring Mix Milkies Milk Chocolate",
"Milk Chocolate Milkies",
"Spring Mix Malted Milk Balls",
"Easter Spring Marshmallow Eggs",
"Easter Chocolate Marshmallow Eggs",
"Milk Chocolate Candy Coated Marshmallows",
"Seeded Pittas",
"Fat Free Chunky Salsa",
"Schneider's, Cottage Cheese",
"Egg Nog",
"Schneider's, Iced Tea Pasteurized, Lemon Flavored",
"Enriched Macaroni Product, Penne Ziti 32",
"Penne Mezzani, Enriched Macaroni Product",
"Divella, Durum Wheat Semolina Pasta",
"Divella, Enriched Macaroni Product",
"Nonpareille Capers",
"Sweet Potato Chips Sea Salt",
"Organic Lemon Yay Fruit Drink",
"Lime Lifter Fruit Drink",
"Organic Yerba Mate Tea Energy Drink",
"Organic Matcha Tea, Energy Drink",
"Cashew Drink",
"Florida's Choice, Pure Juice Blends, Orange Strawberry Banana",
"Florida's Choice, 100% Pure Juice Blends",
"Turkey Jerky Oven Roasted",
"Premium Bacon Jerky",
"Bacon Jerky",
"Bacon Jerky",
"Bacon Jerky",
"Beef Jerky",
"Sweet & Hot Teriyaki",
"Original Beef Jerky",
"Uncle Buck's, Sweet Maple Glazed Bacon Jerky!",
"Beef Jerky",
"JCS Soda Kola Champagne, Reggae Style",
"Ice Cream",
"Ice Cream",
"Mochi Ice Cream",
"Dry Roasted Sliced Almonds",
"Almonds Roasted & Salted",
"Cub Fresh, California Raw Almonds",
"Cub Fresh, Roasted & Salted Almonds",
"Roasted & Salted Cashews",
"Cub Fresh, Dark Chocolate Nonpareils",
"Bergin, Low Glycemic Snack Mix",
"Organic Cashews Roasted & Salted",
"Bergin, Organic Roasted & Salted Almonds",
"Organic Roasted No Salt Almonds",
"Organic Pak O Snax",
"Bergin, Organic Banana Chips",
"Bergin, Roasted & Salted Inshell Pumpkin Seeds",
"Deluxe Mixed Nuts",
"Kowalski's Market, Dried Apple Rings",
"Bergin, Golden Raisins",
"Bergin Fruit And Nut Company, Goji Berries",
"Bergin, Dried Cranberries",
"Natural Super Snax",
"Organic Pak O Snax",
"Cherries Jubilee Mix",
"Aloha Mix",
"Sweet Summit Mix",
"Chocolate Espresso Beans",
"Yogurt Almonds",
"Cub Fresh, Fruit Sours Assorted",
"Cherry Sours",
"Natural Chocolate Toffee Almonds",
"Sriracha Seed Mix",
"Sriracha Sunflower Nuts",
"Assortment Almonds",
"Sweet And Salty Halloween Mixer",
"Raspberries And Balckberries",
"Chocolate Gummi Bears",
"Coconut Crunch Almonds",
"Coconut Crunch Almonds",
"Coconut Crunch Almonds",
"Dark Chocolate Sea Salt Caramels",
"Lemon Creme Almonds",
"Mint Chocolate Almonds",
"Mint Chocolate Almonds",
"Orange Creme Almonds",
"Almonds",
"Almonds",
"Freedom Gummy Bears",
"Yogurt Almonds",
"Bergen Fruit & Nut Co, Cub Fresh Jelly Belly Licorice And Bridge Mix",
"All Natural Jelly Beans",
"Jb Autumn Mix",
"Boston Baked Beans Red, Green And White",
"Christmax Mix",
"Jelly Belly Candy Cane Jelly Beans",
"Easter Jelly Chicks & Bunnies",
"Fall Festival Mix",
"Sour Gummy Pumpkins Candy",
"Jb Mellocreme Pumpkins",
"Valentines Presents Chocolate",
"Candy Cane Almonds",
"Caramel Eggs, Dark Chocolate, Sea Salt",
"Spiced Pumpkin Pie Almond Candy",
"Valentines Sour Hearts",
"Valentines Bears Gummy",
"Extra Quince Jam",
"Slim Slices, Smoke 'N Honey Beef Roll",
"Sweet Lebanon Bologna",
"Double Smoked Sweet Bologna",
"Sweet Bologna",
"Beef Lebanon Bologna",
"Beef Lebanon Bologna",
"Sweet Lebanon Bologna",
"Sweet Lebanon Bologna",
"Country Treats, Glazed Cake Donut Holes, Cherry",
"Donut Gems, Cinnamon",
"Toaster Biscuits",
"Dumplings",
"Southern Made Biscuits",
"Biscuits",
"Biscuits",
"Buttermilk Biscuit Melts",
"Biscuits Melts",
"Popcorn Clusters",
"Popcorn Clusters",
"Organic Fruit Juice",
"Broccoli Cheddar Soup",
"Organic French Truffles",
"French Caramels",
"Enriched White Bread",
"Brioche Sandwich Buns",
"Brioche Hot Dog Buns",
"Premium Heart Baked Italian Bread",
"Rye Bread",
"Premium Multi Grain Bread",
"Potato Chips",
"Potato Chips",
"Organic White Corn Tortilla Chips",
"Organic Blue Corn Tortillas Chips",
"Organic Popcorn",
"Organic Popcorn",
"All Natural Veggie Chips",
"Veggie Sticks",
"All Natural Oatmeal",
"All Natural Oatmeal",
"All Natural Oatmeal",
"Heinen's Organic Unsweetened With Lemon Iced Tea ",
"Red Quinoa",
"5 Whole Grain Blend",
"Farro, An Ancient Strain Of Cultivated Wheat",
"Golden Jewel Blend",
"Aztec Blend",
"All Natural Jasmine Blend",
"Medley Black Pearl",
"Italian Wood-Fired Pizza",
"Italian Wood-Fired Pizza",
"Porcins Mushrooms & Cheese Italian Pizza",
"Imported Italian Wood-Fired Pizza",
"Imported Italian Wood-Fired Pizza",
"Pizza Sauce",
"Marinara Sauce",
"Organic Lemonade",
"Organic Beverage",
"Organic Raspberry Lemonade Juice",
"Organic Cavatappi",
"Whole Wheat Rigatoni",
"Glaze With Balsamic Vinegar Of Modena",
"Fancy Shredded Cheese",
"Swiss Cheese",
"Reduced Fat Swiss Cheese Slices",
"Reduced Fat Provolone Slice Cheese",
"Swiss Cheese Silces",
"Turkey Sausage, Kale & Sweet Potato Soup",
"Honey Wheat Pretzel Braids",
"Mini Pretzel Rods",
"Super Mix Vegetables",
"Baby Kale",
"Sriracha Rooster Sauce",
"Green Dragon Sauce, Sriracha",
"Cream Cheese",
"Cream Cheese",
"Cream Cheese, Honey Pecan",
"Vegetable Cream Cheese",
"Cream Cheese, Strawberry",
"Cream Cheese, Scallion",
"Cream Cheese",
"Organic Tomato Sauce",
"Diced Tomatoes",
"Italian Style Diced Tomatoes",
"Organic Diced Tomatoes",
"Organic Tahini",
"Two Brothers, Belgian Chocolate Pretzels",
"Two Brothers, Belgian Chocolate Pretzels",
"Lite Sour Cream",
"Thick & Rich Grade A Sour Cream",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Fat Free Cottage Cheese Small Curd",
"Mandarin Oranges In Light Syrup",
"Perky Peanuts",
"Extra Large Raw Peanuts",
"Ranch Seasoned, Sourdough Pretzel Pieces",
"Sourdough Pretzel Piece",
"Pardoe's, Deluxe Cashews",
"Peanuts",
"Unsalted Peanuts",
"Roasted And Salted Deluxe Cashews",
"Unsalted Deluxe Cashews Roasted",
"Salty, Sweet & Nutty Trail Mix",
"Roasted & Salted Almonds",
"Sweet & Spicy Snack Mix",
"Chocolate Covered Peanut Brittle Pieces",
"Sweet & Spicy Snack Mix",
"Almonds, Roasted & Salted",
"Premium Caramel Corn With Deluxe Mixed Nuts",
"Cedar Crest, Sherbet, Pink Lemonade",
"Ice Cream",
"Ice Cream",
"Jamocha Joe Ice Cream",
"Cedar Crest, Ice Cream, Peanut Butter Cup",
"Cedar Crest, Ice Cream, Shipwreck",
"Cedar Crest, Ice Cream, Daily Grind",
"Cedar Crest, Ice Cream, Sea Turtle",
"Big Muddy Ice Cream",
"Gustafson's, Ice Cream, Vanilla",
"Gustafson's, Ice Cream, Neapolitan",
"Ice Creame",
"Ice Cream",
"Cedar Crest, Ice Cream, Natural Vanilla",
"Olive Oil & Vinegar Dressing",
"Olive Oil & Vinegar Dressing",
"Lite Italian Dressing",
"Lite Italian Dressing",
"Balsamic Vinaigrette",
"Balsamic Vinaigrette",
"Oldstyle Picture Show Microwave Popcorn, Butter",
"Microwave Popcorn, Natural",
"Oldstyle Pocture Show Microwave Popcorn, Butter Boom",
"Five Cheese Pasta Sauce",
"Marinara",
"All Natural Pasta Sauce, Mushroom Marinara",
"Sockarooni Pasta Sauce",
"Pasta Sauce, Tomato, Basil",
"Ranch Dressing",
"All Natural Pasta Sauce, Roasted Garlic & Peppers",
"Caesar Dressing",
"Caesar Dressing",
"All Natural Salsa Medium, Pineapple",
"All Natural Salsa Medium, Peach",
"All Natural Salsa, Mild",
"All Natural Salsa, Medium",
"Hot Chunky Salsa, Hot",
"Olive Oil & Vinegar Dressing",
"Microwave Popcorn, Butter Boom",
"Natural Tender White Kernels Popcorn",
"Pasta Sauce",
"Family Recipe Italian Dressing",
"Creamy Caesar Dressing",
"Parmesan & Roasted Garlic Dressing",
"Vinaigrette",
"All Natural Pasta Sauce, Roasted Garlic",
"Vodka Sauce",
"All Natural Pasta Sauce Made With Extra Virgin Olive Oil, Cabernet Marinara",
"Pasta Sauce, Italian Sausage & Peppers",
"Pasta Sauce, Sweet Onion & Roasted Garlic",
"Garden Peppers Pasta Sauce",
"Black Bean & Corn Salsa",
"Vinaigrette, Raspberry & Walnut",
"Lite Balsamic Vinaigrette",
"Lite Caesar Dressing",
"Honey Mustard Dressing, Honey",
"Sesame Ginger Low Fat Dressing",
"Lite Sun Dried Tomato Dressing",
"Chunky Salsa, Mango",
"Medium Salsa Corn Queso",
"Vinaigrette, Parmesan Balsamic",
"Organics Marinara Pasta Sauce",
"Organics Pasta Sauce, Tomato & Basil",
"Organic Tuscan Italian Dressing",
"Organic Lite Balsamic Vinaigrette",
"Roasted Garlic Balsamic Lite Vinaigrette",
"Lime Lite Vinaigrette",
"Lite Cranberry Walnut Dressing",
"Pasta Sauce, Fire Roasted Tomato & Garlic",
"Farmer's Garden Salsa",
"Pasta Sauce, Alfredo",
"All Natural Pasta Sauce, Roasted Garlic Alfredo",
"Greek Vinaigrette",
"Zesty Italian Vinaigrette",
"Honey Dijon Mustard Dressing",
"Poppy Seed Dressing",
"Honey French Dressing",
"Creamy Balsamic",
"Wheat Bran Flax Flakes Cereal",
"Crispy Rice & Wheat Flakes With Cereal",
"Chicken Parmigiana & Penne",
"Chicken Fettuccini Alfredo",
"Complete Skillet Meal For Two, Chicken Florentine & Farfalle",
"Italian Sausage & Rigatoni Skillet Meal",
"Garlic Chicken, Vegetables & Farfalle Skillet Meal",
"Complete Skillet Meal, Beef & Broccoli",
"Complete Skillet Meal, Orange Chicken",
"General Paul's Chicken",
"Grilled Chicken Teriyaki With Lo Mein Noodles",
"Chicken Pad Thai",
"Uncured Pepperoni Pizza, Thin & Crispy",
"Thin & Crispy Pizza",
"Thin & Crispy Supreme Pizza",
"White Thin & Crispy Multi-Grain Crust With Flaxseed Pizza",
"Margherita Pizza",
"Thin & Crispy Multi-Grain Crust With Flaxseed Pizza",
"Thin & Crispy Buffalo Style Chicken Pizza",
"All Natural Pizza, Thin & Crispy Multi-Grain With Flaxseed",
"Thin & Crispy Multi-Grain Crust With Flaxeed",
"Barbecue Sauce",
"Barbecue Sauce",
"Barbecue Sauce",
"All Profits To Charity Greek Nonfat Yogurt, Blueberry",
"Greek Nonfat Yogurt, Pineapple",
"Greek Nonfat Yogurt, Strawberry",
"Greek Nonfat Yogurt, Peach",
"Common Good, Tomato Basil Pasta Sauce",
"Common Good Marinara Organic Pasta Sauce",
"Organic Pasta Sauce, Roasted Garlic",
"Common Good Organic Pasta Sauce",
"Vodka Organic Pasta Sauce",
"Organics Italian Dressing",
"Organics Ranch Dressing",
"Organics Olive Oil & Vinegar Dressing",
"Organics Balsamic Vinaigrette",
"Organics Dressing",
"Pink Virgin Lemonade Drink, Virgin Lemonade",
"Virgin Lemonade",
"Half&Half Lemonade Iced Tea",
"Virgin Limeade",
"Virgin Lemonade",
"Kettle Cooked Waffle Cut Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Potato Chips, Sweet & Spicy",
"Kettle Cooked Waffle Cut Potato Chips, Seasoned Pepper",
"Cooked Potato Chips",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Sweet Mesquite Barbeque",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Kettle Cooked Potato Chips, Sweet & Spicy Jalapeno",
"Kettle Cooked Potato Chips, Sour Cream & Green Onion",
"Waffle Cut Kettle Cooked Potato Chips, Sea Salt",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Kettle Cooked Potato Chips, Waffle Cut Farm Stand Ranch",
"Cooked Potato Chips",
"Waffle Cut Kettle Cooked Potato Chips, Buffalo Cheddar",
"Kettle Cooked Potato Chips, Aged White Cheddar & Sour Cream",
"Potato Chips",
"Cooked Potato Chips, Back Bay Crab Seasoning",
"Popcorn",
"Lightly Sweet Kettle Corn Popcorn",
"Popcorn",
"Hand Cooked Potato Chips",
"Hand Cooked Potato Chips Mature Cheddar & Caramelized Onion",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Potato Chips",
"Popcorn, Salted Cramel",
"Kettle Cooked Potato Chips, Sweet Red Chili",
"Kettle Cooked Potato Chips, Chipotle Barbecue",
"Kettle Cooked Potato Chips, Barbeque Ranch",
"Kettle Cooked Potato Chips, Aged White Cheddar & Sour Cream",
"Kettle Cooked Potato Chips",
"Dippping Shells Corn Tortilla Chips, Blue Corn Multigrain",
"Corn Tortilla Chips",
"Corn Tortilla Chips, Quinoa, Black Sesame & Amaranth",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Sweet & Spicy Jalapeno",
"Kettle Cooked Waffle Cut Potato Chips, Sea Salt",
"Waffle Cut Kettle Cooked Potato Chips, Buffalo Cheddar",
"Kettle Cooked Potato Chips, Sweet Mesquite Barbeque",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Duos Popcorn, Honey Apple, Cinnamon",
"Popcorn Duos",
"Kettle Cooked Potato Chips, Smoked Gouda",
"Kettle Cooked Potato Chips, Roasted Black Garlic",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Seaside Pop, Flavored Popcorn, Roasted Black Garlic",
"Kettle Cooked Potato Chips, Original",
"Popcorn, White Cheddar",
"Salted Caramel Popcorn",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Seaside Pop Popcorn Salted Caramel",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, American Barbecue Brisket",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Mediterranean",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Cooked Potato Chips",
"Kettle Cooked Potato Chips, Sweet Mesquite Barbeque",
"Cooked Potato Chips",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Sour Cream & Green Onion",
"Kettle Cooked Potato Chips, Sour Cream & Green Onion",
"Kettle Cooked Potato Chips, Sweet & Spicy Jalapeno",
"Kettle Cooked Potato Chips, Sweet & Spicy Jalapeno",
"Cooked Potato Chips",
"Kettle Cooked Potato Chips, Original",
"Kettle Cooked Potato Chips, Original",
"Ridiculously Good Chips, Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Sweet Mesquite Barbeque",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Sea Salt & Vinegar",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Kettle Cooked Potato Chips, Original",
"Cooked Potato Chips",
"Original Kettle Cooked Potato Chips",
"Salt Potatoes",
"Premium Blended Mountain Estate Iced Black Tea",
"Red Rose, Specially Blended Black Tea, Original",
"Original Premium Blended Mountain Estate Tea",
"Earl Grey Black Tea",
"English Breakfast Full Flavored Black Tea",
"Decaffeinated Black Tea",
"Decaffeinated Premium Black Tea Blend",
"Premium Black Tea Blend",
"Decaffeinated Premium Black Tea Blend",
"Premium Black Tea Blend",
"Premium Black Tea Blend",
"English Breakfast Premium Tea Bags",
"Earl Grey Tea",
"Sweet Tempations Sweetened Tea",
"Zero Calories Sweetened Tea",
"Zero Calories Sweetened Tea",
"Sweetened Tea",
"Black Tea",
"Cut Black Tea",
"Decaffeinated Full Flavored Black Tea",
"Earl Grey Black Tea",
"Premium Water Enhancer",
"Real Tea",
"100% Pure White Tea",
"Green Tea, Red Antioxidant",
"Green Tea",
"Green Tea",
"Green Tea",
"Green Tea, Tropical Mango",
"Black Tea",
"Green Tea",
"Decaffeinated Green Tea",
"Original Blend Black Tea",
"Naturally Decaffeinated Black Tea",
"Soluble Tea And Herbal Blend",
"Easy Breathing Soluble Tea And Herbal Blend",
"Ice Cream Mix",
"Danish Dessert",
"Junket Danish Dessert, Pudding Pie Filling Glaze, Strawberry",
"Rennet Custard Mix, Chocolate",
"Classic Bears Gummi Candy",
"Peachie O's",
"Sour Bite Crawlers Gummi Candy",
"Sour Brite Eggs, Gummi Candy",
"Sour Brite Crawlers, Gummi Candy",
"Gummi Candy",
"Sour Brite Crawlers",
"Eviltwins, Candies",
"Evil Twins Gummi Candy",
"Sour Brite Eggs Gummi Candy",
"Big Bold Gummi Bears Candy",
"Gummi Candy",
"Sour Brite Crawlers Gummi Candy",
"Sour Brite Crawlers, Gummy Candy",
"Octopus Gummi Candy",
"Gummi Candy",
"Gummi Candy",
"Sour Brite Crawlers Gummy Candy",
"Koeyu, Sweet Rice Doux Riz",
"Sauce de soja claire",
"Koon Chun, Double Black Soy Sauce",
"Koon Chun Sauce Factory, Ground Bean Sauce",
"Plum Sauce",
"Koon Chun Sauce Factory, Hoisin Sauce",
"Chee Hou Sauce",
"Chili Sauce",
"Salted Black Bean Spiced",
"Potassium Carbonate & Sodium Bi-Carbonate Solution",
"Huile De Sésame 190ml",
"Coast Fruit, Organic Pineapple Chunks",
"Coast Fruit, Organic Pico De Gallo",
"Coast Fruit, Organic Mango Salsa, Mango",
"Coast Fruit, Organic Veg Pack",
"Egg Nog",
"Lemonade",
"Green Tea With Ginseng And Honey",
"Diet Iced Tea, Lemon",
"Iced Tea, Lemon",
"Diet Iced Tea",
"Iced Tea, Lemon",
"Lemonade",
"Orange Tea",
"Lemonade",
"Peach Tea",
"Green Tea With Ginseng And Honey",
"Diet Green Tea",
"Sweet Tea",
"Diet Green Tea With Ginseng & Honey",
"Green Tea With Ginseng And Honey",
"Light Vanilla Nog",
"Southern Brewed Sweet Tea",
"Lemonade, Pomegranate",
"Diet Sweet Tea",
"Black Tea",
"Fruit Punch Juice",
"Classic Half Iced Tea & Half Lemonade",
"Pure And Chilled Classic Lemonade, Cane Sugar",
"Pure & Chilled All Natural Lemonade, Strawberry",
"Pure & Chilled Mango Juice, Lemonade",
"Pure & Chilled Lemonade With Real Cane Sugar, Blackberry",
"All Natural Lemonade, Mango",
"Pure & Chilled All Natural Lemonade With Real Cane Sugar, Strawberry",
"Half & Half Iced Tea Lemonade With Real Cane Sugar, Strawberry",
"Classic Pure & Chilled Lemonade",
"Half & Half Iced Tea Lemonade With Real Cane Sugar, Peach",
"All Natural Pure & Chilled Lemonade, Blackberry",
"Tea, Raspberry",
"Tea, Peach",
"Iced Tea, Lemon",
"Diet Iced Tea, Lemon",
"Orange Tea",
"Lemonade Tea",
"Peach Tea, Peach",
"Southern Brewed Sweet Tea",
"Tea, Raspberry",
"Green Tea",
"Diet Green Tea, Ginseng & Honey",
"Lemonade",
"Fruit Punch",
"Iced Coffee, Vanilla",
"Iced Coffee",
"Ooola Latte Iced Coffee, Vanilla",
"Ooo-La-Latte Iced Coffee, Mocha",
"Diet Sweet Tea",
"Lemonade Fruit Drinks",
"Drink, Strawberry Kiwi Lemonade",
"Diet Decaf Iced Tea, Lemon",
"Diet Green Tea With Ginseng & Honey, Mango",
"Black Tea, Cherry Pomegranate",
"Half & Half Iced Tea, Lemonade",
"Juice From Concentrate",
"Milk",
"2% Reduced Fat Milk",
"Milk",
"Haymakers Tea",
"Haymakers Tea, Lightly Sweet",
"Haymakers Cider, Original",
"Haymakers Tart Cider",
"Haymakers Punch, Lemon",
"Haymakers Punch, Berry",
"Haymakers Tea, Sweet",
"Lightly Sweet Haymakers Tea, Ginger, Honey, Molasses & Vinegar",
"Haymakers Cider, Original",
"Haymakers Punch, Lemon",
"Premium Ice Cream",
"Premium Ice Cream, French Vanilla",
"Ice Cream, Vanilla Bean",
"Premium Ice Cream, Vanilla Bean",
"Premium Ice Cream",
"Premium Ice Cream, Neapolitan",
"Peanut Butter Ripple Premium Ice Cream",
"Premium Ice Cream, Fudge Ripple",
"Premium Ice Cream, Original Recipe, Tin Roof Sundae",
"Premium Ice Cream, Butter Pecan",
"Premium Ice Cream",
"Premium Ice Cream, Black Raspberry",
"Premium Ice Cream, Black Cherry",
"Premium Ice Cream, Strawberries And Cream",
"Premium Ice Cream & Sherbet, Orange Cream Swirl",
"Premium Ice Cream",
"Premium Ice Cream, Chocolate Chip Cookie Dough",
"Premium Ice Cream",
"Premium Ice Cream, Butter Brickle",
"Original Premium Ice Cream, Rum Raisin",
"Premium Ice Cream, Touchdown Sundae",
"Sweet Cream Vanilla Ice Cream With Chocolate Cake Crunchies And Crunchy Chocolate Cookie Swirl",
"All Natural Ice Cream, Belgium Style Chocolate",
"All Natural Ice Cream, Mint Chocolate Chip",
"Premium Ice Cream & Sherbet, Raspberry Cream Swirl",
"All Natural Ice Cream, Salted Caramel",
"All Natural Ice Cream, Butter Almond & Chocolate",
"Premium Ice Cream, Pistachio Almond",
"Southern Lemon Pie Premium Ice Cream",
"All Natural Ice Cream, Homemade Vanilla",
"All Natural Ice Cream, Chocolate, Peanut Butter",
"All Natural Ice Cream, Butter Pecan",
"All Natural Ice Cream, Chocolate, Chocolate Chip",
"Ice Cream, Vanilla Fudge",
"All Natural Gelato, Chocolate Chocolate Chip",
"All Natural Gelato, Sea Salted Caramel",
"All Natural Gelato, Chocolate Peanut Butter",
"All Natural Gelato, Mint Chocolate Chip",
"All Natural Gelato, Purely Vanilla",
"All Natural Gelato, Peach Mango",
"All Natural Gelato, Hazelnut",
"All Natural Gelato, Coffee Chip",
"All Natural Ice Cream, Chocolate Chip",
"Gelato Swirls, Premium Gelato, Caramel Cookie",
"Gelato Swirls, Raspberry Chocolate",
"Premium Gelato Swirls, Brownie Fudge",
"Gelato Swirls, Premium Gelato, Caramel Peanut Butter",
"Gelato Swirls",
"Ice Cream, Blackberry Swirl",
"Ice Cream, Vanilla Almond Fudge",
"Ice Cream, Black Cherry Fudge",
"All Natural Ice Cream, Vanilla Peanut Butter",
"Ice Cream, Mango",
"Ice Cream, Blueberry",
"All Natural Ice Cream, Mocha Swirl",
"All Natural Ice Cream, Raspberry Chocolate Chip",
"Original Recipe Premium Ice Cream, Chocolate & Salted Caramel",
"Cold Churned Ice Cream, Vanilla Bean",
"Cold Churned Light Ice Cream, Moose Tracks",
"Cold Churned Light Ice Cream, Extreme Cookies 'N Cream",
"Cold Churned Light Ice Cream",
"Frozen Yogurt",
"Frozen Yogurt, Mint Cookies 'N Cream",
"Frozen Neapolitan Yogurt",
"Fat Free Ice Cream",
"Fat Free Ice Cream, Vanilla Bean",
"Light Ice Cream",
"Premium Ice Cream, Homemade Vanilla",
"Premium Ice Cream, Double Dunker",
"Stuff'D Junior Mints Dairy Dessert",
"Stuff'D Frozen Dairy Desert",
"Ice Cream, Vanilla Bean & Chocolate",
"Stuff'D, Frozen Dairy Dessert, Strawberry Cheesecake",
"Premium Ice Cream",
"Ice Cream Sandwiches",
"Light Ice Cream Sandwiches",
"Ice Cream, Chocolate Chip Cookie Dough",
"Ice Cream",
"Cookies 'N Cream Ice Cream",
"Ice Cream",
"Ice Cream",
"Premium Ice Cream, Rocky Road",
"Premium Ice Cream, Chocolate Marshmallow",
"Premium Ice Cream, Chocolate Peanut Butter Cup",
"Dutch Chocolate Ice Cream",
"Premium Ice Cream, Party Cake",
"Premium Ice Cream, Banana Split",
"Sherbet, Fruit Rainbow",
"Orange Grove Sherbet",
"Sundae Ice Cream Cones",
"Ice Cream Cake, Vanilla & Chocolate Swirl",
"Ice Cream Cake, Vanilla",
"Cake & Ice Cream Cake, Peppermint Bark",
"Ladyfingers",
"Wafers, Crema Cacao",
"Balocco, Bambu, Crispy Wafers Filled With Delicious Cream, Hazelnut Cream",
"Gran Delizia, Italian Cake, Raisins, Candied Fruits",
"Fresh Corn Tortillas",
"Frankly Natural Bakers, Brownie, Chunky Chocolate",
"Frankly Natural Bakers, Wheat-Free Energy Cookie, Coconut",
"Double Carob Cookie",
"Far West Meat, Smoked Beef Links",
"Garbanzo Beans",
"Pizza au thon",
"Hot Muffuletta Italian Olive Salad",
"Muffuletta Italian Olive Salad",
"Mild Eggplant In Extra Virgin Olive Oil",
"Hot Home Style Giardiniera",
"Home Style Giadiniera, Mild",
"Roasted Vegetables, Olive & Lemon Bulgur Wheat & Lentil",
"Nougat Ice Bar",
"Daipoong, Sweet Rice",
"Haetae, Korean Traditional Roll Cookies, Seaweed",
"Pasta Sauce",
"Pretzel Chips",
"Daily Pantry, Organic Chicken Broth",
"Reduced Fat Cream Cheese",
"Fat Free Cream Cheese",
"Balsamic vinaigrette dressing",
"Creamy Cheddar With Coarsely Milled Bold Black Peppercorns",
"White Cheddar Cheese, Red & Green Jalapeno Peppers",
"Natural White Cheddar Cheese With Mediterranean Herb Seasoning",
"Natural Marbled Sharp Cheddar Cheese",
"Vermont Sharp-White Cheddar Cheese",
"Cottage Doubles, Pineapple",
"Cottage Cheese Doubles, Strawberry",
"Cottage Doubles, Peach",
"Cottage Doubles, Blueberry",
"Lowfat Doubles Cottage Cheese, Apple Cinnamon",
"Cottage Doubles, Lowfat Cottage Cheese & Topping, Raspberry",
"2% Milkfat Lowfat Cottage Cheese & Mango Topping, Mango",
"Cracker Cuts White Cheddar Cheese With Jalapeno Peppers",
"Extra Sharp Cheddar Cheese Cuts",
"Sharp White Cheddar Cheese Cuts",
"Chiva & Onion Cream Cheese Spread",
"Cream Cheese Spread, Honey Pecan",
"Cream Cheese Spread, Garden Vegetable",
"Cream Cheese Spread, Spicy Jalapeno",
"Cream Cheese Spread, Pineapple",
"Cream Cheese Spread, Blueberry",
"Cream Cheese Spread, Pumpkin Spice",
"Cream Cheese Spread, Brown Sugar, Cinnamon",
"Than Cream Cheese, Strawberry",
"1/3 Less Fat Than Cream Cheese",
"Reduced Fat Cream Cheese With Vegetables, Garden Vegetables",
"Cheese",
"Deli Style, Cream Cheese",
"Cream Cheese Spread, Black Cherry",
"Peach Cream Cheese Spread",
"Cream Cheese Spread, Olive",
"Sharp-White Cheddar Cheese",
"Reduced Fat Vermont Sharp-White Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Aged Reserve Extra Sharp Cheddar Cheese",
"Baby Swiss Cheese",
"Macaroni & cheese dinner - original",
"Liveactive, Lowfat Cottage Cheese",
"Spongebob Squarepants, Macaroni & Cheese Dinner",
"Havarti Cheese",
"Sharp Cheddar Cheese Slices",
"Low Fat Cottage Cheese With Pineapple",
"Real Mayo",
"Miracle Whip Dressing Original",
"Real Mayo",
"Mayo",
"Macaroni & cheese dinner - minions",
"Cream Cheese Spread, Pumpkin Spice",
"2% Milkfat Lowfat Cottage Cheese",
"Extra Sharp Cheddar Cheese",
"Cheddar Cheese Sticks",
"Extra Sharp White Cheddar Cheese",
"Whipped Cream Cheese Spread",
"Whipped Cream Cheese",
"Parmesano",
"Shredded Pasteurized Prepared Cheese",
"Cheese Slices, Queso Blanco",
"Extra Sharp White Cheddar Cheese Bar",
"Cheese Snacks",
"Cream Cheese, Original",
"Neufchatel Cheese",
"Velveeta Cheese Sauce Original - 3 CT",
"Shreds, Cheddar",
"Shreds, Shredded Pasteurized Prepared Cheese Preduct, Mozzarella",
"Whipped Cream Cheese Spread, Mixed Berry",
"Shredded Pasteurized Prepared Cheese Product",
"Crunchy & Soft Taco Dinner Kit",
"Original Cream Cheese",
"Cream Cheese Spread, Chive & Onion",
"Asiago Fresh Cheese",
"Cream Cheese Spread, Strawberry",
"Cream Cheese Spread, Original",
"Reduced Fat Cream Cheese",
"Provolone Cheese Smoke",
"Jalapeno Cheddar Cheese Sticks",
"Extra Sharp White Cheddar Cheese Sticks",
"Sharp Cheddar Cheese Sticks",
"Extra Sharp Cheddar Cheese Sticks",
"Extra Sharp Cheddar Cheese",
"Cheddar Jack Cheese Sticks",
"Slow-simmered Spicy Honey Barbecue sauce",
"Slow-simmered Thick & Spicy Barbecue Sauce",
"Slow-simmered Sweet Honey Barbecue Sauce",
"Macaroni & cheese dinner - star wars",
"Deli Style Cream Cheese",
"Mozzarella Cheese",
"Cream Cheese",
"Shredded Pasteurized Prepared Cheese Product, Queso Blanco",
"Cheese Shreds, Cheddar",
"Shredded Cheese, Mozzarella",
"Shredded Mexican Style Four Cheese",
"Greek Vinaigrette",
"Cottage Cheese",
"Organic Mild Cheddar Cheese",
"Organic Pepper Jack Cheese",
"Cheddar Cheese",
"Creamy Greek Dressing & Dip",
"Greek Vinaigrette Dressing",
"Ranch Dressing & Dip",
"Blue Cheese Dressing & Dip With Greek Yogurt",
"Balsamic Vinaigrette Dressing",
"Sharp Cheddar",
"Muenster Cheese Slices",
"Colby Jack Cheese Slices",
"Macaroni & Cheese Dinner",
"Macaroni & Cheese Dinner, Sharp White Cheddar",
"Macaroni & Cheese Dinner, Sharp Cheddar & Bacon",
"Macaroni & Cheese Dinner, Cheddar Havarti",
"Tzatziki Dressing & Dip",
"Natural Grated Parmesan Cheese",
"Parmesan, Romano & Asiago Grated Cheeses",
"Fat Free Sour Cream",
"Fat Free Sour Cream",
"Sour Cream",
"Reduced Fat Sour Cream",
"Cottage Cheese",
"Fat Free Cottage Cheese",
"4% Milkfat Min.Cottage Cheese",
"4% Milkfat Min. Cottage Cheese",
"Small Curd Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Smooth & Creamy Cottage Cheese",
"Fat Free Cottage Cheese With Small Curd",
"Lowfat Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Whipped Cream Cheese",
"Cottage Cheese",
"2% Milkfat Lowfat Cottage Cheese",
"Ricotta Cheese",
"All Natural Sour Cream",
"Sour Cream",
"Snack Pack Pudding Vanilla",
"Whipped Cream Cheese Spread",
"Singles White American",
"Cream Cheese Spread, Original",
"Shreds, Shredded Pasteurized Prepared Cheese Product, Original",
"Pasteurized Cheese",
"Velveeta, Prepared Cheese Product",
"Cream Cheese Spread, Original",
"Reduced Fat Cream Cheese",
"Reduced Fat Cream Cheese",
"Cream Cheese, Original",
"1/3 Less Fat Neufchatel Cheese",
"Pineapple Spread",
"Cream Cheese, Original",
"Cream Cheese Spread",
"Whipped Cream Cheese Spread, Original",
"Whipped Cream Cheese Spread, Chive",
"Jalapeno Peppers",
"Cheesecake Filling, Original",
"Thousand Island Dressing Fat Free",
"Buttermilk Ranch Dressing",
"Classic ranch dressing",
"Classic Catalina Dressing",
"Thousand Island Dressing",
"Peppercorn Ranch Dressing",
"Kraft Macaroni & Cheese Dinner three cheese",
"Macaroni & cheese",
"Macaroni & Cheese Dinner",
"Zesty Italian Dressing Lite",
"Cream Cheese Spread",
"Reduced Fat Cream Cheese",
"Value Biscuit Country Ham",
"Country Ham Biscuit Slices",
"Pork Side Meat Sliced And Peppered",
"Brown Sugar Ham",
"Hot Dog Chili Sauce",
"Baked Beans, Original, Vegetarian",
"Original Beans & Franks",
"Premium Cayenne Pepper Sauce",
"Steak Sauce, Original",
"Honey",
"Steve's & Ed's, Honey, Usda Grade \"A\" Pure Honey",
"Salsa, Mild",
"Salsa, Medium",
"Salsa, Hot",
"Source Naturals, Xylismart Sweetener",
"Wild Alaskan Red Sockeye Salmon",
"Wild Alaskan Skinless & Boneless Pink Salmon",
"Double\"Q\", Wild Alaskan Skinless & Boneless Pink Salmon",
"Red Sockeye Salmon",
"Wild Caught Alaskan Pink Salmon",
"Whole Grain Corn Tortillas",
"Premium Gourmet Tortilla Wraps",
"Cookie With Coffee",
"Cheese Sticks, Colby Jack",
"Whipped Cream Cheese & Greek Style Yogurt Blend",
"Whipped Cream Cheese & Greek Style Yogurt",
"Dairy Farms, Cream Cheese & Greek Yogurt Blend",
"Kicthens, Imported Manzanilla Olives",
"Manzanilla Olives",
"Queen Olives Stuffed With Pimiento",
"Queen Olives",
"Ripe Sliced Olives",
"Kitchens, Clover Honey",
"Kitchens, Clover Honey",
"Maraschino Cherries",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Ketchup",
"Teriyaki, Sauce & Marinade",
"Coconut Milk",
"Lite Coconut Milk",
"Kitchens, Maraschino Cherries In Heavy Syrup",
"Maraschino Cherries",
"Kitchens, Maraschino Cherries",
"Dark chocolate 78% Cacao",
"Select, White Chocolate With Blueberry",
"Select, Dark Chocolate With Orange & Cranberry",
"Dark chocolate 85% Cacao",
"Select, Dark Chocolate With Sea Salt & Almond Nougat",
"Finely Shredded Mexican Style 4 Cheese Blend",
"Liquid Eggs",
"Liquid Eggs",
"100% Liquid Egg Whites",
"6 Italian Style Cheese Blend",
"Natural Low - Moisture Part - Skim Mozzarella Cheese",
"Natural Reduced Fat Mozzarella Cheese",
"Cheese Slices, Medium Cheddar",
"Mild Cheddar Cheese",
"Medium Shredded Cheddar Cheese",
"Whole Milk Mozzarella Cheese",
"Monterey Jack Cheese With Jalapeno Peppers, Pepper Jack",
"Colby Cheese",
"Low-Moisture Part-Skim Mozzarella Cheese",
"Cream Cheese Spead, Pumpkin Spice",
"Dairy Farms, Whipped Cream Cheese Spread",
"Cream Cheese Spread",
"Cream Cheese Spread",
"Cream Cheese Spread",
"Cream Cheese Spread With Garden Vegetable",
"Cream Cheese Spread With Chive & Onions",
"Cream Cheese With Strawberries",
"Cream Cheese Spread, Cranberry Orange",
"Grated Parmesan Cheese",
"Cream Cheese Spread",
"Cream Cheese",
"Cream Cheese",
"Sweet Cream Butter",
"Mild Cheddar Cheese",
"Longhorn Style Cheddar Cheese",
"Natural Mild Cheddar Cheese",
"Natural Medium Cheddar Cheese",
"Natural Monterey Jack Cheese",
"Dairy Farms, Natural Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Cheddar Jack Cheese",
"Sliced Pepper Jack",
"Monterey Jack Cheese With Jalapeno Pappers",
"Longhorn Style Colby Jack Cheeses",
"Colby Cheese",
"Protein+ 2% Reduced Fat Milk",
"Natural Monterey Jack Cheese Slices",
"Swiss Cheese Slices",
"Reduced Fat Provolone Cheese Slices",
"Natural Swiss Reduced Fat Cheese Slices",
"Natural Swiss Emmentaler Cheese",
"Colby & Monterey Jack Cheese Slices",
"Smoked Pasteurized Processed Gouda Cheese Product Sliced",
"Havarti Cheese Slices",
"Sharp Cheddar Cheese Slices",
"Low-Moisture Part-Skim String Mozzarella Cheese",
"Neufchatel Cheese",
"Mozzarella Cheese",
"Mozzarella & Prosciutto Roll With Basil",
"Sharp Cheddar Cheese",
"Parmesan Cheese",
"Grated Parmesan Cheese",
"Shredded Parmesan Cheese",
"Light String Cheese, Skim Mozzarella Cheese",
"Reduced Fat Mexican Style 4 Cheese Blend",
"Sharp Cheddar Reduced Fat Cheese",
"Shredded Reduced Fat Sharp Cheddar Cheese",
"Monterey Jack Cheese",
"Natural Medium Cheddar Cheese",
"Part Skim Ricotta Cheese",
"Cheddar Cheese",
"Mexican Style 4 Cheese Blend",
"Ricotta Cheese",
"Natural Colby & Monterey Jack Cheeses",
"Medium Cheddar Cheese",
"Sharp Cheddar Cheese",
"Shredded Sharp Cheddar Cheese",
"Kitchens, Grated Parmesan & Romano Cheese",
"Medium Cheddar Reduced Fat Cheese",
"Shredded Parmesan & Romano Cheeses",
"Whole Milk Ricotta Cheese",
"Swiss Cheese",
"Cream Cheese, Smoked Salmon",
"Blue Cheese",
"Crumbled Garlic & Herb Feta Cheese",
"Crumbled Feta Cheese",
"Cream Cheese Spread",
"Cheese Blend, Colby Jack",
"Cheddar Reduced Fat Cheese, Mild",
"Finely Shredded Cheese, Colby & Monterey Jack Cheese",
"Natural Monterey Jack Cheese",
"Dairy Farms, Mozzarella Cheese",
"Dairy Farms, Mexican Style Nacho Blend With Jalapeno Peppers",
"Shredded Pizza Cheese Blend",
"Sharp Cheddar Cheese",
"Mexican Style Taco Blend Cheese With Taco Seasoning",
"Gourmet Shredded Cheese Blend",
"Natural Shredded Mild Cheddar Cheese",
"Shredded White Cheddar Cheese, Mild",
"Sharp White Cheddar Cheese",
"Finely Shredded Sharp White Cheddar Cheese",
"Mozzarella Cheese",
"Finely Shredded Cheese, Cheddar, Jack",
"Natural Shredded Mild Cheddar Cheese",
"Cheddar Jack Cheese Shredded",
"Natural Mild Shredded Cheddar Cheese",
"Sharp Cheddar Cheese",
"Dairy Farms, Whole Milk Ricotta Cheese",
"Extra Sharp White Cheddar Cheese",
"Mild Cheddar Cheese",
"Natural Mild White Cheddar Cheese",
"New York Sharp White Cheddar Cheese",
"Sharp White Cheddar Cheese",
"Natural Swiss Emmentaler Cheese",
"Extra Sharp Cheddar Cheese",
"New York Extra Sharp White Cheddar Cheese",
"Natural Sharp White Cheddar Cheese",
"Natural Low-Moisture Part-Skim Mozzarella Cheese",
"Natural Extra Sharp White Cheddar Cheese",
"Dairy Farms, White American Cheese Slices",
"Slices Cheese, Pepper Jack",
"White American Cheese Slices",
"Dairy Farms, Sliced White American Cheese",
"White American Deluxe Cheese Slices",
"Whipping Cream",
"Grade A Heavy Whipping Cream",
"String Cheese Twist",
"String Cheese With Jalapeno & Red Bell Pepper",
"Sugar Cookie Dough",
"Jumbos! Flaky Biscuits",
"Pizza Crust",
"Texas Style Buttermilk Biscuits",
"Texas Style Homestyle Biscuits",
"Margarine",
"Country Style Spread",
"Part Skim Ricotta Cheese",
"Ricotta Cheese",
"Spinach Dip",
"6-Layer Dip",
"Spicy Cilantro & Sriracha Topped Hummus",
"Topped Hummus, Caramelized Onion",
"Spinach Artichoke Topped Hummus",
"Apple Harvest Salad",
"Turkey Meatloaf Entree",
"Homestyle Meatloaf",
"Scalloped Potatoes, With Caramelized Onions & Gruyere Cheese",
"Cafe, Savory Asiago Creamed Spinach",
"Macaroni & Cheese",
"Broccoli Cheddar Au Gratin",
"Creamy Mashed Potatoes",
"Classic Potato Salad",
"Classic Macaroni Salad",
"Classic Cole Slaw Dressing",
"Potato Salad",
"Mustard Potato Salad",
"Classic Potato Salad",
"Potato Salad",
"Southern Mustard Dressing",
"Amish-Style Potato Salad",
"Southern Potato Salad",
"Southern Cole Slaw",
"Amish-Style Potato Salad",
"Amish-Style Macaroni Salad",
"Seafood With Shrimp Salad",
"Classic Macaroni Salad",
"Salsa Fresca, Hot",
"Salsa Fresca",
"Salsa Fresca",
"Loaded Mashed Potatoes",
"Beef Shepherd's Pie",
"Pasta Carbonara",
"Blt, Salad With Chicken And Bacon",
"Asian Style Salad With Chicken",
"Bbq Style Salad With Chicken",
"Cobb Salad with chicken",
"Spinach Salad With Bacon",
"Thai Style Salad With Chicken",
"Jalapeno Ranch Salad With Beef",
"Southwest Style Salad With Chicken",
"Milk",
"Holiday Eggnog",
"Chocolate Lowfat Milk",
"2% Reduced Fat Milk",
"Cranberry Apple Drink",
"Pantry Essentials, Lemonade Drink",
"Pantry Essentials, Drink, Fruit Punch",
"Half & Half",
"2% Chocolate Reduced Fat Milk",
"2% Chocolate Reduced Fat Milk",
"2% Milkfat Reduced Fat Milk",
"Lowfat Cultured Buttermilk",
"Lucerne half and half",
"Ultra-Pasteurized Whipping Cream",
"Holiday Eggnog",
"Light Eggnog",
"Light Eggnog",
"Lowfat Cultured Buttermilk",
"Eggnog",
"Half & Half Pasteurized",
"Pasteurized Whipping Cream",
"Heavy Whipping Cream",
"Heavy Whipping Cream",
"Lowfat Milk",
"Lowfat Milk",
"100% Tropical Blend Juice",
"Orange Juice",
"Orange Juice - With Pulp",
"100% Original Pulp Free Juice",
"100% Valencia Pasteurized Orange Juice",
"Sour Cream",
"Sour Cream",
"Light Sour Cream",
"Sour Cream",
"Cottage Cheese With Pineapple",
"Dairy Farms, Lowfat Cottage Cheese, Chives",
"Large Curd Cottage Cheese",
"Dairy Farms, Cottage Cheese",
"Cottage Cheese",
"Lowfat Cottage Cheese",
"Fat Free Cottage Cheese",
"Dairy Farms, Cottage Cheese",
"Sour Cream",
"Nonfat Yogurt",
"Coffee Creamer, French Vanilla",
"Coffee Creamer",
"Coffee Creamer, Cinnamon Vanilla",
"Coffee Creamer",
"Eggnog",
"Coffee Creamer",
"Coffee Creamer",
"Cheddar Cheese, Hot Habanero",
"Snacker Cuts, Natural Pepper Jack Cheese Slices",
"Dairy Farms, Light Low-Moisture Part-Skim Mozzarella String Cheese",
"White Chocolate Mocha",
"Lemonade From Concentrate With Pulp",
"Nonfat Greek Yogurt",
"Nonfat Greek Yogurt",
"Iced Tea",
"Unsweetened Iced Tea",
"Iced Tea",
"Cottage Cheese",
"Cottage Cheese",
"Fat Free Cottage Cheese",
"100% Premium Orange Juice",
"2% Reduced Fat Milk",
"100% Pure Juice, Orange",
"Dairy Farms, Lowfat Cottage Cheese",
"Low Fat Yogurt, Strawberry",
"Lowfat Yogurt",
"Lowfat Yogurt",
"Light Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Whipped Topping",
"Whipped Topping",
"Lowfat Yogurt",
"Family Size Side Dish, Creamy Mashed Potatoes",
"Curried Quinoa Salad",
"Citrus Kale Salad With Chicken",
"Baby Spinach Salad With Chicken",
"Fat Free Milk",
"Lowfat Milk",
"2% Reduced Fat Milk",
"Lowfat Milk, Mocha Cappuccino",
"Ultra-Pasteurized Vitamin D Milk",
"Lowfat Milk",
"Light Cream",
"Light Cream",
"Fat Free Sour Cream",
"Spread Sticks, Vegetable Oil Spread",
"Golden Beet Salad",
"Molten Chocolate Lava Cake",
"Belgian Style Mini Cream Puffs",
"Molten Chocolate Chip Cookie",
"Upside Down Cake, Pineapple",
"Hot Sriracha Chili Sauce",
"Premium Ice Cream",
"Premium Ice Cream",
"Ice Cream",
"Lite Whipped Topping",
"Fat Free Whipped Topping",
"Ice Cream Bars",
"Fudge Bars, Chocolaty Frozen Dairy Dessert",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Premium Ice Cream, Rocky Road",
"Premium Ice Cream, Butter Pecan",
"Premium Ice Cream, Chocolate",
"Premium Ice Cream, Mocha Almond Fudge",
"Ice Cream",
"Premium Ice Cream, Egg Nog",
"Reduced Fat Premium Ice Cream, Butter Pecan",
"All Natural Cut Okra",
"Green Peas",
"Green Peas",
"French Style Green Beans",
"Chopped Spinach",
"Petite Broccoli Floters",
"All Natural Cut Green Beans",
"Mixed Vegetables",
"Cut Leaf Spinach",
"Broccoli Spears",
"Asparagus, Corn & Carrots",
"Kithens, French Fried Potatoes",
"Crinkle Cut French Fried Potatoes",
"Steak Cut French Fried Potatoes",
"Country Style Hash Browns Shredded Potatoes",
"Southern Style Hash Browns Diced Potatoes",
"Curly Cut Seasoned French Fried Potatoes",
"Tater Treats, Seasoned Shredded Potatoes",
"Potatoes O'Brien With Onions & Peppers",
"Restaurant Style Seasoned French Fried Potatoes",
"Hash Brown Patties, Lightly Seasoned Shredded Potatoes",
"Dutch Apple Pie",
"Apple Pie",
"Pumpkin Pie",
"100% Premium Juice, Orange",
"Fresh Mozzarella Cheese Basil & Prosciutto Roll",
"Fresh Burrata Cheese",
"Primo Taglio, Fresh Mozzarella Cheese, Mild And Creamy",
"100% Juice",
"Original Juice, Orange",
"Apple Juice",
"Frozen Juice Concentrate",
"Cranberry Raspberry Cocktail",
"Fruit Juice",
"Calcium Enriched Orange Juice",
"Country Style Extra Pulp Orange Juice",
"Pulp Free Orange Juice",
"Five-Cheese Garlic Bread",
"Garlic Bread",
"Bread, Garlic",
"Homestyle Waffles",
"Mini Pancakes",
"Ice Pops",
"Blue Cheese Crumbles",
"Feta Cheese Crumbles",
"Feta Cheese Crumbles",
"Grated Parmesan Cheese",
"Shredded Romano Cheese",
"Shredded Four Cheese Blend",
"Shaved Parmesan Cheese",
"Manchego D.O. Shredded Cheese",
"Cracker Cut Slices Cheddar Cheese",
"Cracker Cut Slices Pepper Jack Cheese",
"Goat Cheese Medallions Variety Pack",
"Medium Yellow Cheddar Cheese",
"Gouda Cheese",
"Shredded Parmesan Cheese",
"Cheese Pizza",
"Thin & Crispy Crust Supreme Pizza",
"Pepperoni Pizza",
"Thin & Crispy Crust Sausage Pizza",
"Cheese Pizza",
"Reduced Fat Ice Cream",
"Ice Cream",
"Cookies N Cream",
"Reduced Fat Ice Cream, Chocolate",
"Rainbow Sherbet, Raspberry, Orange & Lime",
"Rainbow Sherbet, Orange, Raspberry & Lime Sherbet",
"Sherbet Ice Cream, Orange & Vanilla",
"Orange Sherbet",
"Mango Sherbet",
"Frozen Yogurt",
"Frozen Yogurt",
"Dairy Farms, Fat Free Frozen Yogurt, Chocolate",
"Ice Cream, French Vanilla",
"Ice Cream",
"Original Moose Tracks Vanilla Ice Cream",
"Mint Ice Cream With A Moose Traces Fudge Swirl & Dark Chocolaty Mint Cups",
"Extreme Moose Tracks, Chocolate Ice Cream",
"Vanilla Ice Cream",
"Ice Cream, Java Chip Coffee",
"Butter Pecan Ice Cream",
"Vanilla Ice Cream",
"Chocolate Ice Cream",
"Neapolitan Ice Cream, Strawberry, Vanilla, And Chocolate Ice Creams",
"Vanilla Ice Cream With A Moose Tracks Fudge Swirl & Brownie Bits",
"Light & Creamy Ice Cream, Vanilla Bean",
"Ice Cream",
"Caramel Ice Cream With A Caramel Swirl, Dulce De Leche",
"Ice Cream, Caramel Caribou",
"45% Less Fat Than Our Regular Ice Cream",
"Reduced Fat Ice Cream",
"Ice Cream, Mini Chocolate Chip",
"Ice Cream, Salted Caramel Pretzel",
"Chocolate Peanut Butter Cup",
"Ice Cream",
"Reduced Fat Ice Cream, Chocolate Chip Cookie Dough",
"Light & Creamy Ice Cream, French Vanilla",
"Regular Ice Cream, Vanilla",
"Mocha Almond Fudge",
"Mint Moose Tracks, Ice Cream With A Moose Tracks Fudge Swirl & Dark Chocolaty Mint Cups",
"Chocolate Chip Vanilla Ice Cream With Chocolaty Flakes",
"Strawberry Ice Cream",
"Ice Cream With Roasted Almonds",
"Strawberries",
"Deep Dish Pie Crusts",
"New York Style Mini Cheesecake",
"Rising Crust Four Cheese Pizza",
"Pepperoni Pizza",
"Ultra Thin Crust Garlic Chicken Pizza",
"Gourmet Skillet Entree",
"Savory Beef With Broccoli With And Oyster Sauces Gourmet Skillet Meal",
"Sweet And Sour Chicken Gourmet Skillet Meal",
"Tortellini",
"Five Cheese Ravioli",
"Portobello Mushroom Ravioli",
"Rigatoni",
"Beef Ravioli",
"Stuffing Mix, Chicken",
"Cornbread Stuffing Mix",
"Traditional Pizza Dough",
"Rising Crust Pizza",
"Halved Sun Dried Tomatoes",
"Select, Julienne Cut Sun Dried Tomatoes With Italian Herbs In Oil",
"Calzone",
"Farms, Super Sweet Corn",
"Cornbread Stuffing",
"Soft Rye Bread",
"Baked Snack Crackers, Cheddar Cheese",
"Frosted Sugar Cookies",
"Frosted Cookies",
"Brie Bites Appetizers",
"Mini French Loaves",
"Vienna Bread",
"French Bread",
"Sourdough French Bread",
"Cookies, Chocolate Chip",
"Chocolate Chip Cookies",
"Oven Baked Chocolate Chip Cookies",
"Artisan Baked Cookies",
"Ice Cream & White Cake",
"Real Fruit Filling",
"Whole Wheat English Muffins",
"Italian Nougat",
"Rustic Sourdough Baguette",
"Brown'N Serve Breadsticks",
"Coast To Coast, Sourdough Sliced Bread",
"Rolls, Cinnamon",
"Garlic Bread",
"Artisan Sourdough Bread, Parmesann & Garlic",
"European Style French Baguette",
"Europeean Style French Bread",
"Sour Dough Bread",
"Artisan San Francisco Style Sour Dough Baguette",
"Sourdough Bread",
"Old Country Artisan Italian Bread",
"Jumbos Buttermilk Biscuits",
"Pie Crusts",
"Coast To Coast, Sheepherder Round Sliced Loaf",
"Spoonable Cookie Dough, Chocolate Chip",
"Break & Bake Style Cookie Dough, Chocolate Chip",
"Halloween Cookies, Chocolate Chip",
"Holiday Chocolate Chip Cookies",
"Break & Bake Style Holiday Sugar Cookie Dough",
"Break & Bake Easter Cookie Dough, Chocolate Chip",
"Cheese Trio Pizzeria Crust Pizza",
"Frosted Sugar Cookies",
"Kitchens, Wonton Strips",
"Tortilla Strips",
"Tri-Color Tortilla Strips",
"Chocolate Cupcake",
"Four Cheese Blend Flatbread",
"Flatbread",
"Pugliese Bread",
"Como Italian Bread",
"Frosted Mini Sugar Cookies",
"Toasted Grissini Breadstics",
"Frosted Sugar Cookies",
"Powdered Donut Holes",
"Frosted Donut Holes",
"Glazed Donut Holes",
"Pretzel Thins",
"Pretzel Thins, Garlic Parmesan",
"Artisan Dutch Crunch Bread",
"Crumb Donut Holes",
"Coast To Coast, Sourdough",
"Peanut Butter Wafers",
"Madeleines Cookies",
"Petite Brownie Bites",
"Duet Bites",
"Frosted Sugar Cookies",
"Frosted Sugar Cookies, Lemon",
"Margheriata Pizza",
"Italian Ultra Thin Crust Pizza",
"Italian Sausage & Caramelized Onion Pizza",
"Flatbread Crust Pizza",
"Flatbread Crust Pizza",
"Roasted Vegetable & Goat Cheese Pizza",
"Oat & Honey Bread",
"Sweet Wheat Bread",
"Bagels, Onion",
"Jumbo Hamburger Buns",
"Jumbo Hamburger Buns",
"Traditional Hawaiian Sweet Dinner Rolls",
"Italian Style Soft Hoagie Rolls",
"Parisian Style French Hoagie Rolls",
"Chewy Treasure Chips Cookies",
"Breakfast Biscuits",
"Breakfast Biscuits, Cinnamon Brown Sugar",
"Golden Oat Breakfast Biscuits",
"Whole Wheat Bread",
"Split Top Enriched White Bread",
"Stoneground Whole Wheat Bread",
"Wheat Sandwich Bread",
"Multi-Grain Bread",
"Cinnamon Raisin English Muffins",
"Hot Dog Buns",
"Crispy Cookie Thins, Toasted Coconut",
"Thin Cookies Dipped",
"Dipped Cookie Thins",
"Milk Chocolate Biscuts",
"Dark Chocolate Biscuits",
"Milk Chocolate Biscuits",
"White Bread",
"English Muffins",
"White Enriched Bread",
"Wheat Bread",
"Enriched Sesame Hamburger Buns",
"Split Top White Bread",
"Split Top Wheat Bread",
"Wheat Bread",
"White Sandwich Bread",
"Kalamata Olive Bread",
"Bread",
"Animal Crackers",
"Hot Dog Buns",
"Pretzel Rings, Salted",
"100% Whole Wheat Bagels",
"Halloween Tuxedos Sandwich Cookies",
"Tuxedos Sandwich Cookies",
"Pumpkin Bagels",
"Cocktail Sauce",
"Hot Cocktail Sauce",
"Boneless & Skinless Tilapia Fillets",
"Flake Style Crab Seafood",
"Leg Style Crab Flavored Seafood",
"Waterfront Bistro, Cooked Shrimp Jumbo",
"Waterfrontbistro, Medium Cooked Shrimp",
"Boneless & Skinless Swai Fillets",
"Boneless & Skinless Swai Fillets",
"Catfish Fillets",
"Raw Shrimp",
"Peeled & Deveined-Tail On Raw Shrimp",
"Wild Alaskan Sockeye Salmon",
"Raw Shrimp",
"Alaskan Pollock Fillets",
"Garlic Infused Chicken Broth",
"Kitchens, Garlic & Roasted Onion Infused Beef Broth",
"Sausage Thin Crust Pizza",
"Combination Thin Crust Pizza",
"Cheese Thin Crust Pizza",
"Pepperoni Thin Crust Pizza",
"ketchup ",
"Cut Broccoli",
"Pantry Essentials, Ice Cream, Vanilla",
"Quartered Artichokes",
"Marinated Quartered Artichoke Hearts",
"Mixed Vegeatable",
"Cut Corn",
"Green Peas",
"Lemonade, Strawberry",
"Juice",
"Mini Real Semi-Sweet Chocolate Chips",
"Primo Taglio, Oven Roasted Turkey Breast",
"Brand Ham",
"Primo Taglio, Oven Roasted Turkey Breast",
"Primo Taglio, Cracked Peppered Turkey Breast",
"Primo Taglio, Turkey Breast, Hickory Smoked",
"Primo Taglio Genoa Salame",
"Oven Roasted Turkey Breast",
"Oven Roasted Turkey Breast",
"Cooked Ham",
"Honey Ham, Honey",
"Taglio, Parmesan Cheese, A Hard Cheese With A Mild, Nutty Flavor And Aroma",
"Italian Dry Salame",
"Ham Off The Bone",
"Applewood Honey Ham",
"Primo Taglio, Oven Roasted Chicken Breast",
"Diced Pancetta",
"Grass Fed Ground Beef Patties",
"Primo Taglio, Fresh Mozzarella Cheese Ciliegine, Mild And Creamy",
"Sliced Hard Salame",
"Cranberry Sauce",
"Baked Potato Soup With Bacon",
"Pacific Coast Clam Chowder",
"Chunky Chicken Noodle Soup With White Meat Chicken, Chunky Chicken",
"Fiesta Chicken Tortilla Soup",
"Bella Minestrone Soup",
"Flesta Chicken Tortilla Soup",
"Organic Creamy Garden Tomato Soup",
"Chicken & Sweet Corn Chowder",
"White Bean & Kale Soup",
"Cauliflower & Cheddar Soup",
"Cajun Style Jambalaya With Sausage, Chicken & Ham",
"Roasted Red Pepper & Crab Bisque",
"Hickory Smoked Summer Sausage",
"Hickory Smoked Thick Sliced Bacon",
"Crushed Wheat Sandwich Bread",
"Cinnamon Raisin Bread",
"Bread, Cinnamon Raisin Nut",
"Whole Wheat Bread",
"White Sandwich Bread",
"Enriched White Bread",
"Enriched Bread, Country Buttermilk",
"Enriched Wheat Bread, Buttermilk",
"Enriched Bread, Wheat",
"Butter Top Wheat Bread",
"Crushed Wheat Bread",
"Nature's Cupboard, Honey Wheat Berry Bread",
"Enriched Bread, Nut & Grain",
"Oven Joy, White Bread",
"White Enriched Bread",
"Whole Wheat Bread",
"Split Top Wheat Bread, Honey",
"Enriched Hamburger Buns",
"Flaky Gem Dinner Rolls",
"Hamburger Buns",
"Hot Dog Buns",
"Country Potato Bread",
"Country Italian Enriched Bread",
"Oven Joy, White Enriched Sandwich Bread",
"Oven Joy, Wheat Enriched Sandwich Bread",
"Oven Joy, White Enriched Bread",
"Flaky Gem Rolls",
"Phyllo Dough Pastry Sheets",
"Thaw, Phyllo Pastry Shells",
"Coast To Coast, Garlic Bread",
"Chicken Nuggets",
"Boneless & Skinless Chicken Breasts",
"Breaded Chicken Breast Strips",
"Soleil, Sparkling Water Beverage, Lemon",
"Soleil, Sparkling Water Beverage, Grapefruit",
"Soleil, Sparkling Water Beverage, Lemon",
"Solerl, Sparkling Water, Lime",
"Sparkling Water Bevrage, Grapefruit",
"Sparkling Water Beverage",
"Safeway, Dr. Dynamite Soda",
"Root Beer",
"Root Beer",
"Tomato Ketchup",
"Soda, Orange",
"Ginger Ale",
"Root Beer",
"Cola",
"Flavored Sod, Orange",
"Ginger Ale",
"Root Beer",
"Diet Cola",
"Diet Ginger Ale",
"Cola",
"Diet Ginger Ale",
"Diet Ginger Ale",
"Sparkling Water Beverage",
"Soleil, Sparkling Water Beverage, Lemon",
"Sparkling Water Beverage",
"Seltzer Water",
"Seltzer Water",
"Seltzer Water, Lime",
"Seltzer Water, Lemon",
"Cola",
"French Style Sparkling Soda, Berry Lemonade",
"Sparkling Soda",
"Sparkling Soda, Lemonade",
"French Style Sparkling Soda",
"Kitchens, Fine Granulated Sugar",
"Confectioners' Powdered Sugar",
"Light Brown Sugar",
"Dark Brown Sugar",
"Kitchens, Sucralose Zero Calorie Sweetener Blend",
"Go 2 Cola, Cherry",
"Cola",
"Diet Cola",
"Soda",
"Soda",
"Root Beer",
"Mountain Breeze Soda",
"Soda",
"Soda, Diet Lemon Lime",
"Cream Soda",
"Diet Soda, Orange",
"Soda, Grapefruit",
"Caffeine Free Diet Cola",
"Diet Root Beer",
"Diet Soda, Black Cherry",
"Ginger Ale",
"Cola",
"Diet Cola",
"Soda",
"Soda",
"Dr. Dynamite Soda",
"Root Beer",
"Mountain Breeze Soda, Citrus",
"Artificially Flavored Soda, Grape",
"Soda",
"Soda, Strawberry",
"Soda",
"Artificially Flavored Soda",
"Cream Soda",
"Diet Soda, Orange",
"Soda, Grapefruit",
"Diet Caffeine Free Cola",
"Soda",
"Diet Root Beer",
"Diet Soda, Black Cherry",
"Ginger Ale",
"Zero Calorie Cola",
"refreshe cola",
"Ginger Ale",
"Diet Ginger Ale",
"Mountain Breeze, Flavored Soda, Citrus",
"Zero Calorie",
"Club Soda",
"Seltzer Water",
"Diet Tonic Water",
"Tonic Water",
"Club Soda",
"Diet Tonic Water",
"Tonic Water",
"Tonic Water Contains Quinine",
"Seltzer Water",
"Sparkling Water Beverage",
"Sparkling Water Beverage",
"Sparkling Water Beverage",
"Sparkling Water Beverage",
"Liquid Water Enhancer",
"Seltzer, Lemon",
"Lime Seltzer",
"Seltzer, Mixed Berry",
"Lemon Seltzer",
"Flavored Seltzer, Lime",
"Seltzer, Mandarin Orange",
"Mixed Berry Seltzer",
"Energy Cherry Limeade Liquid Water Enhancer",
"Energy Berry Blast Liquid Water Enhancer",
"Blue Storm Liquid Water Enhancer",
"Sport Liquid Water Enhancer",
"Half Lemonade Half Iced Tea Liquid Water Enhancer",
"Refreshe, Coconut Water, Original",
"Soda",
"Refreshe, Sparkling Water Beverage, Raspberry Blackberry",
"Refreshe, Sparkling Water Beverage, Wlid Cherry",
"Lime Seltzer Water",
"Grapefruit Seltzer",
"Buffalo Ranch Dressing & Dip",
"Hazelnut Spread",
"Hazelnut Chocolate Spread",
"Kitchens, Whole Wheat Pancake & Waffle Mix",
"Blue Cheese Dressing & Dip",
"Croutons, Garlic & Butter",
"Sweet Relish",
"Traditional Pie",
"Pie Filling Or Topping Cherry",
"Light Cherry Pie Filling Or Topping",
"Pie Crust, Graham Cracker",
"Chocolate Candy Coating",
"Candy Coating",
"Chocolate Chips",
"Instant Nonfat Dry Milk",
"Pantry Essentials, Enriched Wheat Bread",
"Pantry Essentials, Enriched White Bread",
"Value Corner, Enriched White Bread",
"Value Corner, Wheat Enriched Bread",
"Multigrain O's, Lightly Sweetened 5 Whole Grains Cereal",
"Corn Flakes Cereal",
"Toasted Rice Cereal",
"Quick One Minute Oatmeal, 100% Whole Grain Oat Cereal",
"Toasted Oats, Honey & Almond",
"Instant Multigrain Oatmeal Cup, Apples & Cinnamon",
"Instant Multigrain Oatmeal Cup, Peach Pecan Vanilla",
"Instant Multigrain Oatmeal Cup, Strawberry Almond",
"Toasted Oats",
"Silly Circles Sweetened Multi-Grain Cereal",
"Whole Grain Cereal, Lightly Sweetened",
"Raisin Bran",
"Silly Circles Sweetened Multi-Grain Cereal",
"Berry Crackles Sweetened Corn & Oats Cereal",
"Cocoa Nuggets, Sweetened Rice Cereal With Real Cocoa",
"Chunk Light Tuna In Water",
"Diced Pears In Light Syrup",
"Kitchens, Diced Peaches",
"Asparagus Medley",
"Cut Super Greens Collard",
"Cut Super Greens Rainbow Chard",
"Cut Super Greens Euro Blend",
"Curly Mustard",
"Farms, Cut Super Greens Country Blend",
"Oven Roasted Sliced Almond Salad Toppers",
"Sliced Almond Honey Roasted Salad Roasted",
"Sliced Almonds",
"Lacinato Tuscan Kale",
"Green Beans",
"Jumbo White Whole Mushrooms",
"Farms, Pineapple Chunks, In Extra Light Syrup",
"Farms, Cherry Mixed Fruit",
"Farms, Ruby Red Grapefruit In Extra Light Syrup",
"Rice Pockets, Oven Toasted Rice Cereal",
"Wheat Braids Pretzels",
"White Corn Bite Size Tortilla Chips",
"Cheese Puffs",
"Pretzels",
"Pretzel Sticks",
"Waffles Pretzels",
"Bavarian Pretzels",
"Dipping Corn Chips",
"Snacks",
"Pecan Chips",
"Pecan Halves",
"Chopped Pecans",
"Unsalted Dry Roasted Peanuts",
"Dry Roasted Peanuts",
"Mountain Mix Trail Mix",
"Dry Roasted Peanuts",
"Roasted & Seasoned Sunflower Kernels",
"Roasted & Salted Peanuts",
"Peanut Butter Filled Pretzels",
"Whole Roasted & Salted Cashews",
"Roasted & Salted Almonds",
"Tortilla Chips",
"The Snack Artist, Peanut Buttery Trail Mix",
"Sweet & Salty Chili Crunch",
"Caramel Cashew Trail Mix",
"Peanut Lovers' Mountain Trail Mix",
"Spicy Wasabi Pea Mix",
"The Snack Artist, Cranberry Cashew Almond Trail Mix",
"Cashews",
"Mixed Nuts With Peanuts, Roasted & Salted",
"Mountain Trail Mix",
"Trail Mix Snacks, Peanut Butter",
"Spicy Wasabi Pea Mix",
"Caramel Cashew Trail Mix",
"The Snack Artist, Peanut Lovers' Mountain Trail Mix",
"Sweet & Salty Chili Crunch",
"Roasted & Salted Whole Cashews",
"Whole Unroasted & Unsalted Almonds",
"Roasted & Salted Almonds",
"Deluxe Mixed Nuts",
"Heat & Serve Pecans, Glazed",
"Heat & Serve Almonds, Butter Rum Toffee",
"Heat & Serve Pecans, Southern Style Spiced",
"Original Low Fat Bean Dip",
"Bean Dip",
"Zesty Black Bean Dip",
"Spinach Dip",
"Salsa Con Queso",
"Teriyaki Beef Jerky",
"Club Soda",
"Seltzer Water",
"Seltzer Water, Raspberry",
"Seltzer",
"Diet Tonic Water",
"Traditional Snack Mix",
"Potato Chips, Bbq",
"Traditional Snack Mix",
"Cheddar Snack Mix",
"Snack Mix",
"Cooked Potato Chips",
"Cooked Potato Chips",
"Cooked Potato Chips",
"Dry Roasted Macadamia Nuts Halves & Pieces",
"Cashew Halves & Pieces",
"Lightly Salted Mixed Nuts",
"Lightly Salted Party Peanuts",
"Spanish Peanuts",
"Butter Toffee Peanuts",
"Pistachios, Roasted & Salted",
"Roasted & Salted Pistachios",
"Tonic Water",
"Trail Mix",
"Microwave Popcorn, Classic Butter",
"White Corn Kernels",
"Microwave Popcorn",
"Cake Cups",
"Sugar Cones",
"Waffle Cones",
"Kitchens, Rainbow Cups",
"Waffle Bowls",
"Taco Shells",
"Taco Shells",
"Low Fat Graham Crackers, Honey",
"Sandwich Creme Cookies",
"Sandwich Cookies",
"Danish Butter Cookies",
"Baked Snack Crackers, Sesame Thin Wheat",
"Cheddar Cheese Baked Snack Crackers",
"Entertaining Cracker, Sesame & Poppy Seed",
"Rice Crackers, Original",
"Whole Wheat Fig Bars",
"Delectables, Baked Snack Crackers, Chive & Caramelized Onion",
"Meyer Lemon Cookie Thins",
"Gourmet Sandwich Creme Cookies",
"Gourmet Sandwich Creme Cookies",
"Classic Madeleines Petite, French Style Cake, Butter",
"Petite French Style Cakes, Lemon",
"Treasure Chips, Chocolate Chips Cookies",
"Treasure Chips Chunky Cookies",
"Thin & Crispy Cookies, Peanut Butter Chip",
"Soft & Chewy Oatmeal Raisin Cookies",
"Soft & Chewy Cookies",
"Thin & Crispy Praline Cookies, Butter Pecan",
"Everything Crackers",
"Cookie Cakes",
"Sandwich Cookies, Mint Creme",
"Chocolate Sandwich Cookies",
"Tuxedos Double Filled Chocolate Sandwich Cookies",
"Sandwich Cookies",
"Vanilla Sandwich Cookies",
"Kitchens, Italian Style Breadcrumbs",
"Lemon Creme Wafers",
"Kitchens, Panko Bread Crumbs",
"Pork Seasoning",
"Fudge Covered Cookies, Fudge Mint",
"Fudge Grahams, Fudge Covered Graham Cookies",
"Kitchens, Complete Buttermilk Pancake & Waffle Mix",
"Pancake & Waffle Mix",
"Buttery Shortbread Sandwich Cookies, Lemon Swirl",
"Salted Caramel Fudge",
"Chocolate Cookies, Peanut Butter, Fudge",
"Cookies, Oatmeal",
"Entertaining Crackers",
"Ginger Snaps",
"Wheat Saltine Crackers",
"Roasted Vegetable Snack Cracker",
"Snack Crackers, Wheat",
"Reduced Fat, Classic Snack Crackers",
"Kitchens, Chicken Coating Mix",
"Pork Coating Mix",
"100% Apple Juice",
"100% Apple Juice",
"Sparkling Apple Cider Juice From Concentrates, Apple",
"Juice",
"Juice Cocktail",
"Fruit Juice, Lemon",
"Lemon Juice",
"100% Lime Juice",
"Low Sodium Vegetable Juice",
"White Grapefruit Juice",
"Lower Sodium Classic Cut Sliced Bacon",
"Fruit Juice, Prune",
"Prune Juice",
"Apple Sauce",
"Apple Sauce",
"Kitchens, Apple Sauce",
"Kitchens, Unsweetened Apple Sauce",
"Apple Sauce",
"Kitchens, Unsweetened Apple Sauce",
"Squeeze&Go, Apple Sauce Pouches, Apple Cinnamon",
"Squeeze & Go Apple Sauce Pouches",
"Pizza Crust, Original",
"Thin Pizza Crust",
"Mini Original Pizza Crusts",
"Italian Style Diced Tomatoes",
"Crushed Tomatoes In Rice Puree",
"Apple Sauce",
"Sliced Carrots",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail",
"Fruit Cocktail In 100% Juice",
"Fruit Cocktail",
"Mixed Fruit In Light Syrup, Extra Cherry",
"Kitchens, Extra Cherry Mixed Fruit",
"Sliced Peaches",
"Sliced Peaches",
"Sliced Peaches",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Sliced Peaches",
"Kitchens, Diced Peaches In Light Syrup",
"Sliced Peaches In Extra Light Syrup",
"Kitchens, Bartlett Pears Slices In Heavy Syrup",
"Juice",
"Fruit Cocktail In Extra Light Syrup",
"Kitchens, Pineapple Slices In 100% Pineapple Juice",
"Kitchens, Pineapple Chunks",
"Crushed Pineapple In 100% Juice",
"Cut Green Beans",
"Cut Green Beans",
"French Style Green Beans",
"Sliced Beets",
"Whole Beets",
"Sliced Beets",
"Pickled Sliced Beets",
"Cream Style Golden Sweet Corn",
"Whole Kernel Golden Sweet Corn",
"Whole Kernel Golden Sweet Corn",
"Whole Kernel Golden Sweet Corn",
"Golden Sweet Corn",
"Sparkling Water With Juice, Black Raspberry",
"Ice, Orange Mango",
"Sparkling Water With Juice, Pink Grapefruit",
"Flavored Sparkling Water With Juice, Lemonade",
"Refreshe, Sparkling Water With Juice, Black Raspberry",
"Sparkling Water With Juice",
"Pink Grapfruit",
"Sparkling Water With Juice",
"Sparkling Water With Juice, Wild Cherry",
"Sparkling Water With Juice, Key Lime",
"Sparkling Half & Half Water, Half Lemonade",
"Sparkling Peach Tea",
"Ice, Sparkling Mango Green Tea",
"Sweet Peas",
"Mixed Vegetables",
"Whole Carrots",
"Peas & Diced Carrots",
"French Fried Onions",
"Pieces & Stems Mushrooms",
"Artichoke Bottoms In Brine",
"Crushed Tomatoes",
"Tomato Paste",
"Peach Silces",
"Fruit Cocktail",
"Apricot Halves In Heavy Syrup",
"Maraschino Cherries",
"Apple Butter",
"Squeezable Grape Jelly",
"Chunk Light Tuna In Water",
"Solid White Albacore Tuna In Water",
"Sliced White Potatoes",
"Asian Style Chopped Salad Bowl",
"Bacon Blue Wedge Chopped Salad Bowl",
"Farms, Cafe Bowl Santa Fe Style Salad",
"Farms, Cafe Bowl Turkey And Bacon Cobb Salad",
"Farms, Cafe Bowl Spinach Dijon Salad",
"Farms, Cranberry Walnut Salad",
"Mashed Potatoes",
"Farms, Apple Bleu Pecan Salad",
"Sauerkraut",
"Cut Leaf Spinach",
"Sauerkraut",
"Cafe Bowl, Caprese Salad",
"Farms, Chopped Salad Bowl",
"Farms, Chopped Salad Bowl",
"Chopped Salad Bowl, Bbq Seasoned Ranch Chicken Salad",
"100% Natural Whole Peeled Tomatoes",
"Kitchens, Petite Diced Tomatoes With Garlic & Olive Oil",
"Diced Fire Roasted Tomatoes With Seasoning",
"Kitchens, Southwestern Style Diced Tomatoes & Green Chilies",
"Kitchens, 100% Natural Diced Tomatoes",
"100% Natural Whole Peeled Tomatoes",
"Stewed Italian Style Tomatoes With Garlic & Spices",
"Kitchens, Mexican Style Stewed Tomatoes",
"Kitchens, Diced Tomatoes",
"100% Natural Petite Diced Tomatoes",
"Kitchens, 100% Natural Diced Tomatoes",
"Kitchens, Diced Tomatoes Italian Style With Garlic & Italian Seasonings",
"Mixed Vegetables",
"Extra Long Asparagus Spears",
"Dark Red Kidney Beans",
"Pinto Beans",
"Dark Red Kidney Beans, Low Sodium",
"Mini Beef Ravioli",
"Macaroni & Beef In Tomato Sauce",
"Spaghetti With Meatballs",
"Spaghetti Rings With Meatballs",
"Lima Beans",
"Butter Beans",
"Black-Eye Peas",
"Kitchens, Chili Beans",
"Refried Beans",
"Refried Beans",
"Refried Beans",
"Black Beans",
"White Beans",
"Kitchens, Black Beans With Garlic, Onion & Spices",
"Mild Diced Green Chiles",
"Mild Diced Green Chiles",
"Whole Green Chiles",
"Diced Jalapenos Peppers",
"Sliced Water Chestnuts",
"Alaska Pink Salmon",
"Solid White Albacore Tuna In Water",
"White Premium Chunk Chicken Breast In Water",
"Corned Beef",
"Corned Beef Hash",
"Reduced Sodium Broth, Chicken",
"Chicken Broth",
"Condensed Soup",
"Condensed Soup, Chicken Noodle",
"Condensed Soup",
"Beef Broth",
"Tomato Condensed Soup",
"Chicken Cooking Stock",
"Kitchens, Beef Cooking Stock, Intense",
"Chicken Broth",
"Reduced Sodium Chicken Broth",
"Unsalted Chicken Cooking Stock",
"Kitchens, Vegetable Cooking Stocks, Intense",
"Kitchens, Condensed Soup, Chicken",
"Kitchens, Cream Of Mushroom Condensed Soup",
"Chicken Broth",
"Kitchens, Onion Soup & Dip Mix",
"Cream Of Celery Condensed Soup",
"Condensed Soup",
"Chicken Noodle Condensed Soup",
"Tomato Condensed Soup",
"Bean With Bacon",
"Vegetable Condensed Soup",
"Condensed Soup",
"Cream Of Potato Condensed Soup",
"Chicken Noodle Condensed Soup",
"Condensed Tomato Soup",
"Hearty Chicken Noodle Soup",
"Hearty Beef Soup With Country Vegetables",
"Hearty Gumbo Soup",
"Grilled Chicken Soup",
"Hearty Chicken Corn Chowder",
"Homestyle Lentil Soup",
"Homestyle Chicken Noodle Soup",
"Homestyle Clam Chowder",
"Herb Seasoned Croutons",
"Hot Cocoa Mix, Rich Chocolate",
"European Cafe Style Hot Cocoa",
"Spiced Apple Cider",
"Hot Cocoa Mix",
"Hot Cocoa Mix, Rich Chocolate",
"Hot Cocoa Mix With Extra Marshmallows",
"White Chocolate Hot Cocoa",
"Fat Free Evaporated Milk",
"Kitchens, Sweetened Condensed Milk",
"Kitchens, Instant Nonfat Dry Milk",
"Wasabi Rice Crackers",
"Pudding Snack",
"Chili With Beans",
"Hot Chili With Beans",
"Chili No Beans",
"Chili With Beans",
"Instant Bouillon",
"Bouillon Cubes",
"Beef Ravioli In Tomato And Meat Sauce",
"Egg Whites Extra Wide Noodle Style Pasta",
"Gemelli",
"Enriched Extra Wide Egg Noodles",
"Enriched Medium Egg Noodles",
"Enriched Macaroni Product, Rotelle Pasta",
"Small Shells, Enriched Macaroni Product",
"Large Elbow Macaroni",
"Thick Spaghetti, Enriched Macaroni Product",
"Enriched Wide Egg Noodles",
"Semolina Wheat Pasta",
"Lowfat Cottage Cheese Plain",
"Lowfat Cottage Cheese, Pineapple",
"Lowfat 2% Milkfat Cottage Cheese, Strawberry",
"Lowfat Cottage Cheese Chive",
"Apple Cider Juice, Honey Crisp Apples",
"Kitchens, Sweet Whole Gherkins",
"Cappuccino Drink Mix, French Vanilla",
"Hot Cocoa Drink Mix, Milk Chocolate",
"Black Tea",
"Black Tea",
"Green Tea",
"Decaffeinated Black Tea",
"Decaf Green Tea",
"Non-Dairy Creamer",
"Select, Cappuccino Drink Mix, Salted Caramel",
"Green Tea, Honey, Ginseng",
"Iced Tea, Lemon",
"Iced Tea",
"Low Calorie Diet Green Tea",
"Flavored Syrup, Vanilla",
"Sugar Free Vanilla Flavored Syrup, Vanilla",
"Caramel Flavored Syrup, Caramel",
"Sugar Free Flavored Syrup, Caramel",
"Sugar Free Coffee Enhancer",
"Coffee Enhancer, Caramel",
"Syrup",
"Select, Raspberry Preserves, Raspberry",
"Select, Blackberry Preserves",
"Apricot Preserves, Apricot",
"Mint Jelly, Mint",
"Select, Preserves, Blueberry",
"Select, Boysenberry Preserves",
"Apricot Preserves",
"Kitchens, Preserves, Apricot Pineapple",
"Kitchens, Seedless Blackberry Preserves",
"Kitchens, Boysenberry Preserves",
"Kitchens, California Style Sweet Orange Marmalade, Orange",
"Kitchens, Strawberry Preserves, Strawberry",
"Kitchens, Strawberry Jelly",
"Select, Blueberry Preserves",
"Select, Apricot Preserves",
"Kitchens, Preserves, Red Raspberry",
"Kitchens, Original Syrup",
"Original Syrup",
"Original Syrup",
"Old Fashioned Syrup",
"Kitchens, Original Syrup, Lite",
"Select, 100% Pure Maple Syrup",
"Chunky Peanut Butter",
"Kitchens, Creamy Peanut Butter",
"Reduced Fat Creamy Peanut Spread",
"Kitchens, Chunky Peanut Butter",
"Peanut Butter",
"Pitted Ripe Colossal Olives",
"Pitted Ripe Extra Large Olives",
"Ripe Chopped Olives",
"Ripe Sliced Olives",
"Pitted Ripe Medium Olives",
"Pitted Ripe Small Olives",
"Ripe Sliced Olives",
"Sweet Relish",
"Dill Relish",
"Bread And Butter Chips",
"Sweet Relish",
"Kitchens, Italian Style Panko Crispy Bread Crumbs",
"Bread And Butter Chips",
"Sandwich Spread",
"Real Mayonnaise",
"Honey Mustard",
"Real Mayonnaise",
"Real Mayonnaise",
"Light Mayonnaise",
"Whipped Dressing",
"Southwestern Style Mustard",
"Dressing & Dip",
"Ranch Salad Dressing & Seasoning Mix",
"Kitchens, Italian Salad Dressing & Seasoning Mix",
"Lite Ranch Dressing & Dip",
"Dressing & Spread",
"Ranch Dressing & Dip",
"Italian Dressing & Marinade",
"Thousand Island dressing & spread",
"Dressing & Marinade",
"Dressing & Marinade",
"Dressing & Dip",
"Dressing & Spread",
"Dressing & Dip",
"Dressing & Dip",
"Original Steak Sauce",
"Bold Steak Sauce",
"Marinade, Teriyaki With Pineapple Juice",
"Herb And Garlic Marinade",
"Marinade, Lemon Pepper",
"Caribbean Jerk, Marinade",
"Cuban Garlic Lime Marinade",
"Buffalo-Style Wing Sauce",
"Ranch Dressing & Dip",
"Marinade Steak & Chop",
"Sweet & Spicy Chili Sauce",
"Soy Orange Citrus Sauce",
"Roasted Garlic & Honey Mustard Sauce",
"Soy Honey Garlic Sauce",
"Autumn Harvest Trail Mix",
"Ginger trail mix",
"Almond Orchard Delight Trail Mix",
"Strawberry Patch Trail Mix",
"Red, White & Blueberries Fruit Mix",
"Asian Toasted Sesame Dressing & Marinade",
"Dressing & Marinade",
"Caesar Dressing",
"Dressing",
"Select, Vinaigrette, Garlic Parmesan",
"Vinaigrette Dressing",
"Dressing",
"Sesame Ginger Vinaigrette Dressing",
"Poppy Seed & Caramelized Onion Dressing",
"Honey Mustard Dressing",
"Select, Tzatziki Cucumber Dressing",
"Cranberry A-Go-Go Trail Mix",
"Vinaigrette Dressing",
"Winter Wonderland Trail Mix",
"Sweet & Spicy Barbecue Sauce",
"Original Barbecue Sauce",
"Marinade Sesame Ginger",
"Marinade Meaquite",
"Sesame & Ginger Teriyaki, Marinade",
"Island Teriyaki Marinade",
"Original Barbecue Sauce",
"Honey Barbecue Sauce",
"Trail Mix",
"Limited Edition Trail Mix, Dark Chocolate Amaretto",
"Whole Cashews",
"Whole Cashews",
"Stems & Pieces Mushrooms",
"Whole Mushrooms",
"Kitchens, 100% Natural Tomato Paste",
"Kitchens, 100% Naturals Tomato Paste",
"100% Natural Tomato Sauce",
"Tomato Sauce",
"Kitchens, Tomato Puree",
"Kitchens, 100% Natural Tomato Sauce",
"Select, Pasta Sauce, Garlic Basil",
"Select, Spicy Red Bell Pepper Pasta Sauce",
"Select, Vodka Pasta Suace",
"Select, Arrabbiata Pasta Sauce",
"Select, Artichoke Pasta Sauce",
"Select, Roasted Onion & Garlic Pasta Sauce",
"Triple Roasted Salsa, Medium",
"Salsa Verde",
"Fire Roasted Tomato Salsa, Medium",
"Salsa Con Queso, Medium",
"Chipotle Slasa",
"Green Enchilada Sauce",
"Red Enchilada Sauce",
"Chunky Classic Salsa",
"Chunky Classic Salsa",
"Peach-Pineapple Salsa",
"Chunky Classic Salsa",
"Chunky Classic Salsa",
"Kitchens, Marinara Traditional Pasta Sauce",
"Kitchens, Traditional Pasta Meat Sauce",
"Kitchens, Spacial Cut San Marzano Style",
"Tomato Basil Traditional Pasta Sauce",
"Kitchens, Traditional Pasta Sauce, Garlic & Herb",
"Pasta Sauce",
"Pasta Sauce",
"Chunky Classic Salsa",
"Slow Cooker Sauce",
"Lemon Butter Simmer Sauce",
"Mushroom Wine Simmer Sauce",
"Simmer Sauce, Thai Coconut Curry",
"Simmer Sauce, Sesame Ginger",
"Mandarin Orange Simmer Sauce",
"Slow-Cooker Sauce, Alehouse Braising",
"Slow -Cooker Sauce, Chili Verde",
"Simmer Sauce",
"Chicken Gravy",
"Beef Gravy",
"Turkey Gravy",
"Home Style Gravy Savory Turkey",
"Homestyle Gravy Savory Beef",
"Brown Gravy Mix",
"Spaghetti Sauce Mix",
"Taco Seasoning Mix",
"Beef Stew Seasoning Mix",
"Meat Loaf Seasoning",
"Pork Gravy Mix",
"Country Gravy Mix",
"Sloppy Joe Seasoning Mix",
"Fajita Seasoning Mix",
"Peach-Pineapple Salsa, Medium",
"Chunky Salsa",
"Fire Roasted Salsa",
"Pinto Beans",
"Pinto Beans",
"Large Lima Beans",
"Black Beans",
"Great Northern Beans",
"Green Split Peas",
"Black Eye Peas",
"Instant Brown Rice",
"Basmati Rice",
"Chewy Trail Mix Bar",
"Crunchy Granola Bars",
"Toaster Pastries",
"Frosted Toaster Pastries",
"Toaster Pastries",
"Toaster Pastries",
"Toaster Pastries",
"Sharks Snacks, Assorted Fruit",
"Fruit Flavored Snacks",
"Curious George, Flavored Snacks, Assorted Fruit",
"Snack Candy, Fruit",
"Sugar Sweetened Iced Tea Mix Iced Tea",
"Iced Tea",
"Tomato Clam Cocktail",
"Macaroni & Cheese Shells Dinner, Cheddar Cheese",
"Kitchens, Stuffing Mix, Turkey",
"Buttery Mashed Potatoes",
"Instant White Rice Enriched Long Grain",
"Enriched Calrose Rice",
"Calrose Rice",
"Enriched Calrose Rice",
"Instant White Rice",
"Roasted Garlic Mashed Potatoes",
"Loaded Mashed Potatoes, Blended With Sour Cream, Cheeses, Chives, Imitation Bacon Bits And Butter Flavor",
"4 Cheese Mashed Potatoes",
"Whole Water Chestnuts In Water",
"Red Enchilada Sauce",
"Green Enchilada Sauce",
"Garbanzo Beans",
"Whole Grain Medley With Vegetables",
"Asian Inspired Brown Rice With Shiitake Mushroom",
"Gently Milled Brown Rice",
"Brown & Wild Rice With Quinoa",
"Kitchens, Small Elbow Macaroni, Enriched Macaroni Product",
"Kitchens, Salad Macaroni",
"Enriched Spaghetti Pasta",
"Kitchens, Mostaccioli, Enriched Macaroni Product",
"Medium Shells",
"Chow Mein Noodles",
"Kitchens, Spiral Macaroni & Cheese Dinner",
"Macaroni & Cheese Dinner",
"Macaroni & Cheese Dinner, White Cheddar",
"Shells & Cheese Dinner",
"Deluxe Macaroni & Cheese Dinner",
"Mini penne",
"Kitchens, Angel Hair Pasta, Enriched Macaroni Product",
"Farfalle, Enriched Macaroni Product",
"Kitchens, Rigatoni, Enriched Macaroni Product",
"Kitchens, Rainbow Rotini, Enriched Macaroni, Tomato & Spinach Product",
"Linguine, Enriched Macaroni Product",
"Large Elbow Macaroni, Enriched Macaroni Product",
"Kitchens, Ziti, Enriched Macaroni Product",
"Cooking Spray Vegetable Oil",
"Balsamic garlic",
"Kitchens, 100% Pure Vegetable Oil",
"Vegetable Oil",
"Corn Oil",
"Kitchens, 100% Pure Corn Oil",
"100% Pure Peanut Oil",
"Kitchens, 100% Pure Peanut Oil",
"Seasoned Rice Vinegar",
"Reserve Rose Vinegar",
"Glaze With Balsamic Vinegar Of Modena",
"Chili Sauce",
"Cocktail Sauce",
"Sweet & Smoky Bbq Rub",
"Sweet & Spicy Chicken Rub",
"Roasted & Salted Peanuts",
"Roasted & Unsalted Peanuts",
"Roasted & Salted Peanuts",
"Roasted & Unsalted Peanuts",
"Sweetened Flaked Coconut",
"Dried Fancy Apricots",
"Dried Berries & Cherries",
"Dried Cranberries",
"Dried Cherries",
"Dried Cranberries",
"Dried Philippine Mango",
"Farms, Dried Wild Blueberries",
"Farms, Dried California Peaches",
"Farms, Dried Fancy Pears",
"All Purpose Flour",
"Russet Potatoes",
"Russet Potatoes",
"White Potatoes",
"Yellow Corn Meal Enriched Degerminated",
"Orange Slices Candy",
"Jelly Beans Candy",
"Gummi Worms",
"Gummi Bears",
"Peach Rings Candy",
"Assorted Fruit Slices",
"Spice Drops Candy",
"Candy, Peppermint Stralights",
"Candy",
"Orange Slices Candy",
"Jelly Bean Candy",
"Gummi Worms Candy",
"Fruit Slices Candy",
"Gummi Worms, Sour",
"Peach Ring Candy",
"Cinnamon Disks Candy",
"Red Fish Candy",
"Heads Candy, Sour",
"Butterscotch Disks Candy",
"Lemon Drops Candy",
"Cherry Sours Candy",
"Bears Candy",
"Candy, Watermelon Slices",
"Blue Sharks Candy",
"Candy Corn Candy",
"Mayonnaise Dressing With Extra Virgin Olive Oil",
"Canola Cholesterol Free Mayonnaise",
"Pizza Snacks, Pepperoni Pizza In A Golden Crust",
"Dessert Shells",
"Lady Fingers",
"Farms, Carrot Chips",
"Egg Frittata, Bacon, Tomato And Swiss Frittata",
"Egg Frittata",
"Frittata, Maple Sausage, Potato And Cheddar",
"Ham, Potato, And Cheddar Frittata",
"Ham, Potato, And Cheddar Frittata",
"Egg Frittata",
"Macadamia Nuts Dry Roasted With Sea Salt",
"Farms, Carrots",
"Select, Almonds Covered In Dark Chocolate",
"Marcona Almonds, Dry Roasted And Unsalted",
"Whole Almonds, Chipotle",
"Farms, Peeled Baby-Cut Carrots",
"Farms, Peeled Baby-Cut Carrots",
"Farms, Stringless Sugar Snap Peas",
"Romaine Hearts",
"Select, Walnuts",
"Select, Almonds Covered In Milk Chocolate",
"Select, Raisins Covered In Dark Chocolate",
"Select, Milk & Dark Chocolate Covered Almonds",
"Orchard Nut Trio With Sea Salt",
"Inc., Pound Cake",
"Farms, Sweet Baby Cut Carrots",
"Dry Roasted And Unsalted Whole Almonds",
"Mammoth Pecan Halves",
"Whole Cashews, Unsalted",
"Whole Cashews",
"Raw Almonds",
"Deluxe Mixed Nuts, Sea Salt",
"Animal Crackers",
"Mineral Water",
"Agua Mineral",
"Topo Sabores, Artificially Flavored Soda, Apple",
"Topo Chico, Carbonated Beverage, Apple",
"Topo Sabores, Flavored Soda, Strawberry",
"Topo Chico, Carbonated Beverage, Strawberry",
"Topo Sabores, Artificially Flavored Soda, Peach",
"Tope Sabores, Orange Soda, Orange",
"Topo Chico, Twist Of Grapefruit",
"Topo Sabores, Artificially Flavored Soda, Pineapple",
"Topo Chico, Carbonated Beverage, Pineapple",
"Topo Chico, Flavored Sparkling Water",
"Topo Sangria, Non Alcoholic Carbonated Beverage",
"Topo Sabores, Soda, Tamarind",
"Cannellini Beans, White Kidney Beans",
"Strakhouse Russet Baking Potatoes",
"Graham Crackers",
"Naturally Flavored",
"Dried Cranberries & Honey Roasted Pecans",
"Frosted Brown Sugar Cinnamon, Toaster Pastries",
"Light Creamy Ranch, Dressing & Dip",
"Light Raspberry Vinaigrette With Red Wine Vinegar, Poppy Seeds And Extra Virgin Olive Oil",
"Greek Vinaigrette Dressing & Marinade",
"Honey Mustard Dressing & Dip",
"Potato Chips",
"Salted Mixed Nuts",
"Mild Cheddar",
"Colby Jack Cheese",
"Ice Cream, Butter Pecan",
"Ice Cream, Cherry Vanilla",
"Ice Cream, Chocolate",
"Ice Cream, Cookies & Cream",
"Ice Cream, Fudge Royale",
"Ice Cream, Orange Dream",
"Ice Cream",
"Whiting Fillets",
"Chocolate Chip Cookies",
"Chunky Chocolate Chip Cookies",
"Barlet Sliced Pears In Heavy Syrup",
"Bay Scallops",
"Picante Style Mild",
"Sweet & Spicy Barbecue Sauce",
"Oats & More, Toasted Multi-Grain Cereal, Honey Oat Clusters",
"Essentially You Whole Grain Cereal, Vanilla Almond",
"Energy Mix",
"Healthy Chicken Noodle",
"New England Style Clam Chowder",
"Traditional Ready To Serve Soup",
"Extra Fine Granulated Sugar",
"Seven Layer Cake",
"Bacon Ranch",
"Natural Creamy Peanut Butter Spread",
"Original Coleslaw",
"Chopped Coleslaw",
"Ham Salad",
"Old Fashioned Potato Salad",
"Old Fashioned Potato Salad",
"Potato Salad With Egg",
"Potato Salad With Egg",
"Baked Beans",
"Pork & Bbq Sauce Baked Beans",
"Red Skin Potato Salad",
"Egg Salad",
"Beef With Vegetable, Chunky",
"Iced Coffee",
"Punch Drink From Concetrate",
"Punch Drink",
"Alfredo Sauce",
"Marsala Sauce",
"Marinara Sauce",
"Tomato Basil Sauces",
"Whole Almonds",
"Roasted Almonds",
"Roasted & Unsalted Whole Cashews",
"Dry Roasted Peanuts With Sea Salt Seasoning",
"Dry Roasted Unsalted Peanuts",
"Lightly Salted Dry Roasted Peanuts",
"Party Peanuts",
"Peanuts",
"Peanuts",
"Roasted & Salted Cashews Halves & Pieces",
"Cashews Halves & Pieces",
"Mixed Nuts",
"In-Shell Pistachios",
"Pecan Pefection",
"Pistachio Perfection Nuts",
"Cashew Perfection",
"Trail Mix",
"Sunflower Seeds",
"Mixed Nuts",
"Pretzels",
"Pretzels",
"Banana Chips",
"Sweet & Salty Caramel Mix",
"Cajun Corn Sticks",
"Oriental Party Mix",
"Trail Mix",
"Cashew, Cranberry And Almonds",
"A Little Bit Of Everything Trail Mix",
"Peanut Butter Trail Mix",
"Whole Natural Almonds",
"Graham Crackers, Pie Crust",
"Cheesy Skillet Dinner",
"Chessy Skillet Dinner",
"Cheesy Skillet Dinner",
"Spread, Hazelnut Chocolate",
"Premium Corned Beef",
"Fruit Bar",
"Fruit Bar",
"Fruit Bar",
"Fruit Bar",
"Nutty Caramel Crunch",
"Club Soda",
"Ginger Ale Caffeine Free",
"Fruit Mix In Extra Light Syrup",
"Tomato Ketchup",
"Golden Sweet Whole Kernel Corn",
"Sweet Peas",
"Peas & Sliced Carrots",
"Whole Kernel Corn",
"Cut Green Beans",
"Peas",
"French Fried Potatoes",
"French Potatoes Steak Fries",
"Shoestring Fries, French Fried Potatoes",
"Crushed Tomatoes",
"Fiber Max Brownie Bar, Chocolate Fudge",
"Mac & Cheese, Cheddar Cheese And Spirals",
"Shells & Cheese",
"Sweet Potato Fries",
"Crispy Rice And Wheat Flakes With Strawberries",
"Non-Dairy Creamer",
"Sandwich Spread",
"Cooking Spray Vegetable Oil",
"Flour Baking Spray",
"Hardwood Bacon",
"Original Pretzel Thins",
"Pretzel Thins, Garlic Parmesan",
"Pretzels, Peanut Butter",
"Mini Peanut Butter",
"Sour Cream Dip, Chipotle Ranch",
"French Onion Sour Cream Dip",
"Caffeine Free Ginger Ale, Cranberry",
"Ginger Ale, Raspberry",
"Almond Milk",
"Baked Beans",
"Homestyle Baked Beans",
"Country Style Baked Beans",
"Beefy Onion Mix",
"Shredded Mild Cheddar Cheese",
"Finely Shredded Mexican Style Cheese Blend",
"Finely Shredded Mozzarella Cheese",
"Shredded Sharp Cheddar Cheese",
"Instant Oatmeal, Raisin & Spice",
"Instant Oatmeal",
"Instant Oatmeal Cereal, Maple & Brown Sugar",
"Instant Oeatmeal, Apples & Cinnamon",
"Steel Cut Oats",
"Honey Ham",
"Chicken Franks",
"Chopped Ham",
"Honey Ham",
"Virginia Brand Ham",
"Ham",
"Roasted Turkey Breast",
"Maple Honey Turkey Breast",
"Smoked Honey Turkey Breast",
"Angler's Catch, Wild Caught Salmon Fillets",
"Fisherman's Wharf, Cocktail Shrimp",
"Ultimately Bold Snack Mix",
"Snack Mix, Cheddar",
"Traditional Snack Mix",
"Queso Sour Cream Dip",
"Fisherman's Wharf, Cocktail Shrimp",
"Tortilla Chip Cupz",
"Brown Gravy Mix",
"Gravy Mix",
"Chicken Gravy Mix",
"Onion Gravy Mix",
"Au Jus Gravy Mix",
"Chili Seasoning Mix",
"Taco Seasoning Mix",
"Colby Jack Cheese",
"Mild Cheddar Cheese",
"Fruit Slices",
"Circus Peanuts",
"Gummi Peach Rings",
"Sours Candy, Cherry",
"Cinnamon Imperials",
"Lemon Drops",
"Peppermint Twists",
"Milk Chocolate Dipped Peanuts",
"Chocolate Stars",
"Peanut Clusters",
"Milk Chocolate Covered Raisins",
"Gummi Worms",
"Gummi Bears",
"Orange Slices",
"Spice Drops",
"Jelly Beans",
"Candy, Butterscotch Discs",
"Goetze's, Caramel Creams",
"Sour Neon Worms",
"Fat Free Cream Cheese",
"Belgian Waffles",
"Belgian Waffles, Multiberry",
"Candy",
"Original Potato Chips, Ripple",
"Original Potato Chips",
"Potato Chips",
"Potato Chips, Jamaican Jerk Chicken",
"Limited Edition Potato Chips, Sriracha",
"Potato Chips, Hot Dog",
"Wavy Potato Chips",
"Potato Chips, Maui Onion",
"Potato Chips, Roasted Garlic",
"Flavored Soda, Key Lime Pie",
"Flavored Soda, Key Lime Pie",
"Flavored Soda, Funnel Cake",
"Flavored Soda, Funnel Cake",
"Tropical Island Soda, Pineapple, Mango And Guava",
"Tropical Island Soda",
"Prestige, Pumpkin Pie Ice Cream",
"Vegetable Oil Spread",
"Big & Flaky Crescent Rolls Dough",
"Spread",
"Light Vegetable Oil Spread",
"Win Dixie, Magic Stars, Sweetened Oat Cereal With Marshmallows",
"Berry Treets, Sweetened Multi-Grain Celery",
"Mild Chili Seasoning Mix",
"Graham Cracker Pie Crust",
"Graham Cracker Crust Pie",
"Soda, Orange",
"Soda, Cola",
"Flavored Soda, Grape",
"Flavored Soda, Strawberry",
"Prestige, Ice Cream, Strawberry",
"Orange Pekoe And Pekoe Cut Black Tea",
"Traditional Family Size Tea Bags",
"Decaffeinated Family Size Tea Bags",
"Traditional Tea Bags",
"Traditional Tea Bags",
"Decaffeinated Orange Pekoe And Pekoe Cut Black Tea",
"Green Tea , Tea Bags",
"Raspberry Flavored Sweetened Iced Tea Mix",
"Sweetened Iced Tea Mix, Lemon",
"Classic Hot Covoa Mix",
"Frosted Strawberry Toaster Pastries, Strawberry",
"Hot Cocoa Mix",
"Seasoning Mix, Sloppy Joe",
"Makes 4 1/4 Cup Servings",
"Seasoning Mix, Meatloaf & Hamburger",
"Sauce Mix, Hollandaise",
"Sauce Mix, Spaghetti",
"Seasoning Mix With Onions, Hot Chili",
"Gravy Mix",
"Seasoning Mix, Chili",
"Pork Gravy Mix",
"Country Gravy Mix",
"Seasoning Mix, Taco",
"Seasoning Mix, Beef Stew",
"Mushroom Gravy Mix",
"Gravy Mix",
"Super Crunchy Cookies, Ginger Snaps",
"Old Fashioned Oatmeal Cookies",
"Toaster Pastries",
"Frosted Strawberry Toaster Pastries",
"Frosted Brown Sugar Cinnamon, Toaster Pastries",
"Frosted Blueberry Toaster Pastries",
"Saltine Crackers",
"Unsalted Tops Saltines Crackers",
"Wavy Potato Chips, Original",
"Original Chips",
"Potato Chips, Barbecue",
"Potato Chips, Sour Cream & Onion",
"Potato Chips",
"Potato Chips",
"Potato Chips, Salt & Vinegar",
"Crunchy Cheese Curls",
"Brown & Serve Flake Rolls",
"Old Fashioned Rolled Oats",
"Old Fashioned Rolled Oats",
"100% Rolled Quick Oats",
"Quick Oats 100% Rolled",
"Apples & Cinnamon Naturally Flavored Instant Oatmeal, Apples, Cinnamon",
"Instant Oatmeal",
"Strawberries 'N Cream Artificially Flavored Instant Oatmeal",
"Instant Oatmeal",
"Baked Apple Instant Oatmeal",
"Original Enriched Instant Grits",
"Enriched Instant Grits Butter Flavor Naturally Flavored",
"Naturally Flavored Enriched Instant Grits",
"Crunchy Granola Raisin Bran",
"Corn Flakes Cereal",
"Extra Raisin Brain Cereal",
"Rice Squares Toasted Rice Cereal",
"Coffee Creamer",
"Original Coffee Creamer, Lite",
"Original Coffee Creamer",
"Original Coffee Creamer",
"Coffee Creamer, Original",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Hazelnut",
"Sugar Free Coffee Creamer",
"French Vanilla Coffee Creamer",
"Irish Creme Artificially Flavored Coffee Creamer",
"Canola Oil Cooking Spray",
"Crispy And Crunchy Potato Sticks",
"Original Crispy & Crunchy Potato Sticks",
"Unpeeled Halved Apricots In Heavy Syrup",
"Triple Cherry Fruit Mix In A Natural Cherry Flavored Light Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Black Beans",
"Garbanzo Chickpeas",
"Pinto Beans",
"Dark Red Kidney Beans",
"Butter Beans",
"Green & White Lima Beans",
"Mexican Style Chili Beans",
"Blackeye Peas",
"Sweet Peas",
"Collard Greens",
"Chopped Turnip Greens",
"Spinach",
"Spinach",
"French Style Green Beans",
"Dark Red Kidney Beans",
"Organic Black Beans",
"Hot Dog Chili Sauce",
"Sweet & Spicy Chili Dipping Sauce & Glaze",
"Chocolate Flavored Drink Mix",
"Jumbo Cake Cups",
"Cake Cups",
"Quick Grits",
"Enriched Quick Grits",
"Mixed Vegetables",
"Crowder Peas",
"Crinkle Cut Carrots",
"Wd Prestige, Frozen Yogurt, Strawberry",
"Orange Sherbet",
"Pineapple Sherbet",
"Rainbow Sherbet Ice Cream",
"Fat Free Small Curd Cottage Cheese",
"Zesty Guacamole Sour Cream Dip",
"Creamy Dip, Spinach Artichoke",
"String Cheese Twists",
"1/3 Less Fat Than Cream Cheese",
"Cream Cheese, Original",
"Medium Cheddar Cheese",
"Grated Parmesan Romano Cheese",
"Fat Free Ricotta Cheese",
"Raw Jumbo Shrimp",
"Classic Caesar Dressing & Dip",
"Fat Free Classic Italian",
"Fat Free Creamy Ranch",
"Chunky Blue Cheese Dressing & Dip",
"California French Style Dressing & Dip",
"Creamy And Rich With Garlic And Onion Flavors",
"Garden Ranch Dressing & Dip",
"Tart Flavor With Zesty Garlic, Onion And Hint Of Red Bell Pepper, Dressing & Marinade",
"Creamy Ranch, Creamy And Rich With Garlic And Onion Flavors Dressing & Dip",
"With Garlic, Onion, Sweet Bell Pepper And Italian Spices Dressing & Marinade",
"Deluxe French Dressing",
"Butter Flavored Syrup",
"Kuddles, Pediatric Drink, Strawberry",
"Cinnamon sugar",
"Bacon Salt",
"Smokey Paprika",
"Heavy Cream",
"Pure Clover Honey",
"Kosher Bread & Butter Slices",
"Hamburger Buns",
"Marble Rye Bread",
"Lemon & Ginger Chicken Curry",
"Blackeye Peas",
"Potato Chips",
"Old Fashioned Kettle Style Potato Chips",
"Yellow Corn Tortilla Chips",
"Baked Potato Chips, Sour Cream & Onion",
"Corn Pops, Caramel",
"Pretzel Nuggets, Peanut Butter",
"Dark Bittersweet Chocolate Drops",
"Chocolate Peanut Clusters",
"Chocolate Covered Raisins",
"Milk Chocolate Stars",
"Delicious Candies Buttons, Butterscotch",
"Delicious Candy Corn",
"Delicious Candies Gummi Worms",
"Delicious Candies Jelly Beans",
"Delicious Candies Orange Slices",
"Sour Neon Bears Delicious Candies",
"Spice Drops Candy",
"Original Salted Crackers",
"Lemon Creme Cookies",
"Family Size Duplex Cremes Cookies",
"Cookies",
"Cookies",
"Chewy Cookies",
"Tomato Juice",
"Sloppy Joe Sauce",
"Country Doctor Soda",
"Cream Soda",
"Fastco, Grape Soda, Grape",
"Soda, Lemon, Lime",
"Soda, Orange",
"Fastco, Root Beer",
"Fastco, Soda, Strawberry",
"Fastco, Diet Hillbilly Holler, Low Calorie Citrus Soda",
"Country Doctor Soda",
"Hillbilly Holler, Soda, Citrus",
"Fast Chillers, Sparkling Beverage, Black Cherry",
"Fastco, Flavored Sparkling Beverage, White Grape",
"Fast Chillers, Key Lime Sparkling Beverage, Lime",
"Fast Chillers, Sparkling Beverage, Peach",
"Fast Chillers, Sparkling Beverage, Raspberry",
"Fast Chillers, Sparkling Beverage, Strawberry",
"Juice Cocktail, Apple",
"Juice Cocktail, Ruby Red Grapefruit",
"Juice Cocktail Blend From Concentrate",
"Juice Cocktail",
"Juice, Grape",
"Tomato Juice",
"Tomato Juice",
"Organic Juice",
"100% Vegetable Juice From Concentrate",
"100% Vegetable Juice",
"Black Tea",
"Neufchatelcream Cheese",
"Swiss Cheese",
"Chocolate Chip With Candy Cookies",
"Cookies, Peanut Butter",
"Sugar Cookies",
"Chocolate Chip With Candies Mini Cookies",
"Cut Corn",
"Grade A Mixed Vegetables",
"Almond Cookies",
"Golden Toasted Crackers",
"Smoked Bacon & Cheddar Blend Cheese",
"Hickory Farms® Our Signature Beef Summer Sausage Natural Hickory Smoke Flavor Added Made with Premium Beef, Semi-Dry",
"Sweet Indulgences",
"Mini Beef Sausage Snacks",
"Beef Sausage Snacks",
"Ricemellow Creme",
"Cinnamon Schoolbook Cookies",
"Natural Cane Sugar",
"Shell-On Shrimp",
"Shell-On Shrimp",
"100% Pure Sheep's Milk Cheese",
"Valbreso Feta",
"Red Decorator's Icing",
"Blue Decorator's Icing",
"Bakery Crafts, Candy Bones & Skulls Spooky Cupcake Decoration Kit",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Ihandcrafted Cing Decoration Cupcakes",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Icing Decorations",
"Bakery Crafts, Handcrafted Icing Decorations",
"Bakery Crafts, Merry Christmas Cupcake Decoration Kit",
"Bakery Crafts, Easter Bunny Cookie Cupcake Decoration Kit",
"Bakery Crafts, Bunny Tail Icing Decorations",
"Gummy Hearts",
"Bakery Crafts, Icing Decorations Sport Balls",
"Bakery Crafts, Icing Decoration Party Hats",
"Bakery Crafts, Gummy Gory Fangs, Strawberry",
"Bakery Crafts, Spooky Eyes Icing Decorations",
"Bakery Crafts, Candy Wreaths & Pearls",
"Bakery Crafts, Skull Cookie Kit",
"Dg, Ting, Carbonated Beverage, Grapefruit",
"Uncle Phil's, Honey Mustard, Honey",
"Uncle Phil's, Sweet & Sassy Mustard",
"Marinade, Tuscan Sun-Dried Tomato",
"Taco Spices & Seasoning",
"Szechuan Sweet & Sour Bbq With Sesame Oil",
"Adolph's, Marinade In Minutes, Meat Tenderizing Marinade, Original",
"Marinade, Sweet Southern Bbq",
"Balsamic Herb",
"Santa Fe Chili With Lime And Garlic Marinade",
"Lawry's, 30 Minute Marinade, Mediterranean, Herb & White Wine, With Lemon Juice & Garlic",
"Zatarain's, 30 Minute Marinade, Cajun",
"Seasoned Crispy Oven Bake Mix",
"Buffalo Chicken",
"Buffalo Seasoning Mix",
"Sweet Asian Bbq",
"Zesty Seafood With Old Bay Seasoning Marinade",
"All Purpose Salt-Free Seasoning",
"Adolph's, Prime Cut, Burger Seasoning Mix",
"Adolph's, Prime Cut, Pork Marinade Mix",
"Adolph's, Prime Cut, Chili Seasoning Mix",
"Adolph's, Prime Cut, Taco Seasoning Mix",
"Signature Italian Marinade",
"Mojo Criollo Marinade With Lawry's Garlic Salt",
"Wings Seasoning Mix, Spicy Buffalo",
"Wings Seasoning Mix, Mango, Habanero",
"Sriracha Wings Seasoning Mix",
"Caribbean Jerk Marinade",
"30 Minute Marinade, Sesame Ginger",
"30 Minute Marinade, Baja Chipotle, With Lime Juice",
"Mesquite With Lime Juice",
"Herb & Garlic Marinade With Lemon Juice",
"Teriyaki Marinade With Pineapple Juice",
"30 Minute Marinade, Lemon Pepper",
"Hawaiian Marinade With Tropical Fruit Juices",
"Spaghetti Sauce, Spices & Seasonings, Original Style",
"Spaghetti Sauce, Spice & Seasonings",
"Taco Spices & Seasoning",
"Chicken Taco",
"Taco Spices & Seasonings, Hot",
"Sloppy Joes Spices And Seasoning",
"Enchilada Sauce",
"Italian Garlic Steak Marinade",
"Burrito Spices & Seasonings",
"Brown Gravy Mix",
"Au Jus Gravy Mix",
"Truly Instant Brown Gravy Mix",
"Taco Seasoning Mix",
"Sloppy Joe Seasoning Mix",
"Salt-Free 17 Seasoning",
"30 Minute Marinade, Signature Steakhouse",
"Organic Spaghetti, Macaroni Product",
"Toasted Oatmeal Flakes",
"Chicken Broth",
"Thick & Chunky Salsa",
"Smart & Simple, Non-Dairy Creamer, French Vanilla",
"Smart & Simple, Non-Dairy Creamer, Hazelnut",
"Bread & Butter Sweet Chips Pickles",
"Deluxe Macaroni & Cheese Dinner",
"Mayonnaise",
"Deluxe Shells And Four Cheese Pasta Dinner",
"Basil Pesto With Whole Pine Nuts",
"Authentic Basil Pesto",
"Sundried Tomato Pesto",
"Wild Mushroom Pesto",
"Butternut Squash Ravioli With Sweet Cream & Amaretti Cookie Crums",
"Healthy Vegan Ravioli",
"Pacchetti, Parachute Shaped Egg Pasta",
"Ravioli",
"Stromboli Crispy Bites",
"Ravioli",
"Spinach & Egg Striped Pasta",
"Tortellini",
"Buttered Noodles",
"Ground Beef Burgers (Omaha Steaks Burgers)",
"Brown Rice Bread Crumbs",
"Hol-Grain, Tempura Batter Mix",
"All Purpose Gravy Thickener",
"Fajitas Seasoning Mix",
"Ham Cubes",
"Sauce de Poisson",
"Pork Chorizo, Mexican-Style",
"Vv Supremo, Chihuahua, Mexican Quesadilla Melting Cheese",
"V V Supremo, Rancherito, Grade A Pasteurized Mexican Style Cultured Sour Cream",
"Queso Quesadilla Mexicano Rallado",
"Vv Supremo, Chihuahua, Mexican Quesadilla Melting Cheese",
"Queso Chihuahua, Mexican Style Quesadilla Melting Cheese With Jalapeno",
"Supremo, Crema Chihuahua, Mexican Cultured Sour Cream",
"Crema Natural, Grade A Pasteurized Mexican Style Cultured Sour Cream",
"Marca, Grated Sierra Cotija Cheese",
"Pork Chorizo",
"Mexican Style Pork Chorizo",
"Supremo, Queso Oaxaca Melting String Cheese",
"Queso Fresco Fresh Crumbling Cheese",
"Vv Supremo, Queso Fresco Fresh Crumbling Cheese",
"Fresh Crumbling Cheese",
"Vv Supremo, Mexican Fresh Farmers Crumbling Cheese",
"Supremo, Rancherito, Queso Fresh Crumbling Cheese",
"Vv Supremo, Queso Del Caribe, Queso Blanco Cheese",
"Vv Supremo, Quesadilla Cheese With Jalapeno",
"Vv Supremo, Sierra, Grated Cotija Cheese",
"Vv Supremo, Sierra, Cotija Cheese",
"Vv Supremo, Mexican Fresh Farmers Crumbling Cheese",
"Vv Supremo, Mexican 3 Cheese",
"Country Maid, Macaroni Salad",
"Cranberry Relish",
"Country Maid, Egg Salad",
"Lotus, Biscoff, Cookie With Coffee",
"Biscoff, Europe's Favorite Cookies With Coffee",
"Delightfully Crunchy Santa Cookies",
"Biscoff, Cookie Butter",
"Biscoff, European Cookie Spread",
"Crunchy Cookie Butter",
"Biscoff Cookie",
"Biscoff, Europe's Favorite Cookie With Coffee",
"Biscoff, Europe's Favorite Cookie With Coffee",
"Milk And Dark Chocolate Truffles",
"Harry London, Dark Chocolate Lava Cake Truffles",
"White Peppermint Clusters",
"Harry London, Biscotti Clusters, Milk Chocolate",
"Harry London, Pretzel Clusters, Milk Chocolate",
"Milk Chocolate Bunny",
"Milk Chocolate Cream Egg",
"Mild Italian Sausage",
"Chorizo",
"Hot Links Sausage, Smoke",
"Center Cut Bacon",
"Uncured Beef Franks",
"Uncured Beef Franks",
"Spicy Chicken Sausage",
"Natural Uncured Smoked Chicken Sausage",
"Hempler, Uncured Beef Pepperoni",
"Apple Wood Smoked Uncured Center Cut Bacon",
"Hempler's, Uncured Pepper Coated Bacon, Applewood Smoked",
"Natural Uncured Black Forest Bacon",
"Ground Pork",
"Hot Italian Ground Sausage",
"Painted Hills Natural Beef, Uncured Beef Hot Dogs",
"Uncured Beef Franks",
"Uncured Beef German Brand Smoked Sausage",
"Double Smoked Sausage",
"Uncured Landjaeger",
"Hempler's, Family Classic Pepperoni",
"Pepperoni Sticks",
"Hempler's, Bacon & Pork Sticks",
"Uncured Chicken Pepperoni",
"Hempler's, Pepperoni With Jalapeno & Cheese",
"100% Grape Juice Made With Welch's Own North American Concord Grapes, Grape",
"Flavored Aerated Water",
"Aerated Water",
"Mr Flav, Flavored Aerated Water, Strawberry Kiwi",
"Mr Flav, Flavored Aerated Water, Strawberry Banana",
"Bakery, Kika, Galletas Crackers",
"Ambassador, Colombian Style Champagne Cola",
"Dijon Mustard With White Wine",
"Corn Snacks",
"Original Potato Chips",
"Potato Chips",
"Potato Chips",
"Potato Chips, Crispy Ridges",
"Bar-B-Q Potato Chips",
"Pork Skins",
"Potato Chips",
"Hot Fries, Corn Potato Snack",
"Pork Skins Chicharrones",
"Bugles",
"Pork Skins",
"Potato Chips, Vinegar & Salt",
"Waves Potato Chips, Buffalo Wing",
"Corn And Potato Snack",
"Ridges Potato Chips, Mesquite Bbq",
"Tortilla Chips, Nacho Cheese",
"Nacho Rings Corn Snacks, Cheese",
"Corn Snacks, Cheese Puffs",
"Potato Chips",
"Potato Chips, Vinegar & Salt",
"Hot Fries Corn And Potato Snack",
"Corn And Potato Snacks, Bacon Cheddar Fries",
"Potato Chips, Dill Pickle",
"Potato Chips, Spicy Mustard",
"Bugles, Corn Snacks, Original",
"Bugles, Corn Snacks, Ranch",
"Bugels, Flavored Corn Snacks, Nacho Cheese",
"Fried Pork Skins, Original",
"Fried Pork Skins, Hot",
"Fried Pork Skins, Vinegar & Salt",
"Fried Pork Skins Chicharrones, Bbq",
"Fried Out Pork Fat With Attached Skin",
"Original Cracklins",
"Pork Cracklin Strips",
"Mega Cracklins, Fried Out Pork Fat With Attached Skin, Southern Style Hot Sauce",
"Tortilla Chips, Nacho Cheese",
"Tortilla Chips",
"Potato Chips, Original",
"Potato Chips, Vinegar & Salt",
"Potato Chips, Ridges, Mesquite Bbq",
"Potato Chips, Dill Pickle",
"Chewy Granola Bars, Harvest Berry",
"Chewy Granola Bars, Peanut Butter Chip",
"Premium Organic Broccoli & Carrots",
"Chewy Granola Bar, Dark Chocolate Almond",
"Organic Sweet Relish",
"Chewy Granola Bars, Chocolate Chip",
"Garden Peas",
"Sweet Corn",
"Lemon Pound Cake Fruit And Nut Bar",
"Fruit & Nut Protein Bar, Peanut Butter Cookie",
"Chewy Granola Bars, Vanilla Chip",
"Graham Crunch",
"Organic Granola, Dark Chocolate Almond",
"Organic Granola Cereal, Fruit And Nut",
"Organic Chewy Granola Bars, Peanut Pretzel",
"Chewy Granola Bar",
"Gouda Crisps",
"Peanut Butter Chocolate Chip",
"Fire Roasted Sweet Potatoes",
"The Original Fruit And Nut Bar, Apple Pie",
"The Original Fruit & Nut Food Bar, Peanut Butter Cookie",
"The Original Fruit & Nut Food Bar, Peanut Butter Cookie",
"Organic French Vanilla Almond Granola",
"Organic Trail Mix Chewy Granola Bars, Vanilla, Almond, Cherry",
"Chewy Trail Mix Granola Bars, Dark Chocolate Cranberry",
"Organic Crunchy Granola Bars, Peanut Butter",
"Organic Crunchy Granola Bars",
"Crunchy Oats & Honey Granola Bars",
"The Original Fruit & Nut Food Bar, Blueberry Muffin",
"Organic Granola",
"Guacamole Tortilla Chips",
"Organic Chewy Granola Bars, Chocolate Chip",
"Organic Berry Granola, Berry Cobbler",
"Granola, Oats And Honey",
"Organic Granola Bark, Dark Chocolate, Almond, Coconut",
"Multigrain Black Bean Chips",
"Pinto Bean Multigrain Chips",
"Real Good Bar, Hazelnut Sea Salt",
"Real Good Bar, Macadamia Chai",
"Organic Ancient Grains Granola",
"Granola, Fruit And Nut",
"Tortilla Chips",
"Premium Organic Cherries",
"Tortilla Chips",
"Organic Oatmeal Squares, Oats & Chocolate",
"Organic Oatmeal Squares, Wild Blueberry",
"Organic Lightly Sweetened Yellow Corn Puffs Cereals, Berry Vanilla Puffs",
"Multigrain - Tortilla Chips",
"The Original Fruit & Nut Food Bar, Coconut Chocolate Chip",
"All Natural Tortilla Chips, Blue Corn",
"Organic Raisin Bran",
"Organic Hearty Morning Fiber Cereal",
"Organic Fruitful O's Cereal, Fruit",
"Chocolate Organic Whole Grain Cereal",
"Organic Whole Grain Squares, Cinnamon Crunch",
"Multi Grain Squares",
"Purely O's Cereal",
"Organic Whole Grain Oat And Barley Cereal, Honey Nut O's",
"Organic Oats And Honey Granola",
"Sweetened Organic Corn And Oat Cereal",
"Honey Oat Crunch",
"Peanut butter bliss",
"Organic Swiss Chard",
"Organic Corn Flakes, Whole Grain Oats, Honey Apple",
"Tortilla Chips, Lime",
"Tortilla Chips",
"Renola, Fruit Nut & Seed Mix",
"R'E'Nola Fruit Nut & Seed Mix",
"Premium Organic Beets",
"Premium Organic Multi-Colored Carrots",
"Premium Organic Strawberries",
"Premium Organic Blueberries",
"The Original Fruit & Nut Food Bar, Cherry Pie",
"Organic Wedge Cut Oven Fries",
"White Bean Hummus",
"Edamame Hummus",
"Black Beans Hummus",
"Hummus, Chickpea & Lentil",
"Hummus, Lemon, Oregano And Olive Tapenade",
"Berry Vanilla Puffs Cereal",
"Crinkle Cut French Fries",
"Tortilla Chips, Jalapeno With Cheddar",
"Black Bean Multigrain Bean Chips",
"Organic Farm Stand Harvest Cherry, Almond & Quinoa Granola",
"Organic Farm Stand Harvest Granola, Cranberry, Maple & Wild Rice",
"Farm Stand Harvest, Honey, Almond & Chia Granola",
"Farm Stand Harvest; Vanilla, Coconut & Pumpkin Seed Granola",
"Classic Mediterranean Hummus",
"Organic Peanut Butter Chocolate Chip Chewy Bars",
"Organic Nut Protein Chewy Bars",
"Alt Protein, Fruit & Nut Protein Bar, Chocolate Peanut Butter",
"Uber, Crunchy Nut Bar, Dark Chocolate, Raspberry",
"Uber, Crunchy Nut Bar, Dark Chocolate Peanut With Sea Salt",
"Cascadian Farms, Organic Chewy Granola Bars, Chocolate Chip",
"Tortilla Chips, Harvest Pumpkin",
"Peppercorn Blend Brown Rice Crackers",
"Brown Rice Crackers, Roasted Red Pepper",
"Brown Rice Crackers, Tomato & Basil",
"Brown Rice Crackers, Sea Salt",
"Pita Puffs",
"Pita Puffs, Chive & Sea Salt",
"Multigrain Pita Puffs",
"Pita Puffs, Cinnamon Sugar",
"Organic Chewy Granola Bars, Chocolate Chip",
"Protein Granola, Apple Crisp",
"Organic Protein Granola, Dark Chocolate Coconut",
"Organic Corn And Wheat Flakes, Honey Almond",
"Premium Organic Chocolate Granola",
"Renola, Fruit Nut & Seed Mix, Berry",
"Fruit Nut & Seed Mix, Cinnamon Nut",
"Renola, Granola, Grain Free, Cocoa Coconut",
"Organic Chewy Granola Bars, Oatmeal Raisin",
"The Original Fruit & Nut Food Bar, Peanut Butter Chocolate Chip",
"Bars, Chocolate Chip Cookie Dough",
"Renola, Fruit Nut & Seed Mix, Berry",
"Renola, Fruit Nut & Seed Mix, Cocoa Coconut",
"Renola, Fruit Nut & Seed Mix, Cinnamon Nut",
"Tortilla Chips",
"Fruit & Nut Bar",
"Fruit & Nut Bar",
"French Fries",
"Organic Asparagus Cuts",
"Premium Organic Broccoli Cuts",
"Organic Garden Peas",
"Premium Organic Mixed Vegetables",
"Organic Cut Green Beans",
"Crispy Golden Spud Puppies",
"Premium Organic Country Style Potatoes",
"Premium Organic Sweet Corn",
"Premium Organic Broccoli Florets",
"Organic Sweet Peas",
"Organic Gardner's Vegetable Blend",
"Alt, Fruit And Nut Bar, Lemon Pound Cake",
"Organic Peas & Carrots",
"Organic Thai - Style Stirfry Blend",
"Chinese-Style Stirfry Blend",
"Organic Cut Spinach",
"Winter Squash",
"Organic Chewy Granola Bar",
"The Original Fruit & Nut Food Bar, Blueberry Muffin",
"Pecan Pie",
"The Original Fruit & Nut Food Bar, Lemon Bar",
"Original Fruit & Nut Food Bar, Coconut Cream Pie",
"Fruit & Nut Chew Bar, Chocolate Coconut",
"The Original Fruit & Nut Food Bar, Cashew Cookie",
"Peanut Butter Chocolate Chip, Peanut Butter",
"The Original Fruit & Nut Bar, Chocolate Chip Browne",
"Chocolate Chip Cookie Dough",
"Fruit & Nut Bar, Chocolate Chip Macaroon",
"Fruit & Nut Protein Bar, Chocolate Peanut Butter",
"Renola, Grain Free Granola Bar, Cocoa Coconut",
"Real Good Bar, Macadamia Chai",
"Real Good Bar",
"Cinnamon Roll",
"Premium Organic Sliced Peaches",
"Premium Organic Strawberries",
"Apricot Fruit Spread",
"Organic Fruit Spread, Blackberry",
"Organic Blueberry Fruit Spread, Blueberry",
"Organic Fruit Spread, Concord Grape",
"Organic Raspberry Fruit Spread, Raspberry",
"Organic Strawberry Fruit Spread, Strawberry",
"Organic Cinnamon Raisin Granola",
"Organic Oats & Honey Cereal",
"Organic Granola, Maple Brown Sugar",
"Original Sweet Potato Chips",
"All Natural Tortilla Chips, Blue Corn",
"Tortilla Chips, Cheddar",
"Multigrain Tortilla Chips (It's A Cracker Too) Made With Brow Rice, Flax, Sesame And Sunflower Seeds, Quinoa",
"Tortilla Chips, Olive",
"Tortilla Chips (It;S A Cracker, Too) Made With Sweet Potatoes",
"Tortilla Chips, Poppy Seeds, Onion, Garlic And Caraway Seeds",
"All Natural Tortilla Chips, Cantina",
"Original Sweet Potato Chips",
"Organic Apple Juice",
"Organic Grape Juice",
"Organic Lemonade",
"Organic Orange Juice",
"Frozen Concentrated Juice Cocktail, Organic Cranberry",
"Basil Puree",
"Farm Fresh Cilantro Puree",
"Parsley Puree",
"Ginger",
"Farm Fresh Garlic Puree",
"Hard Candy, Cherry, Raspberry, Watermelon, Orange, Pineapple",
"Mints, Wint O Green",
"Starburst Original",
"Gummies, Candy, 5 Flavors, Cherry, Watermelon, Green Apple, Strawberry, Orange",
"Eclipse Sugarfree Gum Spearmint - 18 CT",
"Skittles",
"Bite Size Candy",
"Gummies, Candy, Paradise Mix, Strawberry Acai, Blueberry Pomegranate, Pineapple Mango, Cherry Yumberry",
"Gummies Candy",
"Caffeine Gum",
"Big Ring Candy Gummies",
"Gummies, Candy, Exotics, Lemon Star Fruit, Mandarin Orange, Asian Pear, Fuji Apple, Raspberry Dragon Fruit",
"Gummies",
"Mints, Orange",
"Hard Candy, Wild Cherry",
"Gummies",
"Candy Canes, Watermelon, Pineapple, Raspberry, Orange, Cherry",
"Holiday Mix Hard Candy, Candy Cane Peppermint, Apple, Cherry",
"Skittles Bite Size Candies",
"Vegan Sun-Dried Tomato Pesto",
"Pesto, Artichoke Lemon",
"Olive & Garlic Tapenade",
"Organic Apple Sauce",
"North Coast, Organic Apple Juice",
"North Coast, Organic Apple Juice",
"Old Fashioned Apple Sauce",
"Apple Sauce",
"Bellot, Sparkling Lemonade, Orange",
"Bellot, Sparkling Lemonade Drink, Lemon",
"Bellot, Pink Sparkling Lemonade",
"Bfl Normande, Sparkling Apple Cider",
"North Coast, Organic Grevenstein Apple Juice",
"North Coast, Organic Honeycrisp Apple Juice",
"North Coast, Organic Gala Apple Juice",
"Apple Sauce",
"North Coast, Organic Apple Cider",
"North Coast, Organic Apple Juice",
"Hibiscus Flower Tea",
"Hibiscus Flower Tea",
"Hibiscus Flower Tea",
"Pure Hibi Hibiscus Flower Tea",
"Hibiscus Flower Tea",
"Delpozzo, Marinara Sauce",
"Caamano Bros. Soda Pop Co., High Noon Sarsaparilla Soda",
"Giant White Enriched Bread",
"British beef ribeye steak",
"Creole Butter",
"Creole Garlic",
"Cajun Injector, Soybean & Peanut Oil",
"Cajun Injector, Chop House Steak",
"Bruce's, Southern Style Bread Pudding Mix",
"Fry Mix Buffalo Style Wing Sauce",
"Fry Mix Beer Batter",
"Lemonade",
"Mayer Bros, Premium Concord Grape Juice From Concentrate",
"Mayer Bros, Fine Beverages, Apple-Spiced Cider",
"Fresh Crisp Apple Cider",
"Cider Juice",
"Fuji Blend Cider",
"Mayer Bros, Honeycrisp Blend Cider",
"Honeycrisp Blend Cider Juice",
"Sparkling Apple Juice",
"Mayer Bros, Juice, Apple",
"100% Juice",
"Maple Syrup",
"Cherry Twists",
null,
"Gummy Bears",
"Candy",
"Gourmet Black Liquorice",
"Australian Style Gourmet Candy",
"Australian Style Liquorice Candy",
"Wiley Wallaby, Gourmet Red Liquorice Candy",
"Wiley Wallaby, Gourmet Black Liquorice Candy",
"Gummi Worms",
"Liquorice Allsorts, Assorted Gourmet Candies",
"Australian Style Gourmet Liquorice Sofy& Chewy Candy",
"Kln Family Brands, Gourmet Liquorice, Australian Style Incredibly Soft & Chewy Liquorice",
"Natural Planet, Organic Soft Chewy Twists, Pomegranate",
"Kln Family Brands, Kennys, Gummi Worms, Sour Neon",
"Kenny's, Sour Gummy Worms",
"Gummi Rings",
"Kenny's, Peach Gummy Rings, Bursting With Flavor",
"Sweet Chaos",
"Sweet Peanut Butter Chaos Dark & White Drizzled",
"Kln, Fruit Confusion Juicy Twists, Berry Cherry",
"Kln, Fruit Confusion Juicy Twists, Strawberry Pineapple",
"Fruit Confusion Juicy Twists",
"Licorice Mix",
"Sea Gold, Seafood & Shrimp Scampi Dip",
"Sea Gold, Spinach & Seafood Dip",
"New England Style Lobster Spread",
"Sea Gold, Real Garlic Butter With Olive Oil",
"California Style, Marinated Artichoke Hearts",
"California Style Marinated Artichoke Hearts",
"Artichoke Hearts",
"Grilled Artichoke Hearts",
"Hand Grilled Piquillo Pepper",
"Ucc, Melon Creamy Soda",
"Ucc, Creamy Soda, Mango",
"Crème de marrons de l'Ardèche",
"Crème de Marrons de l'Ardèche",
"Crème de marrons de l'Ardèche",
"crème de marron de l'ardèche vanillée",
"Crème de marrons de l'Ardèche",
"Crème de marrons de l'Ardèche",
"Crème de marrons",
"Crème de marrons de l'Ardèche",
"Crème de marrons de l'Ardèche",
"Crème de Marrons de l'Ardèche",
"crème de marron gourde",
"Marrons Glaces",
"Apitherapy Raw Honey",
"Apitherapy Raw Honey",
"Blackberry",
"Honey Gardens, Apitherapy Organic Raw Honey",
"Elegant Desserts, Assorted Holiday Bites",
"Cool Taste, Fruit Juice Drink, Mango",
"Sauteed Shrimp Paste, Spicy",
"Fil-Choice, Stew Base Mix (Kare - Kare)",
"Fit-Choice, Tamarind Seasoning Mix, Tamarind",
"Mother's Choice, Spanish Chicken Rice Mix",
"Powdered Purple Yam",
"Grated Cassava Yuca",
"Dried Salted Finlet Scad (Salaysalay)",
"Favourites operetta",
"Medallion, Tortilla Chip, Cheese",
"Tortilla Chips",
"2% Reduced Fat Milk",
"Guida's, Whole Vitamin D Milk",
"Guida's, 2% Reduced Fat Milk",
"Guida's, 1% Lowfat Milk",
"Herring Fillets In Dill - Herb Sauce",
"Wholegrain spelt penne",
"Balsamic Vinegar",
"Balsamic Vinegar",
"Organic Red Wine Vinegar",
"Naturals, Organic White Wine Vinegar",
"Golden Balsamic Vinegar",
"Virgin coconut oil",
"Naturals, Unfiltered Organic Unpasteurized Apple Cider Vinegar",
"Apple Cider Vinegar",
"Naturals, Organic White Wine Vinegar, Pear",
"Naturals, Organic Filtered Apple Cider Vinegar",
"Jardine's, Sontava!, Xx Hot Sauce, Habanero",
"W.B. Williams, Georgia Style Salsa, Peach",
"Barbecue Sauce",
"D.L.Jardine's, Texas Champagne Hot Sauce, Hot",
"5-Star Barbecue Sauce",
"7j Queso Amarillo, Mild",
"Ghost Pepper, Xxx Hot",
"7j Salsa",
"7j Tomatillo Salsa, Medium",
"Small Batch",
"Summer Corn Medley",
"Salsa",
"7j Texasalsa, Medium",
"7j Ranch Sriracha Salsa, Hot",
"7j Ranch Black Bean & Corn Salsa, Medium",
"7j Peach Salsa, Medium",
"Street Taco Sauce, Mild",
"Jardines, Street Taco Verde Sauce, Med",
"Salsa",
"Jardines, Salsa, Campfire Roasted, Medium",
"Salsa, Mild",
"Dark Chocolate Salted Caramel Grahams",
"Kowalskis Markets, Chocolate Grahams, Peanut Butter",
"Sparkling Spring Water",
"Mini Gusto, Dough For Pastries",
"Atlantic Nova Salmon",
"Atlantic Nova Salmon",
"Vita, Wild Herring In Wine Sauce",
"Wild Herring In Real Sour Cream",
"Vita, Wild Herring In Real Sour Cream",
"Wild Herring In Wine Sauce",
"Premium Horseradish Prepared",
"Premium Horseradish",
"Atlantic Hot Smoked Salmon",
"Vita Classic, Wild Sockeye Salmon, Hot Smoked",
"Jim Beam, Bourbon Lime Tilapia Fillets",
"Bourbon Blackened Tilapia",
"Fire Roasted Tilapia",
"Fiesta Lime Tilapia",
"Dijon Herb Wild Salmon",
"Vita, Deli Sliced Smoked Wild Nova Salmon",
"Premium Classic Sliced Atlantic Nova Salmon",
"Vita Gold, Premium Sliced Smoked Salmon",
"Gold Sweetened Condensed Milk",
"Sweetened Condensed Milk",
"Sweetened Condensed Filled Milk",
"Parrot Brand, Filled Evaporated Milk",
"Black & White, Evaporated Filled Milk",
"Fancy Crab Meat",
"Crab Meat",
"Baby Clams In Brine",
"A1 Seasoned Cuttle Fish With Soy Bean Sauce",
"Liver Spread",
"Clear Broth, Chicken",
"Coconut Water",
"Parrot, Coconut Milk",
"Parrot Brand, Pink Guava Juice",
"Parrot, Aloe Vera Drink, Pineapple",
"Parrot, Aloe Vera Drink, Aloe Strawberry",
"Aloe Vera Drink",
"Parrot, Aloe Vera Drink, Mango",
"Aloe Vera Drink",
"Aloe Vera Drink",
"Aloe Mango",
"Parrot, Aloe Vera Drink, Coco",
"Calrose Rice",
"Long Grain White Rice",
"Long Grain White Rice",
"Brown Calrose Rice",
"Rotisserie Style Chicken Breast, Garlic & Herb",
"Deep Fried Turkey Breast",
"Oven Roasted Chicken Breast",
"Mesquite Smoked Turkey Breast",
"Smoked Turkey Breast, Honey Roasted",
"Oven Roasted Turkey Breast",
"Lean White Turkey",
"Thick Sliced White Turkey, Honey Roasted",
"Oven Roasted Turkey Breast",
"Oven Roasted Chicken Breast, Naturally Roasted",
"Buffalo Style Chicken Breast",
"Naturally Roasted Turkey Breast",
"Everyday Lower Sodium Turkey Bacon, Smoked Cured Dark & White Turkey",
"Turkey Bacon",
"Everyday Turkey Bacon, Original",
"Thick Sliced Turkey Bologna",
"Turkey Bacon , Thin & Crispy",
"Everyday Lower Sodium Turkey Bacon, Smoked Cured Dark & White Turkey",
"Turkey Bacon, Natural Smoke Flavor Added",
"Turkey Bologna",
"Everyday Turkey Sausage",
"Turkey Sausage",
"Turkey Breast, Honey Roasted",
"Smoked Turkey Breast",
"Turkey Breakfast Sausage Links",
"Cajun Style Turkey Breast",
"Turkey Breast, Cracked Pepper",
"Turkey Breast",
"Natural Inspirations, Herb Roasted Turkey Breast",
"Turkey Breast, Maple",
"Natural Inspirations, Oven Roasted Turkey Breast",
"Hardwood Smoked Turkey Breast",
"Turkey Breast Strips Oven Roasted",
"Chef Select Turkey Breast & Gravy",
"Turkey Sausage",
"Ground Turkey",
"Fresh Everyday Ground Turkey",
"Everyday, Fresh Ground Turkey",
"Turkey Burgers, Original Seasoned",
"Turkey Burgers",
"Everyday Turkey Burgers, Original Seasoned",
"Turkey Burgers",
"Everyday Turkey Burgers, Cheddar",
"Naturally Roasted & Deep Fried Turkey Breast",
"Turkey Bologna, Original",
"Carolina Turkey, Classic Black Forest Honey Smoked Turkey Ham",
"Natural Inspirations, Bite Sized Turkey Meatballs",
"Natural Inspiration, Dinner Sized Turkey Meatballs",
"Hartford Reserve, All Natural Turkey Breast",
"Hartford Reserve, Naturally Roasted Turkey Breast",
"Hartford Reserve, Chicken Breast",
"Hartford Reserve, Buffalo Style Chicken Breast",
"Hartford Reserve, Lower Sodium Turkey Breast",
"Cheesy Pizza",
"Thin Sliced Rye Bread",
"Albertsons/Safeway, Oven Baked Cookies, Chocolate Chip",
"Lehi Roller Mills, Muffin Mix, Country Blueberry",
"Lehi Roller Mills, Double Fudge Brownie Mix, Double Fudge",
"Lehi Roller Mills, Country Muffin Mix, Raspberry",
"Lehi Roller Mills, Cookie Mix, Pumpkin Chocolate Chip",
"Lehi Roller Mills, Brownie Mix, Mint Truffle",
"Lehi Roller Mills, Brownie Mix, Double Fudge",
"Pancake Mix",
"Lehi Roller Mills, Cookie Mix, Pumpkin Chocolate Chip",
"Pcc, Organic Lowfat Milk",
"Pcc, Organic 2% Reduced Fat Milk",
"Pcc, Organic Nonfat Milk",
"Pcc, Local Organic Whole Milk",
"Jumbo Chicken Franks",
"Chicken Franks",
"Turkey Franks",
"Jumbo Turkey Franks",
"Ice Cream, French Vanilla",
"Soy Cream, Vanilla Bean",
"Soy Cream",
"Soy Cream, Mint Chip",
"Super Premium Ice Cream, French Vanilla",
"Super Premium Organic Ice Cream, Chocolate",
"Organic Super Ice Cream, Mint Chip",
"Organic Super Premium Ice Cream, Coffee",
"Organic Ice Cream, Cherry Pie",
"Organic Ice Cream, Candy Bar",
"Organic Ice Cream, Salted Caramel Chip",
"Organic Ice Cream, Banana Split",
"Ice Cream",
"Sorbet, Mango Tangerine",
"Super Premium San Francisco's Official Ice Cream, Vanilla, Peanut Butter, Chocolate Chunk",
"Double Rainbow, Sorbet, Coconut",
"Super Premium Sorbet, Lemon",
"Caramel Ice Cream And Swirls",
"Ice Cream",
"Super Premium Ice Cream",
"Double Rainbow, Frozen Custard, Original Vanilla",
"Double Rainbow, Custard, Chocolate & Vanilla Malt",
"Frozen Custard, Sea Salt Caramel",
"Double Rainbow, Frozen Custard And Fruit Ice, Vanilla & Strawberry Lemon",
"Double Rainbow, Frozen Custard And Fruit Ice, Vanilla & Blueberry Pomegranate",
"Double Rainbow, Frozen Custard And Fruit Ice, Vanilla & Mango Tangerine",
"Double Rainbow, Frozen Custard And Fruit Ice, Vanilla & Tart Cherry",
"Naan Crackers",
"Quinoa",
"Quinoa With Olive Oil",
"Quinoa With Olive Oil",
"Suzie's, Unsweetened Quinoamilk Beverage",
"Suzie's, Quinoa Milk Beverage, Vanilla",
"Suzie's, Quinoamilk, Vanilla",
"Tiger Nut Non Dairy Vegetable Beverage, Spanish Horchata",
"Puffed Cakes",
"Organic Saltines, Salt, Extra Virgin Oil",
"Organic Saltiness Crackers, Rosemary, Sesame",
"Suzie's, Thin Cakes Puffed Crackers, Buckwheat, Quinoa & Flax",
"Kamut Flatbread, Sesame",
"Passion Fruit Syrup",
"Pineapple Syrup",
"Bavarian Style Sauerkraut",
"Silver Floss, Shredded Sauerkraut",
"Barrel Cured, Shredded Sauerkraut",
"Barrel Cured Sauerkraut",
"The Super Pretzels",
"Kettle Cooked Thicker & Crunchier Potato Chips, Original",
"Kettle Cooked Potato Chips, Hot & Spicy Jalapeno",
"Kettle Cooked Potato Chips, Hawaiian Sweet Onion",
"Thin & Crispy Original Potato Chips",
"Potato Chips, Original Bar-B-Q",
"Ripped Potato Chips",
"Potato Chips, Honey Bar-B-Q",
"Wavy Potato Chips, Sour Cream & Onion",
"Wavy Potato Chips, Cheddar & Sour Cream",
"Potato Chips, Salt & Vinegar",
"Snyder Of Berlin, Potato Chips, Sweet 'N Sassy Bbq",
"No Salt Added Potato Chips",
"Potato Chips",
"Party Size Potato Chips",
"Puff-N-Corn, Original",
"Puff-N-Corn, Cheese",
"Cheese Curls",
"Cheese Curls",
"Snyder Of Berlin, Cheese Curls",
"Thin & Crispy Original Potato Chips",
"Crispy & Wavy Potato Chips",
"Cooked Potato Chips",
"Snyder Of Berlin, Popcorn, Bursting With Real Cheese",
"Popcorn",
"Popcorn, White Cheddar",
"Snyder Of Berlin, Pop Corn, Cheese",
"Original Chili Seasoning",
"Diced Tomatoes With Chili Seasonings In Sauce",
"Diced Tomatoes With Chili Seasonings In Sauce",
"Tomato Sauce With Chilli Seasonings In Sauce",
"Tomato Sauce With Chili Seasonings",
"Ketchup",
"Chili Beans Soup, Hot",
"Hot Red Beans In Chili Sauce",
"Red Bean In Chili Sauce, Hot",
"Quick Chili Mix",
"Chili Beans, Hot & Spicy",
"Chili Beans, Mild",
"Chili Red Beans In Chili Sauce, Mild",
"Red Beans In Chili Sauce, Mild",
"French Style Green Beans",
"Whole Kernel Sweet Corn",
"Afc Franchise Corp., Reduced Sodium Soy Sauce",
"Afc Franchise Corp., Roasted Sesame Seeds",
"Afc Franchise Corp., Tofu Miso Soup",
"Cream Cheese Roll Baby Shrimp",
"Cream Cheese Roll Sp Smoked Salmon",
"Crunchy Roll Sp Baby Shrimp",
"Vegetable Wrap",
"Jalapeno Peanut Brittle",
"The Wisconsin Cheeseman, Incredible Spreadables, Cream Cheese With Sweet Hot Peppers, Sweet Hot Peppers",
"The Wisconsin Cheeseman, Cream Cheese & Salad Dressing, Spinach",
"The Wisconsin Cheeseman, Incredible Spreadables, Cream Cheese & Salad Dressing With Natural Shrimp Flavor, Shrimp Flavor",
"Cake Bites",
"Cake Bites",
"Cake Bites",
"Cake Bites",
"Cake Bites",
"Swiss Colony Retail, Handcrafted Gourmet Layer Cakes, Vanilla",
"Swiss Colony Retail Brands, Peppermint Bark Handcrafted Confections",
"Swiss Colony Retail Brands, Pumpkin Bark Confections",
"Carrot Cake",
"Cake Bites",
"Handcrafted Cake Bites",
"Handcrafted Cake Bites",
"Still water Strawberry",
"Aceite de Coco Orgánico",
"Brown Gravy Mix",
"Fat Free Vegetarian Gravy Mix",
"Organic Powdered Sugar, All Purpose Natural Sweetener",
"Hi-Country, Domestic Meat & Wild Game Jerky Seasoning & Cure",
"Hi-Country, Domestic Meat & Wild Game Breakfast Sausage Seasoning, Country Blend",
"Florida pink grapefruit",
"Crunchy Peal Cheese Snacks",
"Mr. Cheese O's, Crunchy Real Cheese Snacks, Cheddar",
"Crunchy Real Cheese Snacks",
"Fresh Mozzarella",
"Fresh Mozzarella",
"Sonoma Creamery, Ricotta Cheese",
"Sonoma Creamery, Crumbled Feta Cheese",
"Graham Crackers, Honey",
"Original Style Saltines Crackers",
"Harvest, Oyster Crackers",
"Pomegranate & raspberry juice drink",
"Smoked Nova Salmon",
"Brooklyn, Smoked Salmon",
"Smoked Nova Salmon",
"Smoked Nova Salmon",
"Herring In Wine Sauce",
"Herring In Cream Sauce",
"Herring In Dill Sauce",
"Verlasso, Smoked Salmon",
"Smoked Wild Alaskan Coho Salmon",
"Smoked Wild Alaskan Sockeye Salmon",
"Herring In Wine Sauce",
"Herring In Cream Sauce Smoked Seafood",
"Herring In Dill Marinade",
"Blue Hill Bay, Ginger Infused Herring",
"Smoked Whitefish Salad",
"Acme Smoked Fish Of Florida, Fresh Smoked Whitefish Salad",
"Acme Smoked Fish Of Florida, Smoked Fish Salad",
"Ultra Thin Pizza Crust",
"Ultra Thin Pizza Crust",
"Pizza Crust, Ultra Thin",
"Protein Ultra Thin Pizza Crust",
"Duck Sauce, Plum",
"Milk Chocolate Bar",
"Digennaro, Torrone Nougat Bar, Soft Almond",
"Yuca Cassava",
"Guanabana (Soursop Pulp)",
"Tamarindo, Tamarind Pulp",
"Cream Of Corn",
"Green Pigeon Peas",
"Dough For Pastries",
"Green Pigeon Peas",
"Cut Okra",
"Italian Blend",
"Soup Mix Vegetables",
"Squash",
"Shoestring Potatoes",
"8 Potato Balls",
"Santa Fe Blend",
"California Blend",
"Steam Easy Broccoli Florets",
"Steam Easy California Blend",
"Steam Easy Mixed Vegetable",
"Steam Easy Peas & Carrots",
"Edamame",
"Red Kidney Beans",
"Black Beans",
"Garbanzos Chick Peas",
"Blackeye Peas",
"Pinto Beans",
"Pickled Loroco",
"Chicken Vienna Sausage In Chicken Stock",
"Red Beans",
"Instant Oats",
"Avena Instant Oats",
"Corn Meal",
"Small Red Beans",
"Salsa Picante Hot Sauce",
"Tropical Crackers",
"Chick Peas",
"Yellow Wheat",
"Obleas Flour Wafer",
"Guava Paste",
"Pinto Beans",
"Black Eye Peas",
"Lentils",
"Pink Beans",
"Garbanzos Chickpeas",
"Black Beans",
"Roman Beans",
"Sardines In Tomato Sauce",
"Sardines In Hot Tomato Sauce",
"Small Red Beans",
"Long Grain Brown Rice",
"Octopus In Vegetable Oil",
"Octopus In Garlic Sauce",
"Sardines",
"White Tuna In Olive Oil",
"Bocadillos Guava Paste",
"Tender Cactus",
"Luncheon Meat",
"Chipotle Sauce",
"Soy Sauce",
"Louisiana Sauce Salsa",
"Sriracha Sauce",
"Plantain Chips",
"Salted Cassava Chips",
"Aviva, Soda Crackers",
"Soda Biscuits",
"Aviva, Whole Wheat Soda Crackers",
"White Beans",
"Queso De Papa, Mild Longhorn Style Cheddar Cheese",
"Mozzarella Cheese",
"Alaskan Pollock Fillets",
"Caramel Flan",
"Rice Pudding",
"Caramel Flan",
"Mix Vegetable Dough",
"Emperor's Kitchen, Organic Kuzu",
"Wakame And Edible Ocean Plant",
"Kombu An Edible Ocean Plant",
"Organic Pacific Nori",
"Organic Pacific Sushi Nori",
"Miso Master, Miso Tamari",
"Aloo Matar",
"Organic Dal Makhani",
"Mother India, Punjabi Chhole",
"Chana Masala",
"California Peeled Garlic",
"Fresh Garlic",
"Apple Time, Apple Butter",
"Cranberry Cosmos Cocktail Rimming Sugar",
"Paysan Breton, The Whipped Cheese",
"Dried Roma Tomatoes",
"Super A, Seltzer Water",
"Mixed Vegetables",
"Cut Green Beans",
"Sliced Beets",
"French Style Green Beans",
"Broccoli Spears",
"Ice Cream",
"Dulce De Leche Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Chocolate Ice Cream",
"Ice Cream",
"Ice Cream",
"Spearmint Leaves",
"Candy",
"Orange Slices",
"Fruit Slices Candy",
"Valentine Juju Mix",
"Fruit Jelly Beans",
"Spice Jelly Beans",
"Gummi Cheese Cake",
null,
"Mayfair, Goetze's, Caramel Creams Candy",
"Cherry Slices Jelly",
"Mayfair, Sour Gummi Bears",
"Mayfair, Juju Fish Candy",
"Butterscotch Buttons",
"Mayfair, Candy",
"Gum Balls",
"Mayfair, Juju Cinnamon Bears Candy",
"Candy Sour Budz",
"Licorice Allsorts",
"Red Fish",
"Greek Yogurt Fruit & Berries",
"Tropical Paradise",
"Strawberry Yogurt Pretzels",
"Yogurt Pretzels",
"Favorites, Chewy Fruity Candy, Cherry Sours",
"Favorites, Peach Rings",
null,
"Favorites, Gummi Worms",
"Favorites, Strawberry Twists",
"Gummi Sharks Chewy Candy",
"Favorites, Atomic Fireballs Rockin' Hot Candy",
"Favorites, Orange Slices Sweet Chewy Candy",
"Dark Chocolate Covered Almonds",
"Milk Chocolate Covered Almonds",
"Favorites, Chocolate Double Dipped Peanuts",
"Milk Chocolate Covered Raisins",
"Candy",
"Juju Pumpkins Candy",
"Sour Jelly Pumpkins",
"Candy",
"Candy",
"Bit-O-Honey Candy",
"Candy Store, Vanilla Caramels",
"Cherry Sours",
"Candy Store, Chick-O-Stick Candy",
"Candy Store, Chocolate Double Dipped Pecans",
"Candy Store, Chocolate Covered Raisins",
"Candy Store, Dubble Bubble Bubble Gum, Original",
"Lollipops",
"Caramel Creams",
"Candy Store, Gumballs",
"Candy Store, Gummi Rings, Apple",
null,
"Gummi Dinosaurs",
"Candy Store, Sour Gummi Bears",
"Candy Store, Sour Neon Worms",
"Gummi Watermelon Rings",
"Candy Store, Gummi Worms",
"Candy Store, Fruit Slices",
"Fruit Jelly Beans",
"Candy Store, Lemon Drops",
"Candy Store, Red Twists",
"Candy Store, Puffs Candy, Peppermint",
"Candy Store, Smarties Candy",
"Candy Store, Tootsie Roll Midgees Candy",
"Holiday Mellocremes",
"Candies, Filled Raspberries",
"Salted Caramel Chips",
"Red Glitter Peppermint Chips",
"Fruity Hearts",
"Fat Free Root Beer Barrels Candy",
"Assorted Fruit Discs",
"Purple Sugar Crystals",
"Gummies, Strawberries",
"Quality Candies",
"Candy Corn",
"Cable Car, Vanilla Caramels",
"Cable Car, Cherry Sours",
"Candies",
"Cable Car, Gummi Dinosaurs",
"Cable Car, Gummi Rings Candies, Peach",
"Cable Car, Gummi Sharks",
"Sour Bears",
"Cable Car, Gummi Worms",
"Orange Slices",
"Fruit Slices",
"Candy Carnival, Spearmint Leaves",
"Juju Fish Candy",
"Candy Carnival, Candy, Butterscotch Discs",
"Candy Carnival, Hostess Mix",
"Candy Carnival, Gummi Bears Candy",
"Gummi Worms",
"Candy Carnival, Peach Rings",
"Candy Carnival, Sour Neon Worms",
"Candy Carnival, Circus Peanuts",
"Bazooka Bubble Gum Filled Pops",
"Candy",
"Candy Carnival, Kids Play, Assorted Candy",
"Smarties",
"Caramel Creams Candy",
"Gummi Peach Rings",
"Atomic Fireballs",
"Fruit Slices",
"Fruit Slices Jelly",
"Zeppy's, 6 Bagels, French Roast",
"Feppy's, Bagel, Cinnamon Raisin",
"Old World, Rustic Pizza Crusts",
"Zeppy's, Soft Pretzel Bagels",
"Zeppy's, 6 Bagels, Cranberry Ginger",
"Southern Style Crispy Chicken Strips",
"Breast Nuggets",
"Grilled Chicken Breast Strips",
"Wrapped Omelets",
"White Meat Chicken Patties",
"Chicken Breast Tenderloin Fritters",
"Boneless Chicken Wyngz",
"Honey Bbq Seasoned Wings",
"Dunbar, Roasted Peppers",
"Roasted Peppers",
"Deli Sliced Peppers",
"Dunbar's, Cut Yams, Sweet Potatoes Packed In Syrup",
"Drake's, Crisy Fry Mix",
"Drake's, Crispy Frymix",
"Long Stem Roman Artichokes",
"Tea Cookies, Lemon, Traditional Tea Cookies Dusted With Natural Lemon Sugar",
"Tea Cookies",
"Tea Cookies",
"Leila Bay Trading Co., Apple Cinnamon Granola, Apple, Cinnamon",
"Leila Bay Trading Co., Banana Nut Granola",
"Leila Bay Trading Co., Cranberry Almond Granola",
"Leila Bay Trading Co., Chocolate Huckleberry Quinoa Granola",
"Cane Sugar, Raspberry",
"Lemon",
"All Natural Flavored Cane Sugar, Almond Vanilla",
"All Natural Flavored Cane Sugar, Huckleberry",
"The Famous Pacific Dessert Company, Dark Chocolate, Salted Caramels",
"Dessert Company, Milk Chocolate Pecan Caramels",
"The Famous Pacific Dessert Company, Dark Chocolate Meltaways, Raspberry",
"Milk Chocolate Salted Caramel",
"Dark Chocolate Lemon Meltaways",
"Granola",
"Boneless Fillet",
"Salmon Spread",
"King Salmon Jerky, Original",
"Pepper Garlic Salmon Jerky",
"Smoked Salmon",
"Sockeye Smoked Salmon",
"Teenage Mutant Ninja Turtles Premium Popcorn",
"Salted Popcorn",
"Extra Cheesy Popcorn",
"Pops Up Big & Fluffy Popping Corn",
"Kernel Packs Popcorn",
"Light & Crunchy White Corn Premium Popcorn",
"Premium Jumbo Popcorn",
"Big & Fluffy Popping Corn",
"Fortune Cookies, Honey",
"Luvyu, Honey Fortune Cookies",
"Orange Almond Cookies",
"Bite Size Amaretti Macaroons Crunchy Italian Biscuits",
"Luv Yu, Honey Fortune Cookies",
"Almond Cookies",
"Wedding Cakes",
"Luv Yu, Crunchy Amaretti Macaroons Italian Biscuits",
"Fruit Bar Ice Cream",
"Multi Seed Bloomer Slides",
"First Peas",
"Organic First Carrots",
"Sweet Potatoes",
"Organic First Apples",
"Organic First Pears",
"Organic First Bananas",
"Apples",
"Organic Apples & Apricots",
"Organic Apples & Plums",
"Organic Pears",
"Organic Apples & Blueberries",
"Organic, Baby Food Puree, Pears & Raspberries",
"Pears & Mangos",
"First Prunes",
"Organic Sunny Days Snack Bars, Apple",
"Organic Sunny Days Snack Bars",
"Organic Letter Of The Day Cookies, Oatmeal Cinnamon",
"Organic Letter Of The Day Cookies, Very Vanilla",
"Sesame street crackers",
"Organic Sunny Days Snack Bars",
"Organic Mini Waffles, Blueberry",
"Organic, Organic Mini Waffles",
"Organic, Organic Mini Pancakes",
"Baked Chicken Nuggets",
"Baked Popcorn Chicken",
"Chicken Nuggets For Kids",
"Kidz, Fish Nuggets",
"Mini Mac 'N Cheese Ravioli",
"Ravioli, Mini Cheese",
"Mini Beef Meatballs For Kids",
"Broccoli & Cheese Nuggets",
"Chicken Nuggets",
"Nuggets",
"Mini Beef Meatballs For Kids",
"Fish Nuggets For Kids",
"Gluten Free French Toast Sticks, Cinnamon",
"Stuffed Pretzels For Kids, Mozzarella Cheese, Pizza Sauce",
"Organic, Organic Fruit Cups For Kids, Mango & Berry",
"Organic, Organic Fruit Cups For Kids, Berry Blend",
"Beef, Cheese & Veggie Taco Seasoned For Kids",
"Organic Pureed Baby Food, Banana, Apple, Brown Rice",
"Organic Prunes Pureed Baby Food",
"Carrots",
"Organic, Organic Sweet Potatoes",
"Peas & Brown Rice",
"Green Beans & Rice",
"Organic Winter Squash",
"Corn & Butternut Squash",
"Organic Spinach & Potato",
"Organic, Banana Mango",
"Organic Apple Butternut Squash",
"Organic Veggie & Fruit Blends",
"Gourmet Meals, Organic Creamy Chicken Apple Compote",
"Organic Baby Food Puree, Pear Carrot Apricot",
"Organic Apple Peach Oatmeal Fruit & Grain Puree",
"Pear Apricot Barley Fruit & Grain Puree",
"Organic Banana Raspberry Brown Rice",
"Organic, Greek Yogurt Smoothie, Cherry",
"Organic Yogurt Smoothie",
"Peach Pear Yogurt Smoothie",
"Apple Peach Oat Meal",
"Oeganic Baby Food Puree, Sweet Potato Apple",
"Organic Butternut Squash Pear",
"Baby Food Puree, Orange Banana",
"Organic Banana Blueberry",
"Organic Baby Food Puree",
"Organic Fruit Yogurt Smoothie, Apple Blueberry",
"Organic Fruit Yogurt Smoothie, Peach, Banana",
"Organic Fruit Yogurt Smoothie, Strawberry, Banana",
"Organic Fruit Yogurt Smoothie, Mixed Berry",
"Organic Fruit Yogurt Smoothie, Pear Mango",
"Organic Carrots & Broccoli Baby Food Puree",
"Organic Baby Food Puree, Pumpkin & Spinach",
"Squash & Sweet Peas Baby Food Puree",
"Organic Baby Food Puree",
"Organic Fruit Yogurt Smoothie, Cherry, Apple",
"Carrot Split Pea Kamut, Veggie & Protein Puree",
"Organic Sweet Potato Garbanzo Barley",
"Spinach Lentil Brown Rice",
"Broccoli Red Lentil Oat, Veggie & Protein Puree",
"Organic Banana Blueberry Baby Food Puree",
"Organic Fruit Yogurt Smoothie",
"Eggplant Spinach, Carrot & Lentil Puree",
"Turkey Red Beans &Brown Rice",
"Chicken Risotto & Portabella Mushrooms Puree",
"Fruit & Sunflower Wave, Banana & Sunflower Seed Butter",
"Organic Apple Sauce & Sunflower Seed Butter",
"Organic Turkey Quinoa, Apple Sweet Potato",
"Organic, Organic Chicken Pot Pie Homestyle Meal",
"Mini Cookies, Chocolate",
"Fruit & Sunflower Wave Squeezable Snacks",
"Fruit & Sunflower Wave Applesauce & Sunflower Seed Butter",
"Prunes & Oatmeal Baby Food",
"Organic Peach Oatmeal Banana",
"Breakfast Apple Raisin, Quinoa, Barley & Oat",
"Organic Whole Breakfast Blueberry Banana Quinoa, Barley & Oat",
"Organic Summer Vegetable Dinner",
"Organic Rice & Lentil",
"Vegetable Turkey Dinner",
"Organic Sweet Potato & Chicken Dinner",
"Organic, Chicken & Brown Rice",
"Harvest Squash Turkey",
"Organic Apple Cinnamon Oatmeal",
"Organic Chunky Orchard Fruit",
"Organic Spring Vegetables & Pasta",
"Organic Vegetable Chicken Soup",
"Organic Spaghetti With Cheese",
"Organic Tender Chicken & Stars Chunky Blend",
"Organic Vegetable Beef Pilaf Chunky Blend",
"Organic Zucchini Broccoli Medley",
"Organic Whole Grain Rice Cereal",
"Organic Whole Grain Multi-Grain Cereal",
"Organic Barley Toddler Bicuits",
"Whole Grain Oatmeal Cereal",
"Whole Grain Mixed Grain Cereal",
"Gluten Free Wholesome Morning Hot Cereal",
"Yellow Round Tortilla Chips",
"Popcorn",
"White Kernels Popcorn",
"Yellow Kernels Popcorn",
"Wheat Bran Cereal",
"1% Lowfat Milk",
"100% Pure Orange Juice",
"100% Grated Parmesan Cheese",
"Milk Italian Chicken Sausage",
"Tomato Paste",
"Sliced Stewed Tomatoes",
"Creamy Beanut Butter",
"Condensed Cream Of Mushroom Soup",
"Condensed Tomato Soup",
"Powdered Sugar",
"Syrup",
"Honey Nut Toasted Oats Cereal",
"Frosted Bite Size Shredded Wheat Cereal",
"Toasted Oats Whole Grain Oat Cereal",
"Raisin Bran Cereal",
"Frosted Flakes, Corn Cereal",
"Bite Size Shredded Wheat Cereal",
"Crispy Honey Oats & Flakes Cereal",
"Walnut Halves & Pieces",
"Cubed Colby Jack Cheese",
"Cubed Cheddar Cheese, Mild",
"Acme Fresh Market, Cubed Swiss Cheese, Wisconsin Cheese",
"Wisconsin Cheese, Sharp Cheddar Cheese",
"Signature, Cubed Colby Jack Cheese",
"Signature Cubed Cheddar Cheese",
"Cubed Pepper Jack Cheese",
"Double Fiber Whl Grn Half Loaf Bread",
"Sprouted Wheat Bread",
"Sprouted Wheat Bread",
"Bakehouse, Thin Sliced Sprouted Whole Grain Wheat Bread",
"Dippin Sticks Cheddar Cheese",
"Dippin Sticks",
"Euro Wholesome Grain Seeded Bread",
"Signature Bake-At-Home Sourdough Breads",
"Banana Foster Pie",
"Chocolate Almond Coconut Pie",
"Hand-Crafted Pie",
"Angel Loaf",
"Kenzie's Kakes, Signature Kenzie's Kakes, Blueberry Gooey Butter",
"Kenzie's Kakes, Cake, Pumpkin, Gooey & Butter",
"White/White Iced Cupcake Cake",
"Cupcake Cake",
"Apple Danish Stick",
"Cherry Danish Sticks",
"Mini Cookies",
"Kenzie's Kakes",
"Cupkakes",
"S'More Cupcake",
"Crazy Food Cookies",
"Gregs Crazy Good Crispy Oatmeal Cookies",
"Chocolate Chip Chewy",
"Gregs Crazy Good Crispy Pumpkin Spice Cookies",
"Gregs Crazy Good Crispy Snickerdoodle Cookies",
"Greg's Crazy Good Trail Mix Crunchers",
"Candy Cookie",
"Brownies, Iced Pecans",
"Pizzelle Anise Cookies",
"Pizzelle Chocolate",
"Pizzelle Cookies, Vanilla",
"Pizzelle Lemon Cookies",
"Pizzelle Orange Cookies",
"House-Made Sweet Potato Hummus, Mild Chipotle",
"Southwest Hummus, Black Bean & Edamame",
"Garlic Lover's Hummus",
"Salsa",
"Grilled Pineapple Poblano Salsa",
"Fire-Roasted Salsa",
"Black Beans & Corn Fire-Roasted Salsa",
"House-Made Black Bean & Corn Fire-Roasted Guacamole",
"Guacamole",
"Caribbean Island Guacamole",
"S, Signature Sauce, Asian Barbeque",
"Sauce",
"Sinature Sauce",
"Country Crisps",
"Country Crisps",
"Pumpkin Pie Dessert Spread",
"Holiday Dessert Spread, Cranberry",
"Greek Veggie Salad Shaker",
"Power Protein Salad Shaker",
"Southern Chicken Quinoa Salad Shaker",
"Ground Beef Burger",
"Fresh Ground Beef",
"Signature Series: The Chuck Brisket",
"Fresh Custom Blend Ground Blend Burgers",
"The Prime Burger Patty",
"Schweid & Sons, Fresh Ground Beef",
"Angus Ground Beef",
"Beef Chunk Burgers",
"Ground Beef Chuck Burgers",
"Green Tea, Mild",
"Triple Leaf Tea, Jasmine Green Tea, Jasmine Flowers, Mild Fragrant",
"Herbal Tea",
"Triple Leaf Tea, Decaf Green Tea, 100% Naturally Decaffeinated Green Tea",
"Triple Leaf Tea, Rose Black Tea",
"Triple Leaf Tea, Hibiscus With Mulberry Leaf Herbal Tea",
"Triple Leaf Tea, Mulberry Leaf Herbal Tea",
"Triple Leaf Brand, Green Tea With Roasted Brown Rice",
"Blue Lake, Fancy Cut Green Beans",
"Fruit Burst, Squeezable Fruit",
"Cut Green Beans",
"Juice From Concentrate, Pineapple",
"Golden Sweet Whole Kernel Corn",
"Made With Freshcut Sweet Peas",
"Pineapple Chunks In Clarified Pineapple Juice",
"Ananas en morceaux au jus",
"Crushed Pineapple In Its Own Juice",
"Tranches d'Ananas : au Jus",
"Crushed Pineapple In Juice",
"Tomato Sauce",
null,
"Pineapple Chunks Juice",
"Crushed Pineapple In Its Own Juice",
"Vermont Maid, Syrup",
"Vermont Maid, Syrup, Original",
"Mixed Fruit In Heavy Syrup",
"Brer Rabbit, Light Flavor Syrup",
"Ananas Scheiben gezuckert",
"Garden Quality Tomato Ketchup",
null,
"100% Pineapple Tidbits Juice",
"Mélange de Fruits Tropicaux",
"Poires demi-fruits au sirop léger",
"Pêches Demi-Fruits",
"Sliced Peaches In Heavy Syrup",
"Freestone Halves, Yellow Freestone Peaches In Heavy Syrup",
"Freestone Slices",
"Cocktail de fruits au sirop",
"Petite Cut Diced Tomatoes",
"Mandarines au sirop léger",
"Original Sloppy Joe Sauce",
"Sloppy Joe Sauce, Hickory",
"Piña en rodajas en su zumo",
"Mixed Fruit In Fruit Juice",
"Diced Tomatoes",
"Ananas tranches",
"Stewed Tomatoes",
"Pineapple Tidbits In Clarified Pineapple Juice",
"Crushed Pineapple Juice",
"Juice From Concentrate",
null,
"Diced Tomatoes With Natural Sea Salt",
"Fresh Cut, Blue Lake Cut Green Beans",
"Fruit Cocktail In Extra Light Syrup",
"Lite Sliced Peaches In Extra Light Syrup",
"Pear Halves, Bartlett Pears In Extra Light Syrup",
"Fresh Cut Asparagus Tips",
"Fresh Cut Sweet Peas",
"Peas & Carrots",
"Stewed Tomatoes",
"Tomato Juice",
"Sauce De Tomates",
"Tomato Sauce",
"Fresh Cut, Blue Lake Cut Green Beans",
"Fresh Cut, Green Lima Beans",
"Fresh Cut, Blue Lake French Style Green Beans",
"Tomato & Chile Cocktail From Concentrate",
"Sweet Peas With Natural Sea Salt",
"Sliced Beets",
"Crinkle Cut Pickled Beets",
"Pineapple Wedges",
"Fresh Cut, Golden Sweet Whole Kernel Corn",
"Fresh Cut, Golden Sweet Corn Cream Style",
"Mixed Vegetables",
"Fruit Naturals, Juice, Pineapple",
"Sauerkraut",
"Fresh Cut, Leaf Spinach",
"Fresh Cut, Sliced Carrots",
"Fresh Cut, Leaf Spinach",
"Stewed Tomatoes",
"Mandarin Oranges In Light Syrup",
"Cherry Mixed Fruit In Natural Cherry Flavored Light Syrup",
"California Peach Chunks, Raspberry",
"Chunkey Mixed Fruit",
"Summer Crisp, Whole Kernel Golden Sweet Corn",
"Fresh Cut, Blue Lake French Style Green Beans",
"Mixed Vegetables With Potatoes",
"Summer Crisp, Whole Kernel Golden Sweet Corn",
"Cut Green Beans & Potatoes With Ham Style Flavor",
"Crushed Pineapple In Heavy Syrup",
"Classic Fruit Cocktail",
"Tomato Sauce",
"Diced Tomatoes With Garlic & Olive Oil",
"Diced Tomatoes",
"Lite Fruit Cocktail In Extra Light Syrup",
"Diced Tomatoes",
"Diced Tomatoes With Green Peppers & Onions",
"Sliced Peaches",
"Lite Pear Halves",
"Diced Tomatoes With The Flavors Of Basil, Garlic & Oregano",
"Diced Tomatoes With Garlic & Onion",
"Pineapple Tidbits In 100% Juice",
"Fresh Cut, Blue Lake Cut Green Beans",
"Very Cherry Mixed Fruit, Cherry Light Syrup",
"Sliced Peaches",
"Stewed Tomatoes",
"Fresh Cut, Diced New Potatoes",
"California Diced Peaches In Light Syrup",
"California Sliced Peaches",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail",
"Yellow Cling Peaches Sliced In Heavy Syrup",
"Sliced Peaches, Yellow Cling Peaches In Extra Light Syrup",
"Pear Halves",
"Pear Halves",
"Apricot Halves",
"Mandarin Oranges In Light Syrup",
"Tropical Fruit Salad",
"Cocktail de fruits",
"Diced Pears In Extra Light Syrup",
"Chunky Mixed Fruit, Lite",
"Poires Demi-Fruits : Au Sirop Léger",
"Mixed Vegetables",
"Fresh Cut, Whole Kernel Sweet Fiesta Corn",
"Fresh Cut, Whole Kernel Sweet Gold & White Corn",
"Sliced Pears",
"Diced Peaches Yellow Cling Peaches In Strawberry-Banana Flavored Gel",
"Diced Peaches In Raspberry-Lemonade Flavored Gel",
"Fresh Cut, Extra Long Asparagus Spears",
"Fresh Cut, Asparagus Cuts & Tips",
"Whole Kernel Corn",
"Fresh Cut, Whole New Potatoes",
"Fresh Cut, Sauerkraut",
"California Diced Peaches In Light Syrup",
"Mixed Fruit, Peaches, Pears & Pineapple In Light Syrup",
"Diced Peaches Yellow Cling Peaches In Light Syrup With Strawberry-Banana Flavor",
"Mixed Fruit, Cherry",
"Mandarin Oranges Light Syrup",
"Diced Tomatoes With Zesty Mild Green Chilies",
"Petite Cut Diced Tomatoes With Zesty Jalapenos",
"Pear Halves",
"Pineapple Tidbits In Lightly Sweetened Pineapple Juice, Pineapple",
"Papaya & Pineapple In Lightly Sweetened Juice",
"Tomato Paste",
"Whole Kernel Corn",
"Tomato Paste",
"Tomato Paste",
"Tomato Paste Product With Italian Herbs",
"Roma Style Tomatoes Sauce With Garlic & Onion",
"Petite Cut, Diced Roma Style Tomatoes",
"Tropical Fruit Salad In Lightly Sweetened Fruit Juices",
"Delmonte, In Light Syrup, Mandarin Oranges",
"Fresh Cut, Cut Green Beans & Potatoes With Ham Style Flavor",
"Diced Peaches, Yellow Cling Peaches In Peach Gel",
"Mandarin Oranges In Orange Flavored Gel",
"Diced Peasches & Pears In Cherry Gel",
"Made With Freshcut Sweet Peas",
"Whole New Potatoes",
"Fresh Cut Green Beans & Potatoes",
"Fresh Cut Green Beans",
"Golden Sweet Whole Kernel Corn",
"Peach Chunks",
"Pear Chunks",
"Cut Green Beans",
"Green Beans",
"Petite Cut Diced Tomatoes",
"Mandarin Oranges In Light Syrup",
"Whole New Potatoes",
"Purée Tradition Bio",
"Tomates jaunes entières pelées au jus",
"Italian Style Bread Crumbs",
"50 Calorie Mixed Fruit In Extra Light Syrup",
"Diced Peaches",
"Slender Whole Asparagus Spears",
"Extra Long Asparagus Spears",
"Fruit Cocktail in juice",
"Pear Halves",
"Pear Halves in Juice",
"Roma Style Tomatoes Puree",
"Sweetened Sliced Peaches",
"Sliced Pears",
"Fruit Cocktail",
"Peach Chunks No Sugar Added",
"Pear Chunks",
"Tropical Fruit Salad",
"Roma Style Tomatoes Puree",
"Tomatenstücke",
"Fein gehackte Tomaten mit Basilikum",
"Tomates Datterini au jus de tomates",
"Tranches d'Ananas au jus d'Ananas",
"Pezzi di ananas con sciroppo aromatizzato al limone ",
"Del Monte Gold Ananas Chunks GR. 230X2",
"Fresh Cut, Blue Lake Cut Green Beans",
"Fresh Cut, Blue Lake Cut Green Beans",
"Fresh Cut, Blue Lake French Style Green Beans",
"Fresh Cut, Blue Lake French Style Green Beans",
"Green Beans With Onion, Red Peppers & Garlic",
"Blue Lake Whole Green Beans",
"Fresh Cut, Cut Green Italian Beans",
"Lima Beans",
"Fresh Cut, Cut Golden Wax Beans",
"Fresh Cut, Sliced Beets",
"Fresh Cut, Sliced Carrots",
"Fresh Cut, Golden Sweet Corn Cream Style",
"Fresh Cut, Golden Sweet Corn Cream Style",
null,
"Fresh Cut, White Corn Cream Style",
"Fresh Cut, Whole Kernel Sweet White Corn",
"Fresh Cut, Golden Sweet Whole Kernel Corn",
"Sweet Peas",
"Fresh Cut, Sweet Peas",
"Very Young Sweet Peas",
"Special Blend, Peas & Carrots",
"Fresh Cut, Sliced New Potatoes",
"Fresh Cut, Whole New Potatoes",
"Sauerkraut",
"Fresh Cut, Chopped Spinach",
"Fresh Cut, Leaf Spinach",
"Garden Quality Leaf Spinach",
"Mixed Vegetables",
"Zucchini With Italian Style Tomato Sauce",
"Green Beans, Mixture Of Short Cut And Cut - Blue Lake",
"Argo, French Style, Blue Lake, Green Beans",
"Tomates pelées au jus - BIO",
"Pulpe de tomates bio",
"Apricot Halves",
"Apricot Halves In Extra Light Syrup",
"Dark Sweet Pitted Cherries In Heavy Syrup",
"Fruit Cocktail In 100% Fruit Juice",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Extra Light Syrup",
"Chunky Mixed Fruit In Heavy Syrup",
"Chunky Mixed Fruit In Extra Light Syrup",
"Chunky Mixed Fruit In 100% Fruit Juice",
"100% Juice, Sliced Peaches",
"Peach Halves",
"Peach Halves In Extra Light Syrup",
"Yellow Cling Peaches In Heavy Syrup",
"Lite Yellow Sling Sliced Peaches In Extra Light Syrup",
"Freestone Peaches Halves",
"Yellow Freestone Peaches In Heavy Syrup",
"Freestone Peach Slices",
"Pear Halves In Pear Juice From Concentrate",
"Pear Halves",
"Lite Pear Halves",
"Sliced Pears",
"Lite Sliced Pears",
"Quality Exotics Perles de Melon Au Sirop Léger",
"Lychees : Au Sirop Léger",
"Nectar, Peach",
"Pear Nectar",
"Diced Mangos",
"Organic Roma Style Tomato Paste",
"Organic Roma Style Tomato Sauce, Sea Salt",
"Sweet Peas",
"Roma Style Tomatoes Whole Peeled",
"Spaghetti Sauce, Filipino Style",
"Sweet Style Spaghetti Sauce",
"Pineapple Tidbits",
"Fruit Snacks",
"Fruit Snacks",
"Juice Drink, Pineapple",
"Juice Drink, Mango",
"Juice Drink From Concentrate, Pineapple Orange",
"Juice Drink",
"Pineapple, Mango And Guava Juice Drink",
"Pineapple Juice Drink, Artificial Orange Flavor",
"Pineapple Crush Flavored Juice Drink, Pineapple",
"Juice Drink",
"Juice Drink, Mango",
"Pineapple Juice",
"Filipino Style Tomato Sauce",
"Fruit & Veggie Fusions",
"Mango Nectar",
"Diced Peaches",
"Fruit & Chia",
"Fruit & Chia",
"Fruit & Chia",
"Mangos In Pineapple Flavored Chia",
"Chicken Broth With Roasted Garlic",
"Chicken Broth With Roasted Vegetables & Herb",
"Chicken Broth",
"Chicken Broth",
"Chicken Broth",
"Chicken Broth",
"Broth, Chicken",
"Chicken Broth",
"Beef broth",
"Garden Vegetable Broth",
"Brer Rabbit, Molasses",
"Molasses Blackstrap",
"Extra Thick & Zesty Sauce",
"Roma Style Tomatoes Sauce With Italian Herbs",
"Roma Style Tomatoes Sauce",
"Tomato Sauce With Natural Sea Salt",
"Tomato Sauce With Natural Sea Salt",
"Pizza Sauce",
"Pizza Sauce, Pizza Squeeze",
"Pizza Sauce With Natural Sea Salt",
"Pizza Sauce, Four Cheese",
"Pizza Sauce, Flavored With Pepperoni",
"Crushed With Natural Sea Salt In Tomato Puree",
"Crushed With Roasted Garlic Tomatoes",
"Diced Tomatoes With Italian Herbs",
"Bread Crumbs Roasted Garlic & Savory Spices",
"Bread Crumbs Three Cheese",
"Roma Style Tomatoes Diced",
"Spaghetti Sauce",
"Deluxe Marinara Sauce",
"Pizza Sauce",
"Marinara Sauce",
"Mandarin Orange",
"Mandarin Oranges In Water",
"Tomato Paste Product With Tomato Pesto",
"Tomato Paste Product With Roasted Garlic",
"Sweet & Sour Sauce With Pineapple",
"Sunfresh, Citrus Salad",
"Red Grapefruit In Extra Light Syrup",
"Diced Peaches",
"Diced Pears, Bartlett Pears In Light Syrup",
"Fresh Cut, Cut Green & Wax Bean Blend",
"Pickled Green Beans With Dill Flavor",
"Tomato Sauce",
"Tomato Paste",
"Healthy Kids, Peach Chunks With Vitamins A, C, & Calcium",
"Turkey Broth",
"Culinary Broth, White Wine & Herb",
"Culinary Broth, Thai Coconut Curry",
"Chicken Broth",
"Chicken Broth",
"Beef Broth",
"Mandarin Oranges In Extra Light Syrup",
"Diced Pears",
"Mixed Fruit",
"Fruit Naturals, Red Grapefruit",
"Fruit Naturals, Cherry Mixed Fruit In Extra Light Syrup",
"Fruit Naturals, Yellow Cling Peach Chunks In Extra Light Syrup",
"Fruit Naturals, Mandarin Oranges In Light Syrup",
"Fruit Naturals, Yellow Cling Peach Chunks",
"Red Grapefruit",
"Citrus Salad",
"Whole Peeled Tomatoes",
"Diced Peaches With Cinnamon & Brown Sugar",
"Red Grapefruit In Water, No Sugar Added",
"Extra Standard Sweet Peas",
"Golden Super Sweet, Whole Kernel Corn",
"Tomato Sauce, Basil, Garlic & Oregano",
"Yellow Cling Diced Peaches In Light Syrup, Fruit Cup Snacks",
"Beef Broth",
"Petite Cut Diced Tomatoes",
"Petite Cut, Diced Tomatoes With Green Chilies, Medium",
"Diced Pears In Extra Light Syrup, Vanilla & Spice",
"Diced Apples & Pears In Extra Light Syrup",
"Chili Sauce",
"Seafood Cocktail Sauce",
"Mixed Fruit In Extra Light Syrup",
"Lite Sliced Peaches",
"Pasta Sauce, Traditional",
"Pasta Sauce, Garlic, Onion",
"Green Pepper & Mushroom Pasta Sauce",
"Mushroom Garden Quality",
"Pasta Sauce, Meat",
"Pasta Sauce, Tomato & Basil",
"Four Cheese Pasta Sauce",
"Italian Herb Chunky Pasta Sauce",
"Garlic & Herb Chunky Pasta Sauce",
"Fruit Naturals, Mango Chunks In Extra Light Syrup",
"Diced Mangoes In Light Syrup",
"Sunfresh, Citrus Salad In Water",
"French Style Green Beans With Roasted Garlic",
"Whole Kernel Southwest Corn With Poblano & Red Peppers",
"Fruit & Veggie Purees & Juices",
"Squeezers",
"Fruit Burst, Simply Fruit Squeezers, Mixed Berry",
"Fruit Purees & Juices",
"Fruit + Veggie Fruit Burst Squeezers",
"Mandarin Oranges In Light Syrup",
"Diced Mangos & Pineapple Tidbits In Light Syrup",
"Blue Lake French Style Green Beans",
"French Style Green Beans",
"Fruit Burst Squeezers, Mixed Berry",
"Whole Kernel Fire-Roasted Corn Blend",
"Cut Savory Green Beans With Mushrooms",
"Pineapple In Coconut Flavored Light Syrup, Pineapple Coconut",
"Fruit Burst, Fruit & Veggie Squeezers, Banana-Strawberry",
"Diced Pears",
"Diced Mangos In Light Syrup",
"Garden Vegetable Broth",
"Mandarin Oranges In Light Syrup",
"Diced Mangos",
"Blue Lake Cut Green Beans",
"French Style Green Beans",
"Whole Kernel Corn",
"Sweet Peas",
"Orchards Select, Sliced Cling Peaches In Extra Light Syrup",
"Orchard Select, Sliced Cling Peaches",
"Sunfresh, Mango In Extra Light Syrup",
"Apricot Halves In Extra Light Syrup",
"Fruit Naturals, Bartlett Pear Chunks In Extra Light Syrup",
"Fruit & Veggie Fusions Peach Mango, Peach Mango",
"Fruit & Veggie Fusions, Apple Pear Watermelon",
"Fruit & Veggie Fusions, Cherry Fruit Trio",
"Chef's Pantry, Meal Toppers In A Sweet & Tangy Sauce, Orange-Sesame Vegetables",
"Meal Toppers",
"Chef's Pantry, Tuscan Style Beans & Tomatoes",
"New Orleans Style Vegetables",
"Meal Toppers Pot Pie Vegetable Medley",
"Fresh Cut, Sweet Peas",
"Fresh Cut, Blue Lake Cut Green Beans",
"Fresh Cut, Golden Sweet Whole Kernel Corn",
"Diced Tomatoes With The Flavors Of Basil, Garlic & Oregano",
"Petite Cut, Diced Tomatoes",
"Super Fruit, Pear Chunks + Acai & Blackberry Juice Blend, Pear, Acai & Blackberry",
"Peach Crunch + Pomegranate & Orange Juice Blend",
"Mixed Fruit Chunks In Mango Puree & Passion Fruit Juice Blend",
"Sunfresh, Citrus Salad In Extra Light Syrup",
"Mango In Extra Light Syrup",
"Sliced Cling Peaches In Extra Light Syrup",
"Red Grapefruit In Extra Light Syrup",
"Orchard Select, Sliced Cling Peaches In Water",
"Reduced Sodium Fancy Cut Green Beans",
"Sliced Carrotes",
"Sunfresh, Red Grapefruit In Water",
"Salsa",
"Tomato Sauce",
"Very Cherry Mixed Fruit Packed In Water",
"Chicken Broth",
"Chicken Broth",
"Beef Broth",
"Turkey Broth",
"Organic Chicken Broth",
"Brigham's, Ice Cream, Vanilla",
"Dafruta, Juice Concentrate, Passion Fruit",
"Dafruta, Concentrate Passion Fruit Juice",
"Toffee Coated Macadamia Nuts",
"Toffee Covered Macadamia Nuts Covered In Luscious Milk Chocolate",
"Jam, Pineapple",
"Golden Mushrooms",
"Salt Water Added Oyster Mushrooms",
"Whole Peeled Straw Mushrooms",
"Whole Unpleeled Straw Mushroom",
"Quail Eggs",
"Sweetened Red Bean Mashed Paste",
"Hong Van, Mixed Fruits Juice Drink",
"Hong Van, Guava Juice Drink",
"Mango Juice Drink",
"Hong Van, Grass Jelly Drink, Banana",
"Hong Van, Grass Jelly Drink Witer Honey, Coconut",
"L & W, Dried Shrimp",
"Hong Van, Grass Jelly Drink With Brown Sugar",
"Pesto Alla Genovese Pasta Sauce",
"Potato Gnocchi No. 401",
"Angel Hair Nests",
"Lasagne",
"Fettuccine No. 6, Enriched Macaroni Product",
"Linguine",
"Linguine Fini No. 8 Pasta",
"Enriched Macaroni Product, Angel Hair No. 9 Pasta",
"Thin Spaghetti No. 11, Enriched Macaroni Product",
"Spaghetti No. 12, Enriched Macaroni Product",
"Rigatoni ",
"Enriched Macaroni Product, Mezzi Rigatoni No. 26",
"Fusilli no.34",
"Enriched Macaroni Product",
"Penne Rigate No. 41, Enriched Macaroni Product",
"Small Shells No.52, Enriched Macaroni Product",
"Rotelle No. 54",
"Tubetti No. 62, Enriched Macaroni Product",
"Orzo No. 74",
"Acini di Pepe no. 78",
"Enriched Macaroni Product, Elbows Pasta",
"Cavatappi, Enriched Macaroni Product",
"Racchette No. 90, Enriched Macaroni Product",
"Orecchiette, Enriched Macaroni Product",
"Farfalle No. 93",
"Farfalline No.95, Enriched Macaroni Product",
"Enriched Macaroni Product, Fusilli Corti Bucati No. 98",
"Zita Cut No. 118, Enriched Macaroni Product",
"93. Farfalle D'Italia, Pasta Tricolore",
"100% Whole Wheat Spaghetti, Enriched Macaroni Product",
"Dececco, Enriched Whole Wheat Macaroni Product, Fusilli No. 34",
"Penne Rigate No.41, Enriched Whole Wheat Macaroni Product",
"100% Organic Fusilli No.34, Macaroni Product",
"100% Organic Penne Rigate No.41, Macaroni Product",
"Enriched Spinach Macaroni Product, Linguine",
"Tricolor Pasta, Fusilli No. 34",
"Tricolor Farfalle Macaroni Pasta",
"Lightly Salted Dry Roasted Peanuts",
null,
"Cheez-It",
"Chicken Patties",
"Chicken Patties",
"Seasoned Boneless Skinless Chicken Breast Fillets",
"Boneless Skinless Chicken Breast Fillets",
"Chicken Breast Fillets",
"Ground Chicken",
"Lean Chicken Sausage",
"Bunny, 100% Whole Wheat Bread",
"Holsum, Sof-Buns, 8 Hot Dog Buns",
"Healthy Life, Special Recipe White Bread",
"Healthy Life, Whole Grain Bread",
"Healthy Life, Italian Bread",
"Bunny, Restaurant Style Buns",
"Bunny, Hot Dog Buns",
"Healthy Life, 8 White Sandwich Buns",
"Wheat Sandwich Buns",
"Healthy Life, Sourdough Bread",
"Bunny, Hamburger Buns",
"Bunny, Soft-Twist White Enriched Bread",
"Healthy Life, Whole Grain Bread",
"Healthy Life, Hot Dog Buns",
"Lewis, Healthy Life, 100% Whole Wheat Bread",
"12 Old Fashion Dinner Rolls",
"Baby Bunny, 1/2 Soft Loaf White Enriched Bread",
"Healthy Life, Soft Style All Whole Grain 100% Whole Wheat Bread",
"Butternut, 100% Whole Wheat Bread",
"Butternut, Hearty Rye Bread",
"Butternut, Soft Rye Bread",
"Butternut, Burger Buns",
"Butternut, Large Enriched Bread",
"Butternut, Enriched Sliced Buns",
"Butternut, Enriched Sliced Hot Dog Buns",
"Butternut, All Whole Grain 100% Whole Wheat Bread",
"Butternut, Honey Wheat Bread",
"Raisin Bread, Cinnamon Swirl",
"Healthy Life, Wheat Hot Dog Buns",
"Healthy Life, 100% Whole Grain Wheat Bread",
"Bunny, Honey Wheat Bread, Honey",
"English Muffins, Light",
"Bunny, Whole Grain White Bread",
"Lewis, Holsum, Whole Grain White Bread",
"Butternut, Whole Grain White Bread",
"Butternut, White Enriched Bread",
"Cinnabon, Cinnamon Bread With Cinnamon Bursts",
"Butternut, Chicago Style Bun",
"English Muffins, 100% Whole Wheat",
"Bunny, Bunny English Muffins, Original",
"Butternut, English Muffins",
"Multi-Grain English Muffins",
"Raising Cinnamon English Muffins",
"Bunny, Brat & Sausage",
"Butternut, Brat & Sausage Enriched Rolls",
"Angel Halos, Powdered Mini Donuts",
"Angel Halos, Frosted Mini Donuts",
"Butternut, Italian Bread",
"Bunny, Deluxe Buns",
"Butternut, Deluxe Buns",
"Healthy Life, 100% Whole Wheat Sandwich Buns",
"Healthy Life, Soft Style 100% Whole Wheat Hot Dog Buns",
"Butternut, All Whole Grain 100% Whole Wheat Bread",
"Bunny, Chicago Style Bun",
"Jumbo Hamburger Buns",
"Hartford Farms, Iced Bread With Raisins",
"Hartford Farms, Iced Bread, Blueberries",
"Bunny, Hot Dog Buns",
"Enriched Buns",
"Butternut, Hot Dog Buns",
"Holsum, Sof-Buns, Hot Dog Sliced Enriched Buns",
"Lewis, 1/2 Loaf Nutty Oat Bread",
"Holsum Hamburger Buns",
"Gluten Free Bread",
"Gluten Free 7 Grain Bread",
"Hamburger Buns",
"Lewis, 1/2 Loaf 12 Grain Bread",
"Lewis, Honey Wheat Bread",
"Lewis, Potato Bread",
"Lewis, Enriched Butter Wheat Bread",
"Lewis, Enriched Butter White Bread",
"Lewis, Whole Wheat Bread",
"Lewis, 1/2 Loaf Hawaiian Bread",
"Holsum, Sof-Twist White Enriched Bread",
"Sweet Chili Sauce",
"Toffee",
"Montes, Vanilla Caramels",
"Montes, Tomy Candy, Rich Butterscotch",
"Candy",
"Montes, Ricos Besos, Chocolate Flavored Toffee",
"Montes, Super Natilla, Toffee, Pecan",
"Natural Soybean Sprouts",
"Cassava Bread",
"Hot Pepper Sesame Oil",
"Toasted Sesame Oil",
"Mirin Rice Cooking Wine",
"Ponzu Sauce",
"Red Wine Vinegar",
"Organic Apple Cider Vinegar",
"Organic Apple Sauce",
"Apple Butter Spread",
"Organic Tart Cherry Juice",
"Organic Tart Cherry Juice Concentrate",
"Organic Spread, Apple, Cherry, Butter",
"Dried Cherries, Montmorency Tart",
"Spicy Dry Roasted Pumpkin Seeds",
"Quiet Moon, Nuts, Seeds & Dried Fruit",
"Organic, Dry Roasted Pumpkin Seeds",
"Organic Great Northern Beans",
"Organic Dried Blueberries",
"Dried Cranberries Apple Sweetened",
"Organic Wild Berry Mix",
"Pocket Snacks, Wild Berry Mix",
"Organic Old Italian No Salt Added Spaghetti Sauce",
"Organic Pizza Pasta Sauce",
"Dry Roasted Pumpkin Seeds",
"Lightly Sea Salted Pistachios",
"Gomasio",
"Organic Black & Tan Sesame Salt",
"Organic Black Gomasio",
"Garlic Gomasio",
"Organic Seaweed Gomasio",
"Organic Yellow Mustard With Apple Cider Vinegar",
"Organic Brown Mustard",
"Bonito Flakes Aged And Dried",
"Organic Black Soy Beans",
"Organic, Lunderg, Brown Rice & Kidney Beans",
"Lundberg, Organic Brown Rice & Pinto Beans",
"Caribbean Rice & Beans",
"Brown Rice & Green Lentils",
"Organic Spanish Rice & Beans",
"Mexican Rice & Beans",
"Chili Vegetarian",
"Pinto Bean & Spelt Wheat, Chili",
"Black Bean & Quinoa Chili",
"Chili, Vegetarian, Made With Organic Kidney Beans, Kamut, & Spices",
"Pinto Beans",
"Garbanzo Beans",
"Organic Aduki Beans",
"Organic Black Beans",
"Kidney Beans",
"Organic Navy Beans",
"Organic Canebellini White Kidney Beans",
"Butter Beans",
"Black Eyed Peas",
"Organic Lentils W/ Onion, Bay",
"Organic Concord Grape Butter Spread",
"Sauerkraut",
"Organic Crushed Tomatoes With Roasted Onion & Garlic",
"Crushed Tomatoes",
"Organic Crushed Tomatoes",
"Organic Diced Tomatoes",
"Crushed Tomatoes With Sweet Basil",
"Organic Tamari Soy Sauce",
"Organic Sprouted Brown Rice - Mochi",
"Organic Sweet Brown Rice Mochi",
"Organic Brown Rice & Black Soybean",
"Organic Whole Grain Quinoa",
"Organic Muesli, Cinnamon",
"Organic Muesli",
"Edensoy, Soy Milk, Original",
"Edensoy Unsweetened Soymilk",
"Organic Soymilk",
"Edensoy, Organic Soy Milk, Original",
"Edensoy, Soy Milk, Vanilla",
"Black Beans",
"Organic Garbanzo Beans",
"Kidney Beans",
"Organic Navy Beans",
"Organic Pasta, Kamut Spirals",
"Hacho Miso Aged & Fermented Soybeans",
"Shiro Miso Aged & Fermented Rice & Soybeans",
"Wakame Flakes Instant Sea Vegetable",
"Kombu Sea Vegetable",
"Nori Sea Vegetable",
"Sushi Nori Toasted Sea Vegetable",
"Sushi Nori Toasted Japanese Sea Vegetable Sheets",
"Agar Agar Sea Vegetable Flakes",
"Soba Wheat & Buckwheat Pasta",
"Soba Pasta",
"Selected 100% Whole Buckwheat Pasta",
"Bifun Wheat Free Rice Pasta",
"Udon Wheat Pasta",
"Brown Rice Udon, Wheat Pasta With Brown Rice",
"Kamut Udon Pasta",
"Organic Spelt Soba Pasta",
"Organic Kuzu Root Starch",
"Sun Dried & Sliced Daikon Radish",
"Pickled Ginger W/ Shiso Leaves",
"Organic Brown Rice Vinegar",
"Brown Rice Vinegar",
"Ume Plum Vinegar",
"Ume Plum Vinegar",
"Traditional Barley Malt Syrup",
"Sea Vegetable Chips",
"British lamb chops",
"Applewood Smoked Fire Toasted Beef",
"Nueske's, Bacon Cheddar Bratwurst, Applewood Smoked",
"Applewood Smoked Landjaeger",
"Chorizo Panino",
"Ezekiel 4:9 Bread",
"Ezekiel 4:9, Cinnamon Raisin Bread",
"Sasquatch Grain & Seed Bread",
"Taralli Dell' Artigiano, Taralli Bakery Product",
"Zucchini Carrot Bread",
"Sno Pac, Organic Butternut Squash",
"Organic Sliced Carrots",
"Virginia Brand Smoked Ham",
"Devil Dog, Cream Filled Devils Food Cake",
"Coffeecakes",
"Ringdings, Frosted Creme Filled Devils Food Cakes",
"Creme Filled Devils Food Cakes",
"Fruitpies, Apple",
"Fruit Pies, Pies With Real Cherry Fruit Filling, Cherry",
"Drake's, Funny Bones Food Cakes, Frosted Peanut Butter Cream",
"Honey Buns",
"Drake's, Mini Muffins, Chocolate Chip",
"Mini Muffins, Blueberry",
"Frosted Donut Delites",
"Drake's, Donut Delites",
"Drake's, Yankee Doodles, Iced Cupcakes, Creme",
"Drake's, Coffee Cakes With Cinnamon Streusel Topping",
"Danish Pastry",
"Iced Bun",
"Cream Filled Devils Food Cakes",
"Coffee Cakes With Cinnamon Streusel Topping",
"Drake's, Ring Dings, Food Cakes",
"Frosted Creme Filled Devils Food Cakes",
"Drake's, Fruit Pies, Apple",
"Drake's, Fruit Pies, Cherry",
"Drake's, Yankee Doodles, Iced Cupcakes",
"Drake's, Coffee Cakes, Cakes With Cinnamon Streusel Topping",
"Creme Filled Food Cake",
"Chewy Granola Bars, Banana Oat",
"Chewy Granola Bars, Chocolate Chip",
"Fudge Dipped Coconut Chewy Granola Bars",
"Chewy Granola Bars, Golden Almond",
"Oatmeal Raisins Chewy Granola Bars",
"Chewy Granola Bars, Oats, Honey",
"Peanut Butter Chip Chewy Granola Bars",
"Sunbelt, Sweet & Salty Chewy Granola Bars, Almond",
"Chewy Granola Bars, Peanut, Sweet & Salty",
"Fudge Dipped Chewy Granola Bars, Chocolate Chip",
"Chewy Granola Bar, Peanut Butter Chocolate Chip",
"Chewy Granola Bars, Apple Spice",
"Chewy Granola Bars, Pumpkin Spice",
"Chewy Granola Bars",
"Protein Delights Whole Grain Wafers, Peanut Butter Crisps",
"Protein Delights Fudge Dipped Whole Grain Wafers",
"Simple Granola Whole Grain Cereal",
"Low Fat Granola",
"Fruit & Grain Bars, Blueberry",
"Fruit & Grain Bars, Raspberry",
"Fruit & Grain Bars, Strawberry",
"Fruit & Grain Bars, Apple, Cinnamon",
"Banana Nut Whole Grain Granola Cereal With Bananas & Almonds",
"Fruiit & Nut Whole Grain Granola Cereal",
"Chocolate Chip Chewy Granola Bars`",
"Chewy Granola Bars, Oats & Honey",
"Chewy Granola Bars, Fudge Dipped Chocolate Chip",
"Oatmeal Creme Pies",
"Honey Buns",
"Cosmic Brownies With Chocolate Chip Candy",
"Creme Pies Sandwich Cookies, Raisin",
"Marshmallow Pies",
"Jelly Creme Pies, Sandwich Cookies, Strawberry Filling",
"Cosmic Snacks, Cookies With Caramel And Crisp Rice",
"Fall Party Cakes",
"Fall Party Cakes",
"Nutty Bars",
"Brownies With English Walnuts",
"Peanut Butter Crunch Bars",
"Swiss Rolls",
"Fig Bars",
"Strawberry Shortcake Rolls",
"Donut Sticks",
"Banana Twins, Banana Splits Snack Cake",
"Zebra Cakes",
"Be My Valentine Snack Cakes",
"Fudge Rounds, 8 Sandwich Cookies, Individually Wrapped",
"Christmas Tree Cakes",
"Snack Cakes, Chocolate Chip",
"Fancy Cakes, Creme Filled White Cake",
"Marshmallow Pies, Banana",
"Pumpkin",
"Frosted Fudge Snack Cakes",
"Pecan Spinwheels",
"Christmas Gingerbread Soft Cookies",
"Chocolate Chip Cream Pies Sandwich Cookies",
"Boston Creme Rolls",
"Cookie Bars, Salted Caramel",
"Christmas Tree Cakes",
"Christmas Marshmallow Treats",
"Be My Valentine Marshmallow Treats",
"Mckee, Marshmallow Treats",
"Devil Cremes Cakes",
"Oatmeal Creme Pies",
"Honey Buns",
"Sandwich Cookies, Raisin Creme Pies",
"Peanut Butter, Creme Pies Sandwich Cookies",
"Emoji Brownies",
"Star Crunch Cookies",
"Nutty Bars, Wafers With Peanut Butter",
"Fudge Brownies With English Walnuts",
"Swiss Cake Rolls",
"Cosmic Brownies",
"Donut Sticks",
"Sweet Rolls",
"Chocolate Chip Creme Pies",
"Fudge Rounds",
"Oatmeal Creme Pies",
"Peanut Butter Creme Pies, Peanut Butter Cookies With Peanut Butter Creme Filling",
"Fruit Pies, Apple",
"Cherry Fruit Pies",
"Chocolate Cupcakes, Chocolate",
"Fall Tree Cakes",
"Pudding Rolls, Banana",
"Cloud Cakes",
"Mini Powdered Donuts",
"Mini Frosted Donuts",
"Mckee, Kite Brownies",
"Creme Filled Cakes, Cocoa Cremes",
"Little Muffins, Chocolate Chip",
"Little Muffins",
"Little Brownies",
"Streusel Cakes, Cinnamon",
"Mckee, Creme Filled Butterfly Cakes",
"Cosmic Cupcakes, Creme Filled Cupcakes With Chocolate Chip Candy",
"Bat Brownies",
"Danish Pastries, Cherry Cheese",
"Cheese Danish With Icing",
"Mini Glazed Donuts",
"Seashell Brownies, Iced Fudge Brownies",
"Cream Cheese Streusel Cakes",
"Coral Reef Classic White Cakes",
"Pumpkins Brownie",
"Christmas Tree Cakes, Red Velvet",
"St. Patrick's Day Cakes",
"Mini Crunch Donuts",
"Jelly Fish Cookies",
"Mini Cinnamon Sugar Donuts",
"Iced Shortbread",
"Conversation Hearts Iced Brownies",
"Butterfly Creme Filled Cakes",
"Red Velvet Cream Filled Snack Cakes",
"Cookies & Creme Cakes",
"Pumpkin Shortbread Cookies",
"Pumpkin Spice Rolls",
"Little Debbie, North Pole Nutty Bars, Wafers With Peanut Butter",
"Premium Muffins",
"Premium Muffins, Blueberry",
"Mini Strawberry Donut",
"Zebra Brownies",
"Zebra Cake Rolls",
"Plus Nutty Bars Wafers With Peanut Butter",
"P.B. Richies",
"Wafers With Peanut Butter Nutty Bars",
"Spring Nutty Bars",
"Sandwich Cookies, Caramel Apple Oatmeal Creme Pies",
"Heartland, Granola, Original",
"Granola Raisin",
"America's Original Granola Low Fat With Raisins & Almonds",
"Heartland, Bulgur Wheat",
"Granola Pie Crust",
"Heartland, Granola Cereal, Fruit & Nut Harvest",
"Granola, Raisin Almond",
"Simple Granola",
"Streusel Coffee Cakes, Cream Cheese",
"Pecan Pie",
"Danish Pastry",
"Creme Filled Cosmic Cupcakes",
"Crunch Mini Donuts",
"Mini Donuts",
"Mini Donuts, Powdered",
"Creme Pie, Sandwich Cookie, Peanut Butter",
"Oatmeal Creme Pies",
"Fig Bar Cookie",
"Nutty Bars Wafers With Peanut Butter",
"Frosted Donuts",
"Powdered Donuts",
"Glazed Donuts",
"Oatmeal Creme Pie",
"Swiss Rolls",
"Fudge Round",
"Zebra Cake",
"Be My Valentine Snack Cake",
"Golden Flaky Crust Pie, Chocolate",
"Christmas Tree Snack Cake",
"Crunch Donuts",
"Little Debbie Cosmic Brownie",
"Spinwheels, Pastries, Pecan",
"Real Fruit Filling Pie, Cherry",
"Real Fruit Filling Pie, Apple",
"Cakes, Banana Twins",
"Fudge Brownie With English Walnuts",
"Honey Bun",
"Iced Honey Bun",
"Nutty Buddy, Wafer Bars With Peanut Butter",
"Texas Classic Pastry, Cinnamon Roll",
"Cheese Danish Classic Pastry",
"Streusel Coffee Cakes, Cinnamon",
"Swiss Cake Rolls",
"Creme Filled Chocolate Cupcakes",
"Zebra Snack Cake",
"Double Decker Oatmeal Creme Pie",
"Premium Muffin",
"Premium Muffin",
"Pound Cake",
"Pound Cake, Classic Lemon",
"Oatmeal Pie Sandwich",
"Strained Tomatoes",
"Promo chopped tomatoes ",
"Parmalat, Whole Milk",
"2% Reduced Fat Milk",
"Fat Free Milk",
"Whole Milk",
"2& Reduced Fat Milk",
"Natrel LilMilk",
"Parmalat, 1% Low Fat Milk",
"Whole Lactose Free Milk",
"1% Lowfat Milk",
"Lactose Free Skim Fat Free Milk",
"Skim Fat Free Milk",
"Chocolate Milk",
"Crunchitos Baked Snacks, Extra Cheddar",
"Bearitos, Baked Corn Puffs, Cheddar",
"Bearitos, Bbq Balck Bean Corn Chips",
"Sea Salt Corn Chips",
"Bearitos, Clue Corn Chips",
"Taco Shells",
"Organic Vegetarian Traditional Refried Beans",
"Traditional Refined Beans",
"Organic Green Chili",
"Yellow Corn Tortilla Chips",
"Organic Popcorn",
"Taco Seasoning",
"Tedeschi Select, Cry Baby Candy",
"Candy Break, Cinnamon Imperial Hearts",
"Black Bean & Corn Salsa",
"Pepperoni Pizza Stuffed Sandwiches",
"Spinach Artichoke Stuffed Sandwiches",
"Nirav, Kala Chana",
"Nirav, Masoor Dal",
"White Rice With Vegetables",
"San Miguel, Chipotle Sauce, Medium",
"Medium Salsa Pico De Gallo Sauce",
"Chili Garlic Sauce",
"Chili Garlic Sauce, Hot",
"Ground Fresh Chili Paste",
"Ground Fresh Chili Paste",
"Sauce Piment Forte 482 G Huy Fong",
"Huy Fong Foods, Inc., Sriracha Hot Chili Sauce",
"Nectar",
"Nectar",
"Guava Nectar",
"Cookies",
"Cookies",
"Cookies",
"Cookies",
"Caramel 'N Fudge Brownie",
"Cookies",
"Belletoile, Gourmet Rouge Cheese",
"Henri Hutin, Valfrais, Garlic & Herbs Spread",
"Valfrais, Raifort Horseradish",
"Soft - Cheese",
"Polish Sausage",
"Abbyland, Smoked Bratwurst",
"Abbyland, Brat 'N Cheddar Smoked Sausage",
"Pepperoni Style Seasoning Snack Sticks",
"Smoked Snack Sticks",
"Fresh Creamy Goat's Cheese",
"Beef Steak Burritos With Seasoned Beans",
"Morton Iodized Salt",
"Sea Salt Rub",
"Tender Cracklins",
"Pepe's, Wagon Wheels Rueditas",
"Pepe's, Dulce Caliente Popcorn, Chile De Arbol",
"Pepe's, Popcorn",
"Pork Cracklin Strips",
"Onuims Onion Flavored Rings",
"Chili Cheese",
"Coconut Ice Cream",
"Transformer Hershey's Ice Cream Blast Ice Cream Bar",
"Camanchaca Inc., Langostino Lobster Tail",
"U/15 Raw Shell-On Shrimp",
"Cooked Easy Peel White Shrimp",
"Ocean Cafe, Oven Ready Rab Cake",
"Premium Lump Crabmeat",
"Stuffed Deviled Crabs",
"Shrimp With Sauce",
"Premium Cooked Shrimp",
"Premium Cooked Ez Peel Shrimp",
"Sea Scallops",
"Boil Crawfish Complete Kit",
"Lobster Bake",
"Salmon Fillets",
"Fisherman's Feast, Your Complete Kit",
"Shaw's Supermarkets, Salmon Dip, Cajun Smoked",
"Tampa Bay Fisheries, Inc., Lobster Claws & Arms",
"Shrimp",
"Fisherman's Feast, Jumbo Snow Crab,Mussels,Peeled Shrimp And Fresh Cut Vegetables In A Flavorful Broth",
"Shore Lunch, Fish Breading/Batter Mix",
"Shore Lunch, Cajun Style Fish Breading/Batter Mix",
"Buffalo Style Chicken Breading Mix, Spicy",
"Shore Lunch, Fish Beer Batter Mix",
"Soup Mix",
"Tortilla Soup Mix",
"Fish Breading Mix Cornmeal Recipe",
"J.F. Mills, Johnny Cake Mix",
"6 Scotch Pancakes",
"Spicy Korean Style Beef Noodle Bowl",
"Spinach cheese tortellini",
"Classic Original Water Crackers",
"Basmati Rice Medley",
"Juice Drink",
"Simply Grapefruit",
"Lemonade",
"100% Orange Juice",
"Biery, New York Sharp Cheddar Cheese",
"Smoked Gouda Cheese",
"Biery, Deli Style Cheese",
"Colored Colby",
"Havarti Natural Cheese",
"Happy Mardi Gras",
"Elmer's, Happy Mardi Gras Popcorn, Caramel",
"Strawberry And Hazelnut Artificially Flavored Candy",
"Hazelnut And Vanilla Artificially Flavored Candy",
"Candy",
"Nature Fed, Liquid Egg Whites",
"Fresh From Hawaii, Macadamia Nuts, Dry Roasted With Sea Salt",
"Macadamia Nuts",
"Fresh From Hawaii Macadamia Nuts Coconut Macaroon",
"Coconut Macaroon",
"Macadamia Nuts",
"Mini Smoked Sausages",
"Whole Wheat, Flour Tortillas",
"Deep Dish Three Meat Pizza",
"Angus Beef With Cornbread",
"Deep Dish Pizza, Honey Bbq, Chicken",
"Buffalo Chicken Mac & Cheese",
"White Cheddar Mac & Cheese With Bacon",
"Chicken Enchiladas",
"Chicken & Waffles",
"Cheese Ravioli With Sun-Dried Tomato Cream Sauce",
"Italian Sausage Lasagna",
"Lasagna Alfredo With Bacon & Sausage",
"Pesto Ravioli With Spicy Italian Sausage",
"Pulled Chicken Burrito Bowl",
"Angus Beef With Loaded Mashed Potatoes",
"Stuffed Grilled Ham & Cheese Sandwiches",
"Stuffed Grilled Cheese Sandwiches, Original",
"Stuffed Grilled Cheese Biscuits, Original",
"Cheesy Bites Salsa Con Queso",
"Cheesy Bites, Salsa Con Queso",
"New! Velveeta Cheesy Bites, Original Creamy Bites Of Velveeta Cheese In A Crispy Breading",
"Creamy Bites Of Velveeta Cheese In A Crispy Breading, Original",
"Mackerel In Brine",
"Baby Corn Nuggets",
"Winneram Int'L, Chohk Dee Coconut Milk",
"Weitai, Soy Sauce",
"Pine River, Sharp Cheddar",
"Pine River, Cold Pack Cheese Food, Chunky Bleu",
"Cold Pack Cheese Food",
"Pine River, Cols Pack Cheese Spread, Pepper Jack",
"Cold Pack Cheese Food",
"Dutch Crispbakes, Light Crisp Toasts, Original",
"Organic Soymilk, Original",
"Organic Soymilk, Vanilla",
"Organic Soymilk, Vanilla",
"Almondmilk, Almond",
"Almondmilk, Vanilla",
"Soymilk, Chocolate",
"Soymilk, Vanilla",
"Soymilk",
"Organic Soymilk, Unsweetened",
"Soymilk",
"Soymilk",
"Almondmilk, Dark Chocolate",
"Coconutmilk, Original",
"Coconut milk, vanilla",
"Almondmilk, Vanilla",
"Almondmilk, Original",
"Almondmilk, Vanilla",
"Almondmilk, Dark Chocolate",
"Almond Milk",
"Almond Milk, Vanilla",
"Almond Milk, Dark Chocolate",
"Almondmilk, Unsweetened Vanilla",
"Soymilk, Chocolate",
"Very vanilla Soymilk",
"Soymilk, Chocolate",
"Soymilk, Very Vanilla",
"Delicious Almond Milk, Vanilla",
"Delicious Almondmilk, Original Almond",
"Almondmilk, Original",
"Almondmilk, Unsweetened Original",
"Almondmilk, Original",
"Almondmilk, Unsweetened Vanilla",
"Almondmilk, Unsweetened Original",
"Unsweetend Delicious Almondmilk, Original Almond",
"Coconutmilk, Original",
"Dairy-Free Fruity & Creamy Blended",
"Fruity & Creamy Cultured Soymilk",
"Blended Cultured Soymilk",
"Blended Cultured Soymilk",
"Almondmilk, Unsweetened Vanilla",
"Almond Milk, Vanilla",
"Almond Milk, Dark Chocolate",
"Soymilk, Very Vanilla",
"Soymilk, Chocolate",
"Almondmilk, Original",
"Light Almondmilk, Vanilla",
"Almond Creamer",
"Blended Cultured Soymilk",
"Coconutmilk, Unsweetened",
"Protein+Fiber Almondmilk",
"Almondmilk Protein+Fiber",
"Unsweetened Organic Soymilk",
"Almond Creamer, Caramel",
"Almond Coconut Blend, Original",
"Almond Coconut Blend Milk, Unsweetened",
"Unsweetened Almond Milk",
"Dairy Free",
"Almond Creamer, Vanilla",
"Soy Milk, Very Vanilla",
"Creamy Cashewmilk, Cashew",
"Unsweetened Creamy Cashewmilk, Cashew",
"Yogurt Alternative, Peach & Mango",
"Dairy-Free Yogurt Alternative, Strawberry",
"Dairy-Free Yogurt Alternative, Blueberry",
"Yogurt Alternative, Vanilla",
"Dairy-Free Yogurt Alternative, Black Cherry",
"Nutchello, Nut-Based Beverage, Toasted Coconut + Cashews",
"Nutchello, Nut-Based Beverage, Caramel Almonds + Cashews",
"Dairy-Free Yogurt Alternative, Tropical Pineapple",
"Nutchello, Smooth & Tempting Nut Based Beverage, Rich Dark Chocolate + Walnuts",
"Almondmilk, Dark Chocolate",
"Creamy Cashewmilk, Cashew",
"Creamy Cashewmilk, Chocolate",
"Almond Creamer, Caramel",
"Organic Delicious Almondmilk, Vanilla",
"Almond Milk",
"Almond Nog",
"Almond Nog, Pumpkin Spice",
"Creamy Cashewmilk With A Touch Of Almond, Chocolate",
"Cashew Milk, Vanilla",
"Delicious Almondmilk",
"Almond Milk, Vanilla",
"Organic Delicious Almondmilk, Original Almond",
"Almond Milk",
"Creamy Cashew Milk, Vanilla",
"Almond Creamer, Hazelnut",
"Almond Creamer, Hazelnut",
"Dairy-Free Yogurt Alternative",
"Simply Plain Dairy-Free Yogurt Alternative",
"Unsweetened Delicious Almondmilk, Original",
"Delicious Almondmilk, Almond",
"Dairy-Free Plantmilk, Almond Cashewmilk & Plant Protein Blend",
"Almond Cashewmilk & Plant Protein Blend Dairy-Free Plantmilk, Vanilla",
"Unsweetened Almondmilk",
"Almond Milk, Dark Chocolate",
"Unsweetened Organic Soymilk",
"Soymilk",
"Soymilk, Vanilla",
"Soymilk, Chocolate",
"Soymilk, Chocolate",
"Soymilk, Original",
"Original Soymilk, Original",
"Original Soy Creamer",
"Soy Creamer, Original",
"Soy Creamer, Vanilla",
"Soy Creamer, Hazelnut",
"Soymilk, Original",
"Dairy-Free Soy Nog, Original",
"Soymilk, Very Vanilla",
"Soymilk",
"Vanilla Silk",
"Chocolate Silk",
"Unsweetened Organic Soymilk",
"Soymilk, Original",
"Soymilk, Vanilla",
"Soil milk",
"Soymilk, Vanilla",
"Soymilk, Vanilla",
"Soymilk",
"Soymilk, Light Vanilla",
"Light Soymilk, Chocolate",
"Soymilk, Chocolate",
"Soymilk",
"Soy Creamer, Vanilla",
"Habanero Pepper Sauce, Mild",
"Marie Sharp's, Orange Pulp Habanero Pepper Sauce, Hot",
"Exotic Sauce",
"Marie Sharp's, Smokin Marie, Smoked Habanero Sauce, Hot & Spicy",
"The Great Organic Uncured Beef Hot Dog",
"Uncured Stadium Beef Hot Dog",
"Fajita-Style Grilled Chicken Breast Strips",
"Grilled Chicken Breast Strips",
"Organic Chicken Strips",
"Chicken Nuggets",
"Naturals Chicken Patties",
"Homestyle Breaded Chicken Breast Tenders",
"Gluten-Free Chicken Breast Tenders",
"Uncured Honey Ham",
"Turkey Breast, Honey & Maple",
"Naturals Breakfast Sausage Patties, Chicken & Apple",
"Uncured Black Forest Ham",
"Naturals, Breakfast Sausage Patties, Chicken & Maple",
"Naturals Breakfast Sausage Patties, Savory Turkey",
"Breakfast Sausage",
"Breakfast Sausage",
"Applegate chicken breast",
"Organic Provolone Cheese",
"Organic American Cheese",
"Naturals, Chicken & Apple Breakfast Sausage",
"Chicken & Maple Breakfast Sausage",
"Uncured Beef Corn Dogs",
"Uncured Slow Cooked Ham",
"Chicken Breast Tenders",
"Chicken Nuggets",
"Gluten-Free Chicken Nuggets",
"Uncured Sunday Bacon",
"Sunday Bacon, Uncured, Hickory Smoked",
"Uncured Reduced Sodium Sunday Bacon",
"Chicken Nuggets",
"Uncured Reduced Sodium Sunday Bacom, Hickory Smoked",
"Salametti",
"Uncured Pancetta",
"Uncured Thick Cut Bacon",
"Uncured Turkey Bacon",
"Organics Uncured Turkey Bacon, Hickory Smoked",
"Roasted Chicken Breast, Naturals*",
"Naturals, Uncured Pepperoni",
"Barbecue flavored chicken breast",
"Provolone Cheese",
"Swiss Cheese",
"Applegate, Naturals, Chicken & Turkey Sausage, Spinach & Feta",
"Organics, Sweet Italian Organic Chicken & Turkey Sausage, Mild",
"Organics, Chicken Sausage, Chicken & Apple",
"Chicken & Turkey Sausage, Fire Roasted Red Pepper",
"Beer Bratwurst Made With Pork",
"Chicken & Cheddar Chicken Sausage",
"Peach Jerk Chiken Sausage",
"Half-Time Uncured Bologna & American Cheese",
"New Hope Provisions, Uncured Hickory Smoked Ham",
"New Hope Provisions, Mesquite Turkey Breast, Smoke",
"Uncured Turkey Salami",
"Natural Uncured Turkey Hot Dog",
"The Great Organic Uncured Turkey Hot Dog",
"Uncured Beef Hot Dog",
"The Great Organic Uncured Beef Hot Dog",
"Big Apple Hot Dog",
"Natural Uncured Chicken Hot Dog",
"The Great Organic Uncured Chicken Hot Dog",
"Roast Beef",
"Smoked Turkey Breast",
"Naturals, Herb Turkey Breast",
"Roasted Turkey Breast",
"Uncured Organic Genoa Salami",
"Organic Smoked Chicken Breast",
"Organic Roast Beef",
"Organic Smoked Turkey Breast",
"Turkey breast",
"Organic Monterey Jack Cheese",
"Applegate cheddar cheese",
"Classic Pork Breakfast Sausage",
"Savory Turkey Breakfast Sausage",
"Provolone Cheese",
"Naturals Cheddar Cheese Medium",
"Emmentaler Swiss Cheese",
"Naturals Muenster Cheese",
"Havarti Cheese",
"Monterey Jack Cheese",
null,
"American Cheese",
"Yogurt Cheese",
"Naturals, Uncured Genoa Salami",
"Uncured Soppressata",
"Prosciutto",
"Red Hots Meats",
"Smoked Hot, Chicken, Beef, And Pork Product",
"Delicious Meats",
"Old Wessex Ltd., Irish-Style Oatmeal High Fiber Cereal",
"Old Wessex Ltd., Irish-Style Oatmeal, 100% Whole Grain, High Fiber Cereal",
"Old Wessex Ltd., Instant Oatmeal, 100% Whole Grain, High Fiber Cereal",
"Old Wessex Ltd., Instant Oatmeal, 100% Whole Grain, High Fiber Cereal",
"Old Wessex Ltd., Scottish-Style Porridge Oats Cereal",
"Old Wessex Ltd., Creamy Oat Bran, High Fiber Breakfast Cereal",
"Old Wessex Ltd., Organic Creamy Oat Bran Cereal",
"Old Wessex Ltd., All Natural 5 Grain Cereal",
"Calhoun Bend Mill, Country Style Stone Ground Cornmeal",
"Stone Ground Apple Crisp Mix",
"Cherry Crunch Mix",
"Blueberry Crumble Mix",
"Calhoun Bend Mill, Strawberry Pie Mix",
"Peach Cobbler Mix",
"Calhoun Bend Mill, Cornbread Mix, Honey Butter",
"Apple Crisp Mix",
"Premium Beignet And Sopapilla Mix",
"Calhoun Bend Mill, Fish Fry Coating Mix",
"Calhoun Bend Mill, Premium Pecan Pie Mix",
"Premium Cherry Crunch Mix",
"Calhoun Bend Mill, Awesome Onion Coating Mix",
"Calhoun Bend Mill, Premium Muffin And Cornbread Mix",
"Calhoun Bend Mill, Blueberry Crumble Mix",
"Hummus, Spicy Three Pepper",
"Hummus Roasted Red Pepper",
"Hummus, Roasted Garlic",
"Hummus, Black Oilive",
"Greek Style Hummus",
"Hummus, Artichoke & Garlic",
"Hummus, Original",
"Hummus, Roasted Red Pepper",
"Hummus, Roasted Garlic",
"Hummus, Spicy Three Pepper",
"Extra Sharp Cheddar Cheese",
"Pepper Jack Cheese",
"Vermont Cheddar",
"Super Sharp Cheddar Cheese",
"Monterey Jack Cheese With Jalapeno And Habanero Peppers",
"Monterey Jack Cheese With Jalapeno Peppers",
"Monterey Jack Cheese, Chipotle Pepper",
"Hickory Cheddar Cheese",
"Monterey Jack Cheese With Jalapeno, Habanero And Ghost Peppers",
"Aged Cheddar Cheese",
"Baked pita chips, whole wheat",
"Hickory Smoked Pasteurized Process Cheese Food",
"Pasteurized Process Swiss And Cheddar Cheese, Hickory Smoked",
"Super-Sharp Cheddar Cheese",
"Natural Cheddar Cheese",
"Hot Pepper Pasteurized Process Cheese Food With Jalpeno Peppers, Hot Pepper",
"Super-Sharp Pasteurized Process Cheddar Cheese",
"Smokey Sharp Cheese",
"Pasteurized Process Swiss And Cheddar Cheese Food With Smoke Flavor",
"Pasteurized Process Cheese Food With Artificial Horseradish Flavor, Horseradish",
"Gouda Cheese",
"Edam Cheese",
"Natural Vermont Cheddar Cheese",
"Organic Monterey Jack Cheese With Jalapeno Peppers",
"Cheddar Cheese",
"Sita's, Tamarind Seasoning Mix",
"Sita's, Tocino Marinating Mix",
"Sita's, Adobo Savory Sauce Mix",
"Sita's, Caldereta Spicy Sauce Mix",
"Sita's, Sweet & Sour Sauce Mix",
"Sita's, Barbecue Marinade Mix",
"Sita's, Chop Suey Stir Fry Mix",
"Sita's, Sinigang Sa Bayabas, Guava Soup Base Mix",
"Sita's, Barbecue Marinade",
"Tamarind Seasoning Mix",
"Sita's, Lumpiang Shanghai Mix, Fried Spring Roll Seasoning Mix",
"Sita's, Ginisang Monggo, Instant Mung Bean Soup Mix",
"Nasoya, Egg Roll Wraps",
"Won Ton Wraps",
"Organic Firm Tofu",
"Organic Soft Tofu",
"Extra Firm Tofu",
"Organic Silken Tofu",
"Lite Firm Tofu",
"Organic Cubed Super Firm Tofu",
"Vegan Nayonaise",
"Vegan Mayonaise Sandwich Spread",
"Nayonaise Sandwich Spread, Light",
"Multi-Use Tofu",
"Chinese Style Noodles",
"Round Wraps",
"Organic Sprouted Tofuplus",
"Pasta Zero, Shirataki Fettuccine",
"Nasoya, Organic Black Soybean Tofuplus",
"Sandwich Spread",
"Nasoya, Organic Extra Firm Tofuplus",
"Organic Firm Tofuplus",
"Tofubaked Marinated Baked Tofu",
"Tofubaked Marinated Baked Tofu, Sesame Ginger",
"Organic Extra Firm Tofu",
"Pasta Zero Shirataki Angel Hair",
"Marinated Baked Tofu",
"Raspberry Vinaigrette",
"Goddess Dressing",
"Limoncello Mascarpone Cup",
"Mild Swiss Cheese",
"Sliced Colby Jack Cheese",
"Sliced Muenster Cheese",
"Sliced Provolone Cheese",
"Sliced Mozzarella Cheese",
"Pepper Jack Cheese Slices",
"Cheddar Cheese",
"American Pasteurized Process Cheese Sliced",
"Jelly",
"Walnut Creek Foods, Premium Mayonnaise",
"Walnut Creek Foods, Cheese Curds",
"Pork Baby Back Ribs",
"Walnut Creek Foods, Pizza Crust",
"Walnut Creek Foods, Everything Bagels",
"Shredded Taco Blend Cheese",
"Walnut Creek Foods, Crumbled Feta Cheese",
"Blue Cheese Crumbled",
"Walnut Creek Foods, Rachel's Cookie Filling",
"Hickory Smoked Snack Sticks",
"Hickory Smoked Snack Sticks",
"Beef Jerky",
"Cereal",
"Tomato Jam",
"Walnut Creek Foods, Italian Sausage, Mild",
"English Muffins",
"Cinnamon Roll Maple Icing",
"Potato Chips",
"Walnut Creek, Potato Chips, Lightly Salted",
"Walnut Creek Foods, Veggie Crisps, Ranch",
"Beef Sticks",
"Beef Sticks",
"Beef Sticks",
"Veggie Sticks",
"Yellow Mustard",
"Almond Butter",
"Tempeh Coconut Curry",
"Tempeh",
"Tempeh",
"Tofu, Ground Beef Style",
"Chorizo Style Meatless",
"Vegan Savory Gravy",
"Peppered",
"Italian Deli With Sun-Dried Tomatoes And Basil",
"Pepperoni Slices",
"Bologna Style Deli Slices",
"Smoked Ham Deli Slices",
"Lightly Seasoned Slow Roasted Chick'N",
"Slow Roasted Chick'N, Barbecue",
"Slow Roasted Chick'N",
"Slow Roasted Chick'N Tandoori",
"Slow Roasted Chick'N Thai Basil",
"White Quinoa Veggie Burger",
"Veggie Burger, Spicy Black Bean",
"Veggie Burger",
"Beer Brats",
"Italian Sausage",
"Kielbasa Polish-Style Meatless Sausage",
"Andouille",
"Artisan Spinach Pesto",
"Original Hot Dogs",
"Jumbo Hot Dogs",
"Pepperoni Pizza",
"Bbq Chick'N Pocket Sandwiches",
"Turk'Y Broccoli & Cheddar",
"Chick'N Pot Pie",
"Quiche Vegan Sausage & Veggie",
"Pesto Supreme Pizza",
"Pocket Pepp'Roni Pizza",
"Vegetarian Roast",
"Organic Tempeh Soy Cake",
"Organic 5 Grain Tempeh Cake",
"Deli Slices Oven Roasted",
"Hickory Smoked",
"Cupkakes, Chocolate",
"Cupkakes, Chocolate",
"Junior Yellow Layer Cake, Chocolate Iced",
"Yellow Layer Cake, Coconut Junior",
"Koffee Kake Junior, Crumb Topped Yellow Cake",
"Chocolate Coating Kandy Kakes, Peanut Butter",
"Koffee Kake Cupkakes",
"Jelly Krimpets, Sponge Cakes",
"Jack-O-Lantern Juniors Orange Layer Cake",
"Swirly Capkakes",
"Dreamies Creme Kakes",
"Yellow Sponge Cakes",
"Cupkakes, Chocolate",
"Pancake Krimpets, Cream Filled Sponge Cakes",
"Cupkakes",
"Cupkakes, Chocolate",
"Cream Filled Koffe Kake Cupcakes",
"Cream Filled Sweetie Kakes With Icing And Heart Sprinkles, Chocolate",
"Juniors Yellow Layer Cakes With Coconut Topping",
"Cupkakes, Chocolate",
"Cream Filled Chocolate Iced Cupcakes",
"Cream Filled Koffee Kake Cupcakes",
"Chocolate Kandy Kakes",
"Kandy Kakes, Peanut Butter",
"Krimpets Sponge Cakes, Butterscotch",
"Jelly Krimpets, 12 Jelly Filled Sponge Cakes",
"Cream Filled Chocolate Iced Cupcakes",
"Koffee Kake Juniors, Crumb Topped Yellow Cakes",
"Coconut Cakes, Dark Chocolate",
"Spice Kake Krimpets",
"Tasty Tweets, 12 Cream Filled Chocolate Cakes With Icing And Easter Sprinkles",
"Santa Snacks, Cream Filled Vanilla Cakes",
"Soft Cookie Bars, Oatmeal Raisin",
"Iced Fudge Cookie Bars",
"Soft Cookies Bars, Chocolate Chip",
"Fruit & Yogurt Bars, Blueberry",
"Fruit & Yogurt Bars, Strawberry",
"Chocolate Bells",
"Swirly Cupkakes",
"Cream Filled Chocolate Bells, Chocolate",
"Butterscotch Krimpets Sponge Cake",
"Doublicious Kandy Kakes, Peanut Butter",
"Krimpets, 12 Iced Sponge Cakes With Creme Filling",
"Dreamies Creme Filled Sponge Cakes",
"Iced Sponge Cakes Krimpets, Butterscotch",
"Kandy Kakes, Cakes, Peanut Butter",
"Cream Filled Koffee Kake Cupcakes",
"Yellow Layer Cake, Chocolate",
"Cupcakes, Lemon",
"Cupcakes, Chocolate",
"Pecan Swiels Rolls, Cinnamon",
"Cinnamon Rolls",
"Baked Pie, Peach",
"Baked Pies, Lemon",
"Tasty-Klair, Baked Pies",
"Chocolate Pudding Pie, Chocolate",
"Baked Pies, Pumpkin",
"Peanut Butter Kandy Bar Kakes, Chocolate Coating",
"Vanilla Pudding Pie",
"Graham Pie Crust, Key Lime Pie",
"Baked Pies, Caramel Apple",
"Juniors Layer Cakes With Creme Filling, Chocolate",
"Tricky Treats Iced Sugar Cookie Bars",
"Witchy Treats, Chocolate Iced Cakes With Orange Sprinkles",
"Jelly Swirl Honey Bun",
"Glazed Honey Bun",
"Iced Honey Buns",
"Cupkakes, Pumpkin Spice",
"Mini Donuts, Powdered Sugar",
"Frosted Mini Donuts",
"Powered Sugar Mini Donuts",
"Mini Donuts",
"Kringle Kakes Juniors, Iced Yellow Cakes With Holiday Sprinkles",
"Strawberry Krimpets",
"Pumpkin Cheesecake",
"Glazed Pie, Cherry",
"Glazed Apple Pie",
"Boston Creme Honey Bun",
"Glazed Pie, Chocolate",
"Cream Filled Snowballs",
"Mini Donuts, Cinnamon",
"Creme Filled Snowballs",
"Kreamie Junior Chocolate Layer Cake, Vanilla Creme",
"Juniors, Iced Layer Cakes, Orange",
"Krimpies, Chocolate Iced Sponge Cakes With Creme Filling, Vanilla",
"Creme Filled Cookies, Steel Cut Oat",
"Spring Edition Peach Cobbler Mini Donuts",
"Cupkakes, Peanut Butter",
"Summer Edition Mini Donuts, Key Lime",
"Cupcakes, Graham",
"Danish",
"Danish, Apple",
"Minis Krumb Topped Muffins, Blueberry Kruffins",
"Creme Filled Krimpets Sponge Cakes",
"Birthday Kake Cupkakes",
"Tastykrisps, Creme Filled Wafers",
"Tastykrisps, Peanut Butter Creme Filled Wafers With Chocolate Flavored Coating, Peanut Butter",
"Greek Yogurt Pie",
"Greek Yogurt Iced Cookie Bars With Fruit Filling",
"Juniors, Iced Layer Cakes, Lemon",
"Junior Layer Cake",
"Danish, Berry Cheese",
"Danish, Iced Cinnamon",
"Glazed Buns, Honey",
"Winner Edition Red Velvet Mini Donuts",
"Mini Donuts, Salted Caramel",
"Chocolate Koffee Kake Cupkakes",
"Juniors, Chocolate Layer Cakes",
"Kupid Kakes Juniors",
"Bunny Treats, Yellow Iced Cakes With Colored Sprinkles",
"Strawberry Mini Donuts",
"Summer Edition Mini Donuts, Blueberry",
"Mini Donuts, Pumpkin Spice",
"White Chocolate Covered Kandy Kakes, Strawberry",
"Kandy Kakes, White Chocolate Covered Cakes, Lemon",
"Kandy Kakes, Cherry",
"Kandy Kakes, Summer Key Lime",
"Kandy Kakes, White Confectionery Coated Cakes, Summer Orange Creme",
"Kandy Kakes, Fall Karrot Kake",
"Kandy Kakes, Cakes With Chocolate Coating And Caramel Filling, Fall Salted Caramel",
"Plain Donuts",
"Donuts, Cinnamon",
"Donuts, Chocolate Sugar",
"Powder Sugar Donuts",
"Cupkakes, Swirly Chocolate",
"Kreamie Juniors Layer Cake, Banana, Vanilla Creme",
"Cheesecake, Chocolate",
"Sponge Cakes Krimpets, Orange Creamsicle",
"Iced Walnut Brownie",
"Iced Sponge Cake With Red, White And Blue Sprinkles",
"Mini Donuts, Salted Caramel",
"Red Velvet Mini Donuts",
"Minis Cupcakes, Peanut Butter",
"Minis Peanut Butter Swirly Cupkakes",
"Mini Cupcakes With Hershey's Cocoa",
"Sweet Rolls, Cherry",
"Sweet Rolls, Blueberry",
"Sweet Rolls, Apple Cinnamon",
"Sweet Rolls, Maple",
"Mini Donuts, Orange",
"Minis Cupcake, Koffee Kake",
"Spring Edition Kandy Kakes, Lemon",
"Kandy Kakes, Key Lime",
"Red Velvet Kandy Kakes",
"Mini Donuts, Peach Cobbler",
"Mini Donuts, Blueberry",
"Mini Donuts, Orange",
"Gingerbread Kandy Kakes",
"Red Velvet Kandy Kakes, White Confectionery Coated Red Velvet Cakes With Creme Filling",
"Mini Donuts, Gingerbread",
"Mini Donuts, Pumpkin Spice",
"Mini Donuts, Caramel Apple",
"Soft Cookie Bars With Icing, Fall Pumpkin Spice",
"Cupcakes, Banana Pudding",
"Cupcakes, Strawberry",
"Mini Donuts, Caramel Apple",
"Minis Candies, Chocolate",
"Cream Filled Krimpets",
"Salade de feves de soja",
"Cheddar Cheese Curd",
"Ellsworth, Cheddar Cheese Curds, Garlic",
"Mr Brown Iced Coffee",
"King Car, Lemon Tea",
"Mr Brown Iced Coffee Blue Mountain Blend",
"Paskesz, Choco Bliss Cookies, Mint Fudge",
"Paskesz Ultra-thin Rice Cake Squares Plain",
"Ultra-Thin Rice Squares With Quinoa",
"Noshkes Twirls Snacks",
null,
"Falafel Crisps Flavored Snacks",
"Nosh-Kes Grill Rings",
"Hot Rings Flavored Snacks",
"Noshkes Rings",
"Badatz Paskesz, Twiggs, Flavored Corn Snacks, Onion",
"Sour Sticks",
"Sour Candy Sticks",
"Paskesz, Eats'N Crafts Candy",
"Paskesz, Lasso, Intensely Flavored Strawberry Laces",
"Paskesz, Fruit Snacks, Fruit Medley",
"Paskesz, Fruit Snacks, Very Berry",
"Fun Time Candy Watches",
"Fizzy Bottles",
"Candy & Dispenser",
"Paskesz, Badatz Funtime Bunny Pops",
"Candy Watches",
"Candy Bracelets",
"Marshmallows",
"Paskesz, Jumbo Marshmallows",
"Paskesz, Fruit Snacks, Fruit Medley",
"Paskesz, Fruit Snacks, Very Berry",
"Paskesz, Fruit Snacks, Wild Strawberry",
"Zillion Tangy Candy",
"Paskesz, Chocolate Mint Thins",
"White Chips",
"Paskesz, Chocolate Chip Cookies",
"Paskesz, Mini Bits Cookies, Double Fudge Chocolate Chip",
"Chipotle Salsa With A Slightly Smoky Taste",
"Traditional Roast Beef",
"Oven Roasted Turkey Breast",
"Roast Beef",
"Hardwood Smoked Pastrami",
"Roasted Garlic Hummus",
"Hummus",
"Black Olive Hummus",
"Toasted Sesame Hummus",
"Roasted Pepper Hummus",
"Les toasts chauds - homard",
"Hot Dog Buns",
"Premium Bbq Buns, Cornmeal",
"Premium Bbq Buns",
"Love Your Health, Soyful Mix",
"Love Your Health, Soymix",
"Love Your Health, Sea Salted Soynuts",
"Love Your Health, Soynuts, Honey Toasted",
"Love Your Health, Soy Nuts, Sea Salted",
"Love Your Health, Honey Toasted Soy Nuts",
"Chicken With Spinach Fettuccine",
"Vegetable Blend With Grilled White Meat Chicken",
"Grilled Sesame Beef & Broccoli",
"Turkey Sausage & Roasted Vegetable Lasangna Bake",
"Roasted Vegetables With Angel Hair",
"Roasted Turkey & Vegetables",
"Rosemary Grilled Beef & Vegetables",
"White Wine Chicken & Couscous",
"Thai-Style Chicken & Vegetables",
"Spicy Peanut Chicken & Broccoli",
"Mediterranean-Style Chicken Bowl",
"Smartmade, Mexican-Style Pulled Pork Bowl",
"Mexican-Style Chicken Bowl",
"Smartmade White Wine Chicken & Couscous",
"Spicy Peanut Chicken & Broccoli",
"Mexican Style Chicken Bowl",
"Smart Ones, Chicken With Spinach Fettuccine",
"Roasted Vegetable Enchilada Bake",
"Smartmade, Orange Seasame Chicken Bowl",
"Mediterranean-Style Chicken Bowl",
"Grilled Sesame Beef & Broccoli",
"Turkey Sausage & Roasted Vegetable Lasagna Bake",
"Rosemary Grilled Beef & Vegetables",
"Smartmade, Roasted Turkey & Vegetables",
"Homestyle Turkey Breast With Stuffing",
"Broccoli & Cheddar Roasted Potatoes",
"Pasta Primavera",
"Chicken Fettucini",
"Fettucini Alfredo",
"Mini Rigatoni, Vodka Cream Sauce",
"Pasta With Ricotta And Spinach",
"Angel Hair Marinara",
"Canadian Style Turkey Bacon English Muffin Sandwich",
"English Muffin Sandwich",
"Cheesy Scramble With Hash Browns",
"Ham And Cheese Scramble",
"Smart Beginning French Toast With Turkey Sausage",
"Chicken Mesquite, Mexican",
"Teriyaki Chicken & Vegetables",
"English Muffin Sandwich",
"Chicken Ranchero Mini Wraps, Delicious Mexican",
"Cheese Pizza Minis",
"Smart Ones Pepperoni Pizza Minis",
"Macaroni & Cheese",
"Lasagna Bake With Meat Sauce",
"Creamy Rigatoni, Broccoli & Chicken",
"Chicken Oriental",
"Ravioli Florentine",
"Pasta With Swedish Meatballs",
"Strawberry Shortcake",
"Roasted Turkey Breast",
"Chicken Carbonara",
"Chocolate Chip Cookie Dough Sundae",
"Peanut Butter Cup Sundae",
"Santa Fe Rice & Beans",
"Three Cheese, Ziti Marinara",
"Thai Style White Meat Chicken & Rice Noodles",
"Chicken Parmesan",
"Meatloaf",
"Chipotle Lime Chicken",
"Crustless Chicken Pot Pie",
"Roasted Chicken With Herb Gravy",
"Weightwatchers, Orange Sesame Chicken",
"Turkey Sausage English Muffin Sandwich",
"Three Cheese Omelet",
"Pancakes With Turkey Sausage",
"Waffles With Turkey Sausage",
"Lasagna Florentine",
"Traditional Lasagna With Meat Sauce",
"Chicken Quesadilla",
"Mini Cheeseburger",
"Breakfast Wrap",
"Spicy Szechuan Style Vegetables",
"Three Cheese Ziti Marinara",
"Thin Crust Cheese Pizza",
"Thin Crust Pepperoni Pizza",
"Raspberry Cheesecake Sundae",
"Homestyle Beef Pot Roast",
"Chicken Santa Fe",
"Creamy Pasta Romano With Spinach",
"Vegetable Fried Rice",
"Sesame Noodles With Vegetables",
"Tropical Fruit Smoothie, Mango, Pineapple And Yogurt",
"Mixed Berry Smoothie",
"Chicken Fajitas",
"Oatmeal, Maple & Brown Sugar",
"Oatmeal, Apples & Cinnamon",
"Fish & Chips",
"Chicken Strips & Fries",
"Classic Favorites Loaded Potato Soup",
"Classic Favorites Soup",
"General Tso's Chicken",
"New Flavorful Asian Inspirations",
"New Fiesta Beef & Rice",
"Macaroni & Cheese With Uncured Bacon",
"Three Cheese Ziti With Meatballs",
"Chicken Strips & Sweet Potato Fries",
"Asian-Style Beef And Broccoli",
"Pulled Pork And Black Beans",
"Raspberry Cheesecake Sundae",
"Soft Honey Cracked Wheat Bread",
"Milk",
"2% Reduced Fat Milk",
"Holiday Kielbasa",
"Fresh Kielbasa",
"Natural Casing Franks",
"Deli Bologna",
"Bologna",
"Beef Bologna",
"Smoked Liver",
"Deli Olive Loaf",
"Hard Salami",
"Kowalski, Kowality, Polish Ham",
"Twice Baked Potato With Bacon & Chives",
"Twice Baked Potatoes With Bacon & Chives",
"Lamb-Shaped Butter",
"Salsa Picante",
"Joe T. Garcia's, Salsa Picante",
"Salsa Picante",
"slim jim",
"Sunflower Seeds",
"Sunflower Seeds",
"Sunflower Seeds",
"Sunflower Seeds",
"Pain Soft White Farmhouse",
"Shredded Coconut Snowball",
"Gelée D'Aloe Vera - 946 ML - Lily of the Desert",
"Mix N' Go, Natural Aloe Powdered Drink Mix, Lemonade",
"Mix'N Go, Natural Aloe Powdered Drink Mix, Strawberry-Kiwi",
"Organic Aloe Water Beverage, Cucumber",
"Aloe H2o, Organic Aloe Water Beverage, Peach-Mango",
"Aloe H2o, Organic Aloe Water, Coconut-Lime",
"Aloe Vera Juice",
"Sweet Pickled Ginger",
"Naturally Probiotic Kimchi, Original",
"Naturally Probiotic Kimchi, Spicy",
"Seoul, Kim Chi, Spicy",
"Seoul, Kim Chi, Spicy",
"Natural-Salted Butter",
"Natural Unsalted Butter",
"Medium White Cheddar Cheese",
"Medium White Cheddar Sliced Cheese",
"Sharp White Cheddar Sliced Cheese",
"Medium White Cheddar Shredded Cheese",
"Sharp White Cheddar Shredded Cheese",
"Mexican Blend Shredded Cheese",
"Cottage Cheese",
"Cottage Cheese",
"2% Milkfat Cottage Cheese",
"Pineapple Cottage Cheese",
"Cottage Cheese",
"Fat Free Cottage Cheese",
"Pure & Simple Sour Cream",
"Sour Cream",
"Original Sour Cream",
"Half & Half",
"Half & Half",
"30% Whipping Cream",
"Whipping Cream",
"30% Whipping Cream",
"Classic 36% Heavy Whipping Cream",
"Whole Homogenized Milk",
"3.25% Milkfat Homogenized Milk",
"Whole Homogenized Milk",
"3.25% Milkfat Whole Homogenized Milk",
"2 % Reduced Fat Milk",
"Two Reduced Fat Milk",
"Two Reduced Fat Milk",
"2% Reduced Fat Milk",
"Tastes Like 2% Creamy, Fat Free Milk",
"Fat Free Milk",
"Zero Fat Free Milk",
"Ultra-Pasteurized Fat Free Milk",
"Fat Free Milk",
"1% Milk Fat Low Fat Milk",
"1% Lowfat Milk",
"One Low Fat Milk",
"Lowfat Milk",
"Pure & Simple Sour Cream",
"Low Fat Milk, Chocolate",
"1% Milkfat, Low Fat Milk, Chocolate",
"Low Fat Milk, Chocolate",
"Egg Nog, Light",
"Lactose Free Reduced Fat Milk",
"Fat Free Milk",
"Whole Homogenized Milk Vitamin D",
"Milk",
"Low Fat Milk",
"Fat Free Milk",
"Probiotic Low Fat Milk",
"Whipping Cream",
"Half & Half",
"Fat Free Half & Half",
"Low Fat Buttermilk, 1 % Milkfat",
"Whole Homogenized Milk",
"Two Reduced Fat Milk",
"Low Fat Milk",
"Fat Free Milk",
"Heavy Whipping Cream",
"Two Reduced Fat Milk",
"1% Low Fat Milk, Strawberry",
"Low Fat Milk, Mocha",
"Low Fat Milk, Chocolate",
"Chocolate Milk",
"Old Fashioned Milk, Chocolate",
"Heavy Whipping Cream",
"Low Fat Buttermilk",
"Whole Homogenized Milk, 3.5% Milk Fat",
"Bulgarian Style Buttermilk",
"Chocolate Milk",
"Fat Free Milk",
"Heavy Whipping Cream",
"Old-Fashioned Classic Egg Nog",
"Half & Half",
"2 % Reduced Fat Milk",
"1% Low Fat Milk",
"Creamer, Hazelnut",
"Creamer, French Vanilla",
"Low Fat Milk, Chocolate",
"2% Milkfat Reduced Fat Milk",
"Old Fashioned Milk",
"Eggnog, Pumpkin Spice",
"Whole Homogenized Milk",
"Two Reduced Fat Milk",
"Grade A Half & Half",
"Lactose Free Low Fat Milk",
"Lactose Free Low Fat Milk",
"2% Milk Fat Reduced Fat Milk",
"Creamer, French Vanilla",
"Low Fat Milk, Strawberry",
"Almond Roca, Liquid Creamer",
"Eggnog",
"Zero Fat Free Milk",
"Ultra-Pasteurized Eggnog",
"Egg Nog",
"Original Sour Cream",
"Cottage Cheese",
"Pure & Simple Light Sour Cream",
"Cottage Cheese",
"2% Milkfat Cottage Cheese",
"Mexican Style - Sour Cream",
"Lowfat Yogurt, Vanilla",
"Lowfat Yogurt With Probiotic Cultures, Raspberry",
"Lowfat Yogurt With Probiotic Cultures, Strawberry",
"3.25% Milk Fat Whole Homogenized Milk",
"2% Reduced Fat Milk",
"Zero Fat Free Milk",
"1% Low Fat Milk",
"Low Fat Milk, Chocolate",
"Egg Nog",
"Quark Fresh Cheese, Wisconsin Cheese",
"Delicious Red Apples",
"Suncokretovo ulje",
"Reduced Sodium Soy Sauce",
"Salami Napoli",
"Eat Real, Quinoa Chips, Sundried Tomato & Roasted Garlic",
"Eat Real, Quinoa Puffs, Jalapeno & Cheddar",
"Eat Real, Quinoa & Kale Puffs, White Cheddar",
"Eat Real, Quinoa & Kale Puffs Snack, Jalapeno & Cheddar",
"Dried Pitted Tart Montmorency Cherries",
"Dried Berry Medley",
"Shullsburg Creamery, Colby Jack Cheese, Shredded",
"Shullsburg Creamery, Shredded Parmesan Cheese",
"Shullsburg Creamery, Shredded Swiss Cheese",
"Sharp Cheddar Cheese",
"Wisconsin Longhorn True Colby Cheese",
"Shullsburg Creamery, Sliced Baby Swiss Cheese",
"Old Fashion Spreadable Cheese",
"Old Fashion Spreadable Cheese",
"Spreadable Cheese",
"Horseradish Old Fashioned Spreadable Cheese",
"Spreadable Cheese",
"Spreadable Cheese",
"Spreadable Cheese",
"Old Fashion Spreadable Cheese",
"Old Fashion Spreadable Cheese",
"Beef Sticks",
"Pierce's Markets, Jack Cheese, Pepper",
"Parmesan Cheese",
"Cold Pack Cheese Spread",
"Cold Pack Cheese Spread",
"Cold Pack Cheese Spread Made With Natural Aged Cheddar",
"Horseradish Cheddar Cheese Spread",
"Sharp Cheddar Cold Pack Cheese Spread",
"Cold Pack Cheese Spread",
"Sourced Dough Croutons",
"Mitchum, Potato Chips",
"Italian Bread",
"Portuguese Brand Sausage",
"Pizza, Buffalo Chicken And Buffalo Sauce",
"Gourmet Flatbread Pizza, The Californian",
"Gourmet Flatbread Pizza",
"Gourmet Flatbread Pizza, Wild Mushroom Asparagus",
"Grilled Vegetables Gourmet Flatbread Pizza",
"Sophia's Favorite, Gourmet Flatbread Pizza",
"Les Petites Quiches",
"Quelle Quiche!, Quiche Lorraine",
"Quelle Quiche!, Spinach & Swiss",
"Dried Cranberries",
"Haolam, American Cheese",
"American Cheese",
"Haolam, Sliced American Cheese, Oven Smoked",
"Havarti Sliced Natural Cheese",
"Natural Provolone Cheese Sliced",
"Sliced Natural Cheese",
"Natural Smoked Baby Gouda Cheese",
"Haolam, Mozzarella Natural Sliced Cheese",
"Haolam, Natural Sliced Muenster Cheese",
"Haolam, Whole Milk Mozzarella Shredded Cheese",
"Haolam, Shredded Natural Cheese",
"Haolam, Feta Cheese",
"Haolam, Fresh Parmesan Shredded Cheese",
"Haolam, Shredded Natural Cheese",
"Parmesan Cheese",
"Peeled Plum Tomatoes With Basil Leaf",
"Italian Style Red Clam Sauce",
"Italian Style White Clam Sauce",
"Pecorino Romano Cheese",
"Pieces & Stems Mushrooms",
"Pieces & Stems Mushrooms",
"Artichoke Hearts",
"Whole Babyclams",
"Pickled Hot Cherry Peppers",
"Pepperoncini",
"Marinated Mushrooms",
"Pepper Salad",
"Pignoli Nuts",
"Giardiniera",
"Pepperoncini",
"Tomato Paste",
"Bread Crumbs",
"Bread Crumbs",
"Bread Crumbs",
"Cannoli Shells",
"Pizzelle Italian Waffle Cookie",
"Pizzelle Italian Waffle Cookie",
"Pizzelle Italian Waffle Cookie",
"Italian Waffle Cookie",
"Enriched Macaroni Product, Linguine",
"Enriched Macaroni Product, Fettuccine",
"Enriched Macaroni Product, Spaghetti",
"Spaghettini, Enriched Macaroni Product",
"Enriched Macaroni Product, Penne",
"Enriched Macaroni Product, Penne Rigate",
"Enriched Macaroni Product, Fusilli",
"Enriched Macaroni Product, Rigatoni",
"Enriched Macaroni Product, Stelline",
"Enriched Macaroni Product, Shells",
"Enriched Macaroni Product, Capellini",
"Enriched Macaroni Product, Elicoidali",
"Enriched Macaroni Product, Farfalle",
"Enriched Macaroni Product, Ditalini",
"Enriched Macaroni Product, Bucatini",
"Enriched Macaroni Product, Elbows",
"Enriched Macaroni Product, Fusilli Tricolore",
"Enriched Macaroni Product, Le Specialita",
"Enriched Macaroni Product, Le Specialita",
"Enriched Macaroni Product, Le Specialita",
"Enriched Macaroni Product, Le Specialita",
"Gnocchi With Potato",
"Arborio Rice",
"Tomato Puree",
"Crushed Tomatoes",
"Italian Peeled Tomatoes",
"Pesto Sauce",
"Artichoke Hearts, Quartered & Marinated",
"White Kidney Beans",
"Broad Beans",
"Red Kidney Beans",
"Eggplant Appetizer",
"Mild Cauliflower",
"Chick Peas",
"Sweet Stuffed Cherry Peppers",
"Cherry Peppers Slices",
"Imported Pepperoncini",
"Sliced Hot Cherry Peppers In Oil",
"Banana Pepper Ring",
"Cherry Peppers Slices",
"Hot Sliced Cherry Peppers",
"Roasted Red Peppers Whole",
"Semidried Cherry Tomatoes",
"Balsamic Vinegar Of Modena",
"Chopped Clams",
"Clam Juice",
"Chopped Garlic",
"French Onion Dip",
"Dip, French Onion",
"Creamy Dill Dip",
"Dip, Ranch",
"French Onion With Bacon Dip",
"Dip, No Fat, French Onion",
"Dip, Guacamole",
"Dip, French Onion",
"Ranch Dip, Ranch",
"Dip, French Onion With Bacon",
"French Onion Dip",
"Classsic Gourmet Golden Italian Dressing",
"Golden Italian Dressings",
"Soup Base, Chicken",
"Table Maid, Vegetable Oil Spread",
"Light Mayonnaise",
"Creamy Caesar Dressings",
"Buffalo Ranch Dip, Medium",
"Sriracha Dip, Spicy Thai Chili",
"Sriracha Spicy Thai Chili Dip",
"Buffalo Ranch Dip, Medium",
"Sunnyland, Vegetable Oil Spread",
"Sunnyland, Spread",
"Mayonnaise",
"Spread",
"39% Vegetable Oil Spread",
"Liquid Coconut Oil",
"Lite Dip, French Onion",
"Dip, Guacamole",
"Dip, Lite, French Onion",
"Mayonnaise",
"Enriched Macaroni Product, Spaghetti Pasta",
"Enriched Macaroni Product, Spaghetti",
"Angel Hair Pasta",
"Enriched Macaroni Product, Elbow Macaroni Pasta",
"Elbow Macaroni",
"Large Elbows Pasta, Enriched Macaroni Product",
"Ditalini",
"Enriched Macaroni Product, Small Shells",
"Medium Egg Noodles, American Wheat",
"Wide Egg Noodles",
"Wide Egg Noodles",
"Enriched Egg Noodle Product, Extra Wide Egg Noodles",
"Lasagna, Enriched Macaroni Product",
"Lasagna",
"Enriched Macaroni Product, Rotini",
"Penne Rigate, Enriched Macaroni Product",
"Mostaccioli Pasta, Enriched Macaroni Product",
"Linguine, Enriched Macaroni Product",
"Angel Hair Pasta, Enriched Macaroni Product",
"Enriched Macaroni Product, Fettuccine",
"Enriched Macaroni Product, Rigatoni",
"Enriched Macaroni Product, Fideo Cortado (Fino) Pasta",
"Trio Italiano, Enriched Macaroni Product",
"Enriched Tomato And Spinach Macaroni Product, Rainbow Twirls",
"Manicotti Pasta",
"Enriched Macaroni Product, Jumbo Shells",
"Sugar Free Bbq Sauce",
"Sugar Free Bbq Sauce",
"Smokehouse Sugar Free Bbq Sauce, Honey",
"Gnocchi",
"Pizzelle Italian Waffle Cookies",
"Angel Hair, 100% Whole Wheat Macaroni Product",
"100% Whole Wheat Thin Spaghetti",
"Linguine, 100% Whole Wheat Macaroni Product",
"Penne Rigate, 100% Whole Wheat Macaroni Product",
"100% Whole Wheat Rotini, Macaroni Product",
"05. Roman Rigatoni, Macaroni Product",
"100% Whole Wheat Spaghetti Macaroni Product",
"Medium Shells, 100% Whole Wheat Macaroni Product",
"Peeled Cherry Tomatoes",
"Simmer Sauce, Lemon Artichoke",
"White Balsamic Vinegar",
"Balsamic Glaze",
"Alfredo Select Pasta Sauce",
"Pizza Sauce",
"Thick & Rich Tomato Paste",
"S. Marzano Tomato",
"Pasta Sauce",
"Alla Vodka",
"Select Pasta Sauce, Hot Sicilian",
"Marinara Pasta Sauce",
"Extra Wide Egg Noodles",
"Wide Enriched Egg Noodles",
"Gnocchi With Potato",
"Gnocchi, With Sweet Potato, Whole Wheat",
"Sweet Peppers Bruschetta Topping",
"Artichoke Bruschetta Topping",
"Tomato Bruschetta Topping",
"Whole Grain Bread Crumbs",
"Italian Seasoned Bread Crumbs, Whole Grain",
"Dark Morello Cherries In Light Syrup",
"Mini Smoked Sausage",
"Smoked Beef Sausage",
"Smoked Beef Sauasge",
"Rayge Candy Co., Unsalted Cashew Nuts",
"Rayge Candy & Nuts, Bit-O-Honey",
"Rayge Candy, Gummies",
"Candy",
"Rayge, Spearmint Leaves",
"Rayge Candy, Assorted Gum Drops",
"Rayge Candy Co, Spice Drops Candy, `",
"La Real, Mini Arepas",
"La Real, Arepas",
"La Real, 100% Yellow Corn Arepas Tortillas",
"La Real, Colombian - Style Arepas",
"Logan's, Sweet Italian Sausage, Savory",
"Italian Sausage",
"Crunchy Almond Butter",
"Unsalted Cashew Butter",
"Sesame Tahini",
"Hot Italian Sausage",
"Sweet Italian Sausage",
"Breakfast Sausage",
"Chilli con Carne with Long Grain Rice",
"Fresh Creations, Spinach Kale Dip",
"Pitted Kalamata Olives",
"Bolero, Wafer Sticks, Vanilla",
"Greek Gourmet, Roasted Sweet Yellow Peppers",
"Roasted Sweet Red & Yellow Peppers",
"Mild Pepperoncini",
"Greek Gourmet, Mild Giardiniera",
"Blue Bonnet",
"Diced Tomatoes",
"Diced tomatoes, basil, garlic & oregano",
"Crushed tomatoes",
"Diced Tomatoes",
"Pasta Sauce",
"Petite Diced Tomatoes In Juice",
"Snack Pack Tapioca Pudding ",
"Light Butter Popping Corn",
"Herbal Ice Tea",
"Organic Cane Sugar",
"Spelt Spaghetti",
"Organic Spelt Spaghetti",
"Organic Spelt Elbows",
"Smoked Ham Breakfast Burrito",
"Breakfast Burrito",
"Sausage Breakfast Burrito",
"Western Style Burritos",
"Breakfast Burritos",
"Shredded Beef & Cheese Mini Tacos",
"Breakfast Burritos",
"Breakfast Burritos",
"Cuetara, Maria Cookies",
"Maria Cookies",
"Palmeritas Crisp Palm Leaf Cookies",
"Palm Leaf Cookies",
"Kalamata Crown Figs",
"Olives",
"Green Olive Sliced",
"Kalamata Olives Sliced",
"Kalamata Olives Pitted",
"Dairy, Parmesan Cheese",
"Weyauwega, Shredded Mozzarella Cheese",
"Weyauwega, Cheddar Cheese",
"Weyauwega, Colby Jack Cheese",
"Weyauwega, Sharp Cheddar Cheese",
"Weyauwega, Shredded Cheddar Cheese",
"Creamy Sharp Cold Pack Cheese Food",
"Creamy Port Wine Cold Pack Cheese Food",
"Yellow Cheddar Cheese Curds",
"Weyauwega, White Cheddar Cheese Curds",
"Weyauwega Cheese, Mixed Cheddar Cheese Curds",
"Weyauwega, Cheese Curds, Garlic And Dill",
"Hayden's Farmstead Cheese, Shredded Parmesan Cheese",
"Hayden's Farmstead Cheese, Mild Cheddar Cheese",
"Havarti Cheese",
"Havarti Cheese With Dill",
"Hayden's Farmstead Cheese, Monster Cheese",
"Pepper Jack Cheese",
"Hayden's Farmstead Cheese, Swiss Cheese",
"Hayden's Farmstead Cheese, Grated Parmesan Cheese",
"Hayden's Farmstead Cheese, Grated Romano Chesse",
"Weyauwega, Grated Parmesan Cheese",
"Weyauwega, Smoky Bacon Cold Pack Cheese Spread",
"Weyauwega, Sharp Cheddar Cheese",
"Weyauwega, Cheese Spread, Garlic",
"Weyauwega, Horseradish Cheddar Cold Pack Cheese Spread",
"Weyauwega, Cold Pack Cheese Spread",
"Weyauwega Cheese, Pepper Jack Cold Pack Cheese Spread",
"Dairy, Shredded Pizza Cheese Blend",
"Seasoned Beef Ranch Steaks",
"Tyson, Crafted Creations, Pork Skillet Medallions",
"Pork Shoulder For Carnitas",
"Crafted Pork Shoulder For Barbeque",
"Beef Marinara Penne Kit",
"Chicken Carbonara Kit",
"Reduced Fat Ground Pork",
"Reduced Fat Ground Pork",
"Tsd Sales And Distribution, Ground Beef Patties",
"Blue Cheese Bacon Burgers",
"Ultra Cheesy Burgers Patties",
"All Natural Premium Ground Beef",
"Tsd Sales And Distribution, Ground Pork And Beef",
"Tsd Sales And Distribution, Ground Beef And Pork Blend Patties",
"Ground Beef And Pork Blend Patties",
"Ground Pork And Beef",
"Tsd Sales And Distribution, Ground Pork & Beef Blend",
"Tsd Sales And Distribution, All Natural Ground Beef",
"Ground Beef",
"All Natural Ground Beef",
"Ground Beef Round",
"Steak Burger Patties",
"Tsd Sales And Distribution, Ground Beef Chuck",
"Round Ground Beef",
"Lean Ground Beef",
"Ground Beef Sirloin",
"Extra Lean Ground Beef",
"Tsd Sales And Distribution, Coarse Ground Beef",
"Ground Beef",
"Patties",
"Ground Beef",
"Ground Beef Patties",
"Crispy White Naturally Flavored Microwave Pop Corn",
"Plain English Muffins",
"Everything Bagels, Bagels",
"United States Bakery, Plain Bagels",
"Butterflake Rolls",
"Brioche Sliders Mini Buns",
"Seafood, Peeled Tail-On Shrimp",
"Peeled Deveined Tail-Off Shrimp",
"Salad Shrimp",
"Raw Peeled Deveined Tail-On Shrimp",
"Ez-Peel Raw Shrimp",
"Wild Caught Sustainably Harvested Jumbo Shrimp",
"Wild Caught Shrimp",
"Bay Scallop Product",
"Seafood, Searock, Fresh Pacific Oysters, Medium",
"Giant Calamari Steaks",
"Snomist, Pacific Whiting",
"Galveston Shrimp Co, Texas Wild Caught Shrimp",
"American Kobe Beef",
"Hell Hot Pepper Concentrate",
"Syrup",
"Coconut Milk",
"Jamaican Choice, Coconut Water With Pulp",
"Jamaican Choice, Calypso Hot Sauce",
"Jamaican Choice, Calypso Hot Sauce",
"Jamaican Choice, Garlic Sauce",
"Demerara Brown Sugar",
"Jamaican Choice, Jerk Bbq Sauce",
"Mushroom Soya Sauce",
"Jamaican Choice, Mango Coconut Sauce",
"Enriched Yellow Corn Meal",
"Jamaican Choice, Plantain Flour",
"Jamaican Choice, Spice Bun, Fruit",
"Briannas, Rich Poppy Seed Dressing",
"Briannas, Real French Vinaigrette",
"Briannas, Home Style Zesty French Dressing",
"Briannas', Home Style Honey Mustard Dressing, Dijon",
"Briannas, Creamy Blue Cheese Dressing",
"Brianna's, Vinaigrette",
"Briannas, Santa Fe Blend Dressing",
"Briannas, Tarragon Dressing, Lemon",
"Briannas, Caesar Dressing, Asiago",
"Briannas, Chipotle Cheddar Dressing",
"Briannas, Home Style Saucy Dressing, Ginger Mandarin",
"Briannas, Home Style Creamy Balsamic Dressing",
"Briannas, Home Style Vinaigrette Dressing, Champagne Caper",
"Brianna's, Classic Buttermilk Ranch Dressing",
"Briannas, Italian Vinaigrette Dressing",
"Creamed Chipped Beef",
"Sausage Gravy",
"Pork Sausage, Hot",
"10 Beef Franks",
"Franks, Made With Turkey And Pork",
"Sliced Bacon",
"Sliced Bacon",
"New York, Garlic Bread",
"New York, Garlic Bread, Parmesan",
"Garlic Bread",
"Thin Silced Garlic Toast",
"Garlic Toast",
"Multigrain Garlic Toast",
"Garlic Toast",
"Multigrain Garlic Toast Slices",
"Gunslinger, Smokin' Hot, Jalapeno Pepper Sauce",
"Organic Harvest, Jalapeno Pepper Sauce",
"Habanero Pepper Sauce",
"Organic Harvest Foods, Chipotle Habanero Pepper Sauce",
"All Natural Salsa",
"Salsa",
"O' Brother That's Hot!, Organic Habanero Pepper Sauce",
"Flour Tortillas",
"La Banderita, Flour Tortillas",
"Soft Taco Flour Tortillas",
"Tortillas De Maiz",
"Corn Tortillas",
"Corn Tortillas",
"Flour Tortillas",
"18 Corn Tortillas",
"Flour Tortillas",
"Flour Tortillas",
"Corn Tortillas",
"Chorizo Sausage",
"Grande Corn Tortillas",
"Corn Tortillas",
"Carb Counter, Low Carb Tortillas",
"Verole, Quesadilla, Authentic Mexican Shredded Melting Cheese",
"Ole, Soft Taco Tortillas",
"Large Burrito",
"Fresco, Authentic Mexican Crumbling Cheese",
"Cheese Dip, Medium",
"La Banderita, Southwestern Style Mild Cheese Dip",
"Cheese Dip, Mild",
"Fresco Cheese",
"Fresco Authentic Mexican Crumbling Cheese",
"Fresco, Authentic Mexican Crumbling Cheese",
"Conchas",
"Homestyle Soft Taco",
"Twin Pack Flour Tortillas",
"Corn Tortillas",
"La Banderita, Sabrosisimas Tortillas Caseras",
"Sabrosisimas Tortillas Caseras",
"La Banderita, Corn Tortillas",
"Corn Tortillas",
"La Banderita, Queso Para Freir White Cheese",
"Verole, Cotija, Mexican Style Aged Grated Cheese",
"Verole, Crema Mexican Style Cream",
"Ole, Spinach & Herbs Tortilla Wraps",
"Ole, Multi Grain Tortilla Wraps",
"Ole, High Fiber Low Carb Tortilla Wraps",
"Concha Mix Mexican Assorted Pastry",
"Pineapple Filled Empanadas",
"Empanadas",
"La Banderita, Marranitos",
"Instant Corn Masa Flour",
"Chocolate Leather",
"Dark Chocolate Leather",
"Romeo e Giulietta",
"Lightly Salted Soy Crips",
"Soy Crisps, Original Bbq",
"Brown Rice Marshmallow Treats, Creamy Vanilla",
"Brown Rice Marshmallow Treats",
"Glennys, Greek Yogurt Fruit & Nut Bar, Chocolate Cherry",
"Vegetable Oil Spread, Cinnamon",
"Honey Spread",
"Country Crock Calcium Plus Vitamin D, 39% Vegetable Oil Spread",
"Country Crock Original 53% Vegetable Oil Spread ",
"Spreadable Double Butter With Canola Oil And Calcium",
"Sriracha Sauce",
"Bratwurst-Original Old World Saisage",
"Jalapeno Cheddar Bratwurst Sausage",
"Bauernwurst Smoked Garlic Sausage",
"Famous Polish Sausage",
"Andouille Sausage",
"Red Hot Spicy Sausage",
"Sauce",
"Toschi, Candied Orange Peels In Syrup",
"Gemma Nera, Balsamic Vinegar Of Modena",
"1% Low Fat Milk",
"Homestyle Shortbread Cookies",
"Archway, Homestyle Cookies, Iced Gingerbread",
"Soft Rocky Road Cookies, Chocolate",
"Soft Iced Molasses Cookies",
"Crispy Iced Oatmeal Cookies",
"Archway, Crispy Gingersnap Cookies",
"Homestyle Cookies, Iced Gingerbread",
"Archway, Bells & Stars Cookies",
"Gingerbread Man Cookies",
"Specialities Wedding Cake",
"Specialities Cashew Nougat",
"Iced Circus Animal Cookies",
"Cookies, Cherry Chip Nougat",
"Specialties Chocolate Chip Bites",
"Cookies, Soft Chocolate Chip",
"Archway, Seasonal Batch Crispy Cookies, Pink Lemonade",
"Summer Sugar Cookies",
"Cookie Chips, Cinnamon Sugar",
"Brown Sugar Oatmeal Cookie Chips",
"Seasonal Batch Crispy Spring Sugar Cookies",
"Archway, Specialties Mini Shortbread Cookies, Salted Caramel",
"Archway, Cookie Thins Sugar Cookie",
"Archway, Cookie Thins, Chocolate Chip",
"Classics, Soft Cookies, Frosty Lemon",
"Classics, Soft Oatmeal Cookies",
"Archway, Soft Filled Cookies, Raspberry",
"Homestyle Soft Molasses Cookies",
"Soft Dutch Cocoa Cookies",
"Specialties Coconut Macaroon",
"Crispy Windmill Cookies",
"Soft Iced Oatmeal Cookies",
"Classics, Homestyle Soft Oatmeal Raisin Cookies",
"Aragani, Diet Green Tea, Peach",
"Aragani, Half Iced Tea & Half Lemonade",
"Green Tea",
"Iced Tea",
"Fresh White Cheese",
"A Mild Semi-Soft White Cheese",
"Longhorn Style Cheddar Cheese",
"100% Natural Cheese",
"Medium Cheddar Cheese",
"Sharp Cheddar Cheese",
"100% Natural Cheese",
"Pepper Jack Cheese",
"Monterey Jack Cheese",
"Tropical, Queso Blanco White Cheese",
"Sandwich Slices, American Imitation Pasteurized Process Cheese Food",
"Tropical, Queso Colombiano, Colombian-Style White Cheese",
"Tropical, Queso Blanco, White Cheese",
"Queso De Freir, A Fresh White Cheese For Frying",
"Queso Blanco A Fresh White Cheese",
"Edam Cheese",
"Gouda Cheese",
"Quese Blanco",
"Grillin Cheese",
"Queso Cremita",
"Paisano, White Cheese",
"Colombian-Style Cheese",
"Queso Fresco Cheese",
"Tropical, Queso Fresco, Authentic Mexican-Style Fresh Cheese",
"Queso Fresco",
"A Semi-Sweet Basket Cheese",
"Queso Fresco Authentic Mexican-Style Fresh Cheese",
"Tropical, Queso Fresco, Fresh Cheese",
"Tropical, Authentic Fresh Cheese",
"Fresh Cheese In Banana Leaf",
"Centroamerican Roja Cheese",
"Not Product Description Listed",
"Centroamerican Roja Cheese",
"Tropical, Authentic Mexican-Style Fresh Queso Fresco Cheese",
"Oaxaca, Authentic Mexican-Style String Cheese",
"Tropical, Grated Cotija Cheese",
"Tropical, Drinkable Lowfat Yogurt, Strawberry",
"Tropical, Drinkable Lowfat Yogurt, Mango",
"Tropical, Drinkable Lowfat Yogurt, Guava Mango",
"Tropical, Lite Drinkable Yogurt, Mango",
"Drinkable Lowfat Yogurt",
"Tropical, Drinkable Lowfat Yogurt, Pecan Cereal",
"Slices Swiss",
"Tropical, Muenster Cheese Slices",
"Pepper Jack Slices",
"Provolone Cheese Slices",
"Muenster Cheese",
"Swiss Cheese",
"Fancy Shredded Low Moisture Part-Skim Mozzarella Cheese",
"Mexican Shredded Cheese Blend",
"Tropical, Fancy Shredded Mild Cheddar Cheese",
"Pizza Topping Shredded Imitation Mozzarella Cheese",
"Mexican Topping Shredded Blend Cheese",
"Edam Cheese",
"Gouda Cheese",
"Tropical, Rice Pudding, Traditional Style",
"Tropical, Flan, Caramel",
"Gelatin Dessert With Fruit",
"Cultured Sour Cream",
"Tropical, Cultured Cream",
"Tropical, Cultured Sour Cream",
"Crema Guatemalteca, Grade A Cultured Cream",
"Grade A Tropical Cream",
"Honduran Brand Cured Pork Sausage",
"Salvadorian Brand Cured Pork Sausage",
"Cured Pork Sausage",
"Peruvian Brand Cured Pork Sausage",
"Tropical, Cooked Salami Popular",
"Chorizo Argentino, Cured Sausages",
"Cooked Ham",
"Corte Clasico",
"Cooked Salami",
"Tropical, Water Added Chopped Ham",
"Tropical, Honey Ham",
"Caramel Colored Chicken Breast",
"Tropical, 100% Natural Sofrito",
"Tropical, Sofrito Cooking Base",
"Tropical, Mango Juice",
"Tropical, Fruit Juice Beverage, Pear",
"Tropical, Nectar, Fruit Juice Beverage, Peach",
"Tropical, Corn & Cheese Griddle Cake",
"Tropical, Sweet Corn Griddle Cake",
"Shirley Temple, Soda Pop",
"Aioli Garlic Mustard Sauce",
"Classic Blueberry Pie",
"Mince Classic Pie",
"Classic Pumpkin Pie",
"Mrs. Smith's, Original Flaky Crust, Dutch Apple Pie",
"Mrs. Smith's, Flaky Crust Apple Pie, Original, Butter",
"Mrs. Smith's, Flaky Crust Cherry Pie, Real Butter",
"Mrs. Smith's, Original Flaky Crust, Very Berry Pie",
"Mrs. Smith's, Original Flaky Crust Peach Pie, Butter",
"Sweet Potato Pie, Real Butter",
"Mrs. Smith's, Original Flaky Crust Pumpkin Pie, Butter",
"Chocolate Chip Cookies",
"Iced Oatmeal Cookies",
"The Original Circus Animal Cookies",
"The Original Circus Animal Cookies",
"Circus Animal, Animal Shaped Cookies",
"Chocolate Chip Cookies, Chocolate Chip",
"Electrolyte Enhanced Water",
"Bacon Cheddar Meatballs",
"Original Meatballs",
"Italian Style Meatballs",
"Beef Meatballs",
"Skinless Smoked Sausage",
"Old Fashion Loaf",
"Pickle Loaf",
"Olive Loaf",
"Honey Loaf",
"Cheese Franks",
"Summer Sausage",
"Sliced Hard Salami",
"Sliced Genoa Salami",
"Sandwich Style Pepperoni",
"Eckrich, 4 Pepper Smoked Sausage",
"Meatballs, Original",
"Beef Smoked Sausage",
"Cracker Cut Hard Salami",
"Beef Skinless Sausage, Hardwood Smoked",
"Beef Smoked Sausage",
"Skinless Smoked Sausage",
"Skinless Polish Sausage",
"Li'L Cocktail Smoked Sausage",
"Li'L Smokies Cocktail Smoked Sausage",
"Li'L Smokies, Cocktail Smoked Sausage",
"Eckrich, Thin Sliced",
"Corn Dog Batter Wrapped Chicken",
"Sausage & Pancake On A Stick!",
"Bologna",
"Cotto Salami",
"Honey Smoked Turkey Breast",
"Smoked Ham",
"Thick Bologna",
"Lunchmakers, Pizza, Pepperoni",
"Sausage Crumbles Toppables",
"Toppables, Ham Strips",
"Turkey Strips",
"Toppables, Chicken Strips",
"Toppables Smoked Sausage Slices",
"Chorizo Crumbles",
"Lower Sodium Pepperoni Slices",
"Cotto Salami",
"Hard Salami",
"Deli Thin-Sliced Honey Ham",
"Honey Ham And Oven Roasted Turkey Breast",
"Honey Smoked Turkey Breast",
"Eckrich, Bologna",
"Hard Salami",
"Genoa Salami",
"Sausage & Pancake On A Stick!",
"Hardwood Smoked Sausage",
"Skinless Hardwood Smoked Polska Kielbasa",
"Smoked Sausage, Turkey",
"Skinless Smoked Sausage",
"Smok-Y Breakfast Sausage, Original",
"Smok-Y Breakfast Sausages, Cheddar",
"Smoky Breakfast Sausage",
"Smok- Y Breakfast Sausage, Beef",
"Cocktail Smoked Sausage",
"Sweet Smoked Ham With Natural Juices",
"Breakfast Sausage",
"Healthy Ones, Deli Thin-Sliced Rotisserie Style Chicken Breast",
"Deli Thin-Sliced Black Forest Ham",
"Pepperoni Slices",
"Hard Salami Slices",
"Genoa Salami",
"Water Added Cooked Ham",
"Honey Turkey Breast",
"Genoa Salami",
"Healthy Ones, Black Forest Ham",
"Bologna",
"Keep It Real Food Co., Seed & Nut Bar, Spicy Chai",
"Smoked Sausage",
"Apple Crisp",
"Apple Crisp",
"Ya-Hoo! Baking Co., Bourbon Pecan Cordial Cake",
"The Original Ya-Hoo! Baking Co., Cordial Cake, Caribbean Rum",
"The Original Ya-Hoo! Baking Co., Chocolate Espresso Cordial Cake",
"Laura Chenel's Chevre, Buchette, Aged Goat Milk Cheese",
"Laura Chenel's, Chevre Aged Goat Milk Cheese",
"Sonoma Pure Goat Milk Cheese",
"Pure Goat Milk Cheese, Black Truffle",
"Laura Chenel's, Pure Goat Milk Cheese",
"Laura Chenel's, Marinated Goat Cheese, Spicy Cabecou",
"Laura Chenel's, Goat Brie",
"Original Chabis Pure Goat Milk Cheese",
"Pure Goat Milk Cheese, Herb Chabis",
"Goat's Milk Cheese",
"Butterfinger Bites",
"Buncha Crunch",
"Nesquik",
"Vietnamese Sweetened Instant Black Coffee Beverage",
"Candy",
"Juicy Juice Apple",
"Trident Alaskan Salmon Burgers",
"Chicken And Pork Smoked Sausage",
"Smoked Beef & Chicken Sausage",
"Red Hots Sausage",
"Dressing With Balsamic Vinegar",
"M&S granola mango coco",
"Bagels",
"Harlan Bakeries, Angel Food Cake",
"Harlan Bakeries, Traditional Angel Food Cake",
"Original Bagels With Cream Cheese",
"Porridge",
"Teriyaki Marinade & Sauce, Original",
"Teriyaki Marinade & Sauce, Spicy Hot",
"Teriyaki Marinade & Sauce, Ginger",
"Korean Barbeque Sauce",
"Stir-Fry Sauce, Oyster",
"Thai Style Peanut Dressing",
"J.E.S., Miso Dressing Creamy Style",
"Ginger Dressing",
"Original Yakitori Marinade & Sauce",
"All Whitefish In Liquid Broth",
"Margarine",
"New York Style Cheesecake",
"Cheesecake",
"Colossal New York Style Cheesecake",
"Organic Carrot Juice",
"Nacho Sliced Jalapenos",
"Fire-Roasted Diced Green Chiles",
"Green Chile Enchilada Sauce",
"Tex-Mex Enchilada Sauce",
"Fire-Roasted Tomato Taco Sauce",
"Organic Nacho Sliced Jalapenos",
"Diced Green Chiles",
"Gluten Free Diced Green Chiles, Mild",
"Whole Green Chiles",
"Red Enchilada Sauce",
"Red Enchilada Sauce",
"Nacho Sliced Jalapenos",
"Jalapeno Nacho Slices",
"Chopped Green Chiles",
"Green Chile Enchilada Sauce",
"Green Chile Enchilada Sauce",
"Fire-Roasted Tomato Enchilada Sauce",
"1mm Calorie Popped Popcorn, Healthy Pop Butter",
"Healthy Pop Kettle Corn",
"Microwave Pop Corn",
"Jolly Time, Yellow Pop Corn",
"100 Calorie Healthy Pop Butter, Butter",
"White Popcorn",
"Jolly Time, Yellow Popcorn",
"Jolly Time, Yellow Popcorn",
"Healthy Pop, Kettle Corn",
"Kettle Corn",
"Healthy Pop, Unpopped Corn, Kettle",
"Jolly Time, The Big Cheez Pop Corn, Cheddar",
"White Popcorn",
"Delicious White Pop Corn",
"Microwave Pop Corn, Butter",
"Microwave Popcorn, Butter",
"Popped Microwave Popcorn",
"Ultimate Theatre Style Butter Microwave Popcorn, Blast O Butter",
"Popped Pop Corn",
"Cheddar Riffic Microwave Pop Corn",
"Pop Corn, Jalapeno Butter",
null,
"Unpopped Popcorn",
"Healthy Pop, Microwave Pop Corn Bags, Butter",
"Healthy Crispy White Pop Corn",
"Microwave Pop Corn, Butter Light",
"Microwave Popcorn Parfumé au Beurre",
"Jolly Time Microwave Pop Corn",
"Xtra Butter Microwave Pop Corn, Butter",
"Jolly Time, Pop Corn, Xtra Butter",
"Healthy Pop, Microwave Pop Corn, Butter",
"Smart Movie Style Microwave Popcorn",
"Original Bar B Sauce",
"Bar-B-Q Sauce",
"The Original Bar-B-Q Sauce",
"Hickory Smoke Bar-B-Q Sauce",
"Bar-B-Q Sauce",
"Bar-B-Q Sauce",
"Bar-B-Q Sauce",
"Premium Marinade",
"Original Barbecue Sauce",
"Oklahoma Boot Kickin' Barbecue Sauce",
"Barbecue Sauce",
"Original Bar-B-Q Sauce",
"Gordon's, Chesapeake Classics, Clam Broth Juice",
"Gordon's Chesapeake Classics, Steamer Size Whole Ocean Cocktail Clams",
"Chochos Lupina Beans",
"Fried Pork Rinds",
"Crunchy Cheese Curls Bbq & Cheese Flavored Snacks",
"Brim's Snack Foods, White Cheddar Cheese Balls",
"Brim's, Jalapeno Puffs, Cheddar",
"Brim's, Cheese Balls",
"Cheez Sticks, Cheddar Jalapeno",
"Puff-A-Roos",
"Potato Chips",
"Wallace's, Puff N Corn, Cheese",
"Premium Popcorn",
"Hickory Ridge, Puffs, Hot Cheese",
"Cafe Style Tortilla Chips",
"Snack Foods",
"Hot And Spicy Pork Cracklins",
"Shamrock Farms, Lowfat Butter Milk",
"Shamrock Farms, Reduced Fat Chocolate Milk, Chocolate",
"Rockin' Refuel, Protein Fortified Low Fat Milk, Vanilla",
"Rockin' Refuel, Protein Fortified Lowfat Milk, Strawberry",
"Reduced Fat Milk, Vanilla",
"Reduced Fat Strawberry Milk, Strawberry",
"Lowfat Milk",
"Shamrock Farms, Rockin' Refuel, Protein Milk Beverage, Chocolate",
"Muscle Builder Protein Milk Beverage",
"Protein Milk Beverage",
"2% Reduced Fat Milk",
"Cafe Complements, Holiday Edition Coffee Creamer, Pumpkin Spice",
"Cafe Complements, Coffee Creamer, Peppermint Mocha",
"Cafe Complements, Coffee Creamer, Sweet Cream",
"Cafe Complements, Creamer Coffee, Vanilla & Caramel",
"Cafe Complements, Non Dairy Coffee Creamer, French Vanilla",
"Coffee Creamer",
"Shamrock Farms, Calcium Plus Fat Free Milk With Extra Calcium Vitamin A & D",
"Fat Free Milk",
"Organic Sour Cream",
"Non-Dairy Creamer, French Vanilla",
"Non Dairy Creamer",
"Manna Protein, Soft Tofu",
"Firm Tofu",
"Gummy Bears",
"Gummy Worms",
"Gummy Watermelon Rings",
"Gummy Blue Sharks",
"Gummy Briteworms",
"Gummy Sour Worms",
"Gummy Apple Rings",
"Candy",
"Hot Italian Sausage",
"Hot Italian Sausage",
"Mild Italian Sausgae",
"Sweet Italian Sausage",
"Hot Italian Sausage",
"Sweet & Hot Italian Sausage",
"Mild Italian Sausage",
"Hot Italian Sausage",
"Fresh Bratwurst",
"Mild Italian Sausage",
"Sweet Italian Sausage",
"Sweet Italian Sausage",
"Hot Italian Sausage",
"Sweet Italian Sausage",
"Hot Italian Sausage",
"Sweet Italian Sausage",
"Hot Italian Sausage",
"Fresh Bratwurst",
"Italian Sausage",
"Cheese & Garlic Italian Sausage",
"Premio, Sweet Italian Sausage With Broccoli Rabe & Romano Cheese",
"Sweet Italian Sausage",
"Italian Style Pork Meatballs",
"Sweet Italian Chicken Sausage With Kale",
"Sweet Italian Turkey Sausage",
"Hot Italian Turkey Sausage",
"Sweet Italian Sausage",
"Hot Italian Sausage",
"Mild Italian Sausage Meat",
"Hot Sagey Rings",
"Pink Party Punch",
"Sunflower Seed, Flamas",
"Puffcorn Snacks, Cheese",
"Puffcorn, Flamin' Hot",
"The Original Corn Chips",
"Whole Grain Popcorn, Movie Theater Butter",
"Kettle Corn, Sweet &Salty",
"Funyuns, Rings, Onion",
"Sabritas, Flavored Potato Chips, Adobadas",
"Simply Naked Pita Crisps",
"Stacy's, Pita Crisps, 5 Cheese",
"Stacy's, Pita Crisps, Garlic & Herbs",
"Popcorn, White Cheddar Cheese",
"Sun Chips Multigrain Snacks Original",
"Miss Vickie's, Original Kettle Potato Chips, Sea Salt",
"Munchies, Sandwich Crackers, Bacon, Cheddar",
"Beef Jerky",
"Popcorn",
"Real Cheese Puffs",
"Lay's Potato Chips",
"Lays Chips Salt & Vinegar",
"Funyuns, Onion Flavored Rings",
"Flavored Tortilla Chip, Sabor Ranchero",
"Ruffels, Potato Chips",
"Turbos, Flamas, Flavored Corn Snacks",
"Grandma's, Mini Cookies, Chocolate Chip",
"Funyuns, Flamin' Hot, Onion Flavored Rings",
"Onion Flavored Rings",
null,
"Sabritas, Doritos, Tortilla Chips, Flamas Sazonado",
"Traditional Pork Skins",
"Fritos",
"Peanut Butter Cookies, Peanut Butter",
"Chicharrones Traditional Fried Pork Skins",
"tiny twists",
"Popcorn",
"Shrimp Chips",
"Lay's Stax Sour Cream and Onion",
"Salsa con queso medium",
"Simply Natural Blue Corn Tortilla Chips",
"Funyuns, Onion Flavored Rings",
"Sabritas, Peanuts, Salt & Lime",
"Cacahuates Peanuts",
"Sabritas, Crunchy Coated Peanuts",
"Grandma's, Chocolate Brownie Cookies",
"Cookies",
"White Cheddar Cheese Popcorn",
"Smartfood Popcorn White Cheddar Cheese",
"Kettle Cooked Sea Salt & Cracked Pepper",
"Multigrain Snacks",
"Onion Flavored Rings",
"Cheese Flavored Snacks",
"Trail Mix Bar",
"Doritos Cool Ranch",
"Pita Chips",
"Stacy's, Multigrain Pita Chips",
"Bagel Chips",
"In Shell Pistachios",
null,
"Party Size Simply Naked Pita Chips",
"Pita Chips",
"Matador, Beef Jerky, Original",
"Grandma's, Mini Sandwich Cremes Cookies, Peanut Butter",
"Tostitos Cantina Roasted Garlic Thick & Chunky Salsa",
"Banana Nut Bakery Crisps Snack",
"Ready To Go Snacks, Mini Chocolate Chip Cookies",
"Lay's Classic",
"Wavy original",
"Frosted Cookies",
"Frosted Cookies",
"Frosted Cookies",
"Tapatio Totilla Chips",
"Baked Cheetos",
"Corn & Potato Snacks Fries, Flamin' Hot",
"Sea Salted Whole Cashews",
"Lightly Roasted Almonds",
"Nut & Fruit Mix",
"Milk Chocolate Almonds",
"Puffed Rings",
"Puffed Ring's",
"Baked Snack Bites",
"Chicharrones Fried Pork Skins, Salt & Vinegar",
"Chicharrones Fried Pork Skin, Salt Vinegar",
"Chicharrones Sweet Southern Heat Fried Pork Skins",
"Fried Prok Skins Chicharrones",
"Tender Cracklins, Traditional Chicharrones Pork Skins",
"Baken-Ets, Tender Cracklins, Traditional",
"Delight, Whole Grain Popcorn, Sea Salt",
"White Cheddar Popcorn",
"Onion Flavored Rings, Chile Limon",
"Onion Rings",
"Pretzel Thins",
"Pretzel Thins",
"Popcorn, Kettle Corn",
"Popcorn",
"Fried Pork Skins Chicharrones, Hot Sauce",
"Chicharrones Fried Pork Skins",
"Flavored Rings, Onion",
"Funyuns, Onion Flavored Rings, Flamin' Hot",
"Mexican Restaurant Style Tortilla Chips",
"Spiral Snacks",
"Poppers, Crunch Fries",
"Pita Chips",
"Popcorn",
"Air Popped Popcorn",
"Popcorn",
"Beef Jerky",
"Funyuns, Funyuns Onion Flavored Rings Chile Limon Flavored, Chile Limon Flavored",
"Delight Air Popped Popcorn",
"Popcorn",
"Air Popped Popcorned",
"Popcorn",
"Stacy's, Pita Chips",
"Chester's, Corn & Potato Snacks, Flamin' Hot",
"Popcorn, Cinnamon Brown Sugar",
"Rings",
"Onion Rings",
"Stacy's, Pita Chips",
"Funyuns, Chile Limon, Onion Flavored Rings",
"Stacy's, Simply Naked, Pretzel Thins, Original",
"Beef Jerky, Bold",
"Beef Jerky",
"Beef Jerky",
"Beef Jerky",
"Multigrain Tortilla Chips",
"Sabritas, Doritos, Rolled Flavored Tortilla Chips, Chile Limon",
"Sunflower Seeds, Original",
"Sunflower Seeds",
"Sunflower Seeds, Flamas",
"Sunflower Seeds, Dill Pickle",
"Sunflower Seeds, Salt & Pepper",
"Sunflower Seeds",
"Pita Chips, Fire Roasted Jalapeno",
"Sunflower Seeds, Bbq",
"Sunflower Seeds",
"Spitz, Sunflower Seeds",
"Sabritas, Doritos, Tortilla Chips",
"Nacho Cheese flavored (party size!)",
"Funyuns, Flavored Rings, Onion",
"Turbos Flamas",
"Sabritas, Lay's, Lay's Potato Chips, Limon",
"Chester's, Flamin' Hot Fries Corn & Potato Snack",
"Funyuns, Onion Flavored Rings, Flamin' Hot",
"Sabritones, Puffed Wheat Snacks, Chile & Lime",
"Ruffles Queso Cheese Sazonadas Flavored",
"Flavored Corn Snacks",
"Doritos, Flavored Tortilla Chips",
"Stacy's, Pita Chips",
"Stacy's, Pita Chips, Fire Roasted Jalapeno",
"Potato Chips, Smokehouse Style Barbecue",
"Chester's, Flavored Popcorn, Butter",
"Traditional Chicharrones Fried Pork Skins",
"Chicharrones, Fried Pork Skins, Salt & Vinegar",
"Chicharrones, Fried Pork Skins, Hot'N Spicy",
"Baken-Ets, Tender Cracklins Traditional Pork Skins",
"Fried Pork Skins",
"Baken-Ets, Chicharrones Fried Pork Skins, Sweet Southern Heat Bbq",
"Chester's, Flavored Popcorn, Cheddar",
"Chester's, Flavored Popcorn, Flamin' Hot",
"Dinamita Rolled Tortilla Chips",
"Fries Corn & Potato Snacks, Flamin' Hot",
"Maui Style Potato Chips",
"Maui Style, Potato Chips, Maui Onion",
"Popcorn, Movie Theater Butter",
"Sabritas, Fiesta Mix, Botana Surtida Sazonada",
"Grandma's, Chocolate Chip Cookies",
"Grandma's, Peanut Butter Cookie",
"Grandma's, Chocolate Brownie Cookie",
"Qauker, Chocolate Chip Crispy Cookies",
"Homestyle Peanut Butter Big Cookie, Peanut Butter",
"Grandma's, Cookies, Lemon",
"Nut Harvest, Honey Roasted Nut Mix",
"Nut Harvest, Toffee Glazed Nut Mix",
"Nut Harvest, Honey Roasted Nut Mix",
"Nut Harvest, Nut Mix, Toffee Glazed",
"Rare Fare Foods, Fruit & Seed Blend",
"Nut Harvest, Nut & Chocolate Mix",
"Nut Harvest, Whole Cashews, Sea Salted",
"Nut Harvest, Lightly Roasted Almonds",
"Salted Pistachios",
"Nut Harvest, Nut & Fruit",
"Delight, Air Popped Popcorn, White Cheddar",
"Nut Harvest, Milk Chocolate Peanuts",
"Cooked Potato Chips",
"Miss Vickie's, Kettle Cooked Potato Chips, Meyer Lemon & Rosemary",
"Fries",
"Onion Flavored Rings",
"Onion Flavored Rings",
"Stacy's Brand, Pita Chips, Simply Naked, Nothing But Sea Salt",
"Stacy's, Pita Chips, Parmesan Garlic & Herb",
"Multigrain",
"Stacy's, Pita Chips, Cinnamon Sugar",
"Funyuns, Steakhouse Onion, Onion Flavored Rings",
"Popcorn",
"Corn",
"Pop Works & Company, Birthday Cake Popcorn",
"Cracker Jack, The Original Caramel Coated Popcorn & Peanuts",
"Snickerdodle",
"Grandma's, Snickerdoodle Cookies",
"Cocoa Pita Chips",
"Flavored Popcorn, Cinnamon Brown Sugar",
"Delight, Sea Salt Air Popped Popcorn",
"Popcorn",
"Chester's, Flavored Popcorn, Butter",
"Popcorn",
"Crunchy Protein Peanuts, Salted Caramel",
"Crunchy Protein Peanuts",
"Multigrain Tortilla Chips",
"Popcorn, Spicy Jalapeno Ranch",
"Popcorn",
"Pita Chips",
"Baken-Ets, Fried Pork Skins",
"Chicharrones Fried Pork Skins",
"Baken-Ets, Chicharrones Fried Pork Skins, Hot'N Spicy",
"Pork Skins",
"Chicharrones Fried Pork Skins",
"Fries Corn & Potato Snacks, Flamin' Hot",
"Corn & Potato Snacks, Bacon Cheddar",
"Delight, Popcorn, Sea Salted Caramel",
"Spitz, Pumpkin Seeds, Dill Pickle",
"Pita Chips",
"Pop Works & Company, Birthday Cake Popcorn",
"Pop Works & Company, Salted Caramel & Fudge Popcorn",
"Pop Works & Company, Flavored Popcorn, Cookies & Cream",
"Sunchips, Veggie Harvest Whole Grain Snacks, Farmhouse Ranch",
"Sproutzels, Whole Grain Pretzels, Honey Wheat",
"Popcorn, Sweet & Salty Kettle Corn",
"Popcorn",
"Delight, White Cheddar Popcorn, Sea Salt",
"Delight, Air Popped Popcorn, Sea Salted Caramel",
"Stacy's, Pita Chips, Fire Roasted Jalapeno",
"Nut Harvest, Almond Toffee Bites, Dark Chocolate",
"The Tender Jerky",
"Delight Air Popped Popcorn",
"Corn Tortilla Chips",
"Sabritas, Tostitos, Corn Tortilla Chips",
"Flavored Popcorn, Spicy Jalapeno Ranch",
"Delight, Air Popped Popcorn, White Cheddar",
"Delight, Air Popped Popcorn, Sea Salted Caramel",
"Grandma's, Mini Chocolate Chip Cookies",
"Chester's, Puffcorn Snacks, Cheese",
"Chester's, Puffcorn",
"Popcorn",
"Chester's, Flavored Popcorn, Flamin' Hot",
"Corn & Potato Snacks Fries",
"Popcorn",
"Off The Eaten Path, Hummus Crisps, Garlic Tomato Basil",
"Off The Eaten Path, Hummus Crisps, Feta & Herb",
"Pita Chips",
"Stacy's, Pita Chips, Parmesan Garlic & Herb",
"Stacy's, Pita Chips, Cinnamon Sugar",
"Stacy's, Simply Naked, Organic Pita Chips",
"Pita Chips",
"Stacy's, Pita Crisps, Garlic & Herbs",
"Veggie Harvest - Tomato, Basil & Cheese",
"Flavored Rings, Onion",
"Chester's, Corn & Potato Snacks, Flamin' Hot",
"Sabritas, Turbos, Corn Snacks, Flamas",
"Potato Chips",
"Tortilla Chips",
"Flamas Tortilla Chips",
"Puffed Wheat Snacks",
"Puffed Wheat Snacks",
"Corn Tortilla Chips",
"Sabritas, Tostitos, Corn Tortilla Chips, Salsa Verde",
"Popcorn",
"Off The Eaten Path, Kettle Corn, Cranberry Granola",
"Pop Works & Company, Birthday Cake Popcorn",
"Organic Trail Mix Bites",
"Organic Trail Mix Bites, Nutty Cranberry",
"Organic Trail Mix Bites, Classic Clusters",
"Organic Trail Mix Bites, Nutty Cranberry",
"Sabritas, Flavored Snack Mix",
"Pita Chips",
"Snowflakes Snacks",
"Rice And Veggie Crisps",
"Pita Crisp Chocolate",
"Popcorn",
"Dark Chocolate Almonds Toffee Bites",
"Popcorn",
"Sweet & Salty Kettle Corn Flavored Popcorn",
"Popcorn",
"Popcorn",
"Air Popped Popcorn",
"Air Popped Popcorn",
"Popcorn",
"Party Size Popcorn",
"Tortilla Chips",
"Tortilla Chips",
"Flamas Tortilla Chips",
"Organic Pita Chips",
"Puffcorn",
"Chickpea Crisps",
"Hummus Chickpea Crisps",
"Veggie Crisp",
"Doc 360, Cola",
"Diet Doc 360, Diet Cola",
"Cola",
"Diet Doc 360, Soda",
"Acai Blueberry Pomegranate Water",
"Orange Mango Juice",
"Klarbrunn, Vita Ice, Sparkling Water, Peach Mango",
"Vita Ice, Flavored Sparkling Water, Cherry Lime",
"Klarbrum, Vita Ice, Naturally Sparkling Water, Fuji Apple Pear",
"Klarbrunn, Vita Ice, Sparkling Water, Strawberry Kiwi",
"Sparkling Water",
"Sparkling Water",
"Sparkling Water",
"Klarbrunn, Vita Ice Sparkling Water, Blueberry Lemonade",
"Klabrunn, Vita Ice, Black Raspberry",
"Klarbrunn, Vita Ice, Sparkling Flavored Water, Orange Mango",
"Sparkling Water",
"Gold-Plum, Chinkiang Vinegar",
"Apple Fruit Filling & Topping",
"Premium Fruit Filling & Topping, Apricot",
"Pie Filling Or Topping, Blackberry",
"Premium Blueberry Pie Filling Or Topping",
"Fruit Filling & Topping, Cherry",
"Premium Lemon Pie Filling",
"Premium Peach Fruit Filling & Topping With Other Natural Flavors",
"Pie Filling For Topping, Pineapple",
"Premium Pie Filling Or Topping, Raisin",
"Premium Strawberry Pie Filling Or Topping",
"Lite Pie Filling Or Topping, Apple",
"Premium Pie Filling Or Topping, Apple Cranberry",
"Premium Pie Filling Or Toppings, Mixed Berry",
"Premium Caramel Apple Pie Filling Or Topping",
"Pie Filling Or Topping, Lite Cherry",
"Premium, Fruit Filling & Topping, Cherry",
"Premium Red Raspberry Pie Filling Or Topping",
"Premium Fruit Filling & Topping, Strawberry Rhubarb",
"Cherries Jubilee Topping",
"Sliced Apples For Pies & Desserts",
"Supreme Pie Filling, Peaches & Creme",
"Supreme Pie Filling, Blueberries & Creme",
"Supreme Pie Filling, Strawberries & Creme",
"Premium Pie Filling Or Topping, Dark Sweet Cherry",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Naturally Fat Free Sauce, Apple",
"Fruit 'N Sauce, Fruit Punch, Apple",
"Cinnamon Apple Sauce",
"Naturally Fat Free Apple Sauce, Cinnamon",
"Apple Sauce, Cinnamon",
"Unsweetened Apple Sauce",
"Unsweetened Apple Sauce",
"Unsweetened Apple Sauce",
"Apple Sauce",
"Premium Plus 100% Juice, Apple",
"100% Apple Juice",
"Premium Juice, Apple",
"Juice From Concentrate, Apple",
"100% Juice, Apple",
"100% Apple Juice",
"100% Juice, Apple Cider",
"Premium Plus Juice, Apple",
"Juice From Concentrate, Apple Cider",
"Old Fashioned Spiced Apple Butter",
"Fried Apples",
"Red Spiced Apple Rings",
"Red Tart Pitted Cherries Water Pack",
"Apple Sauce",
"Pudding",
"Pudding",
"Pie Filling, Banana Cream",
"Chocolate Creme Pie Filling",
"Creme Pie Filling",
"Pie Filling, Key Lime",
"Apple Sauce, Strawberry",
"Pickled Hot Sausage",
"Pickled Sour Onions",
"Pickled Hot Sausage",
"Pickled Eggs",
"Pickled Hot Sausage",
"Tall Red Hot Sausage",
"Multigrain Pita Chips",
"Dill Mustard",
"Sun Valley, Pretzel Chips, Sea Salt & Pepper",
"Sun Valley, Pretzels Chips, Sea Salt",
"Sun Valley, Pretzel Chips, Garlic",
"Sun Valley, Rosemary Pretzel Chips",
"Thin & Crispy Ripple Potato Chips",
"Michael Season's, Artisan Baked Bleu Cheese Puffs",
"Michael Season's, Puffs, Tuscan Blend Cheese",
"Sardine With Chipotle",
"Sardines In Tomato Sauce",
"Pica Pica, Sardines In Tomato Sauce With Chili",
"Sardines In Tomato Sauce With Chili",
"Mackerela In Tomato Sauce With Chili",
"Jasmine White Naturally Scented Rice",
"Long Grain Fragrant Jasmine Rice",
"Long Grain Fragrant Jasmine Rice",
"River, Jasmine Rice",
"Long Grain White Rice",
"Jasmine Long Grain Fragrant Rice",
"Organic Jasmine Long Grain Fragrant Rice",
"Organic Long Grain Fragrant Rice, Brown Jasmine",
"Premium Aromatic Basmati Rice",
"Organic Basmati Rice",
"Organic Premium Aromatic Brown Basmati Rice",
"Arborio Superfino Rice For Risotto",
"Premium Whole Grain Quinoa",
"Farro Perlato Italian Whole Grain",
"Organic Freekeh Roasted Green Wheat",
"Sardines With Jalapenos In Spicy Tomato Sauce With Jalapenos",
"Sardines In Tomato Sauce With Chili",
"Eastern Shore Crab Cake",
"Miso Salmon With Udon Noodles",
"Adobo Salmon With Black Beans & Rice",
"Cajun Style Red Beans",
"Spinach & Chive Linguine Pasta",
"Old Apple Hill Brine, Whiskey Sour Pickles",
"Old Apple Hill Brine, Memphis Bbq Artisan Pickles",
"Old Apple Hill Brine, Artisan Pickles, Bread And Butter",
"Gourmet Popcorn",
"Popsations, Gourmet Popcorn, Caramel",
"Handcrafted Popcorn",
"Neill's, Irish Buttermilk Scones Mix, Raisin",
"Sweet Heat Pickles",
"Sweet Habanero Pickles",
"Drink More Good, Ginger Ale",
"Drink More Good, Root Beer",
"Happy Birthday Hard Candy With Plush",
"Hard Candy With Balloons Gift",
"Progressive Balloons & Gifts, Hard Candy & Baloon Gift",
"Hard Candy Gift",
"Progressive Balloons, Inc., Candy Gift",
"Hard Candy",
"Candy Gift Hard Candy",
"Hard Candy",
"Birthday Girl Hard Candy Gift",
"Hard Candy",
"Hard Candy And Plush Gift",
"Hard Candy",
"Progressive Balloons, Hard Candy & Balloon Gift",
"Progressive Balloons & Gifts, Balloon & Candy Gift",
"Progressive Balloons & Gifts, Hand Candy",
"Hard Candy",
"Hard Candy",
"Progressive Balloons & Gifts, Bag Pals Gift",
"Hard Candy",
"Chocolate Candy",
"Progressive Balloons & Gifts, Plush And Candy Gift, Chocolate",
"Plush Gift With Candy, Chocolate",
"Progressive Balloons & Gifts, Plush And Candy Gift Set",
"Progressive Balloons & Gifts, Plush And Candy Gift",
"Progressive Balloons & Gifts, Superhero Bear Gift",
"Box Hearts Candy Pal Gift",
"Chocolate Flavored Hearts",
"Chocolate Flavored Candy",
"Progressive Balloons & Gifts, Jumbo Candy Bear Gift, Chocolate",
"Happy Valentine Day Jumbo Candy Bear Gift, Chocolate",
"Chocolate Flavored Candy",
"Progressive Balloons & Gifts, Happy Mother's Day Plush & Candy Gift",
"Hard Candy And Plush Gift",
"Progressive Balloons, Inc., Hard Candy",
"Progressive Balloons, Inc., Plush & Candy Gift",
"Plush & Hard Candy Gift",
"Progressive Balloons & Gifts, Plush & Hard Candy Gift",
"Plush & Hard Candy Gift",
"Hard Candy",
"Hard Candy & Balloon Gift",
"Balloon & Candy Gift Hard Candy",
"Progressive Baloons & Gifts, Baloon & Hard Candy Gift",
"Balloon & Candy Gift",
"Progressive Balloons & Gifts, Hard Candy & Gift Balloon",
"Progressive Balloons, Plush & Hard Candy Gift",
"Progressive Balloons, Hard Candy & Balloon Gift",
"Hard Candy",
"Progressive Balloons & Gifts, Candy & Balloon Gift",
"Progressive Balloons & Gifts, Graduation Gift Set",
"Progressive Balloons, Tin Bucket Gift",
"Candy, Chocolate",
"Chocolate Flavored Candy",
"Candy, Chocolate",
"Candy Gift",
"Candy Gift You'Re Sweet",
"Mvp Valentine Candy, Chocolate",
"All Star, Valentine Candy, Chocolate",
"Hard Candy",
"Progressive Balloons & Gifts, Hard Candy & Plush Toy Gift",
"Progressive Balloons & Gifts, Jumbo Candy Bear Gift, Chocolate",
"Candy, Chocolate",
"Progressive Balloons & Gifts, Happy Valentine's Day Tumbler Gift",
"Progressive Balloons & Gifts, Happy Valentine's Day Tumbler Gift",
"Progressive Balloons & Gifts, Happy Valentine's Day Tumbler Gift",
"Chalk Tin Hard Candy",
"Tree Top, Apple Juice",
"Tree Top, Apple Cider",
"Apple Juice",
"Tree Top, 100% Apple Juice",
"Apple Sauce",
"Apple Sauce, Original",
"Apple Sauce",
"Apple Sauce",
"Seneca, Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Tree Top, Fresh Pressed 100% Pure Juice, Apple",
"Organic Apple Sauce",
"Tree Top, 100% Juice, Pineapple Orange",
"Juice Blend",
"Tree Top, 100% Fruit Juice, Cherry Lime",
"Apple Sauce",
"Apple Sauce",
"Tree Top, 100% Fruit Smoothie, Strawberry",
"Tree Top, Apple Juice",
"Tree Top, 100% Juice, Apple",
"Apple Sauce, Apple",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Fruit Full Smoothie, Mango",
"Apple Sauce",
"Tree Top, Fruit Full Smoothie, Strawberry",
"Pizza",
"Pizza",
"Deliciously Supreme Pizza",
"Pizza",
"Canadian Style Pizza",
"Deliciously Supreme Pizza",
"Deliciously Deluxe Pizza",
"Sausage Pizza",
"Pizza",
"Pizza",
"Pizza",
"Pizza",
"Alfredo Pizza",
"Pizza",
"Pizza",
"Marinara Sauce",
"Cinnamon Raisin Premium Homestyle Bread",
"Oasis, French Toast Bread",
"Oasis, Premium Sweet Dark Round Prairie Bread",
"Oasis, Premium Round Sourdough Bread, Garlic",
"Multigrains+Seeds Bread",
"Healthgrains Bread",
"Dynamo Mix",
"All Natural Diet Watchers Mix",
"Raw Pumpkin Seeds",
"Regal Gourmet Snacks, Churritos Spicy",
"Roasted Salted Sunflower Meats",
"Regal Gourmet Snacks, Bing Cherries Jumbo Fat Free",
"Caramel Cow-Tales",
"Regal Gourmet Snacks, Gummy Worms - Fat Free",
"Regal Gourmet Snacks, Young Coconut Slices",
"Regal Gourmet Snacks, Flax Seeds",
"Regal Gourmet Snacks, Goji Berries",
"Roasted Large Cashews",
"Regal Gourmet Snacks, Sunflower Kernels Raw",
"Regal Gourmet Snacks, Banana Chips",
"Gourmet Snacks",
"Kiwi",
"Gummy Peach Rings",
"Milk Chocolate Almond",
"Dark Chocolate Almonds",
"Sesame Sticks",
"Slivered California Almonds",
"Raw Cashews",
"Honey Roasted Peanuts",
"Jr Mammoth Halves Pecans",
"Mix Calorie Watchers",
"Raw Italian Pine Nuts",
"Jumbo Raw California Almonds",
"Dark Chocolate Almonds",
"Almonds, Milk Chocolate",
"Roasted With Sea Salt Jumbo Cashews",
"Happy Heart Mix",
"All Natural Fabulous Mix",
"Roasted Salted Pumpkin In Shell",
"Dark Chocolate Coffee Beans",
"Regal Gourmet Snacks, Milk Chocolate Almonds",
"Regal Gourmet Snacks, Sugar Free Chocolate Almonds",
"Beef Steak Burger Patties",
"Beef Striploin",
"Beef Stew Kit",
"Ground Beef",
"British Strawberry Jam & Clotted Cream Butter Cream Swiss Roll",
"Premium Three Bean Salad",
"Garbanzo Beans",
"Blue Lake Cut Green Beans",
"Blue Lake Cut Green Beans",
"Blue Lake Cut Green Beans",
"Blue Lake Cut Green Beans And Whole Potatoes In Ham Sauce, Ham",
"Sliced White Potatoes",
"Small Whole White Potatoes",
"Chicken Pot Pie Soup",
"Chicken Corn Soup",
"Candied Sweet Potatoes With Brown Sugar Glaze",
"The Silver Line, Premium Italian Cut Green Beans",
"Pinto Beans",
"Ready-To-Serve Soup, Chunky Chicken Noodle",
"Clam Chowder Soup",
"Chunky Beef Vegetable Soup",
"Baked Beans",
"Vegetarian Baked Beans",
"Baked Beans, Maple & Bacon",
"Baked Beans",
"Premium Cut Okra",
"Premium Shelled Edamame Soybeans",
"Pork & Beans In Tomato Sauce",
"Baked Beans, Brown Sugar & Bacon",
"Baked Beans, Brown Sugar & Bacon",
"Redskin Kidney Beans",
"Red Skin Light Red Kidney Beans",
"Light Red Kidney Beans",
"Redskin Kidney Beans",
"Dark Red Redskin Kidney Beans",
"Cannellini Beans",
"Medium Chili Beans",
"Pinto Beans",
"Veggie Chips, Ranch",
"Black Bean Salsa",
"Cut Sweet Potatoes",
"Black Beans",
"Garbanzo Beans",
"Pinto Beans",
"Reduced Sodium Light Red Kidney Beans",
"Kidney Beans",
"Sliced Red Beets",
"Butter Beans",
"Pinto Beans",
"Blackeye Peas",
"Garbanzo Beans Chick Peas",
"Black Beans",
"Great Northern Beans",
"Great Northern Beans",
"Domestic Mushrooms Pieces & Stems",
"Ready-To-Serve Chunky Vegetable Soup",
"Chicken Noodle Soup",
"Premium Latino Blend",
"Riced Broccoli",
"Riced Steam-In-Bag Carrots",
"Riced Steam-In-Bag Cauliflower",
"Premium Petite Peas",
"Sweet Peas",
"Sweet Peas",
"Premium Yellow & Zucchini Squash Blend",
"Whole Green Beans",
"Petite Whole Green Beans",
"Cut Green Beans",
"Cut Green Beans",
"Naturally Sweet Yellow Sweet Corn",
"White Sweet Corn",
"Steak House Style Creamed Spinach",
"Pettie Broccoli Florets",
"Super Sweet Corn",
"Chopped Spinach",
"Cut Green Beans",
"Mixed Vegetable",
"Sweet Peas",
"Cut Broccoli",
"Elbow Pasta, Peas, Peppers & Onions",
"Premium Baby Lima Beans",
"Broccoli With Cheese Sauce",
"Corn With Butter Sauce",
"Fordhook Lima Beans",
"Light Reds Kidney Beans",
"Dark Red Kidney Beans",
"Bean Essentials, Great Northern Beans",
"Pink Beans",
"The Silver Line, Cauliflower Florets",
"Premium Collard Greens",
"Cut Leaf Kale",
"Chopped Spinach",
"Leaf Spinach",
"Garden Medley",
"Winter Medley",
"Green & Red Pepper & Onion Strips",
"Baby Lima Beans",
"Brussels Sprouts",
"Country Fresh Classics, Cut Broccoli",
"Confetti Style Shredded Vegetables",
"Cut Broccoli",
"Premium Petite Brussels Sprouts",
"Premium Broccoli Florets",
"Petite Broccoli Florets",
"Small Crinkle Sliced Carrots",
"Classic Mixed Vegetables",
"Mixed Vegetables",
"Premium Garden Medley",
"Premium Succotash",
"Country Fresh Classics, Vegetables For Soup",
"Vegetables For Soup",
"Premium Petite Asparagus Spears",
"Petite Bean Blend",
"Unsalted Baked Soft Pretzels",
"Whole Wheat Soft Pretzels Sourdough",
"Forte's, Steak & Cheese Stromboli",
"Handmade Stromboli",
"Handmade Stromboli",
"Alvarado St. Bakery, Bread, Sprouted Wheat Cinnamon Raisin",
"Alvarado St. Bakery, Sprouted Wheat Sesame Seed Bagels",
"Sprouted Sourdough Bread",
"Sprouted Whole Wheat Bread",
"Sprouted Barley Bread",
"Sprouted Wheat Tortillas",
"Alvarado St. Bakery, Sprouted Multigrain Bread",
"Alvarado St. Bakery, Sprouted Multi-Grain Bread",
"Alvarado St. Bakery, California Style Complete Protein Whole Grain Bread",
"Michelle Farms, Grated Parmesan Cheese Alternative",
"Gourmet Fried Onion Pieces",
"Old Fashioned Mustard",
"Bloody Bob's, All Natural & Spicy Bloody Mary Mix",
"Palo Alto Fire Fighters, Pepper Sauce",
"Palo Alto Firefighters, Habanero Pepper Sauce",
"Original Tangy Bbq Sauce",
"Spicy Chipotle Bbq Sauce",
"Swiss Stake With Gravy",
"Choplets Vegetable & Grain Protein Patties",
"Original Delicious Vegetarian Alternative To Chicken",
"Egg",
"Deluxe Mixed Nuts",
"Nut Mix",
"Cashew Lovers Mix",
"Lightly Salted Cachews",
"Cashews Halves & Pieces",
"Deluxe Lightly Salted Mixed Nuts",
"Mixed Nuts",
"Nutrition Wholesome Nut Mix",
"Pistachio Blend",
"Macadamias",
"Cashews, Almond & Pecans",
"Deluxe Lightly Salted Mixed Nuts",
"Cocoa Almonds - Dark Chocolate Flavor",
"Nut-Rition Sustaining Energy Mix",
"P3 Portable Protein Pack",
"Portable Protein Pack",
"Halves & Pieces Cashews",
"Roasted Peanuts",
"Nuts On The Go! Salted Cashews",
"Sliced Almonds",
"Pecan Chips",
"Triple Chocolate Cookie",
"Chaos Decadent Xl Cookie",
"Macadamia Nut Chocolate Xl Cookie",
"Organic Creamy Tomato Soup",
"Peanut butter chocolates",
"Dorval, Sour Power Straws, Cotton Candy",
"Wild Cherry Candy Straws",
"Mini Candy Straws",
"Quatro Snax Mini Candy Belts",
"Crispy Dark Chocolate Thins With A Smooth Cocoa Taste",
"Smooth And Rich Crispy Milk Chocolate Thins",
"Premiere Moisson Bread Organic, Sprouted Grains",
"Premiere Moison, Organic Flaxseed Bread",
"Premiere Moison, Organic Spelt Bread",
"Mini breadsticks",
"Cinnamon & Rice Drink",
"Tomato Pita",
"Seven Grain Bread",
"Jumbo Shells",
"Enriched Macaroni Product, Ruffles",
"Enriched Macaroni Product, Small Sea Shells",
"Spaghetti Pasta",
"100% Whole Grain Elbows, Whole Wheat Macaroni Product",
"Whole Grain Penne",
"Fettuccine, Enriched Macaroni Product",
"Angel Hair, Enriched Vermicelli Product",
"Spaghetti",
"Elbows, Enriched Macaroni Product",
"Thin Spaghetti",
"Large Sea Shells, Enriched Macaroni Product",
"Cut Macaroni, Enriched Macaroni Product",
"Rotini, Enriched Macaroni Product",
"Linguine, Enriched Macaroni Product",
"Ziti, Enriched Macaroni Product",
"Enriched Macaroni Product, Lasagna",
"Rigatoni",
"Penne",
"Elbows",
"Elbows, Enriched Macaroni Product",
"Wide Egg Noodles",
"Enriched Macaroni Product, Bowties",
"Heartly Homestyle Egg Noodles",
"Elbow Macaroni, Enriched Macaroni Product",
"Spaghetti, Enriched Spaghetti Product",
"Thin Spaghetti, Enriched Spaghetti Product",
"Linguine, Enriched Macaroni Product",
"Penne, Enriched Macaroni Product",
"Rigatoni, Enriched Macaroni Product",
"Pasta",
"Enriched Macaroni Product, Oven-Ready Lasagna",
"Ridged Ziti, Enriched Macaroni Product",
"Large Elbows, Enriched Macaroni Product",
"Hidden Veggie Twisted Elbows",
"Spaghetti",
"Pot-Sized, Angel Hair Pasta, Enriched Vermicelli Product",
"Pot-Sized Thin Spaghetti",
"Pot-Sized Spaghetti",
"Pot-Sized Linguine",
"Corn & Rice Pasta Blend Oven-Ready Lasagna",
"Gluten Free, Corn And Rice Pasta Blend",
"100% Whole Grain Spaghetti, Whole Wheat Macaroni Product",
"Thin Spaghetti, Whole Wheat Macaroni Product",
"Elbows, Enriched Macaroni Product",
"Penne",
"Bella, Bread Crumbs With Romana Cheese",
"Pistachios",
"Ashman, House Seafood Marinade And Sauce, Mango Keylime",
"Barrel-Aged Bourbon Hot Sauce",
"Fiery Sauces",
"House Seafood Marinade & Sauce",
"Pineapple Teriyaki Marinade And Sauce",
"Marinade And Dip",
"House Seafood Wasabi Teriyaki Marinade & Dip",
"La Moderna, Vermicelli, Macaroni Product",
"La Moderna, 100% Drum Wheat Macaroni Pasta",
"La Moderna, Spaghetti",
"La Moderna, Pasta, Macaroni Product",
"La Moderna, Elbows Pasta, Macaroni Product",
"La Moderna, Bowtie Pasta, Macaroni Product",
"La Moderna, Spaghetti Pasta",
"La Moderna, Vermicelli Pasta",
"La Moderna, Gears, Macaroni Product",
"La Moderna, Macaroni, Macaroni Product",
"Pasta",
"La Moderna, Coil Fideo, Macaroni Product Pasta Alimenticia",
"La Moderna, Coil Fideo Vermicelli, Macaroni Product",
"Spaghetti",
"Macaroni Elbows No. 35",
"La Moderna, Vermicelli Soup, Tomato & Chicken",
"La Moderna, Authentic Mexican Soup, Tomato & Chicken",
"La Moderna, Authentic Mexican Soup",
"Authentic Mexican Soup",
"Acme Fresh Market, Iced Tea, Lemon",
"Acme, Iced Tea, Fresh Peach",
"Potato Sausage",
"Spinach Dip",
"French Onion Dip",
"Ranch Dip",
"Chipotle Ranch Dip",
"San Francisco Foods, Seafood & Shrimp Salad With Dill",
"Seafood & Shrimp Salad",
"100% Pure Maple Syrup",
"Tropiway, Cocoyam Fufu Flour",
"Mandarin Flavored Soda",
"Jerky Seasoning",
"Jerky Seasoning",
"Jerky Seasoning",
"Dda, Sweetened Coconut Flake",
"Frosted Cake With Buttercreme Icing, Vanilla",
"Dawn Food Products, Inc., Brownie Platter",
"Dawn Food Products, Inc., Brownie Platter, Fudge Iced Seasonal Platter",
"Dawn Food Products, Inc., Fudge Iced Valentines Brownie Platter With Mini Red, White & Pink Hearts",
"Cake",
"Delicious Cakes, 7\" Double Chocolate Two-Layer Cake",
"Cupcakes",
"Dawn Food Products, Filled & Decorated Mini Bundt Cake, Chocolate Chip",
"Dawn Food Products, Filled & Decorated Red Velvet Mini Bundt Cakes",
"Dawn Food Products, Filled Decorated Chocolate Mini Bundt Cakes",
"Premium Cake Mix, Chocolate Trifecta",
"Premium Cake Mix, Primo Yellow",
"Mega Milk Chocolate Cake Mix, Chocolate",
"Frosting, Whole Lotta Chocolate",
"Creme De La Cream Cheese Frosting",
"Cake Mixes, Viva Vanilla",
"Two-Layer Cake With Balloons And Candy Sequins",
"Delicious Cakes, Quarter Sheet Cake With Balloons, Gold Cake, White Buttercreme Icing",
"Dawn Food Products, Inc., Filled & Decorated Vanilla Bean Mini Bundt Cakes",
"Cake",
"Sam's Club, Yellow But-R-Creme Icing",
"Sam's Club, Green But-R-Creme Lcing",
"Sam's Club, Teal But-R-Creme Icing",
"Dawn Food Products, Inc., Mini Bundt Cakes, Maple & Pumpkin Spice",
"8\"2 Layer Torte Cake",
"Baby Bloom Hand Decorated Yellow Cupcakes",
"Filled Cupcakes",
"Va Va Velvet Filled Cupcakes",
"Baby Bloom Filled Cupcakes",
"Moist Chocolate Cupcakes Fillet With Creamy Fudge, Topped With Rich Peanut Butter Icing And Chocolate",
"Cupcakes Filled With Creamy Fudge",
"Fabulous Fondant Ready To Use Cake Icing",
"Fabulous Fondant",
"Fabulous Fondant Baker's White Cake Icing",
"Fabulous Fondant",
"Hello Yellow Decorating Icing",
"Bada Blue, Decorating Icing",
"Electric Green Decorating Icing",
"Eye Poppin' Pink Decorating Icing",
"Gluten Free Muffins",
"Gluten Free Muffins, Banana Nut",
"Dbl Muffin",
"Gluten-Free Muffins",
"Muffins, Banana Nut",
"Cookies, Chocolate Chip",
"Gluten-Free Cookies, Oatmeal , Raisin",
"Oatmeal Raisin Cookies",
"Let It Snow Hand Decorated Yellow Cupcakes",
"Hand Decorated Yellow Cupcakes Filled With Creamy Fudge And Topped With Rich And Creamy Icing",
"Shortcake",
"Dawn Food Products, Triple Layer Coconut Cake",
"Dawn Food Products, Triple Layer Chocolate Fudge Cake",
"Dawn Food, Triple Layer Red Velvet Cake",
"Dawn Food Products, Inc., Triple Layer Italian Creme Cake",
"Dawn Food Products, Triple Layer Carrot Cake",
"La La Love Cupcakes With Icing, Chocolate, Creamy Fudge",
"Dawn Food Products, Inc., Peanut Butter Chocolate Passon Cake",
"Red Devil Vortex, Dessert Cake",
"Neapolitan Vortex, Dessert Cake",
"Moist Yellow And Velvety Chocolate Cake Layers Filled With Fudge",
"Eye Poppin' Petals Moist Yellow And Velvety Chocolate Cake",
"Beach Party Cake",
"Pumpkin Perfecto",
"Velvety Chocolate",
"All Wrapped Up Cake",
"Chocolate Cake Filled With Caramel",
"Dulce De Leche Cake",
"Oh My Ganache! Cake",
"Filled Cupcakes, Excellent Peppermint",
"Cookies",
"Brownies",
"White Chocolate Macadamia Nut Blondie Brownies",
"Brownies",
"Cookies",
"Dawn Food Products, Inc., Premium Valentine Cake, Chocolate Fudge",
"Dawn Food Products, Inc., Premium Red Velvet Valentine Cake",
"Cookies",
"Italian Bread",
"Potato Chips",
"Potato Chips",
"Magic, Ripple Potato Chips",
"Original Potato Chips",
"Ripple Potato Chips",
"Potato Chips",
"Potato Chips",
"Hot Links",
"Smoked Sausage",
"Smoked Chicken Sausage",
"Smoked Chicken Sausage With Jalapeno Peppers",
"Smoked Sausage",
"Smoked Sausage",
"Smoked Pork Sausage",
"Smoked Pork Sausage",
"Smoked Pork Sausage",
"Smoked Pork Sausage",
"Smoked Pork Sausage",
"Smoked Sausage",
"Smoked Beef Sausage",
"Sausages",
"Smoked Sausage",
"Smoked Pork Sausage",
"Pork Smoked Sausage",
"Smoked Pork Sausage",
"Smoked Pork Sausage",
"Smoked Sausage",
"Hog Head Cheese",
"Branded Chicken & Beef Hot Links",
"Grissini Breadsticks, Garlic",
"Sesame Seed Breadsticks",
"Low Fat Grissini, Rosemary",
"Kettle Cooked Potato Chips, Sea Salt & Cracked Pepper",
"Beverage",
"Mashed Potatoes, Original",
"Original Mashed Potatoes",
"Mashed Potatoes, Original",
"Mashed Potatoes",
"Baby Reds, Mashed Potatoes",
"Idahoan roasted garlic and parmesan mashed potatoes",
"Mashed Potatoes, Buttery Homestyle",
"Four Cheese Mashed Potatoes",
"Mashed Potatoes, Butter & Herb",
"Roasted Garlic Mashed Potatoes",
"Loaded Baked Mashed Potatoes",
"Applewood Smoked Bacon",
"Homestyle Casserole, Scalloped",
null,
"Loaded Baked Homestyle Casserole",
"Premium Hash Browns",
"Homestyle Casserole, Jalapeno Cheddar",
"Steakhouse, Premium Cheddar & Broccoli Red Potatoes",
"Cheesy Hashbrown Potatoes",
"Premium Steakhouse Bacon & Ranch Red Potatoes",
"Steakhouse, Premium Red Potatoes, Parmesan & Herb",
"Scalloped Red Potatoes",
"Steakhouse, Premium Au Gratin Red Potatoes",
"Honest Earth, Buttery Homestyle Creamy Mashed Potatoes",
"Honest Earth, Roasted Garlic Creamy Mashed Potatoes, Roasted Garlic",
"Fresh Cut Hash Browns",
"Buttery Homestyle Mashed Potato Bowl",
"Bowl Mashed Potato",
"Premium Steakhouse, Three Cheese Chipotle Potato Soup",
"Premium Steakhouse Creamy Potato Soup",
"Steakhouse, Potato Soup, Cheddar Braccoli",
"Premium Steakhouse Loaded Potato Soup",
"Homestyle Casserole, Applewood Smoked Bacon",
"Scalloped",
"Au Gratin Homestyle Casserole Potato Slices",
"Loaded Baked Homestyle Casserole",
"Homestyle Casserole Jalapeno Cheddar",
"Signature Mashed Potatoes, Russets",
"Signature Russets Mashed Potatoes",
"Fully Loaded, Mashed Potatoes, Butterly Delicious",
"Fully Loaded, Mashed Potatoes, Peppered Bacon & Cheddar",
"Fully Loaded, Mashed Potatoes, Nacho Cheese",
"Loaded Baked, Mashed Potatoes",
"Reduced Sodium Mashed Potatoes, Buttery Homestyle",
"Sour Cream & Chives Mashed Potatoes",
"Italian Romano Mashed Potatoes, White Cheese",
"Mashed Potatoes, Applewood Smoked Bacon",
"Mashed Potatoes, Bacon & Cheddar Chipotle",
"Mashed Potatoes, Buttery Homestyle",
"Steakhouse, Mashed Baby Reds, Cheddar & Parmesan",
"Red & Russet Potatoes",
"Premium Twice Baked Mashed & Russet Potatoes",
"Mashed Potatoes",
"Signature Russets Mashed Potatoes",
"Mashed Potatoes, Baby Reds",
"Mashed Potatoes, Buttery Homestyle",
"Mashed Potatoes, Four Cheese",
"Mashed Potatoes, Roasted Garlic",
"Loaded Baked, Mashed Potatoes",
"Steakhouse, Potato Soup, Creamy",
"Premium Steakhouse Potato Soup, Cheddar Broccoli",
"Premium Steakhouse Potato Soup",
"Fully Loaded Microwavable Mashed Potatoes, Butterly Delicious",
"Fully Loaded Peppered Bacon & Cheddar Mashed Potatoes",
"Microwavable Mashed Potatos",
"Mashed Potatoes, Buttery",
"Four Cheese Mashed Potatoes",
"Roasted Garlic Mashed Potatoes",
"Loaded Baked, Microwavable Mashed Potatoes",
"Mashed Potatoes, Applewood Smoked Bacon",
"Baby Reds, Mashed Potatoes",
"Buttery Homestyle Mashed Potatoes",
"Buttery Homestyle Mashed Potatoes",
"Homestyle Mashed Potatoes",
"Swordfish Firm & Mild Steaks",
"Premium Yellowfin Steaks Ahi Tuna",
"Wild Caught Mahi Mahi Naturally Lean Fillets",
"Wild Caught Keta Salmon Fillets",
"Orca Bay, Keta Salmon Fillets, Firm Texture & Mild",
"Sockeye Salmon Fillets",
"Wild Caught Cod Fillets",
"Orca Bay, Pacific Ocean Perch Firm & Mild Fillets",
"Farm Raised Tilapia Fillets",
"Flounder Mild & Delicate Fillets",
"Orca Bay, Halibut, Premium Skinless & Boneless Portions",
"Wild Caught Scallops",
"Ahi Tuna",
"King Crab",
"Orca Bay, King Crab",
"Mediterranean Seasoned Wild Alaska Salmon",
"Wild Alaska Salmon",
"Wild Alaska Salmon",
"Lemon Dill Seasoned Wild Alaska Salmon",
"Keta Salmon",
"Orca Bay, Wild Keta Salmon, Smoky Barbecue",
"Maple Bourbon Keta Salmon",
"Lemon Pepper Dill Keta Salmon",
"Wild Cod Fillet",
"Orca Bay, Roasted Garlic & Red Pepper Wild Cod Fillet",
"Southwest Sockeye Salmon Burgers",
"Orca Bay, Mahi Mahi Burger, Spicy Thai",
"Teriyaki Tuna Burgers",
"Wild Caught Mahi Mahi Seafood Burgers",
"Orca Bay, Wild Cooked & Peeled Shrimp Meat",
"Leksands, Swedish Rye Crispbread Crispy Squares",
"Decaf Tea",
"Grandma's, Macaroni Salad",
"Artisanal Pasta",
"Lasagna Sheets",
"Fusilli Calabrese Pasta",
"Homemade Pasta, Stuffed Shells Cheese",
"Potato Gnocchi",
"Gorgonzola Gnocchi",
"Gnocchi, Goat Cheese",
"Cheese Filled Tortellini",
"Homemade Classic Marinara Sauce",
"Serverino Pasta Company, Homemade Classic Alfredo Sauce",
"Homemade Tomato Cream Sauce",
"Homemade Classic Vodka Sauce",
"Pesto, Sundried Tomato And Mozzarella",
"Cheese Stuffed Rigatoni",
"Spinach Stuffed Rigatoni Pasta",
"Cheese Ravioli",
"Homemade Pasta, Spinach Ravioli",
"Grilled Portobello Ravioli, Gourmet Pasta",
"Homemade Pasta, Grilled Vegetable Ravioli",
"Homemade Pasta, Porcini Ravioli",
"Roasted Garlic & Rosemary Ravioli",
"Grilled Asparagus Ravioli",
"Fire Roasted Tomato & Basil Ravioli",
"Homemade Pasta, Mixed Greens And Goat Cheese Ravioli",
"Vegan White Bean And Basil Ravioli",
"Homemade Pasta, Artichoke & Reggianno Ravioli",
"Ravioli, Kalamata Olive & Feta",
"Fusilli Tricolor Pasta Rustica",
"Ziti Pasta Rustica",
"Homemade Pasta, Wagon Wheels Pasta",
"Sprouted Lily Pasta",
"Gemelli Hand Packed Pasta Rustica",
"Gemelli - Whole Wheat Pasta Rustica",
"Amore Heart-Shaped Pasta",
"Artisanal Fusilli Giganti Pasta",
"Artisanal Paccheri Pasta",
"Mafaldine Pasta",
"Artisanal Perciatelli Pasta",
"Vermicelli Artisanal Long Pasta",
"Fettuccine Artisanal Long Pasta",
"Herb Farmers Cheese Gnocchi",
"Ravioli, Butternut Squash",
"Capellini Pasta",
"Linguine Pasta",
"Fettuccine Pasta",
"Tuscan Kale Fettuccine",
"Ravioli, Roasted Garlic Rosmary",
"Tricolor Linguine",
"Classic Gnocchi",
"4 Cheese Tortelloni",
"Cheese Stuffed Rigatoni",
"Cheese Ravioletti",
"Cheese Ravioli",
"Whole Wheat Cheese Ravioli",
"Spinach Asiago Ravioli",
"Broccoli Di Rabe Mozzarela Ravioli",
"Pumpkin Ravioli",
"Pesto Ravioli",
"Smoked Mozzarella & Roasted Pepper Ravioli",
"Value Line Cheese Ravioli",
"Potato Gnocchi",
"Lasagna, Classic Cheese",
"Vegetable Lasagna With Vodka Sauce",
"Cheese-Stuffed With Marinara Shells Pasta",
"Homemade Pasta, Tortellini",
"Rigatoni Pasta",
"Mac & Cheese & Lbow Pasta With Cheese",
"Rollups Cheese-Filled With Marinara",
"Eggplant",
"Manicotii, Cheese With Marinara",
"Ravioletti",
"Mac & Cheese",
"Authentic Spinach Pierogi",
"Authentic Pierogi, Potato & Cheddar",
"Pierogi Potato",
"Potato & Cheese With Jalapeno Pierogi",
"Mac & Cheese Elbow Pasta",
"Mac & Cheese, Elbow Pasta With Cheese",
"Rigatoni",
"R Bar, Peanut Butter & Jelly",
"R Bar, Lemon Poppy Seed",
"Rbar, Cranberry Pecan Bar",
"R Bar, Double Chocolate",
"Scottish Shortbread",
"Scottish Shortbread",
"Emily's, Milk Chocolate Covered Raisins",
"emily's dark chocolate covered blueberries",
"Greek Yogurt Covered Cranberries",
"Emily's, Dark Chocolate Covered Blueberries",
"Emily's, Dark Chocolate Covered Cherry",
"Emily's, Dark Chocolate Covered Almonds",
"Emily's, Cranberries, Dark Chocolate Covered",
"Emily's, Milk Chocolate Covered Fruit & Nuts",
"Emily's, Dark Chocolate Covered Fortune Cookies",
"Emily's, Milk Chocolate Covered Fortune Cookies",
"Emily's, Milk Chocolate Covered Fortune Cookies",
"Sandwich Cookies",
"Fortune Cookie",
"Fortune Cookies",
"Dark Chocolate Covered Fortune Cookies",
"Fortune Cookies",
"White Chocolate Gingerbread Fortune Cookie",
"Sliced Slab Bacon",
"Bacon Slices & Pieces",
"Carnival Dogs, Corndogs",
"Pancake Sausage On A Stick",
"Corndogs",
"Pancake & Sausage",
"Corndogs Batter Wrapped Chicken Frank On A Stick",
"Pancake & Sahsage",
"Chicken Corn Dogs, Batter Dipped Chicken Franks On A Stick",
"Mini Chicken Franks",
"Chopped Ham",
"King Cotton, Rightly Seasoned!, Spice Ham",
"Mini Corndogs Chicken Franks",
"Rightly Seasoned Corn Dogs",
"Smoked Sausage",
"Smoked Sausage",
"Hot Dogs",
"Sausage Biscuits",
"Gaufrettes fines",
"House Of Dorchester, Candy Cane Chocolate, Mint Oil",
"House Of Dorchester, Candy Cane Truffles",
"House Of Dorchester, Candy Cane White Chocolate Slab, Peppermint, Dark Chocolate",
"California Gourmet, Fine Chocolate",
"House Of Dorchester, Festive Mini Chocolate Bars, Salted Caramel",
"House Of Dorchester, Fine Chocolate",
"House Of Dorchester, Dark Chocolate Heart With Jazzies",
"Chocolate Heart, Raspberry Creme Brulee",
"House Of Dorchester, Fine Chocolate",
"House Of Dorchester, Milk Chocolate Caramel Heart",
"House Of Dorchester, Dark Chocolate, Caramel",
"House Of Dorchester, Strawberry Truffle Hearts",
"House Of Dorchester, Dark Chocolate Caramel Squares",
"House Of Dorchester, Milk Chocolate Heart With Jazzies",
"House Of Dorchester, Fine Chocolate",
"House Of Dorchester, Fine Milk Chocolate",
"House Of Dorchester, Fine Chocolate",
"House Of Dorchester, Fine Milk Chocolate",
"House Of Dorchester, Fine Chocolate",
"Sundae Ice Cream, Original Fudge",
"Ice Cream Cake Sundae Ice Cream",
"Sundae Ice Cream",
"Sundae Ice Cream",
"Jim Dandy, Sundae Ice Cream",
"Nutty Caramel Crunch Sundae Ice Cream",
"Ice Cream Cake",
"Ice Cream Bar",
"All Natural Flavor Premium Ice Cream",
"Ice Cream, French Vanilla",
"Premium Ice Cream, Rich & Creamy Coffee",
"Raspberry Orange Lemon",
"Celebration Ice Cream Cake",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream, Rich & Creamy Strawberry",
"Frozen Yogurt, Vienna Mocha Swirl",
"Ice Cream",
"Rich & Creamy Premium Ice Cream, Black Raspberry",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream, Mint, Chocolate Chip",
"Premium Ice Cream, Rich & Creamy Classic Chocolate",
"Chocolate Almond Chip",
"Premium Ice Cream",
"Premium Ice Cream",
"Rich & Creamy Forbidden Chocolate",
"Yogurt, Fudge Berry Swirl",
"Premium Ice Cream",
"Premium Ice Cream",
"Friendly's, Light Ice Cream, Purely Pistachio",
"Light Ice Cream, Mint Chocolate Chip",
"Light Ice Cream",
"Ice Cream Sundae",
"Premium Ice Cream",
"Frozen Yogurt, Chocolate",
"Premium Ice Cream",
"Premium Ice Cream",
"Friendly's, Jubilee Roll, Ice Cream Roll",
"Ice Cream Bar",
"Ice Cream Bars",
"Ice Cream Bar",
"Ice Cream",
"Ice Cream Bar, Coconut",
"Ice Cream Bar",
"Rich & Creamy",
"Sundae Ice Cream Cone",
"Ice Cream & Sherbet Bar, Orange Creme Fruit Swirl",
"Premium Banana And Strawberry Ice Cream Bar",
"Ice Cream Cone, Vanilla Krunch",
"Rich & Creamy Fruit Bar, Wildberry",
"Friendwich Ice Cream Sandwich, Vanilla, Chocolate, Strawberry",
"Color Me Ice Pops",
"Ice Cream Cake",
"Premium Ice Cream",
"Nutty Caramel Cone",
"Ice Cream",
"Friendly's Premium Ice Cream",
"Light Ice Cream, Coffee Toffee Crunch",
"Friendly's, Light Ice Cream, Chocolate Peanut Butter Swirl",
"Premium Ice Cream, Butterscotch Swirl",
"Sundae Xtreme, Frozen Dairy Dessert",
"Sundae Cup Ice Cream, Original Fudge",
"Friendly's, Premium Ice Cream, Limited Edition, Eggnog",
"Friendly's, Premium Ice Cream, Rich & Creamy Homemade Vanilla",
"Original Caramel Sundae Ice Cream, Vanilla",
"Sundae Ice Cream, Original Chocolate Fugde",
"Sundae Ice Cream",
"Sundae Ice Cream",
"Sundae Ice Cream",
"Sundae",
"Cake Crunch Sundae",
"Reese's, Premium Ice Cream Cake",
"Bang! (2ND Edition) Great Condition",
"Drkefir's, Sparkling Probiotic Beverage, Lemon Gingerade",
"Drkefir's, Sparkling Probiotic Beverage, Elderberry Passion",
"Dr Kefir's, Sparkling Probiotic Beverage, Tangerine",
"Dark chocolate Jaffa cakes",
"Panettone",
"Pandoro - Italian Speciality Cake",
"Valentino, Italian Specialty Cake With Raisins",
"All Purpose Sauce",
"All Purpose Sauce",
"The Original Barbeque Sauce",
"Vanilla bean yogurt",
"Ice Cream Inspired Mint Yogurt, Chocolate Chip",
"Greek Corner Lowfat Yogurt",
"Lowfat Yogurt With Graham Crumble, Strawberry Cheesecake",
"Raspberry Brownie Supreme Yogurt",
"Peach Cobbler Yogurt",
"Lowfat Yogurt With Fruit Mousse",
"Quaker Oats 100% Natural Whole Grain OLD FASHIONED",
"Quaker Original",
"Buttermilk Pancakes & Waffle Mix",
"Pancake & Waffle Mix, Original",
"Préparation Pour Pancake Originale Grand Format Aunt Jemina",
"Pancake & Waffle Mix",
"Buttermilk Corn Meal Mix",
"Corn Meal Mix",
null,
"Pancake & Waffle Mix, Original",
"Cereal Multigrano life original",
"Crunch Berries",
"Peanut Butter Crunch",
"Cap'n Crunch",
"Oatmeal Squares",
"Peanut Butter Crunch",
null,
"gluten free rice cakes",
"Oat Bran",
"Bumpers, Crunchy Corn Cereal, Peanut Butter",
"Quaker Instant Oatmeal Flavor Variety - 10 CT",
"Sweetened Corn & Oat Cereal",
"Organic Oatmeal",
"Greek Corner Lowfat Yogurt With Fruit",
"Lowfat Yogurt",
"Lowfat Yogurt With Fruit Mousse",
"Nut & Fruit Bar",
"Nut & Fruit Bar",
"Nut & Fruit Bar",
"Sparkling Soda, Pomegranate",
"Whole Grain Culinary Blends",
"Inharvest, Tri-Color Quinoa",
"Kiki, Beverage, Orangeade",
"Lactose-Free Creamer, French Vanilla",
"Boneless & Skinless Chicken Breast",
"Boneless & Skinless Chicken Tenders",
"Sharp Cheddar Cheese",
"Colby Jack Cheese",
"Shredded Sharp Cheddar Cheese",
"Shredded Mozzarella Cheese",
"Mexican 4 Cheese Blend",
"Classic Potato Chips",
"Rippled Potato Chips",
"Potato Chips",
"Potato Chips",
"Potato Chips, Sour Cream & Onion",
"Classic Potato Chips",
"Potato Chips",
"Potato Chips",
"Kettle Cooked Classic Potato Chips",
"Rippled Potato Chips",
"Kettle Cooked Potato Chips, Mesquite Bbq",
"Kettle Cooked Potato Chips, Jalapeno",
"Cooked Potato Chips",
"String Cheese, Mozzarella",
"Mild Cheddar Cheese",
"Cheddar Cheese, Sharp",
"New York Sharp Cheddar Cheese",
"Longhorn Style Colby Cheese",
"Mozzarella Cheese",
"Monterey Jack Cheese",
"Pepper Jack Cheese",
"Colby Jack Cheese, Natural Blend Of Colby And Monterey Jack Cheeses",
"Sliced Swiss Cheese, Mellow",
"Sliced Provolone Cheese",
"Colby Jack Cheese",
"Pepper Jack Cheese",
"Shredded Mild Cheddar Cheese",
"Shredded Cheddar Cheese, Mild",
"Shredded Mild Cheddar Cheese",
"Fancy Shredded",
"Shredded Sharp Cheddar Cheese",
"Sharp Cheddar Cheese",
"Mozzarella Cheese",
"Shredded Mozzarella Cheese",
"Mozzarella Cheese",
"Shredded Low-Moisture Whole Milk Mozzarella Cheese",
"Fancy Shredded Colby Jack Cheese",
"Taco Style Cheese Blend",
"Shredded Mexican 4 Cheese Blend",
"Fancy Shredded Parmesan Cheese",
"Swiss Cheese",
"Fat Free Cottage Cheese",
"Fat Free Cottage Cheese",
"Baby Lima Beans",
"Corn On The Cob Mini-Ears",
"Corn On The Cob Ears",
"24 Mini-Ears Corn On The Cob",
"Chopped Spinach",
"Leaf Spinach",
"Cut Leaf Spinach",
"Diced Onions",
"Diced Green Peppers",
"Crinkle Cut Carrots",
"Whole Baby Carrots",
"Petite Green Peas",
"Whole Green Beans",
"Cut Green Beans",
"Fordhook Lima Beans",
"Brussels Sprouts",
"Mixed Vegetables",
"Peas & Carrots",
"Green Peas",
"Italian Style Blend",
"Stew Vegetables",
"Petite Broccoli Florets",
"Super Sweet White Corn",
"Succotash",
"Ravioli",
"Italian Style Ravioli Pasta",
"Mushroom Ravioli Italian Style Pasta",
"Mini Round Cheese Ravioli",
"Cheese Stuffed Shells",
"Cheese Stuffed Tortellini Italian Style Pasta",
"Original Popcorn",
"Organic Microwave Popcorn",
"Club Soda",
"Tonic Water",
"Sparkling Seltzer Water, Original",
"Sparkling Seltzer Water, Raspberry",
"Sparkling Seltzer Water, Mandarin Orange",
"Sparkling Seltzer Water",
"Clover Honey",
"Clover Honey",
"Apple Juice",
"100% Juice",
"Lactose Free Creamer, Original",
"Lactose-Free Creamer, Original",
"Cut Yam In Light Syrup",
"Fruition Sparkling Water, Black Water",
"Fruition Sparkling Water, Key Lime",
"Sparkling Water, Kiwi Strawberry",
"Fruition Sparkling Water, Peach",
"Fruition, Sparkling Water, Raspberry",
"Sparkling Water",
"Fruition Sparkling Water, Tropical",
"Fruition Sparkling Water",
"Golden Whole Kernel Corn",
"Golden Cream Style Corn",
"French Style Green Beans",
"Cut Green Beans",
"Cut Green Beans",
"Young Sweet Peas",
"Golden Whole Kernel Corn",
"Sweet Golden Whole Kernel Corn",
"French Style Green Beans",
"Cut Wax Beans",
"Mixed Vegetables",
"Cut Green Beans",
"Whole Carrots",
"Young Sweet Peas",
"Green Lima Beans",
"Light Red Kidney Beans",
"Blackeye Peas",
"Sliced Beets",
"Sliced Carrots",
"Sliced Carrots",
"Small Whole Beets",
"Cut Yams",
"Great Northern Beans",
"Navy Beans",
"Black Beans",
"Muenster Cheese",
"New York Sharp White Cheddar Cheese",
"Colby Jack Cheese",
"Sharp Cheddar Cheese",
"New York Extra Sharp Cheddar Cheese",
"Pepper Jack Cheese",
"Swiss Cheese",
"Sliced Bacon",
"Breakfast Sausage",
"Sharp Cheddar Cheese",
"Cheddar Cheese, Mild",
"Lentils",
"Green Split Peas",
"Pinto Beans",
"Light Red Kidney Beans",
"Blackeye Peas",
"Navy Beans",
"Navy Beans",
"Baby Lima Beans",
"Large Lima Beans",
"Large Lima Beans",
"Great Northern Beans",
"Great Northern Beans",
"Braided Twists Pretzel, Honey Wheat",
"Honey Grahams",
"Cake Roll, Pumpkin",
"Feta Cheese",
"Crumbled Feta Cheese",
"Blue Cheese",
"Crumbled Gorgonzola Cheese",
"Classic Potato Chips",
"Tangy & Sweet Potato Chips, Barbeque",
"Rippled Potato Chips",
"Potato Chips, Salt & Vinegar",
"Zesty & Savory Potato Chips, Sour Cream & Onion",
"Kettle Cooked Potato Chips",
"Kettle Cooked Potato Chips, Salt & Pepper Flavored",
"Reduced Fat Kettle Cooked Potato Chips",
"Salty Crunchy Thins Pretzel",
"Soft Pretzels",
"Wafers Cookies",
"String Cheese",
"Baked Beans",
"Candied Yams",
"Cut Yams Sweet Potatoes In Light Syrup",
"Classic Kettle Cooked Potato Chips",
"Organic Unsweetened Apple Sauce",
"Peas & Carrots",
"Green Peas",
"Cut Green Beans",
"French Style Green Beans",
"Whole Kernel Super Sweet Corn",
"Mixed Vegetables",
"Nature's Basket, Organic Pasteurized Apple Juice",
"Cranberry Juice",
"Nature's Basket, Organic White Grape Juice From Concentrate",
"Breakfast Sausage Original Patties",
"Fancy Shredded Mexican 4 Cheese Blend",
"Mozzarella Cheese",
"Italian Style Pasta, Tri Color Tortellini",
"Bean Medley",
"Black Beans",
"String Cheese",
"Spinach & White Cheddar Pierogies",
"Pierogies",
"Blue Cheese",
"Salted Butter",
"Nature's Basket, Organic Unsalted Butter",
"Sliced Peaches In Light Syrup",
"Fruit Medley In Water",
"Fruit Medley In Light Syrup",
"Unpeeled Apricot Halves In Water",
"Roasted Red Peppers",
"Diet Tonic Water",
"Lightly Salted Classic Potato Chips",
"Lemonade Drink Mix",
"Iced Tea",
"Drink Mix",
"Tea Drink Mix, Peach",
"Drink Mix, Wild Strawberry",
"Drink Mix, Fruit Punch",
"Wild Caught Crab Meat",
"Italian Style Gnocchi Pasta",
"Liquid Water Enhancer",
"Pretzel Waffles Window, Salty Crunchy",
"Pizza Crust",
"Rippled Potato Chips, Sweet Barbeque",
"Reduced Fat Provolone Cheese Slices",
"Pepper Jack Cheese",
"Colby Jack Cheese",
"Cracker Cut Sharp Cheddar Cheese",
"All Natural Cooked Shrimp In The Shell",
"Diced Tomatoes With Habanero Peppers",
"Diced Tomatoes",
"Swiss Cheese",
"Crumbled Goat Cheese",
"Pretzel Nuggets",
"Liquid Water Enhancer, Blue Raspberry With Electrolytes",
"Sicilian Blood Orange Sorbetto",
"Roman Chocolate Truffle",
"Ricotta Cheese",
"Ricotta Cheese",
"Ricotta Cheese",
"Rippled Potato Chips",
"Garden Medley With Garlic Herb Seasoning",
"Asian Style Medley With Seasoning",
"Super Sweet Corn With Butter Sauce",
"Florentine Blend With Cheese Sauce",
"Fire Roasted Corn With Butter Sauce",
"Cream Soda",
"Ginger Ale, Ginger",
"Soda",
"Soda, Orange",
"Caffeine Free Root Beer",
"Alphabet 100% Corn Pasta",
"Gluten Free Ducks 100% Corn Pasta",
"Deluxe Macaroni & Cheese Dinner",
"Balsamic Glaze",
"Gluteen Free Pizza Crust Mix",
"Gluten Free Pancake Mix",
"Sloppy Joe Sauce",
"Dark Chocolate",
"Market District, Gingerbread, Milk Chocolate",
"Chicken Burgers",
"Praline Pecan Ice Cream Bars",
"Crunch Ice Cream Bars",
"Gnocchi Bite-Sized Potato",
"Japanese-Style Bread Crumbs",
"Orange Juice",
"Orange Juice",
"Egg Whites",
"Ruby Red Grapefruit Juice",
"Mexican - Style Tortilla Chips",
"Whole Jumbo Cashews",
"Roasted Deluxe Mixed Nuts",
"Pecan Pieces",
"Omega-3 Trek Mix",
"Romance Hearts Candy",
"Tomato Ketchup",
"Deluxe Macaroni & Cheese Dinner",
"Deluxe Macaroni & Cheese Dinner",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Vegetable Oil",
"Solid White Albacore Tuna In Water",
"Nacho Supreme Skillet Meal",
"Broccoli Chicken",
"French Toast Bites",
"Semolina Cavatappi, Enriched Macaroni Product",
"Instant Polenta",
"Creamy Parmesan Chicken Noodle Soup",
"Southwest-Style Black Bean Soup",
"Chunky Chicken Noodle Soup",
"Butternut Squash Soup",
"Minestrone Soup",
"Tomato & Basil Soup",
"Pizza Shredded Cheese Blend",
"Shredded Colby Jack Cheese",
"Mountain Mix",
"Garlic Breadsticks, Mozzarella Stuffed",
"Dinner Yeast Rolls",
"Garlic Bread",
"Gelato",
"Uncured Turkey Bacon",
"Multigrain Cluster & Flake Cereal",
"Cherry Almond Multigrain Cluster & Flake Cereal",
"Vanilla Almond Granola",
"Blueberry Crumble Granola With Flax",
"Granola",
"Granola",
"Dry Roasted Peanuts",
"Honey Dry Roasted Peanuts",
"Pierogies",
"Mini Piegogies",
"Pierogies",
"Croissant Sandwiches",
"Bacon Egg & Cheese Croissant",
"Light Turkey Sausage, Egg White & Cheese Sandwiches",
"Light Turkey Sausage Muffin",
"Streusel Coffee Cake",
"Egg & Cheese Flatbread Sandwiches",
"Moose Tracks Ice Cream Sandwiches",
"Tortilla Chips",
"Tortilla Chips",
"Tortilla Chips",
"Mozzarella String Cheese",
"Thin Swiss Cheese, A Natural Firm Cheese With A Mellow Flavor",
"Provolone Cheese",
"Pizzeria Style Medium Crust Pizza",
"Pizzeria Style Medium Crust Pizza",
"Pizzeria Style Medium Crust Pizza",
"Pizzeria Style Supreme",
"Traditional Flatbread Pizza",
"Traditional Flatbread Pizza",
"Traditional Flatbread Pizza",
"Creamery Classics Premium Ice Cream",
"Creamery Classics Premium Ice Cream",
"French Vanilla Premium Ice Cream",
"Pomegranate Arils",
"Sliced Honeycrisp Apples",
"Cheddar Horseradish Dip",
"Roasted Red Pepper & Feta Dip",
"Spinach Artichoke Dip",
"Organic Sweetened Apple Sauce",
"Permium Ice Cream",
"Premium Ice Cream",
"Stuffed Pretzel Bites",
"Stuffed Pretzel Bites",
"Monterey Jack Cheese With Jalapeno & Habanero Peppers Sliced Cheese",
"Medium Sliced Cheddar Cheese",
"Beef Patties",
"Cheddar Cheese & Bacon Beef Patties",
"The Farmers Market, Almonds, Garlic & Herb",
"The Farmers, Coconut Flavoted Cashews",
"Chocolate Coconut Macaroon Gelato",
"Gelato",
"Tapioca Pudding Snacks",
"Pudding Snacks",
"Pudding Snacks",
"Fat Free Pudding Snacks",
"Pudding Snacks",
"Cocktail Sauce",
"Turkey Meatball",
"Italian Mint Kiss Gelato",
"Gelato",
"Ketchup",
"Italian Style Tomato Sauce",
"Yogurt Pretzels",
"Cinnamon Yogurt Pretzels",
"Chocolate Pretzels",
"Peanut Butter Pretzels",
"Almonds",
"Tamari Almonds",
"Power Caesar Salad Kit",
"Stuffed Pretzels Bread Sandwiches, Pizza",
"Studded Pretzel Bread Sandwich",
"Stuffed Pretzel Bread Sandwiches",
"Stuffed Pretzel Bread Sandwiches",
"Stuffed Pretzel Bread Sandwiches",
"Stuffed Pretzel Bread Sandwich",
"Stuffed Pretzel Bread Sandwiches",
"Chicken Caesar Salad Kit",
"Kale Great Greens Salad Kit",
"Turkey & Bacon Chef",
"Chopped Asian Salad Kit",
"Fancy Shredded Mozzarella Cheese",
"Sandwich Cookies",
"Double Filled Sandwich Cookies",
"Golden Sandwich Cookies",
"Chocolate Sandwich Cookies",
"Chocolate Chip Cookies",
"Chewy Cookies",
"Chunky Cookies",
"Pecan Shortbread Cookies",
"Fig Bars",
"Grahams Crackers",
"Cinnamon Grahams",
"Ginger Snaps",
"Animal Crackers Cookies",
"Sandwich Cookies",
"Thick & Chunky Salsa",
"Fiesta Bean Dip",
"Spaghetti Pesto",
"Cheese Filled Pasta",
"Gnocchi",
"Fusilli Parmigiana",
"Roasted & Salted Whole Cashews",
"100% Honey Crisp Style Apple Juice From Concentrate With Added Ingredients",
"Mashed Potatoes",
"Seasoned French Fried Potatoes",
"Kosher Dill Spears",
"Polish Dill Spears",
"Polish Whole Dill Pickles",
"Kosher Whole Baby Dill Pickles",
"Kosher Whole Dill Pickles",
"Whole Pickles",
"Bread & Butter Pickle Chips",
"Gherkin Whole Sweet Pickles",
"Hamburger Dill Pickle Chips",
"Hamburger Dill Pickle Chips",
"Bread & Butter Pickle Chips",
"Bread & Butter Pickle Chips",
"Bread & Butter Pickle Chips",
"Slickles Sandwich Sliced Pickles",
"Sandwich Sliced Pickles",
"Slickles Polish Dill",
"Sandwich Sliced Pickles",
"Bread & Butter Spears",
"Whole Sweet Pickles",
"Relish",
"Hot Dog Relish",
"Sweet Relish",
"India Sweet Relish",
"Sweet Relish",
"Sweet Relish",
"Banana Pepper Rings, Hot",
"Jalapeno Sliced Peppers",
"Chicken Broth",
"Beef Broth",
"Chicken Broth",
"Nature's Basket, Organic Cut Green Beans",
"Nature's Basket, Organic Mixed Vegetables",
"Original Apple Sauce",
"Unsweetened Apple Sauce",
"Hot Kielbasa Links",
"Roasted Turkey Gravy",
"Yellowfin Tuna",
"Wild Caught Swordfish",
"Atlantic Salmon",
"Farm Raised Tilapia",
"Farm Raised Atlantic Salmon",
"Swordfish",
"Yellowfin Tuna",
"Potato Chips",
"Shrimp Fried Rice",
"Shrimp Stir-Fry",
"Shrimp & Sausage Jambalaya",
"Margarine",
"S' Mores Milk Chocolate",
"Market District, Dark Chocolate, Chipotle",
"Dark Chocolate, Strawberry Champagne",
"Boysenberries",
"Cranberry Medley",
"Chef Inspired Meals At Home, Meatloaf",
"Turkey Breast",
"Four Cheese Stuffed Chicken Kiev",
"Italian Style Chicken Breast",
"Mashed Potatoes",
"Roasted Potatoes, Rosemary",
"Creamed Spinach",
"High Fiber Chocolate Fudge Brownies",
"Chocolate Chip Cookie Brownies",
"Uncured Natural Casing Wieners",
"Asparagus Spears",
"Butter Pecan",
"Premium Ice Cream, Vanilla & Chocolate",
"Fruit Snacks, Strawberry Banana, Mango Melon & Tropical Punch",
"Sweet & Spicy Corn Medium Salsa",
"Cowboy Caviar Salsa",
"Market District, Texas Toast Cheese & Garlic Croutons",
"Asiago Cheese Ciabatta Croutons",
"Market District, Croutons, Roasted Garlic Focaccia",
"Premium Ice Cream",
"Premium Ice Cream",
"Dippers Tortilla Chip",
"The Farmers Market, Dried Apricots",
"The Farmers Market, Dried Cranberries",
"The Farmers Market, Pineapple Tidbits",
"The Farmers Market, Pitted Deglet Dates",
"The Farmers Market, Raisins, Chocolate",
"The Farmers Market, Crystallized Ginger",
"The Farmers Market, Plantain Chips",
"Yogurt Cranberries",
"Island Fruit Mix",
"The Farmers Market, Papaya Chunks",
"Garbanzo Beans",
"Premium Ice Cream",
"Get Go, Holiday, Frosted Sugar Cookies",
"Tortilla Chips, Nacho Cheese",
"The Farmers Market, Fruit & Cheese Snack Mix With Caramel Dip",
"Nature's Basket, Baby Kale",
"Salted Caramel Hot Cocoa",
"Hot Cocoa",
"Sockeye Salmon Wild Caught",
"Ice Cream Bars",
"Ice Cream Bars",
"Cream Pops",
"Red White & Blue Pops",
"Ice Pops",
"Ice Pops",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Sliced Strawberries",
"Freshly Frozen Mixed Fruit",
"Triple Berry Blend - Blueberries, Strawberries & Red Raspberries",
"Patriotic Frosted Sugar Cookies",
"Frosted Sugar Cookies",
"Frosted Sugar Cookies",
"Frosted Sugar Cookies",
"Fall Frosted Sugar Cookies",
"Cauliflower Multigrain Medley",
"Easy Steam Balsamic Sweet Potato, Kale, Cranberries",
"Cauliflower, Garlic Butter",
"Couscous Italiano",
"Steel Cut Mixed Oatmeal, Oats & Bleberries",
"Oats, Quinoa & Mixed Berries",
"Steel Cut Oats, Barley & Pears",
"Beef Franks",
"Beef & Pork Franks",
"Corn Flakes",
"Puffed Wheat Cereal",
"Oat Cereal, Toasted Oats",
"Bran Cereal, Raisin",
"Sweetened Corn Cereal, Frosted Flakes",
"Crispy Rice",
"Bite Size Frosted Shredded Wheat Cereal",
"Shredded Wheat, Strawberry Frosted",
"Shredded Wheat, Blueberry Frosted",
"Sweetened Corn Puffs, Fruity Burst",
"Waffles, Strawberry",
"Mini Homestyle Waffles",
"Waffles, Banana",
"Waffles, Pumpkin",
"Cinnamon Rum",
"Blackberry Creme Brulee",
"Sriracha Hummus",
"Organic Blueberries",
"Nature's Basket Organic, Organic Whole Strawberries",
"Nature's Basket, Organic Mixed Berries",
"Organic Blackberries",
"Nature's Basket Organic Mango",
"Nature's Basket, Organic Pineapple",
"Roasted Pepitas",
"Organic Pepitas",
"Sandwiches Cookies",
"Apple Cider",
"Apple Cider",
"Apple Cider From Concentrate, Pear Ginger",
"Nature's Basket, Ginger Snap Granola",
"Nature's Basket, Granola, Pumpkin Spice Cranberry",
"Creamer, Pumpkin Spice",
"Creamer, Vanilla, Caramel",
"Extra Virgin Olive Oil",
"Gummy Bears",
"Gummy Worms",
"Sour Neon Worms",
"Butterscotch Discs",
"Orange Slices",
"Candies",
"Peach Rings, Peach",
"Spice Drops Candies",
"Caramel Creams Candy",
"Watermelon Slices",
"Red Fish Candy",
"Candy, Cherry Sours",
"Smarties, Giant Eagle, Candy Roll",
"Candy Corn",
"Circus Peanuts",
"Milk Chocolate Double Dipped Peanuts",
"Raisins, Milk Chocolate Covered",
"Dark Chocolate Nonpareils",
"Sugar Free Discs",
"Orange Slices Candy",
"Assorted Fruit Slices",
"Assorted Jelly Beans",
"Artificially Flavored Butterscotch Discs",
"Candies, Spearmint Leaves",
"Flax Seeds",
"Kettle Popcorn",
"Caramel Popcorn",
"Halloween Candy Corn",
"Halloween Candy, Jelly Pumpkin",
"Halloween Candy - Gummi Pumpkins",
"Get Go, Gummy Bears",
"Get Go, Peach Rings Gummi Candy",
"Get Go, Gummy Worms",
"Sour Neon Worms",
"Get Go, Geotze's Caramel Creams",
"Orange Slices",
"Getgo, Atomic Fireball, Flavored Candy",
"Get Go, Window Gummy Sharks",
"Getgo, Circus Peanuts",
"Sour Budz",
"Getgo, Mini Red Fish",
"Arborio Rice",
"Black Rice",
"Cranberry Beans",
"Mayocoba Beans",
"Pink Beans",
"Nature's Basket, Tortilla Chips",
"Dry Roasted Peanuts",
"Dry Roasted Sunflower Kernels With Sea Salt",
"Roasted Party Peanuts With Sea Salt",
"Party Panuts, Lightly Salted",
"Spanish Peanuts With Sea Salt",
"Deluxe Mixed Nuts With Sea Salt",
"Dry Roasted Peanuts",
"Italian Style Sausage Potato Chips",
"Penne Rigate, Whole Wheat Macaroni Product",
"Macaroni Rotini",
"Gemelli Pasta, Enriched Macaroni Product",
"Enriched Macaroni Product, Cavatappi Pasta",
"Milk Chocolate Candies Cashews & Almonds",
"Tropical Trail Mix",
"Cajun Trail Mix",
"Sweet Chips + Nuts Trail Mix",
"Classic Trail Mix With Milk Chocolate Candies",
"Tropical Trail Mix",
"Whole Natural Almonds",
"Roasted Almonds",
"Ravioli",
"White Chocolate Pretzel, Peppermint",
"Milk Chocolate Pretzel With Peppermint",
"Peppermint Bark",
"Market District, Milk Chocolate & White Chocolate Pretzels, Peppermint",
"Milk Chocolate Raisins",
"Market District, Pretzels With Sea Salt, Milk Chocolate, Caramel",
"Market District, Pretzels, Dark Chocolate",
"Milk Chocolate Pretzels",
"Pretzels, Milk Chocolate Honey Graham",
"Milk Chocolate Toffee",
"Macaroni & Cheese",
"Get Go, Cookies, Chocolate",
"Two-Bite, Cupcakes, Vanilla",
"Cupcakes, Chocolate",
"Cupcakes, Vanilla & Chocolate",
"Cranberry Health Mix",
"The Farmers Market, Hawaiian Trail Mix",
"The Farmers Market, Rocky Mountain Trail Mix",
"Angus Beef Franks",
"Drink Mix",
"Drink Mix, Grape",
"Drink Mix, Pink Lemonade",
"Nature's Basket, Drink Mix Sticks, Mango, Pineapple",
"Drink Mix Sticks",
"Nature's Basket, Drink Mix Sticks, Blackberry Plum",
"Nature's Basket, Drink Mix Sticks, Pineapple",
"Liquid Water Enhancer Sweet Tea",
"Liquid Water Enhancer",
"Liquid Water Enhancer",
"Lemonade",
"Sparkling Soda, Blood Orange",
"Sparkling Soda, Pomogranate",
"General Tso Sauce",
"Cooking Sauce",
"Pad Thai Cooking Sauce",
"Szechuan Sauce",
"Thai Style Wing Sauce",
"Wing Sauce, Honey Hot",
"Low Sodium Gluten Free Cola",
"Root Beer, Naturally And Artificially Flavored",
"Soda",
"Mountain Fizzr, Soda, Citrus",
"Ginger Ale",
"Soda",
"Cream Soda",
"Cola Soda, Cherry Cola",
"Diet Cola",
"Soda, Lemon Lime",
"Diet Root Beer",
"Dr. Popz Diet Soda",
"Diet Mountain Fizzr Soda, Citrus",
"Diet Ginger Ale",
"Low Sodium Gluten Free Soda, Grape",
"Strawberry Soda",
"Cola Low Sodium + Gluten Free",
"Soda, Orange",
"Root Beer",
"Soda, Lemon & Lime",
"Dr. Popz Flavored Soda",
"Diet Cola",
"Low Sodium Soda, Grape",
"Ginger Ale",
"Cola",
"Root Beer",
"Mountain Fizzr Soda",
"Soda, Lemon Lime",
"Soda, Grape",
"Root Beer",
"Dr. Popz Soda",
"Diet Cola",
"Ginger Ale",
"Mini Cookies",
"Mini Cookies On-The-Go, Chocolate Chip",
"Crispy Potato Chips",
"Potato Chips",
"Potato Chips, Bbq",
"Potato Chips, Salt And Vinegar",
"Potato Chips, Sour Cream And Onion",
"Potato Chips, Cheddar And Sour Cream Ripple",
"Potato Chips, Lightly Salted",
"Potato Chips, Sweet Bbq",
"Potato Chips",
"Party Size Crispy Potato Chips",
"Potato Chips",
"Cola",
"Root Beer, Naturally And Artificially Flavored",
"Dr. Popz Soda",
"Diet Cola",
"Ginger Ale",
"Crispy Potato Chips, Original",
"Potato Chips",
"Potato Chips, Cheddar And Sour Cream Ripple",
"Potato Chips, Salt & Vinegar",
"Potato Chips",
"Crunchy Ripple Potato Chips",
"Crispy Snack Pack Potato Chips",
"Crispy Potato Chips, Original",
"Potato Chips, Bbq",
"Potato Chips, Salt And Vinegar",
"Potato Chips",
"Kettle Cooked Potato Chips, Mesquite",
"Kettle Cooked Potato Chips, Jalapeno",
"Kettle Cooked Original Potato Chips",
"Kettle Cooked Potato Chips, Salt & Pepper",
"Kettle Cooked Potato Chips, Salt & Vinegar",
"Kettle Cooked Original Potato Chips",
"Cooked Potato Chips",
"Tortilla Chips",
"Tortilla Chips",
"Tortilla Chips",
"Tortilla Chips",
"Tortilla Chip, Dippers",
"Tortilla Chips",
"Tortilla Chips",
"Fruition Sparkling Water",
"Fruition Sparking Water, Black Cherry",
"Fruition, Sparkling Water, Raspberry",
"Fruition Sparkling Water",
"Sparkling Seltzer Water",
"Sparkling Seltzer Water",
"Sparkling Seltzer Water, Original",
"Sparkling Seltzer Water, Original",
"Sparkling Seltzer Water, Black Cherry",
"Sparkling Seltzer Water, Black Cherry",
"Nature's Basket, Organic Pasteurized Mango Lemonade",
"Organic Pasteurized Strawberry Lemonade From Concentrate",
"Nature's Basket, Organic Juice Beverage, Concard Grape",
"Nature's Basket, Organic Juice, Fruit Punch",
"Organic Juice Beverage",
"100% Cranberry Juice",
"Nature's Basket, Juice, Tart Cherry",
"Nature's Basket, 100% Black Cherry Juice",
"Chicken, Honey Mustard",
"Triple Mix Popcorn",
"Orange Juice",
"100% Juice, Orange",
"Orange Juice",
"Grapefruit Juice",
"Lemonade With Pulp",
"Nature's Basket, Organic Juice, Orange",
"Curls Snacks",
"Curls",
"Corn Puffs, Cheddar Cheese",
"Corn Puffs",
"Crinkles, Cheddar Cheese",
"Crinkles, Cheddar Cheese",
"Popcorn",
"Nature's Basket, Organic Popcorn With Salt",
"Popcorn",
"Coffee",
"Cold Brew Coffee, Vanilla",
"Cold Brew Coffee",
"Blueberry White Tea",
"Break 'N Bake Crinkle Cookie Dough",
"Pretzel Nibs",
"Cocoa Truffles, Pumpkin Spice",
"Biscottini Twice-Baked Cookies, Pumpkin Pecan",
"Almonds, Pumpkin Spice",
"Sparkling Juice, Apple-Cinnamon",
"Sparkling Juice, Apple Maple",
"Pretzel O's",
"Kettle Cooked Crinkle Potato Chips, Sriracha",
"Honeycrisp Cider Juice, Apple",
"Cider",
"Crinkle Potato Chips, White Cheddar Horgeradish Flavored",
"Pumpkin Spice Pecans, Pumpkin Spice",
"Potato & Cheddar Pierogies",
"Pierogies",
"Italian Seasoned",
"Breakfast Biscuits, Blueberry",
"Breakfast Made With Whole Grains Biscuits",
"Cooked Potato Chips",
"Classic Trail Mix",
"Almonds",
"Almonds",
"Honey Roasted Peanuts With Salt",
"Dry Roasted Peanuts",
"Roasted Almonds With Sea Salt",
"Trail Mix, Peanut Butter Dream",
"Trail Mix",
"Pumpkin Pizzelle Cookies",
"Nature's Basket, Roasted Salted Soybeans",
"Spicy Thai Style Curry Bowl With Chicken",
"Falafel With Tabbouleh And Tzatziki",
"Goat Cheese Stuffed Vegetarian Portabella Mushrooms",
"Organic Pecans",
"Nature's Basket, Organic Medjool Dates",
"Organic Flax Seeds",
"The Farmers Market, Roasted Jumbo Fancy Whole Cashews",
"Red Delicious Apples",
"Just Enough Roasted No Salt Almonds",
"Roasted Salted Cashews",
"Glorybee, Pacific Northwest Raw Honey",
"100% Pure Raw Honey, Pacific Northwest Buckwheat",
"Raw Honey, Blackberry Blossom",
"Raw Honey, Blueberry Blossom",
"Honey Clover Blossom",
"Aunt Patty's, Organic Virgin Coconut Oil",
"Aunt Patty's, Virgin Coconut Oil",
"Aunt Patty's, Barley Malt Syrup",
"Blue Agave Syrup",
"Glorybee, Organic Raw Honey",
"Raw Honey",
"Popcorn",
"Popcorn, Barbecue",
"Popcorn, Onion N' Garlic",
"Light Popcorn",
"Potato Flutes, Original",
"Popcorn, Barbecue",
"Golden Fluff, Potato Stix, Barbeque",
"Mastroianni Bakery, Brooklyn Deli Rye Bread",
"Italian Onion Soft Rolls",
"Italian Soft Rolls",
"Italian Poppy Seed Soft Rolls",
"Mastroianni Bakery, San Francisco Sourdough",
"Kaiser Rolls",
"Mastroianni Bros, 100% Whole Gain Bread",
"Mastroianni Bros, Sliced Italian Bread",
"Mastroianni Bros, Italian Raisin Bread",
"Sharrock's, Crumpets",
"Three Cheese Ziti",
"Vanilla Wafers",
"Pita Oven Baked Crackers",
"Pita Mediterranean Herb",
"Spicy, Smoky, Peach Salsa",
"Baby Spring Mix",
"Taylor Baby Spinach",
"Baby Spring Mix",
"Baby Spinach",
"Arugula",
"Baby Spring Mix & Baby Spinach",
"Organic Baby Arugula",
"Organic 50/50 Blend Baby Spring Mix & Baby Spinach",
"Hearts Of Romaine",
"Picnic In The Park Set",
"Baby Carrots",
"Organic Spinach Medley",
"Organic, Power Greens",
"Caesar Salad With Chicken",
"Asian-Style Salad With Chicken",
"Thai-Style Salad With Chicken",
"Tortilla Soup Starter",
"Stuffed Mushrooms",
"Traditional Gourmet Portabella Mushrooms",
"Real Foods, Pizza Crimini Mushrooms",
"Tuscan Style Portabella Mushrooms",
"Creole Mix",
"Roasting Vegetables",
"Roasted Red Potatoes",
"Hamburger Fixin's",
"Grilling Kabob Mix",
"Real Foods, Skewered Grillin Kabobs",
"Chocolate Pudding, Brownie Bite, Non-Dairy Whipping Topping",
"Diced Mango Parfait",
"Diced Apple Parfait",
"Snack Cup, Apple & Peanut Butter",
"Cheddar Cheese & Pepperoni Cup",
"Apple & Cheddar Cheese With Pepperoni",
"Chef Salad With Ham And Turkey Breast",
"Caesar Salad With White Meat Chicken",
"Spinach Berry Salad",
"Kale Salad",
"Southwest Style Salad",
"Crab Louie Salad",
"Cheese Pizza",
"Serious Meat Pizza",
"Serious Vegetable Pizza",
"Inc., Grapes & Cheese Snack Cup",
"Inc., Beef Bites With Cheddar And Monterey Jack Cheese",
"Inc., Apples, Grapes, Cheese & Veggies",
"Pretzels, Apples, Grapes & Cheese",
"Real Foods, Cheese, Veggies, Pretzels With Ranch Dip",
"Roasted Tomato Caprese Salad",
"Real Foods, Broccoli Cheddar Salad With Bacon",
"Tuna Salad",
"Edamame Cavier Salad",
"Real Foods, Red Bliss Potato Salad",
"Real Foods, Tuscan Pesto Pasta Salad",
"Real Foods, Coleslaw",
"Nine Grain Salad",
"Spicy Italian Style Pizza",
"Green Bean Almondine",
"Herb Roasted Potatoes",
"Homestyle Mashed Potatoes",
"Garlic Red Skinned Mashed Potatoes",
"Brussels Sprouts With Pancetta",
"Fall Vegetable Medley",
"Traditional Macaroni & Cheese",
"Authentic Italian Lasagna",
"Grilled Keta Salmon",
"Curry Bowl With White Meat Chicken",
"Pasta With Garlic Sauce & Broccoli Bowl",
"Vegetable Risotto Bowl",
"Real Foods, Asparagus Portabella Quiche - 1/2",
"Tomato & Feta Cheese Quiche",
"Florentine Quiche",
"Jarlsberg & Bacon Quiche - 1/2",
"Kale & Butternut Squash Pot Pie",
"Real Foods, Spinach Dip",
"Real Foods, Artichoke Jalapeno Dip",
"Fruit Tray",
"Real Foods, Dip, Artichoke & Jalapeno",
"Real Foods, Mexican Cheddar Dip",
"QT Bruschetta Mix",
"Thai - Style Salad With Chicken",
"Iceberg Lettuce",
"Thai-Style Salad Dressing With Chicken",
"Bbq Style Salad With Chicken",
"Turkey With White American Cheese Lettuce & Tomato",
"Ham & Cheese",
"Classic Italian Sandwich",
"Turkey Hoagie",
"Large American Hoagie",
"Large Roast Beef Hoagie",
"Turkey With White American Cheese Lettuce & Tomato",
"Breakfast Grain Parfait",
"Breakfast Grain Parfait",
"Ham Wedge Sandwich",
"Turkey Wedge Sandwich",
"Southwest Style Salad With Chicken With Bbq Ranch Dressing",
"Cobb Salad With Chicken And Bacon",
"Caesar Salad With Chicken",
"Apple & Blue Cheese Salad With Chicken, Sweet Onion Vinaigrette",
"Super Food Salad",
"Buffalo Style Chicken Wrap",
"Inc., Creamy Spinach",
"Loaded Mashed Potatoes With Bacon",
"Roasted Brussels Sprouts With Parmesan",
"3 Cheese Macaroni",
"Buffalo Mac & Cheese",
"Brown Rice & Red Quinoa",
"Italian Hoagie",
"Chicken Parmesan With Whole Wheat Spaghetti",
"Chicken Marsala With Marsala Sauce",
"Ravioli With Marinara Sauce",
"Turkey Panini",
"Mushroom Tortellini With Mushroom & Wine Sauce",
"Corn Bread Stuffing",
"Bh Large American Hoagie Sandwiches",
"Ham Sandwich",
"Italian Premium Sandwich",
"Turkey Sandwich",
"Turkey Sandwich",
"Chicken Pretzel Roll",
"Tropical Splash Salad With Chicken",
"Turkey & Provolone On Whole Grain Bread",
"Tuna Salad Croissant",
"Ham & Turkey Slider",
"Ham & Swiss On Whole Grain Bread",
"Roast Beef & Cheddar On Whole Grain Bread",
"Real Foods, Roast Beef & Cheddar Half Sub",
"Ham & Provolone Half Sub",
"Turkey & Colby-Jack Half Sub",
"Turkey Club Half Sub",
"Turkey Club Ciabatta",
"Turkey Pinwheels",
"Italian Style Pinwheels",
"Roast Beef Pinwheels",
"Ham Pinwheels With Black Forest Ham And Provolone Cheese",
"Qfc, Hot Salsa",
"Medium Salsa",
"Mild Salsa",
"Pico De Gallo",
"Real Foods, Bean Dip Bowl",
"Real Foods, Bean Dip Platter With Salsa",
"Spinach Salad With Bacon & Balsamic Vinaigrette Dressing",
"Italian Style Pinwheel Wrap Cafe Box With Grapes And Apple Slices",
"Spinach & Couscous Salad Bowl",
"Raspberry Almonds",
"Tender Romaine Lettuce",
"Power Greens Baby Kale",
"Cooking Spinach",
"Chopped Kale Blend",
"Power Greens Fresh Leafy Kale Greens",
"Power Greens Fresh Collard Greens",
"Power Greens Fresh Leafy Greens Mix",
"Power Greens",
"Baby Red Butter Lettuce",
"Organic, Power Greens",
"Organic, Power Greens, Baby Spinach & Baby Kale",
"Chopped Salad, Sweet Kale",
"Asian Mix",
"Organic Spinach & Carrots With Fresh Beets",
"A Medley Of Baby Lettuces",
"Baby Spinach",
"Organic, Organic Baby Romaine",
"Organic Sweet Baby Lettuce",
"Organic, Baby Arugula",
"Organic Baby Spring Mix",
"Baby Spring Mix & Baby Spinach",
"Organic Baby Spinach Leaves",
"Chef Salad",
"Taco Salad",
"Happy Hour Juicing Cup, Fruit And Veggie Blend",
"Sunset Juicing Cup Fruit And Veggie Blend",
"Fresh Salsa",
"Fresh Salsa",
"Fresh Hot Salsa",
"Cobb Salad With Chicken",
"Asian Style Salad With Chicken",
"Apple & Walnut Salad With Chicken",
"Caesar Salad With Chicken",
"Apple And Grape Snack Tray",
"Chicken & Hummus Snack Tray",
"Cheese Snackers",
"Cheese Snackers",
"Cheddar Cheese & Fruit Snack Tray",
"Cheese Snackers, Havarti Cheese & Fruit Snack Tray",
"Strawberry With Vanilla Yogurt & Granola",
"Blueberry With Vanilla Yogurt & Granola",
"Kale Chopped Salad With White Meat Chicken & Lemon Garlic Dressing",
"Ciao Chopped Salad",
"American Style Pasta Salad",
"Roasted Beet & Quinoa Salad",
"Chicken Alfredo",
"Ziti Pasta, Cooked Italian Sausage, Ricotta Cheese, And Parmesan Cheese With Tuscan Marinara Sauce",
"Macaroni & Cheese",
"Apple Blend",
"Pineapple Cup",
"Cantaloupe Cup",
"Grape Cup",
"Strawberry & Pineapple Cup",
"Watermelon Cup",
"Mixed Berries Cup",
"Real Foods, Apple Fruit Cup W / Caramel Dip",
"Mixed Berries With Strawberry Yogurt Parfait",
"Real Foods, Mixed Berries With Vanilla Yogurt Parfait",
"Blueberries With Vanilla Yogurt Parfait",
"Sliced Gala Apples",
"Pineapple Chunks",
"Seasonal Fruit Blend",
"Pineapple Chunks",
"Seasonal Blend",
"Watermelon Spears",
"Fruit Tray",
"Yogurt Parfait With Fresh Strawberries",
"Yogurt Parfait With Diced Apples",
"Inc., Yogurt Parfait With Fresh Mango",
"Yogurt Parfait With Fresh Pineapple & Mango",
"Yogurt Parfait With Fruit",
"Fresh Cut Fruit Tray",
"Organic Kale Medley",
"Baby Spinach & Baby Kale",
"Spinach, Mizuna, Chard, Kale, Wellness Blend",
"Inc., Carrot & Cucumber With Feta Dill Dip",
"Inc., Celery & Peanut Butter Dip",
"Carrots And Celery With Ranch Style Dip",
"Grape Tomato & Cucumber With Ranch Dip",
"Peppers & Ranch Dip",
"Mashed Potatoes, Garlic & Chives",
"Butternut Squash With Apple",
"Broccoli Au Gratin",
"Green Bean Casserole",
"Cornbread Stuffing",
"Lite Greek Salad Dressing",
"Farms, Pistachios, Roasted And Salted",
"Farms, Mojo Mix",
"Barcelona, Cashews Almonds & Raisins Mix",
"Sweet Candy Co., Salt Water Taffy, Banana",
"Assorted Salt Water Taffy",
"Inc, Salt Water Taffy, Watermelon",
"Sweet Candy Co, Vanilla Salt Water Taffy",
"Tropical Assorted Salt Water Taffy",
"Snowflake Pretzels, Vanilla & Peppermint Yogurt",
"Caramel Pretzels",
"Peanut Brittle Bites",
"Pinenuts",
"Roasted & Salted Cashews",
"Produce Select, Halves & Pieces, Walnuts",
"Produce Select, Pecan Halves",
"Cherry Cranberry Pecano",
"Raspberry Cranberry Walnut Frisco",
"Salad Pizazz!, Roasted & Salted Sunflower Nuts",
"Cherry Cranberry Honey Toasted Pecans",
"Raspberry Cranberry Walnut Frisco",
"Strawberry Cranberry Honey Nut",
"Pome Cranate Honey Walnut Fusion",
"Macadamia Delite Nuts",
"Crispy Onion Sesame Sensations",
"Dried Cherries & Glazed Walnuts",
"Dried Blueberries & Honey Toasted Pecans",
"Chia Seed",
"Sweet And Salty Candy Corn Mix",
"Candy Corn Taffy",
"Taffy",
"Pumpkin Face Taffy",
"Pretzel, Caramel Apple",
"Caramel Swirled Gingerbread Grahms",
"Marshmallow Swirled Chocolate Grahams",
"Luck O' The Irish Mix",
"Sesame Seeds",
"Flaxseed",
"White Quinoa",
"Organic Goji Berries",
"Pine Nuts",
"Conversation Mini Hearts",
"Easter Mellowcreme Mix",
"Black Jelly Bird Eggs",
"Spiced Jelly Bird Eggs",
"Oriental Party Mix",
"Crunchy Veggie Munchies Broccoli Snack, Aged Cheddar & Black Pepper",
"Yogurt Pretzels",
"Roasted Salted Plantain Chips",
"Malted Milk Balls",
"Raisins",
"Peanuts, Milk Chocolate Double Dipped",
"Pumpkin Spice Pepitas",
"Autumn Temptations Mix",
"Yogurt Micro Mini Pretzels",
"Dark Chocolate Raisins",
"Apple, Diced",
"Inc., Dates Diced",
"Unsulfured Dried Fruit",
"Dried Cranberries, Pomegranate",
"Dried Cranberries, Strawberry",
"Dried Cranberries",
"Inc., Dried Cranberries, Cherry",
"Inc., Dried Cranberries, Raspberry",
"Inc., Dried Cranberries, Mango",
"Jumbo Pretzels",
"Jumbo Milk Chocolate Pretzels",
"Milk Chocolate Mini Peanut Butter Cups",
"Dark Chocolate Cups, Peanut Butter",
"Gourmet Dried Fruit",
"Granola Delites, Cinnamon Walnut",
"Granola Delites, Strawberry Cranberry Almond",
"Cross 'N Country",
"Dietary Snack Mix",
"Cranberries 'N More",
"Roasted No Salt Cashews",
"Honey Roasted Cashews",
"Pub Grub Savory Snacks",
"Sweet Heat Savory Snacks",
"Asian Zing Savory Snacks",
"Trail Mix, Tropical Sunshine",
"Cracker Covered Peanuts",
"Cracker Covered Peanuts",
"Pumpkin Seeds",
"Shelled Pumpkin Seeds",
"Almond Topping",
"Super Salad Topping ,Almond, Wasabi & Soy",
"Almond Toppings",
"Almond Toppings",
"Seasoned Sliced Almond Toppings",
"Seasoned Sliced Almond Toppings, Honey Roasted With Cranberries",
"Plantain Chips",
"Snack Mix Chocolate Cookie Crunch",
"Peanuts, Milk Chocolate Candies, Raisins, Cashews",
"Spicy Pub Mix, Hot Cajun Corn Sticks, Sesame Sticks, Spicy Peanuts Sunflower Nuts, Chili Crackers, Almonds, Pumpkin Seeds",
"Honey Roasted Peanuts, Mini Chocolate Chip Cookies, Milk Chocolate Peanuts, Chocolate Chips, Yogurt Covered Marshmallows",
"Trail Mix",
"Pretzels",
"Organic Italian Pine Nuts",
"Italian Pine Nuts",
"Organic Toasted Italian Pine Nuts",
"Savory Snacks",
"Trail Mix, Sweet 'N Salty Chocolate Caramel Cashew Mix",
"Soynuts",
"Dry Roasted And Salted Edamame",
"Honey Roasted Sunflower Nuts",
"Sunflower Nuts Ranch",
"Sunflower Nuts",
"Sunflower Nuts",
"Pea Poppers, Crispy Crunchy Real Pea Snack, Ranch",
"Pea Poppers, Crispy Crunchy Real Pea Snack, Sea Salt",
"Crispy Crunchy Pea Snack",
"Roasted Sunflower Nuts",
"Sunflower Nuts",
"Sunflower Nuts",
"Pumpkin Seeds",
"Roasted & Salted Pumpkin Seeds",
"Organic Feel's Good Mix , Fruit & Nut",
"Naturally Delicious!, Good Sense, Organic Country Mix",
"Roasted & Seasoned Peanuts, Smokin' Sweet",
"Dill Pickle Peanuts, Roasted & Seasoned",
"Roasted & Seasoned Nacho Cheese Peanuts",
"Pizza Peanuts",
"Naturally Delicious!",
"Savory Snacks Hot 'N Spicy Pub Mix",
"Mixed Nuts",
"Natures Pride, Fat Free Milk",
"Nature's Pride, 2% Reduced Fat Milk",
"Natures Pride, Whole Milk Vitamin D",
"Nature's Pride, 1% Low Fat Milk",
"Raisin & Cinnamon Mochi",
"Original Mochi",
"Amazake Rice Shake, Almond Shake",
"Amazake, Rice Shake, Chocolate Almond",
"Gimme Green With Spirulina, Blue Green Algae And Nutritious Grasses",
"Amazake, Rice Shake, Coconut, Almonds",
"Short Cut Green Beans",
"Jersey Fresh, Crushed Tomatoes With Basil",
"Crushed Tomatoes",
"Italian Spaghetti Sauce, Italian",
"Whole Peeled Tomatoes",
"Tomato Puree",
"Pizza Sauce",
"Monamon Salted Thick Fish Sauce",
"Siganid Fry Fish Sauce",
"Haricot Dried Beans",
"Cornic Fried Corn",
"Salted Shrimp Fry Bagoong Alamang",
"Peeled Guava",
"Lone Star, King Cake, Cinnamon",
"Cheese Roll",
"Apple, Cherry And Cheese Roll",
"Cheese, Cherry And Pineapple Role",
"Cinnamon Pull A Part Rolls",
"Honey, Multi-Floral And Clover",
"Hot Dog Chili Sauce",
"Chili No Beans",
"Chili With Beans",
"100% Fresh Squeezed Orange Juice",
"Saag's, Black Forest Ham",
"Bavarian Brand Headcheese",
"Oven Roasted Turkey Breast",
"Saag's, Beef Pastrami",
"Ivar's, Puget Sound Style Clam Chowder With Bacon",
"Clam Chowder With Bacon",
"Smoked Salmon Chowder",
"Crab Bisque With Sweet Corn",
"Southern Style Seafood Gumbo",
"Puget Sound Style Cocktail Sauce",
"Lemon Tartar Sauce",
"Smokey Chipotle Tartar Sauce",
"Southern Style Seafood Gumbo",
"Shredded Shrimp",
"Genuine Mexican Chocolate",
"Genuine Mexican Chocolate",
"Carnitas Bowl",
"Chicken Quesadillas",
"Fully Cooked Seasoned Pork Carnitas",
"Organic Hard Candies, Apple",
"Organic Hard Candies, Honey Lemon",
"Organic Hard Candies, Ginger Xtreme",
"Ginger Chews, Organic Chewy Candies",
"Fruit Chews",
"Chocolate Ginger Chews",
"Go Organic, Organic Fruit Snacks, Fruit Medley",
"Anderson's, Pure Maple Syrup",
"Pure Maple Syrup",
"Gourmet Fruit Slices",
"Sweet And Savory Fruit & Nut Mix",
"21st Century Snack Foods, High Energy Mix Fine Nuts, Raisins & Berries",
"Pad Thai Noodles",
"Lite Syrup, Original",
"Scottish Lochmuir Salmon fillet Joint",
"Soy Wonder, Creamy Soy Butter",
"Almond Butter",
"Tree Of Life, Whole Raw Almonds",
"Tree Of Life, Brazil Nuts",
"Tree Of Life, Organic Medjool Dates",
"Tree Of Life, Roasted And Salted Pumpkin Seeds",
"No Salt Added Soy Nuts",
"Tree Of Life, Roasted & Salted Soy Nuts",
"Tree Of Life, Whole Raw Cashews",
"Athletic Trail Mix",
"Organic Tomato Ketchup",
"Sweet Pickle Rellish",
"Organic Mild Salsa, Mild",
"Organic Medium Salsa, Medium",
"Organic Hot Salsa, Hot",
"Organic Mango Salsa, Mango",
"Organic Chipotle Lime Salsa",
"White Cheddar Puffs",
"Dried Cranberries",
"Organic Medjool Dates",
"Organic Black Mission Figs",
"Unsulphured Ginger Slices",
"Unsulphured Mango Slices",
"Pine Nuts",
"Organic Thompson Raisins",
"Organic Yellow Corn Tortilla Chips",
"Organic Corn Chips",
"Popped Chips",
"Popped Chips",
"Gluten Free Vanilla Sandwich Cookies",
"Old Fashioned Ginger Snap Cookies",
"Gluten Free Cookies",
"Gluten Free Animal Cookies",
"Trail Mix Bar",
"Organic Tomato Sauce",
"Swedish Style Ginger Snaps",
"Swedish Style Lemon Snaps",
"Gingerbread Men, Limited Edition Cookies",
"Mi-Del, Gingerbread Men",
"Carob Powder",
"Organic Amber Agave Nectar",
"Harmony Farms, Chicken Broth",
"Chicken Broth Reduced Sodium**",
"Beef Broth",
"Gummy Bears",
"Assorted Jordan Almonds",
"Pretzels",
"Natural Apple Rings",
"Crystallized Ginger",
"Almonds",
"Sea Salt Roasted Almonds",
"Whole Cashews",
"Natural Raw Hazelnuts",
"Macadamia Nuts",
"Soynuts",
"Oat Bran Sesame Sticks",
"Natural Guacamole Trail Mix",
"Plentiful Planet, California Trail Mix",
"Plentiful Planet, Antioxidant Trail Mix",
"Natural Happy Heart Trail Mix",
"Peanut Butter",
"Honey",
"Buckwheat Honey",
"Honey",
"Creamed Clover Honey",
"Orange Blossom Honey",
"Wildflower Honey",
"Vegetable Stock",
"Mild Cheddar Cheese",
"Colby Jack Cheese",
"Monterey Jack Cheese",
"Muenster Cheese",
"Pepper Jack Cheese",
"Sharp Cheddar Cheese",
"Blue Cheese",
"Feta Cheese",
"Edam Cheese",
"Spring Haven Farms, Gouda Cheese",
"Spring Haven Farms, Crumbled Blue Cheese",
"Spring Haven Farms, Crumbled Gorgonzola Cheese",
"Spring Haven Farms, Crumbled Goat Cheese",
"Spring Haven Farms, Parmesan Cheese",
"Spring Haven Farms, Double Creme Brie Cheese",
"Consulate, Red Wax Gouda Cheese",
"Consulate, Blue Cheese",
"Mature Cheddar Cheese",
"Consulate, Swiss Cheese",
"Consulate, Gruyere Cheese",
"Consulate, Imported Manchego Cheese",
"Consulate, Brie Cheese",
"Spring Haven Farms, Grated Parmesan Cheese",
"Spring Haven Farms, Shredded Parmesan Cheese",
"Spring Haven Farms, Grated Romano Cheese",
"Spring Haven Farms, Shredded Romano Cheese",
"Spring Haven Farms, Shredded Asiago Cheese",
"Consulate, Fontina Cheese",
"Consulate, Emmenthaler Cheese",
"Spring Haven Farms, Foil Brie Cheese",
"Chocolate Chip Cookies",
"Ginger Snaps, Swedish Style",
"Arrowroot Cookies",
"Cookies, Pecan",
"Gluten-Free Chocolate Sandwich Cookies",
"Candy Cane Cremes Cookies",
"Mi-Del, Chocolate Snap Pie Crust",
"Graham Style Pie Crust",
"Mi-Del, Gingerbread Men, Ginger",
"Swedish Style Ginger Snaps, Ginger",
"Mi-Del, Swedish Style Ginger Snaps, Ginger",
"Milk Chocolate Covered Grahams",
"Mi-Del, Dark Chocolate Covered Grahams",
"Pop-Ups, Toaster Pastries, Frosted Strawberry",
"Frosted Blueberry Pastries",
"Frosted Wild Berry",
"Toast'Em, Pop-Ups, 4 Real Fruit Pastries, Frosted Blueberry",
"Toaster Pastries",
"Real Fruit Pastries",
"Toaster Pastries",
"Frosted Cookies And Creme",
"Toast'Em, Pop-Ups, Toaster Pastries, Brown Sugar Cinnamon",
"Pop-Ups, Real Fruit Pastries, Frosted Cherry",
"Pop-Ups, Real Fruit Pastries, Frosted Blueberry",
"Schulze And Burch Biscuit Co, Toaster Pastries, Orange Creme",
"Toaster Pastries",
"Frosted Toaster Pastries, Strawberry",
"Frosted Toaster Pastries, Wildberry",
"Frosted Toaster Pastries, Cherry",
"Velley, Frosted Toaster Pastries, Fudge",
"Toaster Pastries, Frosted Blueberry",
"Frosted Toaster Pastries, Brown Sugar & Cinnamon",
"Toaster Pastries, Frosted S'Mores",
"Cole Slaw",
"Macaroni Salad",
"Macaroni Salad",
"Old Fashioned Potato Salad",
"Old Fashioned Potato Salad",
"Cafe Egg Salad",
"Tuna Salad",
"Southern Style Mustard Potato Salad",
"Romaine Lettuce",
"Green Leaf Lettuce",
"Kay & Ray's, Potato Chips",
"Marinated & Ready To Eat Organic Baked Tofu",
"Sundown Naturals, Organic Extra Virgin Coconut Oil Vegetarian Formula",
"Frankfurters Sausage",
"Kayem, Old Tyme, Natural Casing Beef Frankfurters",
"Minis Beef & Pork Cocktail Franks",
"Kayem, Fenway, Beef Franks",
"Kayem, Beef Hot Dogs",
"Fenway Franks",
"Beef",
"Polska Kielbasa With Premium Cut Beef And Pork",
"Smoked Sausage",
"Artisan Sweet Sausage",
"Pineapple Uncured Bacon Artisan Sausage",
"Artisan Sausage, Fire-Roasted Pepper Jack",
"Artisan Andouille Sausage",
"Artisan Sausage, Sweet Pepper Provolone",
"Angus Beef Patty",
"Angus Beef Patty",
"Chicken Bratwurst With Nutmeg And Coriander",
"Chicken Sausage With Pure Vermont Maple Syrup",
"Al Fresco, Turkey Uncured Franks",
"Al Fresco, Chicken Sausage, Apple Maple",
"Original Uncured Chicken Bacon",
"Naturally Hardwood Smoked Kielbasa",
"Deli-Style Beef & Pork Franks",
"Gourmet Chicken Patties",
"Gourmet Chicken Patties",
"Gourmet Chicken Patties",
"Gourmet Chicken Meatballs",
"Italian Style Gourmet Chicken Meatballs",
"Gourmet Chicken Meatballs",
"Gourmet Chicken Grillers Caramelized Onion Patties",
"Gourmet Chicken Grillers Sweet Italian Style Patties",
"Breakfast Chicken Sausage, Apple Maple",
"Country Style Breakfast Chicken Sausage",
"Chicken Sausage Breakfast Patties",
"Sweet Italian Style Chicken Sausage With Red And Green Peppers",
"Country Style Chicken Sausage",
"Chicken Sausage, Apple Maple",
"Chicken Sausage, Spicy Jalapeno",
"Sweet Italian Style Chicken Sausage",
"Sweet Apple Chicken Sausage, Sweet Apple",
"Roasted Pepper & Asiago Chicken Sausage With Mesquite Smoke",
"Smoked Andouille Chicken Sausage",
"Al Fresco, Chicken Sausage, Sweet & Smoky Bbq",
"Natural Casing Frankfurters",
"Black Beans",
"Pinto Beans",
"Original Pops",
"Dum",
"Dum",
"Originalpops",
"Dum-Dums, Original Pops, Mystery Flavor",
"Original Pops",
"Original Pops",
"Dum-Dums, Original Pops",
"Original Pops",
"Original Pops",
"Dum-Dums, Lollipops, Original",
"Spangler, Dum-Dums, Valentine Pops",
"Spangler, Marshmallow Circus Peanuts",
"Spangler, Dum Dums, Original Pops",
"Candy Pops",
"Dum Dums, Dum.Dums Original Pops",
null,
"Dum-Dums, Candy Canes, Blu Raspberry Cherry Watermelon",
"Gourmet Candy Canes",
"Candy Canes",
"Dum",
"Original Pops",
"Original Pops",
"Dum-Dums, Holiday Pops, Merry Cherry, Sugar Plum, Hot Chocolate, Sugar Cookie, Gingerbread, Green Apple, Polar Punch",
"Dum-Dums, Pops To Create Valentine Lollipop Bouquets",
"Cotton Candy",
"Dum-Dums, Original Pops",
"Summertime Favorites Pops",
"Dum-Dums, Candy",
"Heart Pops",
"Dum Dums, Original Pops",
"Spangler, Circus Peanuts Marshmallow, Candy Corn",
"Spangler, Bunnies Chicks & Eggs, Marshmallow Candy",
"Dum Dums, Gummies",
"Gummy Snaks",
"Candy Cans",
"Candy Canes",
"Candy Canes",
"Spangler",
"Candy Canes",
"Gourmet Candy Canes, Very Cherry, Green Apple, Orange",
"Candy Canes",
"Candy Canes",
"Candy Company, Jelly Belly Candy Cane",
"Very Berry Clusters Cereal",
"Bonanza Seafood Seasoning",
"Sicilia, Lemon Squeeze",
"Wildwood, Sproutofu Super Firm",
"Sproutofu, Super Firm",
"Gluten Free Veggie Burger",
"Gluten Free Baked Tofu",
"Gluten Free Baked Tofu",
"Gluten Free Baked Tofu",
"Wildwood, Bakde Tofu",
"Wildwood, Smoked Tofu, Hickory Bbq",
"Wildwood Organic, Sproutofu, Baked Tofu, Aloha",
"Wildwood, Soymilk Creamer, Original",
"Aioli Zesty Garlic",
"Tofu, Extra Firm",
"Wildwood, Organic Sproutofu",
"Sproutofu, Meatless Meatballs, Original",
"Black Lentil Spread Dip",
"Black Lentil Spreadip Moroccan Mild",
"Wildwood, Gluten Free Baked Tofu",
"Baked Tofu",
"Sproutofu, Baked Tofu Mangolian",
"Onederful, Organic Tofu",
"Wildwood, Organic Firm Tofu",
"Mpk Foods, Hermanita Guacamolemix",
"Amirican Heritage, Cream Cheese Spread, Pumpkin Spice",
"American Pasteurized Process Cheese Product",
"String Cheese",
"Low-Moisture Past-Skim Mozzarella Cheese",
"Mild Cheddar Cheese",
"Shredded Cheddar Cheese",
"Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Clearfield, Pasteurized Process Sliced American Cheese",
"American Heritage, Cream Cheese Spread Singles",
"String Cheese, Low-Moisture Part Skim Mozzarella Cheese",
"Raskas, Cream Cheese Spread & Greek Nonfat Yogurt",
"Raskas, Cream Cheese Spread & Greek Nonfat Yogurt",
"Sharp Shredded Cheddar Cheese",
"Twisters",
"Cooper, Neufchatel Cheese",
"Cooper, Cream Cheese Spread",
"Swiss Cheese",
"American Heritage, Mozzamelt, Shredded Imitation Mozzarella Cheese",
"American Heritage, Cheddamelt, Shredded Imitation Cheddar Cheese",
"American Heritage, Cheese Slices, Original",
"Cooper Brand, Sharp Shredded Cheddar Cheese",
"Cooper Brand, 4 Cheese Mexican Style Blend",
"Fancy Mexican Style Shredded Monterey Jack, Cheddar, Queso Quesadilla And Asadero Cheese",
"Oven Roasted Turkey Breast",
"Turkey Breast, Honey Smocked",
"Oven Roasted Chicken Breast",
"Deluxe American Slices, Pasteurized Process American Cheese",
"Fancy Sharp Shredded Cheddar Cheese",
"Mild Cheddar Cheese",
"Colby & Monterey Jack Cheese",
"Singles American Pasteurized Prepared Cheese Product",
"Summer Sausage, Hickory Smoked",
"Summer Sausage",
"Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Mild Cheddar Shredded Cheddar Cheese",
"Colby And Monterey Jack Cheese",
"Idaho Potatoes",
"Honey And Butter Flavored Topping",
"Double Chocolate Pie",
"Butterscotch Caramel Pie",
"Strazzleberry Pie",
"Gluten Free Pumpkin Bar",
"Buffalo Valley Grains, Multi-Grain Pizza Crusts",
"Cake",
"Spice Cake Mix",
"Lemon Bar",
"Lime Bar",
"The Original Hemp Burger",
"Buchi, Avonlea, Kombucha, Orange, Mango, Sea Buckthorn",
"Buchi, Sovereign, Kombucha, Ginger, Peach, Molasses",
"Nothin' But, Premium Snack Bar, Cherry Cranberry Almond",
"Nothin' But, Snack Bar, Chocolate, Coconut & Almond",
"Premium Snack Bar",
"Granola Cookies, Cherry Cranberry Almono",
"Granola Cookies",
"Cookie",
"Wackym's Kitchen, Oatmeal Walnut Currant Cookies",
"Wackym's Kitchen, Crunchy Browned Sugar Cookies, Salted Caramel",
"Wackym's Kitchen, Ginger Snaps Cookies, Orange",
"Wackym's Kitchen, Toasted Cookies, Peanut Butter Crunch",
"Mlo, Brown Rice Protein",
"Sausage Links",
"Classic Meal For 2, Chicken Parmigiana & Penne",
"Linguine Pasta In A Red Pesto Sauce",
"Rustico Bakes, Stuffed Shells Bolognese",
"Rustico Bakes, Stuffed Shells Alla Vodka",
"Al Dente, Chicken Florentine Alfredo",
"Al Dente, Chicken Carbonara & Farfalle",
"Classic Chicken Margherita & Penne",
"Tiramisu",
"Triple Chocolate Strata Cake",
"Cappuccino Strata Cake",
"Natural dark chocolate with raspberries",
"5 Adorable Assorted Truffle Pig Chocolates",
"Truffle Pig",
"Assorted Chocolates",
"Truffle Pig Lovable Milk Chocolate",
"Pig Lovable Dark Chocolates Truffles",
"Hangensborg, Assorted Chocolate Truffles",
"Dark Chocolate Truffle Bar",
"Hagensborg Chocolates, Wild Boar Milk Chocolate, Toasted Coconut & Banana",
"Wild Boar, Hagensborg, Salted Star Anise Dark Chocolate 65% Cocoa",
"Wild Boar, Dark Chocolate, Sour Cherry Almonds",
"Balsamic Vinaigrette",
"Sesame Soy Ginger Vinaigrette",
"Skinny Chocolate Muffin Dessert",
"Shumai Pork & Shrimp Dumplings",
"Shumai, Beef Dumplings",
"Shumai Chicken Dumplings",
"Shumai Grab Dumplings",
"Red spicy pepper houmous",
"Bocconcini Fresh Mozzarella All-Natural Cheese",
"Fresh Mozzarella Cheese",
"Fresh Mozzarella Cheese",
"Fresh Mozzarella",
"Fresh Mozzarella",
"Burrata With Black Truffles",
"Burrata Fresh Mozzarella Cheese",
"Burrata",
"Scamorza-Rella Cheese",
"Scamorza - Rella, Natural Fresh Mozzarella Cheese",
"Mini Ricotta",
"Ricotta Con Latte, Part Skim Milk, Cheese",
"All Natural Ricotta Con Latte",
"Whole Milk Ricotta Con Latte",
"Fresh Ciliegine Mozzarella Cheese",
"Fresh Mozzarella",
"Fresh Mozzarella American's Favorite Cheese",
"Fresh Mozzarella Sncacking Cheese",
"Fresh Mozzarella Snacking Cheese",
"Fresh Mozzarella",
"Fresh Mozzarella , Pearls",
"Fresh Mozzarella Cheese",
"Fresh Mozzarella Cheese",
"Fresh Mozarella Cheese",
"Fresh Mozzarella Snacking Cheese",
"Fresh Mozzarella",
"Fresh Mozzarella",
"Fresh Mozzarella",
"Fresh Mozzarella",
"Asiago Romano Parmesan",
"Salad Blend Award Wining Asiago, Parmesan, Provolone And Romano Cheese",
"Sharp Provolone Fontina Pasta Blend",
"Pizza & Pasta Blend Freshly Shredded Cheese",
"Fontina Cheeses Pizza Blend",
"Snacking Cubes Sharp Provolone Cheese",
"Sharp Provolone Cheese",
"Freshly Shredded Parmesan",
"Freshly Shaved Parmesan Cheese",
"Parmesan Cheese Crafted With Fresh Milk",
"Freshly Shaved Parmesan Cheese",
"Freshly Grated Parmesan Cheese",
"Freshly Shredded Parmesan",
"Romano Cheese",
"Romano Freshly Shreded Cheese",
"Ricotta Salata Italian Feta Cheese",
"Vegetarian Parmesan Cheese",
"Parmesan Cheese",
"Parmesan All Natural Cheese",
"All Natural Romano Cheese",
"Romano Cheese",
"Asiago",
"Asiago Cheese",
"Aged Asiago All Natural Cheese",
"Belgioioso, Asiago Cheese With Spicy Red Peppers, Peperoncino",
"Fontina Cheese",
"Asiago, Freshly Shredded",
"Snacking Cubes",
"Asiago Fresco",
"Crumbly Gorgonzola Cheese",
"Crumbel Gorgonzola Italian Blue Cheese",
"Sliced Mild Provolone Cheese",
"Sliced Mild Provolone",
"Mild Provolone Cheese",
"Medium Provolone",
"Extra Sharp Provolone Cheese",
"Sharp Provolone",
"Sharp Provolone",
"Sliced Sharp Provolone Cheese",
"Gorgonzola Italian Blue Cheese",
"Freshly Crumbled Blue Cheese",
"Blue Cheese",
"Pecorino Romano Cheese",
"Bowl Noodle Soup, Shrimp",
"Bowl Noodle Soup, Chicken",
"Premium Noodle Soup",
"Honey Twist Snack, Honey & Apple",
"Potato Snack",
"Onion Rings",
"Bowl Noodle Soup - Beef Flavour",
"Cup Noodle Soup, Tempura Udon",
"Cup Noodle Soup",
"Soon Veggie Noodle Soup",
"Shin Ramyun",
"Neoguri",
"Noodle Soup, Kimchi",
"Nong Shim, Seafood Noodle Soup, Spicy",
"Nong Shim, Spicy Miso Noodle Soup",
"Bowl Noodle Soup, Shrimp Habanero Lime",
"Linguine",
"Rice Soup Ochazuke",
"Quick 2 min Chicken Flavor Noodle Soup",
"Nu:Dle Soup",
"Kimchi Noodle Soup",
"Shin Ramyun",
"Twist Snack",
"Potato Snack",
"Banana Snack",
"Honey Twist Snack",
"Chips",
"Bowl Noodle Soup, Hot & Spicy",
"Bowl Noodle Soup, Spicy Kimchi",
"Tempura Udon Noodle Soup",
"Shin Bowl Noodle Soup, Gourmet Spicy",
"Bowl Noodle Soup, Spicy Chicken",
"Bowl Noodle Soup, Spicy Shrimp",
"Bowl Noodle Soup, Spicy Seafood",
"Bowl Noodle Soup, Lobster",
"Bowl Noodle Soup, Beef",
"Shin Bowl Noodle Soup, Gourmet Spicy",
"New York Deli Style baked Cheesecake",
"Juice Drink With 2 Other Juices, Cranberry",
"Grape Cranberry Juice Drink From Concentrate, Cran. Grape",
"Ruby Red, Juice Drink, Red Grapefruit",
"Cranberry Juice Cocktail, Original",
"Juice, Cranberry",
"100% Juice, Cranberry Pomegranate",
"100% Juice, Cranberry Concord Grape",
"Cran-Pomegranate, Juice Drink, Cranberry Pomegranate",
"Cran-Grape, Diet Grape Cranberry Juice Drink",
"Craisins, Dried Cranberries, Original",
"Craisins, Dried Cranberries, Reduced Sugar",
"Craisins, Dried Cranberries Trail Mix, Cranberry & Chocolate",
"Diet Cranberry Juice Drink, Cranberry",
"Cran Energy, Energy Juice Drink, Cranberry",
"Cran Energy, Cranberry Energy Juice Drink, Raspberry",
"Cran Energy, Cranberry Energy Juice Drink, Pomegranate",
"100% Juice, Cranberry Concord Grape",
"Craisins, Dried Cranberries",
"Craisins, Dried Cranberries Blueberry Juice Infused",
"Craisins, Sweetened Dried Cranberries With Real Pomegranate Juice",
"Cranberry Coast, Dried Cranberries",
"Craisins Dried Cranberries",
"Craisins, Dried Cranberries, Cherry",
"Craisins dried cranberries original",
"Craisins, Dried Cranberries, Pomegranate",
"Sparkling Flavored Juice Beverage, Cranberry",
"Diet Sparkling Juice Beverage, Cranberry",
"Diet Sparkling Cranberry Juice",
"Cran Energy, Sparkling Juice, Cranberry",
"Cran-Energy, Diet Sparkling Juice Drink From Concentrate With Other Ingredients, Cranberry",
"Sparkling Flavored Juice Beverage, Citrus Tangerine",
"Sparkling Citrus Tangerine",
"Craisins, Dried Cranberries, Original",
"Light Cranberry Juice Drink",
"Cran-Apple, Cranberry Apple Juice Drink From Concentrate",
"Craisins, Dried Cranberries, Original",
"Ocean Spray Craisins - Dried Cranberries With Pomegranate Juice Infuced 48 Oz",
"Jellied Cranberry Sauce",
"Craisins, Fruit & Nut Trail Mix",
"Craisins, Cranberry & Chocolate Trail Mix",
"Cran-Energy, Cranberry Energy Juice Drink, Pomegranate",
"Pact Cranberry Blood Orange Extract, Cranberry, Blood Orange",
"Cranberry Lemonade",
"Pact, Cranberry Extract + Purified Water, Cranberry Pomegranate",
"Pact, Cranberry Extract Infused Water Beverage, Cranberry",
"Sparkling Juice Beverage",
"Cran-Energy, Cranberry Energy Juice Drink, Raspberry",
"Cran Energy, Cranberry Energy Juice Drink, Pomegranate",
"Cran Energy, Cranberry Energy Juice Drink, Cranberry",
"Craisins, Sweetenede Dried Cranberries",
"Cranberry Coast, Dried Cranberries",
"Sparkling Juice Beverage, Cran-Mango",
"Whole Berry Cranberry Sauce",
"Craisins, Fruit Clusters, Cranberry Almond",
"Craisins, Dried Cranberries Fruit Cluster, Cranberry Granola",
"Whole Berry Cranberry Sauce",
"Cran-Raspberry, Cranberry Sauce",
null,
"Jellied Sauce, Cranberry",
"Classic Iced Tea, Cranberry",
"Classic Iced Tea, White Cranberry Peach",
"Cranberry Mango Juice Drink, Cran Mango",
"Cranberry Juice Cocktail",
"Juice Drink, Cranberry & Grape",
"Juice Drink, Cran-Apple",
"Craisins, Sweetened Dried Cranberries, Original",
"Non-Alcoholic Premium Mocktails, Cranberry Peach Bellini",
"Mocktails, Cranberry Sangria",
"Premium Mocktail, Tropical Citrus Paradise",
"Juice",
"Cranberry Juice Cocktail",
"100% Juice, Mango And Cranberry",
"Cran Mango, Diet Cranberry Mango Juice Drink, Cranberry Mango",
"Cran-Mango, Juice Drink, Cranberry, Mango",
"Craisins, Dried Cranberries Milk Chocolate",
"Wave, Juice Drink, Apple With White Cranberries",
"Wave, Berry Medley With White Cranberries Juice",
"Wave, Apple White Cranberry Juice Drink, Mango Pineapple With White Cranberries",
"Pact, Fruit Infusions",
"Pact, Cranberry Extract Infused Blueberry Cherry Juice Drink, Cranberry, Cherry, Blueberry",
"Pact, Fruit Infusions",
"Pact, Infused Grape Cranberry Extract",
"Craisins, Original Sweetened Dried Cranberries",
"Craisins, Dried Cranberries Fruit Clusters, Cranberry Almond",
"Craisins, Fruit Clusters Dried Cranberries, Cranberry Granola",
"Wave, Berry Medley With White Cranberries",
"Wave, Mango Pineapple With White Cranberries",
"Wave, Apple With White Cranberries Juice",
"Wave, Juice Drink, Apple With White Cranberries",
"Wave, Apple White Cranberry Juice Drink, Berry Medley With White Cranberries",
"Wave, Apple White Cranberry Juice Drink From Concentrate, Mango Pineapple",
"Light Flavored Juice Drink With Another Juice From Concentrate, Cranberry & Mango",
"Juice Drink From Concentrate, Cranberry",
"Cran-Mango, Cranberry Mango Juice Drink From Concentrate",
"Cranberry Mango Juice Drink From Concentrate, Cran Mango",
"Craisins, Sweetened Dried Cranberries, Orange",
"Cranberry Apple Juice Drink",
"Grape Cranberry Juice Drink",
"Juice Cocktail From Concentrate, Cranberry",
"Craisins, Dried Cranberries",
"Cran Grape",
"Diet Cranberry Juice Drink, From Concentrate",
"Cran-Mango, Juice Drink, Cranberry Mango",
"Juice Cocktail, Cranberry",
"100% Juice, Cranberry",
"Juice, Cranberry Concord Grape",
"Grapefruit Tangerine Orange Flavored Blend With 2 Other Juices, Citrus Tangerine Orange",
"100% Juice, Grapefruit, Mango, Pineapple",
"Reduced Sugar Dried Cranberries",
"Dried Cranberries",
"Cran Tea, White Cranberry Peach Tea",
"Cran Tea, Cranberry Tea",
"Cran-Tea, Diet Tea With Cranberry Juice",
"Craisins, Sweetened Dried Cranberries With Real Pomegranate Juice, Pomegranate",
"Craisins, Dried Cranberries Cherry Juice Infused",
"Craisins, Blueberry Juice Infused Dried Cranberries",
"Cran-Lemonade, Sparkling Cranberry Lemonade",
"Sparkling Cranberry Fruit Juice",
"Sparkling Juice Beverage, Cran-Grape",
"Sparkling, Cranberry Raspberry",
"Cran Raspberry, Sparkling Juice Beverage, Raspberry Cranberry",
"Diet Sparkling Water & Real Fruit Juice, Cranberry",
"Sparkling Cranberry Juice",
"Sparkling Fruit Juice",
"Cran-Mango, Sparkling Fruit Juice, Cranberry, Mango",
"Cran-Mango Sparkling, Cranberry Mango",
"Cran.Lemonade, Sparkling Water & Real Fruit Juice, Cranberry Lemonade",
"Cran-Lemonade, Sparkling Cranberry Lemonade Juice",
"Ruby Red Grapefruit Cranberry Juice Drink From Concentrate",
"Juice Drink",
"Diet Juice Drink From Concentrate",
"Juice Drink, Cranberry Pineapple",
"Craisins Dried Cranberries, Strawberry",
"Cranberry Mango Juice Drink",
"Craisins, Reduced Sugar Dried Cranberries",
"Craisins, Dried Cranberries Fruit Clusters, Cranberry Almond",
"Craisins, Fruit Clusters Dried Cranberries, Cranberry Granola",
"100% Juice, Grapefruit",
"Craisins, Dried Cranberries, Original",
"Craisins, Sweetened Dried Cranberries With Real Cherry Juice, Cherry",
"Craisins, Strawberry Dried Cranberry",
"Craisins, Milk Chocolate Covered Sweetened Dried Cranberries",
"Craisins, Dried Cranberries, Greek Yogurt",
"Craisins, Greek Yogurt Covered Sweetened Dried Cranberries",
"Craisins, Greek Yogurt Covered Sweetened Dried Cranberries",
"Craisins, Sweetened Dried Cranberries, Original",
"Apple White Cranberry Juice Drink",
"Wave, Berry Medley",
"Wave, Juice Drink, Mango, Pineapple With Apple White Cranberries",
"Wave, Apple With White Cranberry",
"Wave, Apple White Cranberry Juice Drink From Concentrate With Other Natural Flavors, Berry Medley With White Cranberries",
"Wave, Juice Drink, Mango Pineapple",
"Wave, Apple White Cranberry Juice Drink, Apple With White Cranberries",
"Cran Lemonade, Cranberry Lemonade With Another Juice",
"Cran Lemonade, Cranberry Lemonade With Another Juice",
"Flavored Juice Drink, Cranberry, Raspberry",
"Cran-Lemonade, Diet Juice Drink, Cranberry, Lemonade",
"Cranberry Raspberry 100% Juice Blend",
"Juice Cocktail, Cranberry",
"Cranberry Juice Cocktail",
"Cranberry Juice Cocktail, Original",
"Cranberry Juice Drink, Cranberry",
"Diet Juice Drink, Cranberry Lime",
"Cranberry Lime Juice Drink",
"Flavor Blend Of 5 Juices, From Concentrate With Added Ingredients, Cherry Cranberry",
"Cherry Juice Cocktail",
"Cran-Cherry, Juice Drink, Cranberry Cherry",
"Diet Blueberry Juice Drink With Another Juice, Blueberry",
"Diet Blueberry Pomegranate Juice Drink With Another Juice",
"Juice Drink, Blueberry Pomegranate",
"Blueberry Juice Cocktail, Blueberry",
"Cranberry Juice Cocktail",
"Cran-Grape, Juice Drink, Grape, Cranberry",
"Ruby Red Grapefruit Juice Drink, Original",
"100% Juice, Cranberry",
"Diet Grape Cranberry Juice Drink From Concentrate, Cran-Grape",
"Cran-Apple, Juice Drink, Cranberry, Apple",
"Cran Lemonade, Cranberry Lemonade With Another Juice From Concentrate, Cranberry",
"Diet Juice, Cranberry, Lemonade",
"Flavored Blend Of 100% Juice, Cranberry Concord Grape",
"Cran-Apple, Cranberry Apple Juice Drink, Cranberry, Apple",
"Cran-Grape, Juice Drink, Grape Cranberry",
"Cran-Raspberry, Juice Drink, Cranberry Raspberry",
"Original Juice Cocktail, Cranberry",
"Juice Drink From Concentrate",
"Diet, Juice Drink, Cranberry",
"Cran Pomegranate",
"100% Juice Blend, Cranberry",
"Cran Apple",
"Juice Drink, Cran-Grape",
"Cran-Grape, Juice Drink, Grape Cranberry",
"100% Cranberry Juice",
"Cranberry Juice Cocktail",
"Cran-Tangerine, Juice Drink With Another Juice, Cranberry Tangerine",
"Juice",
"Cran-Raspberry, Juice Drink, Cranberry Raspberry",
"Flavored Juice Drink, Cran-Raspberry",
"Cran Pomegranate Flavored Juice Drink With Another Juice, Cranberry Pomegranate",
"Cran.Pomegranate, Juice Drink With Anotherjuice, Cranberry Pomegranate",
"Light Flavored Juice Drink, Cranberry & Pomegranate",
"Ruby Red Grapefruit Juice Drink",
"Light 50 Ruby Red Grapefruit Juice Drink",
"Ruby Red Grapefruit Juice Drink, Ruby Red Grapefruit",
"White Cranberry Flavord Juice Drink",
"White Cran Strawberry, White Cranberry Strawberry Flavored Juice Drink With Another Juice",
"White Cran Peach, Peach White Cranberry Juice Drink With Another Juice",
"Craisins, Sweetened Dried Cranberries, Original",
"Craisins, Dried Cranberries",
"Craisins, Dried Cranberries",
"Craisins, Original Dried Cranberries",
"Sweetened Dried Cranberries",
"Craisins, Dried Cranberries, Pomegranate",
"100% Apple Juice",
"100% Juice, White Grapefruit",
"Blend Of 3 Juices From Concentrate With Added Ingredients, Ruby Red",
"100% Juice",
"Juice",
"100% Juice, Cranberry Pomegranate",
"Juice, Cranberry",
"100% Juice, Cranberry, Blueberry, Blackberry",
"Cran-Cherry, Cranberry Cherry Juice Drink With Another Juice, Cranberry Cherry",
"Cranberry Juice Drink With 2 Other Juices, From Concentrate, Light",
"Light Juice Drink, Cranberry",
"Fruit Juice Light Drink, Cranberry",
"Light Cranberry & Concord Grape Juice",
"Flavored Juice Drink, Light Cranberry & Raspberry",
"100% Juice",
"Cran-Strawberry, Cranberry Strawberry Flavored Juice Drink With Another Juice",
"Cranberry Raspberry",
"Cranberry Classic",
"Cramberry Classic Light",
"Ocean Spray Cranberry Classic Juice Drink (1LT)",
"Cranberry Classic",
"Dried Cranberries",
"Craisins",
"Classic Sausage Pizza",
"Classic Sausage & Uncured Pepperoni Pizza",
"Classic Cheese Pizza",
"Classic Sausage Pizza",
"Classic Sausage Pizza",
"Classic Sausage & Uncured Pepperoni Pizza",
"Meat Lovers Signature Pizza",
"Classic Pizza, Sausage & Mushroom",
"Classic Sausage Supreme Pizza",
"Deluxe Signature Pizza",
"Spicy Italian Sausage & Caramelized Onion Pizza",
"Classic Cheese Pizza",
"Cheese Pizza",
"Italian Cheese Blend Pizza",
"Classic Four Cheese Pizza",
"Classic Uncured Pepperoni Pizza",
"Classic Uncured Pepperoni Pizza",
"Classic Bacon Lovers Pizza",
"Premium Pizza",
"Ultra Thin Sausage Pizza",
"Sausage & Uncured Pepperoni Ultra Thin Pizza",
"Ultra Thin Cheese Pizza",
"Ultra Thin Veggie Lovers Pizza",
"Ultra Thin Four Cheese Pizza",
"Ultra Thin Sausage Pizza",
"Ultra Thin Sausage & Uncured Pepperoni Pizza",
"Ultra Thin Spicy Italian Sausage & Caramelized Onion Pizza",
"Ultra Thin Cheese Pizza",
"Ultra Thin Veggie Lovers Pizza",
"Ultra Thin Italian Cheese Blend Pizza",
"Ultra Thin Pepperoni Pizza",
"Ultra Thin Bacon Lovers Pizza",
"Sausage Deep Dish Pizza",
"Deep Dish Cheese Pizza",
"Natural Wasabi Cocktail Sauce",
"Pike Pier Fisherman, Alder Smoked Walla Walla Onion Tartar Sauce",
"Alder Smoked Chpotle Tartar Sauce",
"Tartar Sauce",
"Tasty Tartar Sauce",
"Tasty Tartar Dill Sauce",
"Tasty & Classic Cocktail Sauce",
"Hardy Horseradish Sauce",
"Sweet N' Sour Sauce",
"Fully Cooked Sausage Links",
"Pasteurized Processed Sandwich Slices",
"Pasterized Processed Sandwich Slices",
"Bbq Sauce",
"Steak Sauce",
"Taboule Salad",
"Abraham's, Lemony Lemon Hummos",
"Milk Chocolate Bar, Salted Caramel",
"Assorted Classic Truffles",
"Extra Dark Santo Domingo Chocolate",
"31% Cacao Milk Chocolate",
"Valentine's Day Message Truffles",
"Assorted Truffles",
"Assorted Chocolates",
"Dark chocolate almond",
"Barra De Chocolate Godiva Ao Leite C / Pistache",
"English Muffins, Multigrain With Flax",
"Bold & Smoky Kansas City Style Barbecue Sauce",
"Chunky Apple Sauce",
"Cheese Ravioli",
"Mini Round Cheese Ravioli",
"Homestyle Large Round Cheese Ravioli Pasta",
"Cheese Ravioli Homestyle Pasta",
"Italian Style Meatballs",
"Mini Round Cheese Ravioli",
"Gina Italian Village, Large Round Cheese Ravioli Pasta",
"Square Cheese Ravioli Homestyle Pasta",
"Gnocchi Potato Dumpling Pasta",
"Cheese Tortellini Pasta",
"Low Sodium Cavatelli Homestyle Pasta",
"Mini Round Cheese Ravioli Homestyle Pasta",
"Large Round Cheese Ravioli",
"Homestyle Tortellini Pasta",
"Clamp",
"Ice Glazed Chicken, Boneless, Skinless Breasts With Red Meat",
"Tyson, Homestyle Chicken Breast Strips, Panko",
"Thinly Shaved Ham With Natural Juices",
"Pepperoni Slices",
"Sliced Angus Seasoned Roast Beef",
"Cipriani's, Egg Noodle, Extra Wide",
"Pasta Sauce With Mushrooms",
"Mint Infused Simple Syrup",
"100% Whole Wheat Bread",
"Nut & Oat Bread",
"Double Fiber Bread",
"7 Grain With Flax Bread",
"Spelt Bread",
"Hamburger Buns",
"Rudis Organic Bakery, Soft Wheat Kids Bread",
"Kids Bread",
"Organic Whole Grain Wheat English Muffins",
"Organic Multigrain With Flax English Muffins",
"Organic Spelt English Muffins",
"Organic White English Muffins",
"Organic Plain Bagels",
"Bagels, Cinnamon Raisin",
"Plain Bagels",
"Organic Bagels, Cinnamon Raisin",
"Rudis Organic Bakery, Multigrain Bagels",
"Bagels",
"Whole Wheat Bread, Honey Sweet",
"Rocky Mountain Sourdough Bread",
"White Bread, Country Morning",
"Colorado Cracked Wheat Bread",
"White Hamburger Buns",
"Wheat Hamburger Buns",
"Spelt Tortillas",
"Organic Whole Spelt Tortillas",
"Multigrain Oat Bread",
"Bread, Cinnamon Raisin",
"Gherkins Kosher Baby Dill",
"Deluxe Kosher Dill",
"Sandwich Toppers, Bread & Butter",
"Chips, Bread & Butter With Whole Spics",
"Bread & Butter Chips",
"Whole Crunchy Kosher Dills",
"Crunchy Kosher Dills",
"Sandwich Toppers, Kosher Dill",
"Kosher Dill Spears With Whole Spices",
"New York Deli Style Pickles",
"Kosher Dill Chips",
"Kosher Dill With Whole Spices Chips",
"Gherkins Sweet Pickles",
"Giardiniera",
"Sweet Mixed Pickles",
"Roasted Peppers",
"Roasted Peppers With Imported Balsamic Vinegar",
"Sandwich Toppers, Sweet Peppers",
"Whole Sweet Peppers",
"Sandwich Toppers, Sweet Bell Peppers",
"Hot Cherry Peppers",
"Whole Hot Cherry Peppers",
"Sandwich Toppers, Hot Peppers",
"Hot Pepper Rings Slices",
"Sliced Hot Jalapeno Peppers",
"Sweet Salad Pepper Slices With Oregano & Garlic",
"Sliced Hot Cherry Peppers",
"Whole Pepperoncini",
"Whole Pepperoncini Peppers",
"Roasted Peppers",
"Sweet Red Peppers Slices",
"Hot Chopped Peppers",
"Sandwich Toppers, Hot Chopped Peppers",
"Hamburger Relish",
"India Relish",
"Hot Dog Relish",
"Sweet relish",
"Sweet Relish",
"Hamburger Dill, Zesty Dill",
"Sun Dried Tomatoes",
"Sweet Relish",
"Sauerkraut",
"Sauerkraut",
"The Original Bread 'N Butter Pickles",
"Herbed Turkey Breast",
"Deli Beef Franks",
"Deli Franks",
"Beef Franks",
"Black Angus Beef Franks",
"Deli Beef Franks",
"Deli Franks",
"Beef Franks",
"All Natural Uncured Beef Franks",
"All Natural Uncured Beef Franks",
"Premium Meats & Artisan Cheese",
"Beef Hot Sausage",
"Smoked Beef Sausage",
"Smoked Milk Sausage",
"Deli Beef Franks",
"Classic Ring Bologna",
"Bratwurst",
"Beef Franks",
"Smoked Sausage With Cheddar Cheese",
"Smoked Sausage With Cheddar Cheese And Jalapenos.",
"Polska Kielbasa",
"Polska Kielbasa",
"Smoked Ham",
"Water Added Virginia Brand Ham",
"Ham",
"Deitz & Watson, Spiced Beef Pastrami",
"Premium Homestyle Roast Beef",
"Turkey Breast",
"Black Forest Smoked Turkey Breast, Smoke",
"Black Forest Smoked Turkey Breast",
"Honey Cured Turkey Breast",
"Sliced Pepperoni",
"Chef Carved Ham",
"Originals Genoa Salami",
"Thick Sliced Bacon, Applewood",
"Chicken Bacon",
"Angus Roast Beef",
"London Broil Roast Beef",
"Ham Steak",
"Smoked Maple Ham",
"Ham",
"Smoked Honey Ham",
"Horseradish Sauce, Cranberry",
"Smoky Horseradish Sauce",
"Horseradish Sauce",
"Hard Salami",
"Stone Ground Mustard",
"Gourmet Chicken Breast",
"Sriracha Chicken Breast",
"Originals Chicken Breast",
"Smoked Turkey Pastrami",
"Peppered Turkey Breast",
"Peppered Turkey Breast",
"Beef Summer Sausage",
"Honey Mustard",
"Champagne Dill Mustard Deli Complements, Mustard",
"Sweet & Hot Mustard",
"Mustard, Cranberry Honey",
"Chipotle Mustard Deli Complements",
"Snacks",
"Sour Garlic Puckles",
"Oven Roasted Chicken Breast",
"Cheeses",
"Swiss Cheese",
"Premium Meats & Artisan Cheeses",
"Sandwich Spread",
"Artisan Cheeses",
"Sliced Baby Swiss Cheese",
"Artisan Provolone Cheese",
"Provolone Cheese",
"Smoked Provolone Cheese",
"Originals Picante Provolone Cheese",
"Oven Classic Turkey Breast",
"Sliced Cheddar Cheese",
"Sharp Yellow Cheddar Cheese",
"Colby Jack Cheese",
"Bacon & Horseradish Cheddar Cheese",
"White American Pasteurized Process Cheese",
"Cloby Jack Cheese",
"Ny State Aged Cheddar Cheese With Horseradish",
"Buffalo Wing Cheddar Cheese",
"Hot Pepper Ny State Cheddar Cheese",
"Buffalo Wing",
"Monterey Jack Blue Cheese",
"Monterey Jack Cheese With Jalapeno",
"Muenster Cheese",
"Sliced Muenster Cheese",
"Danish Style Havarti Cheese",
"Creamy Havarti Cheese",
"Monterey Jack Cheese",
"Muenster Cheese",
"Sriracha Aioli",
"Sriracha Mustard",
"Horseradish Sauce",
"Roasted Garlic Cheddar Cheese",
"Pasteurized Process Ny State Cheddar Cheese, Habanero & Jalapeno",
"Pasteurized Process Ny State Cheddar Cheese",
"Mild Giardiniera",
"Hot Giardiniera",
"Colby Jack Cheese",
"Horseradish Cheddar",
"Granny's Oven, Strawberry Shortbread Cookies",
"Granny's Oven, Raspberry Shortbread",
"Premium Blueberry Shortbread",
"Berry Farm, Premium Bite-Size Shortbread Cookies, Raspberry",
"Bite Size Premium Cookies, Oatmeal Raisin Apple",
"Bite Size Premium Cookies",
"Bite Size Premium Cookies, Oatmeal Raisin Apple",
"Bite Size Premium Cookies",
"Bite Size Premium Cookies",
"Sweet Serenity, Chocolate Chip Cookies",
"Checkers Cookies, Cookies, Chocolate Chip",
"Checkers Cookies, Oatmeal Cookies",
"Vern's, Wisconsin Cheese, Aged Asiago Cold Pack Cheese Food",
"Garlic Cold Pack Cheese Food",
"Cold Pack Cheese Food",
"Soyjoy, Baked Whole Soy & Fruit Bar, Berry",
"Keoki's, Lau Lau Pork",
"Paramount, Mini White Pita Bread",
"Paramount, Whole Wheat Pita Bread",
"Paramount, Mini Multigrain Pita Bread",
"Paramount, Whole Wheat Lavash Bread",
"Sundae Triple Chocolat avec du chocolat belge, du caramel et un brownie au chocolat",
"Pitted Dates",
"Pitted Deglet Noor Dates",
"Pitted Deglent Noor Dates",
"Anise Candy",
"Wilhelmina Peppermints",
"English Peppermints",
"Hafco, Dutch Babbelaars",
"6 Almond Fingers",
"All Natural Cracked Wheat",
"Rye, All Natural",
"100% Whole Wheat",
"All Natural French Peasant",
"White Bread",
"Raisin Sunflower",
"Oat Bran",
"Italian Bread",
"Jewish Rye",
"All Natural Multigrain",
"Heidelberg Bread Company, Wheated 12 Grain Bread",
"Jamaican Style One Beef Pattie",
"One Chicken Patties",
"Beef Patties",
"Cut Green Beans",
"Whole Green Beans",
"Cut Wax Beans",
"Diced Beets",
"Seasoned Green Beans",
"French Style Green Beans With Roasted Garlic",
"Whole Green Beans",
"Black Beans",
"Buttermilk Ranch Dressing",
"Classic Hummus",
"6 Pork & Bramley Apple Sausages",
"Bashas', Flour Tortillas",
"Bashas', Burrito Size Flour Tortillas",
"Bashas', Cottage Cheese",
"Basha's, Fat Free Milk",
"Bashas', Light Sour Cream",
"Fiesta!, Soda, Cola",
"Fiesta!, Soda, Orange Naranja",
"Fiesta!, Soda, Grape",
"Fiesta!, Soda, Strawberry",
"Fiesta!, Soda, Grapefruit Toronja",
"Fiesta!, Soda, Lemon Lime",
"Bashas', Hamburger Buns",
"Beef Tamales",
"Pork Tamales",
"Fiesta!, Diet Cola",
"Fiesta!, Soda, Root Beer",
"Fiesta!, Soda, Ginger Ale",
"Fiesta!, Cola",
"Fiesta!, Diet Cola",
"Fiesta!, Soda, Lemon, Lime",
"Fiesta!, Soda, Grape",
"Fiesta!, Soda, Root Beer",
"Fiesta!, Soda, Strwaberry",
"Fiesta!, Soda, Black Cherry",
"Fiesta!, Soda, Orange",
"Fiesta!, Cream Soda, Vanilla",
"Fiesta!, Soda, Black Cherry",
"Bashas', Corn Tortillas",
"Corn Tortilla",
"Tortilla Strips",
"Nacho Chips",
"Flour Tortillas",
"Fiesta!, Diet Soda, Ginger Ale",
"Fiesta!, Diet Soda, Root Beer",
"Fiesta!, Dr. Fiesta Soda",
"Fiesta!, Mountain Fiesta",
"Mexican Style Hominy",
"White Sandwich Bread",
"Gordita Flour Tortillas",
"Corn Tortillas",
"Aj's Fine Foods, Sparkling Soda, French Lemonade",
"Sparkling Soda",
"Sparkling Soda",
"Intense Dark Chocolate",
"Decadent Red Velvet Milk Chocolate",
"Fully Cooked Menudo With Hominy",
"Ham",
"Bashas', Sour Neon Worms",
"Candies",
"Sopes",
"Food City, Turkey Breast",
"Food City, Cooked Ham",
"Tomato Sauce",
"Food City, Banana Chips",
"Food City, Mixed Dried Fruit",
"Food City, Capirotada Fruit & Nut Mix",
"Food City, Seedless Raisins",
"Food City, Dried Pitted Prunes",
"Food City, Shredded Coconut",
"Food City, Fruit Seasoning",
"Food City, Seasoning, Salt & Lime",
"Low Glycemic Milk Chocolate Bar",
"Low Glycemic Crunch Chocolate Bar",
"Low Glycemic, Assorted Hard Candy",
"Hard Candy, Butterscotch",
"Marmalade Spread, Orange",
"Fifty50, Fructose Sweetened Syrup, Maple",
"Low Glycemic Peanut Butter",
"Low Glycemic Cruchy Peanut Butter",
"Pumpkin Pie",
"Old South Trading Co., Farmhouse Cheese",
"Old South Trading Co., Farmhouse-Cheese- Pepper Jack",
"Old South Trading Co, Wedges Farmhouse Cheese, Garlic Herb",
"Peeled & Deveined Shrimp",
"Chocolate chip shortbread rounds",
"Hardwood Smoked Bacon",
"Hill's, Smoked Peppered Bacon Ends And Pieces, Smoke",
"Hill's, Peppered Double Smoked Thick Sliced Bacon",
"8 All Butter Croissants",
"Frozen Salted Squid",
"Cashew Nuts",
"Sparkletts, Sparking Water",
"Sparkletts, Sparkling Water, Raspberry",
"Sparkletts, Sparkling Water, Lemon Lime",
"Sparkling Water",
"Sparkling Water",
"Sparkletts, Sparkling Water, Raspberry",
"Sparkletts, Sparkling Water, Raspberry",
"Sparkling Water",
"Sparkletts, Sparkling Water, Lemon Lime",
"Sparkletts, Ice Sparkling Water, Orange Mango",
"Sparkletts Ice, Sparkling Water, Black Raspberry",
"Sparkling Water",
"Sparkling Water",
"Sparkletts Sparkling Water",
"Sparkletts, Sparkling Water, Lemon Lime",
"Sparkletts, Sparkling Ice Water, Kiwi Strawberry",
"Special K original",
"Froot Loops",
"Pickles & Peppers",
"Pickles & Peppers",
"Pickles & Peppers Relish",
"Sweet Hot Jalapenos",
"Sweet Hots, Pickles & Peppers",
"Sweet Hots Pickles & Peppers, Sweet Hots",
"Mustard Relish",
"Really Chunky Dills With Garlic",
"Sweet & Hot Skinnies Pickles & Peppers, Sweet Hot",
"Sweet Mix Pickles & Peppers, Sweet Mix",
"Hungarian Banana Peppers, Hot",
"Hungarian Banana Peppers",
"Bread & Butter Pickles",
"Hot Dog Sauce With Beef",
"Ketchup, Sweet Hot",
"Hungarian Salsa, Medium",
"Barbeque Sauce",
"Seasoning",
"Mantecadas",
"Butter Pound Cake",
"Delux Homestyle Apple Pie",
"Whipped & Fluffy Cheesecake, Strawberry",
"Classic Cheesecake, Whipped & Fluffy",
"Pound Cake Slices, Original",
"Chef Pierre, Unbaked Broccoli Quiche",
"Coconut Cream Pie",
"Lemon Cream Pie",
"Oven Fresh Mince Pie",
"Oven Fresh Pie",
"Bistro Collection, Islander's Key Lime Pie",
"Bistro Collection, Double Chocolate Decadence Brownie",
"Restaurant Style Traditional Pie",
"Chocolate Creme Da La Cream Pie",
"Gremium Layer Cake",
"Hi-Pie",
"Gingerbread Pound Cake",
"Pie",
"Warheads, Sour & Chewy Candy",
"Worms Candy",
"Warheads, Candy Worms",
"Extreme Sour Hard Candy, Assorted Flavors",
"Chewy Cubes, Orange, Watermelon, Blue Raspberry, Black Cherry, Strawberry, Green Apple",
"Sour Chewy Cubes",
"Sour Chewy Cubes",
"Extreme Sour Hand Candy, Assorted Flavors",
"Warheads, Extreme Sour Hard Candy, Black Cherry, Lemon, Apple, Watermelon, Blue Raspberry",
"Sour Jelly Beans, Orange, Watermelon, Lemon, Blue Raspberry, Cherry, Green Apple",
"Warheads, Sour Jelly Beans Candy, Sour",
"Sour Jelly Beans",
"Sour Jelly Beans",
"Warheads, Assorted Sour Jelly Beans, Orange, Watermelon, Lemon, Blue Raspberry, Cherry, Green Apple",
"6 Super Sourcandy Canes",
"Super Sour Jumbo Candy Cane",
"Sour Twists",
"Sour Twists, Green Apple, Lemon, Watermelon",
"Sour Twists Gummies",
"Sour Dippin' Pucker Packs",
"Sour Dippin' Pucker Packs",
"Sour Coolers, Sour Tarts With Cooling Crystals, Green Apple, Watermelon, Lemon, Blue Raspberry, Cherry",
"Pucker Packs Sour Dippin'",
"Sour Dippin', Pucker Packs, Dipping Stick And Dipping Powder, Sour Watermelon, Sour Green Apple, Sour Orange, Sour Grape, Sour Cherry, Sour Raspberry",
"Sour Dippin' Pucker Packs",
"Family Orchard, Juice Drink, Apple",
"Non-Dairy Coffee Creamer",
"Raisin Bran Cereal",
"Bunch O' Cinnamon Squares",
"White Chicken & Barbeque Sauce",
"Corn Flakes",
"Honey Nut Toasted Oats",
"Chili With Beans",
"Pinto Beans",
"Ruby Kist, Juice Cocktail, Cranberry",
"Ruby Kist, Juicy Cocoktail, Cranberry Grape",
"Ruby Kist, Cranberry Apple Juice Cocktail From Concentrate, Cranberry Apple",
"Ruby Kist, Flavored Juice Cocktail, Cranberry Pomegranate",
"Ruby Kist, Apple Juice Cocktail",
"Juice Cocktail",
"100% Orange Juice",
"Ruby Kist, Vegetable Juice",
"100% Prune Juice",
"Zero Calorie Sweetener Sucralose",
"Sweet & Salty Nut, Peanut Granola Bars",
"Whole Kernel Corn",
"Cream Style Sweet Corn",
"Cut Green Beans",
"French Style Green Beans",
"Mixed Vegetable",
"Fruit Cocktail In Heavy Syrup",
"Pear Halves",
"Pie Crust Graham Cracker",
"All Purpose Soy Sauce",
"Bite Site Frosted Shredded Wheat, Cereal",
"Thousands Island Dressing",
"Noodle Soup Mix With Real Chicken Broth",
"Chicken Noodle Soup",
"Chunky Beef With Vegetable Soup",
"Chicken Broth",
"Chili No Beans",
"Pure Apple Cider Vinegar",
"Tomato Paste",
"Steak Sauce",
"Tomato Sauce",
"Diced Tomatoes",
"Pinto Beans",
"Black Beans",
"Chili Beans In Mild Chili Sauce",
"Light Red Kidney Beans",
"Diced Tomatoes With Green Chilies",
"Peanut Butter, Creamy",
"Instant White Rice",
"All Purpose Flour",
"Concord Grape Jelly",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Oil",
"Cream Of Celery Condensed Soup",
"Chicken & Rice Condensed Soup",
"Imitation Pasteurized Process Cheese Food",
"Colby & Monterey Jack Cheese",
"Mild Cheddar Cheese",
"Finely Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Finely Shredded Mild Cheddar Cheese",
"Vanilla Wafers Cookies",
null,
"Peppermint Starlights",
"Gummi Peach Ring",
"Sour Neon Worms",
"Caramel Creams",
"Mushrooms Pieces & Stems",
"Soft And Chewy Circus Peanuts",
"Snack Crackers",
"Salted & Roasted Peanuts",
"Brown Sugar & Bacon Baked Beans",
"Buttermilk Reach Dressing & Dip",
"Chewy Granola Bars",
"Cinnamon Apple Sauce",
"Apple Sauce, Original",
"Apple Sauce",
"Apple Sauce, Cinnamon",
"Chewy Fiber Bars, Oats & Chocolate",
"Pasta Salad, Ranch & Bacon",
"Sliced Beets",
"Caramel Coconut Frudge Cookies",
"Apple Butter",
"Fun Stripes",
"Light Zesty Italian Dressing",
"Salsa Chunky, Medium",
"Sliced Carrots",
"Sauerkraut, Crispy",
"Sour Powder-Filled Candy Canes",
"Cherry",
"Candy Canes",
"18 Funky Fruit Candy Canes",
"Sour Powder-Filled Bubble Gum",
"Mini Candy Canes",
"Candy Canes",
"Banana Chips",
"Cheese Dip & Cracker Sticks",
"Cheddar Cheese Snack Crackers",
"Sour Powder Bubble Gum",
"Dried Fruit Tropical Mix",
"Oatmeal Cookies",
"Macaroni & Beef In Tomato Sauce",
"Beef Ravioli",
"Premium Clover Honey",
"Pork & Beans In Tomato Sauce",
"Roast Beef & Gravy",
"Fudge Marshmallow Chocolate Cookies",
"Jellied Cranberry Sauce",
"Sandwich Cookies",
"Seedless Strawberry Jam",
"Fun Stripes, Jelly & Peanut Butter, Grape",
"Golden Honey, Sweetened Puffed Wheat Cereal",
"Toasted Crispy Rice Cereal",
"Honey & Oats Cereal With Almonds",
"Stevia Zero Calorie Sweetener",
"Fancy Chopped Spinach",
"Seasoned Collard Greens",
"Tomato Sauce",
"Pita Chips",
"Pita Chips",
"100% Grape Juice",
"Cayenne Pepper Hot Sauce",
"Whole Potatoes",
"Creamy Peanut Butter",
"Lemonade, Sugar Free Drink Mix, Low Calorie",
"Low Calorie Sugar Free Drink Mix, Fruit Punch",
"Assorted Fruit Discs",
"Cinnamon Discs Candy",
"Dried Pineapple",
"Crushed Pineapple In 100% Pineapple Juice",
"Steak Sauce",
"Mandarin Oranges In Light Syrup",
"Drops Candy",
"Spicy Brown Mustard",
"Pie Filling Or Topping",
"Cherry Pie Filling Or Topping",
"Real Mayonnaise",
"Cheese Blast! Cheddar",
"Sparkling Beverage",
"Sparkling Beverage",
"Texas Toast",
"Pear Halves In Heavy Surup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Maraschino Cherries",
"Low-Moisture Part-Skim Mozzarella String Cheese",
"Butter Cookies",
"Toaster Pastries",
"Unsalted Dry Roasted Peanuts",
"Toffee Peanuts",
"Cashews Halves & Pieces",
"Milk Chocolate Almonds",
"Deluxe Whole Cashews",
"Lightly Salted Dry Roasted Peanuts",
"Honey Roasted Peanuts",
"Cocktail Peanuts",
"Mixed Nuts",
"Smoked Almonds",
"Milk Chocolate Cashews",
"Roasted & Salted Almonds",
"Swirl Lollipop",
"Lollipop Bouquet",
"Marshmallow Chicks And Bunnies",
"Toaster Pastries",
"Premium Popcorn",
"Spiral Macaroni & Cheese",
"Beef Broth",
"Chunk Hum",
"Chunky, Clam Chowder",
"Toaster Pastries, Frosted Strawberry",
"Gravy Mix",
"Pretzel Nuggets",
"Classic Lemonade",
"Juice Cocktail",
"Protein Chewy Bars",
"Pretzel Pieces",
"Cookies",
"Cheese Blast!, Pasteurized Cheese Snack, Sharp Cheddar",
"Vanilla Creme Cookies",
"Juice From Concentrate",
"Potato Chips",
"Potato Chips",
"Original Potato Chips",
"S'Mores Pretzels",
"Lollipop",
"Jelly Candy Kabob",
"Lollipop",
"Chewy Chocolate Chip Cookies",
"Fancy Mix Assorted Hard Candies",
"Iced Tea Mix With Sugar And Natural Lemon Flavor",
"Soft Peppermint Puffs",
"Bouillon Cubes",
"Beef Bouillon Cubes",
"Beef Jerky",
"Cookies",
"Kosher Dill Ovals",
"Kosher Dill Spears",
"Sweet Relish",
"Baby Wholes",
"Sweetened Corn & Oat Cereal",
"Cereal, Fruit Whirls",
"Frosted Flakes, Sweetened Corn Cereal",
"Swirl Lollipops, Artificially",
"Mixed Fruit Chews",
"Scary Eyeball Gum",
"Steak Sauce",
"Worcestershire Sauce",
"Evaporated Milk",
"Cappuccino Drink Mix, French Vanilla",
"Ranch, Great For Anything!",
"Zesty Italian Dressing & Marinade",
"Tomato Condensed Soup",
"Chicken Noodle Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Sweetened Corn & Oats Cereal",
"Frosted Flakes Sweetened Corn Cereal",
"100% Grated Parmesan Cheese",
"Rich And Crisp Crackers",
"Honey Graham Crackers",
"Kosher Dill Baby Wholes",
"Beef Stuffed Mini Ravioli In Tomato & Meat Sauce",
"Stuffed Manzanilla Olives With Minced Pimento",
"Cinnamon Graham Crackers",
"Shells & Cheese",
"Wide Egg Noodles",
"Buttermilk Pancake & Waffle Mix",
"Salatine Crackers",
"Hamburger Patties",
"Granulated Sugar",
"Premium Chunk Chicken Breast In Water",
"Mac & Cheese Dinner, Cheddar Cheese",
"Worcestershire Sauce",
"Instant Mashed Potatoes",
"Snack Crackers",
"Kosher Dill Hamburger Chips",
"Sliced Pineapple",
"Pineapple Chunk",
"Toaster Pastries",
"Toaster Pastries",
"Toaster Pastries",
"Butterscotch Discs Hard Candy",
"Starlight Mints, Peppermint",
"Lollipops",
"Buncho' Cinnamon Squares Cereal",
"Chicken Breast With Rib Meat In Water",
"Flour",
"Jalapeno Slices",
"Flip-Flop Lollipop Candy",
"Gumballs",
"Gumball Machine With Gumballs",
"Swirl Lollipop",
"Lollipop",
"Brown Sugar",
"Sugar",
"Fruit Centered Sandwich Cookies",
"Red Juju Fish Candy",
"Chewy Candy, Fruities",
"Assorted Fruitfuls Candy",
"Chocolate Chunk Cookies",
"Ranch Dressing & Dip, Buttermilk",
"Zesty Italian Dressing & Marinade",
"Candy Kabob",
"Sweetened Condensed Milk",
"Gummy Eyeballs",
"Sweet Cream Salted Butter",
"Mild Cheddar Cheese",
"Imitation Pasteurized Process Cheese Food",
"Finely Shredded Mild Cheddar Cheese",
"Soft Cookies",
"Soft Cookies",
"Sugar Soft Cookies",
"Chocolate Chip Soft Cookies",
"Soft Cookies, Molasses",
"Vanilla Creme Filled Chocolate Sandwich Cookies",
"Golden Sandwich Cookies",
"Lollipop Trees",
"Sour Powder-Filled Candy Canes, Lemon, Green Apple, Cherry, Strawberry",
"Mini Candy Canes",
"Candy Canes",
"18 Mini Candy Canes",
"Giant Candy Cane, Natural Peppermint Flavor",
"Bubble Gum-Filled Candy Canes, Strawberry, Watermelon",
"Funky Fruit Candy Canes",
"Razzmatazz Candy Canes",
"Gumballs",
"Gumballs",
"Candy Canes",
"Potato Sticks",
"1 Wow!, Lollipop Bouquet",
"Jelly Candy Kabob",
"Danish Style Cookies, Butter",
"Brown Sugar",
"Sugar",
"Chocolate Syrup",
"Wow!, Swirl Lollipops",
"14 Heart Lollipops",
"Llc, Gummy Hearts",
"Lollipop Bouquet",
"Marshmallow Candy Mug",
"Swirl Lollipops",
"Sweetened Corn And Oat Cereal",
"Bite-Size Frosted Shredded Wheat",
"Cinni-Mini Crunch Sweetened Whole Grain And Rice Cereal With Cinnamon",
"Corn Flakes Cereal",
"Toasted Rice Cereal",
"Frosted Flakes Sweetened Flakes Of Corn Cereal",
"Fruity Frosted O's Sweetened Multi-Grain Cereal",
"Toasted Oats Sweet Whole Grain Oat Cereal, Honey Nut",
"Graham Crackers, Honey",
"Swirl Pops",
"Candy Corn",
"Root Beer Barrels",
"Sour Neon Bears Gummies",
"Tropical Gummi Worms",
"Watermelon Rings",
"Jelly Beans",
"Marshmallow Pop",
"Bubble Gum Mini Eggs",
"Wow, Bubble Gum Eggs",
"Llc, Sour Marshmallow",
"Lollipos",
"Lollipop Bouquet",
"Mini Gumball Machine With Gumballs Candy",
"Gumballs",
"Assorted Jelly Beans",
"Speckled Jelly Beans",
"Mixed Nuts",
"Deluxe Mix Nuts",
"Lollipops",
"Llc, Jelly-Candy Kabob",
"Llc, Gummy Sharks Candy",
"Frosted Popsicle Lollipop",
"Midwoodbrands, Gummy Ice Cream",
"Fruity Hard Candies",
"Cookies, Coconut Macaroon",
"Gummi Rings Candy",
"Potato Chips, Original",
"Original Wavy Potato Chips",
"Potato Chips, Barbecue",
"Potato Chips",
"Juice Drink From Concentrate, Orange & Pineapple",
"Apple Juice",
"Fancy Candy Mix",
"Fruit Discs",
"Sugar Free Wagers",
"Lollipops",
"Jumbo Lollipops",
"Candy, Root Beers Barrels",
"Danich Style, Cookies, Butter",
"Devil's Food, Chocolate Cookie Cakes",
"Cookies",
"Fat Free Chicken Broth",
"Pear Halves In Heavy Syrup",
"Yellow Cling Peaches In Heavy Syrup",
"Tomato Ketchup",
"Tomato Ketchup",
"Golden Syrup Porridge",
"Pure squeezed Florida orange juice with juicy bits",
"La Fiesta, Salted Plums",
"La Fiesta, Pan Rayado Bread Crumbs",
"Bread Crumbs Seasoned",
"Pasta Para Duros",
"La Fiesta, Duritos Ruedas Wheel",
"Duritos",
"Duritos",
"Deluxe Potato Salad",
"Fusilli Pasta, Whole Wheat",
"British Maris Piper Just Bake Chips",
"Traditional White Pocket-Less Pita",
"Kontos, Pocket-Less Pita, Pita Bread, Whole Wheat",
"Onion Flatbread",
"Kontos, Fillo #10 Country-Style Pastry Sheets",
"Rose Valley, Butter, Salted Sweet Cream",
"Rose Valley, Unsalted Sweet Cream Butter",
"Riz pour risotto",
"Micro-Batch, Batch #37 Salsa, Habanero Garlic",
"Sauce Barbecue Smoky Sweet",
"Sauce Piquante Chipotle",
"Longhorn, Bread & Butter Jalapeno Dip Mix",
"Longhorn, Southwest Dip Mix",
"Pepper Sauce",
"Feista Juan's Red Taco Sauce",
"Green Taco Sauce",
"Bbq Sauce",
"Fiesta Juan's, Artichoke Spinach Dip Mix, Medium",
"Hot Sauce",
"Chipotle Onion Relish Smoky Maple & Bacon",
"Sweet & Spicy Three Pepper Relish",
"Chicken katsu curry",
"Orange Flavored Cranberries, Orange",
"Cornmeal Mix",
"All Purpose Wheat Flour And Red Grape Seed Flour Blend",
"Enriched All Purpose Wheat And Grape Seed Flour Blend",
"Wheat & Almond Flour",
"White Lily, Wheat Flour",
"Enriched All Purpose Wheat Flour",
"Enriched Unbleached Bread Flour",
"Italian Split Bread, Sliced",
"Jewish Rye",
"8 Onion Rolls",
"Delicious Rolls",
"Six Italian Kaiser Rolls",
"Steak Rolls",
"6 Submarine Rolls",
"Marble Rye",
"Smoothie Base Mix",
"Smoothie Base Mix",
"Barrie House, Coffee Capsules, Hot Apple Cider",
"Hot Cocoa",
"Hot Cocoa Coffee",
"Red Pepper Spread With Eggplant & Garlic",
"Spring Mix",
"Organic Baby Ramaine",
"Herb Blend",
"Organic Baby Spinach",
"Organic Baby Lettuces",
"Organic Blueberries",
"Organic Strawberries",
"Organic Berry Basket Blend",
"Organic Red Raspberries",
"Sweet Corn",
"Organic Green Peas",
"Organic Broccoli",
"Whole Organic Green Beans",
"Organic Butternut Squash",
"Organic Roasted Organic Red Potatoes",
"Organic California-Style Blend",
"Organic Butternut Squash",
"Organic Sliced Peaches",
"Organic Blackberries",
"Roasted Organic Yellow Potato Wedges With Rosemary & Garlic",
"Roasted Organic Red Potatoes",
"Roasted Organic Sweet Potato Slices",
"Rustic Cut Organic Ruby Red Beets",
"Rustic Cut Organic Root Medley",
"Organic Dark Sweet Cherries",
"Organic Red Raspberries",
"Cut Organic Spinach",
"Pineapple Chunks",
"Organic Tropical Blend",
"Organic Asian Blend",
"Organic Power Blend",
"Organic Smoothie Kickstart, Kale Berry",
"Organic Smoothie Kickstart",
"Smoothie Kickstart, Pineapple Spinach Banana",
"Smoothie Kickstart, Mango Beet Berry",
"Organic Mango Chunks",
"Organic Blueberries",
"Organic Triple Berry Blend",
"Cut Organic Spinach",
"Organic Broccoli Florets",
"Organic Rainbow Chard Blend",
"Organic Kale",
"Organic Collard Greens",
"Petites",
"Organic Romaine Easy Leaves",
"Organic Mini Peeled Carrots",
"Organic Mini Peeled Carrots",
"Juicing Carrots",
"Organic Mini Peeled Carrots",
"Organic Carrot Chips",
"Raisins",
"Organic Sweetened Dried Cranberries",
"Organic Pitted Dates",
"Organic Pitted Dried Plums",
"Organic Thompson Seedless Raisins",
"Organic Dried Mangos",
"Organic Carrot Juice, Carrot",
"Organic Kale Caesar",
"Organic Kit Garden Party Salad",
"Organic Pre-Washed Fancy Romaine Salad",
"Kale",
"Organic Deep Green Blends",
"Deep Green Blends, A Dynamic Blend Of Tender Baby Kale, Chard And Spinach",
"Organic Pre-Washed Hearts Of Romaine Lettuce",
"Organic Romaine Salad",
"Organic Spring Mix",
"Organic Half & Half Baby Spinach, Spring Mix",
"Organic Baby Spinach",
"Deep Green Blends Organic Kale",
"Organic Baby Romaine",
"Organic Baby Arugula",
"Organic Herb Blend",
"Organic Herb Blend",
"Organic Baby Lettuces",
"Baby Spinach Blend",
"Organic Baby Spinach",
"Organic Baby Romaine",
"Organic Half & Half Baby Spinach Bay Argula",
"Organic, Deep Green Blends Organic Power",
"Organic Power Trio",
"Deep Green Blends",
"Powermeal, Spinach Quinoa Bowl",
"Organic Asian Noodle Bowl",
"Powermeal, Organic Southwest Bowl",
"Organic Deep Green Blends Zen",
"Deep Green Blends Organic Kale Italia",
"Organic Kale Caesar Bowl With Spicy Light Caesar Dressing",
"Organic Chopped Kale, Cabbage And Shredded Carrots",
"Blend Me, Organic Chopped Kale, Shredded Carrots, Chopped Parsley",
"Organic Chopped Kale Chopped Cabbage Chopped Radicchio",
"Organic Crunchy Slaw Americana Blend Cabbage And Carrots",
"Organic Crunchy Slaw, Street Taco Blend",
"Wok Blends, Organic Crunchy Slaw",
"Organic Flavor Blends Spicy Spinach",
"Flavor Blends Sweet Kale",
"Organic Mango Chunks",
"Baby Spinach, Baby Butter Lettuce Organic Half & Half",
"Organic Baby Spinach, Baby Butter Lettuce",
"Organic Savory Arugula",
"Organic Straight Cut French Fries",
"Organic Sweet Potato Fries",
"Organic Red Potato Steak Cut Fries",
"Organic Wild Rice Mushroom Blend",
"Organic Asian-Style Brown Rice & Quinoa Blend",
"Organic Red Romaine Leaves",
"Organic Bbq Ranch Chopped Salad Kit",
"Organic Chopped Salad Southwest Kit",
"Chopped Salad Asian Kit, Organic",
"Baby Spinach",
"Robust, Energy Drink",
"Robust, Energy Drink",
"Smoked Sweet Sausage",
"Rey Sol, 100% Natural Juice, Aloevera",
"Diced Peaches In Light Syrup",
"Mandarin Oranges In Light Syrup",
"Pickled Hot Peppers",
"Hash Brown Patties",
"Potato Bites",
"Potato Classics, Hash Brown Potato Patties",
"Classici, Biscuits With Cream",
"Piselli, Iclassici Chocolate Biscuit, Cocoa & Hazelnuts",
"Piselli, Biscuits With Sugar In Grains",
"Icasarecci Biscuits",
"Conn's, Restaurant Style Tortilla Chips",
"Potato Chips",
"Potato Chips",
"Wavy Style Potato Chips",
"Potato Chips, Bar-B-Q",
"Potato Chips",
"Wavy Style Potato Chips",
"Potato Chips, Bar-B-Q",
"Potato Chips, Green Onion",
"Potato Chips, Hot Bar-B-Q",
"Potato Chips No Salt Added",
"Conn's, Potato Chips, Sour Cream & Onion Flavored",
"Potato Chips",
"Potato Chips",
"Assorted Tangy Taffy",
"Bloom's, Sour Filled Fruits",
"Choc-O-Rum Chews",
"Assorted Quaffy Candy",
"Heart Lollipops",
"Rainbow Pops",
"Bloom's, Mini Frosted Strawberry Cookies",
"Mini Frosted Lemon Cookies",
"Tortilla Chips",
"Mini Round Tortilla Chips",
"Bloom's, Fries, Bar-B-Q",
"Chocolate Chips",
"Stix Pretzels",
"Hard Pretzels",
"Potato Chips",
"Chinese Cookies",
"Bloom's Kosher Products, Drizzled Marble Cookies",
"Almond Horns Cookies",
"Coffee Candy",
"Rainbow Pops",
"Chocolate Chip Cookies",
"Bloom's, Cookies, Sweet Brownie",
"Cookies",
"Cookies",
"Tangy Taffy",
"Tangy Taffy",
"Lemon Tangy Taffy",
"Tangy Taffy",
"Tangy Taffy",
"Tangy Taffy",
"Oneg, Mini Fruit Slices",
"Cornbread Mix",
"Toad-Ally Snax, Hanky Panky Snack Mix, Chocolaty Drizzled, Caramel Corn & Peanuts",
"Chocolate Drizzled Caramel Corn With Peanuts",
"Hanky Panky Chocolaty Drizzled Caramel Corn With Peanuts",
"Chocolate & White Coated Pretzels",
"Triple Play Drizzled Butter Toffee Popcorn Spanish Peanuts And Micro Mini Pretzels",
"Sugar Free Oatmeal Cookies",
"Mrs. Pure's, Sugar Free Butter Cookies",
"Mrs. Pure's, Chocolate Chip Cookies",
"Mrs. Pure's, Wafers Cookies, Vanilla",
"Patterson Variety Slab Apricots Dried Fruit",
"Blenheim Variety Unsulfured Apricots",
"Blenheim Variety Extra Choice Apricots",
"Makdous ( Eggplant In Oil )",
"Highest Quality Beans",
"Old World, Pocket Pita Breads",
"Pocket Pita Breads",
"Pocket Pita Breads",
"Pocket Pita Breads",
"Parmesan Romano Pita Chips",
"Sea Salt Pita Chips",
"Brownies",
"Mjay's Specialty Baked Foods, Brownies, Cream Cheese Iced",
"Celebration Platter, Holiday Brownie Combo Platter",
"Celebration Platter, 15ct Spring Iced Brownie Platter",
"Celebration Platter, Patriotic Iced Brownie Platter",
"Pork Meat Balls",
"Cha Ca, Fish Meat Emulsion",
"Chinese Style Sausage",
"Cajun Hot Sauce",
"Garlic Hot Sauce",
"100% Virgin Pecan Oil",
"Couscous Lentil Curry",
"Black Bean Soup",
"Chicken Vegetable Soup",
"Soup, Lentil",
"Nile Spice, Split Pea Soup",
"Sweet Corn Chowder",
"Red Beans & Rice Soup",
"Potato Chips, Sea Salt",
"Potato Chips, Bar-B-Q",
"Kettle-Cook'D Potato Chips",
"Potato Chips, Barbq",
"Jalapeno Flavored Hand Cooked Potato Chips",
"Dippin' Potato Chips, Sea Salted",
"Potato Chips",
"Potato Chips",
"Red Hot Potato Chips",
"Potato Chips, Salt & Vinegar",
"Potato Chips, Red Hot",
"Potato Chips, Sea Salt & Vinegar",
"Potato Chips",
"Potato Chips, Bar-B-Q",
"Kettle-Cook'D, Hand Cooked Potato Chips",
"Hand Cooked Potato Chips",
"Cook'D Hand Cooked Potato Chips",
"Air Popped Popcorn, Butter",
"Flavored Popcorn, Butter",
"Slender Pop Popcorn, Sea Salted",
"Jalapeno & Cheddar Dip",
"Creamy Onion Dip",
"Potato Chips",
"Party Mix",
"Pretzels, Milk Chocolate",
"Cheese Curls",
"Baked White Cheddar Cheese Curls",
"Value Size Cheese Curls, Real Cheddar Cheese",
"Baked White Cheddar Curls, Cheese",
"Cheese Balls, Real Cheddar Cheese",
"Salsa",
"Salsa Con Queso",
"Russet Potatoes",
"Yams/Sweet Potatoes",
"Fresh Asparagus",
"Fresh Asparagus",
"Sugar-Free Cookies",
"Sugar-Free Cookies",
"Sugar-Free Cookies",
"Biscuits And Wafers With Fine Dark Chocolate",
"Noblesse, Assortment Of Biscuits And Wafers",
"Wafers With Lemon Cream",
"Wafers With Raspberry Cream Filling",
"Hans Freitag, Wafers, Apple",
"Double Dip Yellow Lentil Hummus With Apricot Sunflower Seed Chutney",
"Crema Estilo Salvadorena Con Loroco",
"New York, Flatbreads Sesame",
"New York, Flatbreads, Garlic",
"Flatbreads",
"Tuscan Soup Authentic Italian",
"Authentic Italian Soup",
"Tri-Color Blend Sprouted Rice",
"Tomato & Basil Sauce",
"Arrabbiata Sauce",
"Marinara Suace",
"Vodka Sauce",
"Puttanesca Pasta Sauce",
"Amatirciana Sauce",
"Bolognese Sauce",
"Marinara & Hearty Artichokes With \"Aceto Balsamico Di Modena I.G.P.\" Pasta Sauce",
"Orti Di Calabria, Alfredo Sauce",
"Orti Di Calabria, Alfredo Sauce With Gorgonzola Cheese",
"Caponata",
"Borettane Onions With Aceto Baqlsamico",
"Authentic Italian Minestrone Soup",
"Bean Soup Authentic Italian",
"Lentil Soup",
"Authentic Italian Soup In Tomato Sauce",
"Pasta Sauce",
"Pasta Sauce",
"Don Pomodoro, Traditional Tuscan Soup",
"Traditional Minestrone Soup",
"Don Pomodoro, Lentil Soup",
"Traditional Sauce",
"Italian Traditional Sauce, Tomato & Basil",
"Don Pomodoro, Traditional Sauce",
"Don Pomodoro, Traditional Sauce, Puttanesca",
"Don Pomodoro, Marinara, Traditional Sauce",
"Italian Special Sauce, Vodka",
"Orti De Calabria, Strawberry Jam Fruit Spread & Topping",
"Coney Wieners",
"Mettwurst",
"Smoked Sausage",
"Mettwurst",
"Cheesy Mettwurst",
"Bratwurst",
"Bratwurst",
"Polish Brand Sausage",
"Seafood Combination",
"Jam",
"Tart Cherry Preserves, Cherry",
"Blackberry-Raspberry Jam",
"Rhubarb Jam, Strawberry",
"Marionberry Dream Fruit Topping",
"Chocolate & Orange",
"Brinkman's, Chunked Beef",
"Brinkman's, Chunked Chicken",
"Chunked Turkey",
"Brown's, Classic Texas Toast",
"Kaiser Rolls",
"Marlow, Watermelon Rings Candy",
"Assorted Fruit Rods",
"Marlow, Caramel Creams",
"Hot & Spicy Cajun Mix",
"Assorted Jellies",
"Starlight Mints",
"Unsalted Peanuts",
"Marlow, Jelly Beans Candy",
"Marlow, Nature's Heal Mix",
null,
"Gummi Worms",
"Sour Crawlers",
"Sour Peach Rings",
"Fitness Mix",
"Milk Chocolate Peanuts",
"Milk Chocolate Raisins",
"Salted Cashews",
"Gourmet Jelly Beans",
"Gummi Cherries",
"Cherry Sours",
"Strawberry Laces",
"Candy Corn",
"Sour Budz Candy",
"Blue Raspberry Rings",
"Gummi Sharks",
"Rootbeer Barrels Candy",
"Marlow, Fancy Mixed Nuts",
"Tarama",
"Hummel Bros., Cocktail Franks",
"Kula Maui, Takuan Pickled Radish",
"M. Uradomo Farms, Spiced Takuan Pickled Radish",
"Sesame Dressing & Marinade",
"Kewpie, Creamy Deep-Roasted Sesame Dressing",
"Kewpie, Wafu Savory Soy Dressing",
"Kewpie, Onion Dressing With Garlic",
"Roasted Sesame Dressing & Marinade",
"Dressing & Finishing Sauce",
"Chia Rich Dressing & Finishing Sauce",
"Kewpie, Dressing & Rich Glaze, Cinnamon Spice",
"Premium Apples",
"Apples",
"Baby Romaine",
"Apple Pommes",
"Honeycrisp",
"Apples",
"Apple Country, Apples",
"Michigan Apples",
"Apple Country, Red Rome Apples",
"Red Delicious Apples",
"Red Delicious Apples",
"Eastern Apples",
"Jonathan",
"Apples",
"Eastern Apples",
"Ida Red Apples",
"Ida Red Apples",
"Paula Red Apples",
"Gala Apples",
"Apples",
"Gala Apple",
"Northland, Organic Apples",
"Fuji Apples",
"Jonagold",
"Fresh Peeled & Cut Carrot Petites",
"Apples",
"Apple Golden Delicious",
"Lemons",
"Mandarins",
"Potatoes",
"Easterday Farms, Russet Potatoes",
"Russet Double Stuffed Baked Potatoes With Swiss Chard And Bacon",
"Idaho Russet Potatoes",
"Russet Potatoes",
"Premium Onions",
"White Pearl Onions",
"Pearl Onions",
"Pearl Onions",
"Celery Stalk",
"Radishes",
"Organic Gold Potato",
"Fresh Organic Carrots",
"Fresh Organic Carrots",
"Organic Carrots",
"Bunny-Luv, Classic Cut And Peeled Baby Carrots",
"Enriched Macaroni Product, Rotini",
"Quick Cook, Enriched Macaroni Product, Penne Rigate",
"Quick Cook, Enriched Macaroni Product, Elbow",
"Enriched Macaroni Product, Cavatappi No. 53",
"Ziti Rigati No.154",
"Healthy Harvest, Whole Wheat Pasta, Lasagna",
"Enriched Macaroni Product, Spaghetti",
"Enriched Macaroni Product, Thin Spaghetti No.9",
"Vermicelli No.10, Enriched Macaroni Product",
"Capellini",
"Linguine No.19, Enriched Macaroni Product",
"Angel Hair No. 12, Enriched Macaroni Product",
"Enriched Macaroni Product, Rigatoni No. 23",
"Small Rigatoni Pasta",
"Enriched Macaroni Product, Rotelle No. 25",
"Ziti No. 28",
"Enriched Macaroni Product, Elbow Macaroni",
"Enriched Macaroni Product, Ditalini",
"Enriched Macaroni Product, Orzo",
"Enriched Macaroni Product, Acini Di Pepe",
"Large Shells Pasta",
"Medium Shells No.51, Enriched Macaroni Product",
"Farfalle No. 71",
"Enriched Macaroni Product, Penne Rigate",
"Enriched Macaroni Product, Small Shells",
"Mostaccioli Rigati No.75",
"Rotini No. 76, Enriched Macaroni Product",
"Trio Italiano No.77, Enriched Macaroni Product",
"Enriched Macaroni Product, Mafalda",
"Enriched Macaroni Product, Lasagna No.79",
"Enriched Macaroni Product, Fettuccine No. 98",
"Enriched Macaroni Product, Spaghetti No.8",
"Enriched Macaroni Product, Thin Spaghetti No.9",
"Enriched Macaroni Product, Elbow Macaroni",
"Enriched Macaroni Product, Manicotti",
"Macaroni Dumplings, Enriched Macaroni Product",
"Enriched Macaroni Product, Pastina",
"Egg Fettuccine No.99, Enriched Egg Noodle Product",
"Light 'N Fluffy, Enriched Egg Noodles, Extra Wide",
"Light 'N Fluffy, Enriched Egg Noodles, Medium",
"Light 'N Fluffy, Enriched Egg Noodles, Wide",
"Enriched Egg Noodles, Pot Pie Squares",
"Pot Pie Bows No. 87, Enriched Egg Noodles",
"Healthy Harvest, Whole Wheat Pasta, Spaghetti",
"Healthy Harvest, Whole Wheat Pasta, Thin Spaghetti",
"Healthy Harvest, Whole Wheat Pasta, Linguine",
"Healthy Harvest, Whole Wheat Pasta, Penne Rigate",
"Healthy Harvest, Thin Spaghetti",
"Healthy Harvest, Whole Wheat Pasta, Rotini",
"Healthy Harvest, Whole Wheat Pasta & Ancient Grains",
"Enriched Tomato And Spinach Macaroni Product, Tricolor Rotini No.72",
"Enriched Tomato And Spinach Macaroni Product, Tricolor Penne No.54",
"Enriched Macaroni Product, Oven Ready Penne No. 176",
"Instant Miso Soup",
"Reny Picot, Brie Cheese",
"Brie Soft Ripened Cheese",
"Old Europe Cheese, Reny Picot Soft-Ripened Triple Cream Layered Brie Cheese, Peppercorns",
"Reny Picot, Triple Cream Layered Brie Soft-Ripened Cheese",
"Reny Picot, Camembert Soft Ripened Cheese",
"Charmant Brie",
"Camembert Traditionnel",
"Reny Picot, Gouda Cheese",
"Edam Semi-Soft Cheese",
"Reny Picot, Baked Brie In Pastry",
"Baked Brie Pastry With Blueberries, Almonds, & Vanilla",
"Sweet Italian Premium Sausage",
"Nature's Traditions Breakfast Links Pork Sausage",
"Buttermilk Mix",
"Stern's Bakery, Chocolate Rugelach",
"Patriot Gels",
"Rice Pudding With Cinnamon, Cinnamon",
"Tapioca Pudding",
"Caramel Flan",
"Mocha Coconut Flan",
"Creme Parfait",
"Family Pack Gelatin, Orange, Lime, Strawberry",
"Gelatin Treats",
"Fruit-N-Gel Family Pack, Orange,Strawberry",
"Gelatin Bits In Creamy Whipped Topping",
"Piantedosi, Enriched Hearth Baked French Bread",
"Bite-Size Crab Cakes",
"Scallop & Bacon Cakes",
"Stuffed Crab",
"Crab Cakes",
"Salamida, Original Spiedie Sauce Marinade",
"Original State Fair Chicken Bar-B-Que Sauce",
"Salamida, Italiano Sub Sauce",
"Sub Sauce, Honey Mustard",
"Chocolate Chip Muffin",
"Multi- Grain Pretzel Nuggets With Sesame Seeds",
"Original Fish Battre Mix",
"Gluten Free Christmas Pudding",
"German Brand Skinless Franks",
"Beef Franks",
"Beef Franks",
"German Style Mustard",
"Fully Cooked Natural Casing Snappy Griller",
"Herb Ox, Bouillon Cubes, Beef",
"Foods, Herb Ox, Bouillon Cubes, Chicken",
"Herb Ox, Granulated Bouillon, Chicken",
"Herb Ox, Granulated Bouillon, Beef",
"Granulated Bouillon",
"Herb Ox, Granulated Bouillon, Beef",
"Granulated Bouillon",
"Bacon",
"Snack",
"Chubby, Go Bananas Soda, Banana",
"Chubby, Reggae Red Soda",
"Chubby, Orange Soda, Orange",
"Chubby, Rock N' Rolla Cola",
"Chubby, Caffeine Free Tutti Frutti Soda, Tutti Frutti",
"Whole Grain Crispbread",
"Crisp'N Light Wholesome Wheat Crackerbread",
"Flax Seed Crispbread",
"Wasa, Sandwich, Chocolate",
"Sandwich Bar",
"Sandwich",
"Thins Flatbread",
"Thins Flatbread",
"Multi Grain Whole Grain Crispbread",
"Sesame Crispbread",
"Light Rye Crispbredd",
"Whole Grain Crispbread",
"Fiber Whole Grain Crispbread",
"Hearty Made With 100% Whole Grain Crispbread",
"Crackerbread",
"Ginseng Up, American Classics Cream Soda",
"American Classics, Root Beer Soda, Root Beer",
"Premium Ginseng Drink",
null,
"American Classics, Ginger Ale",
"Soda",
"Nature's Way, Organic Raw Coconut Whole Food",
"Alive!, Energy Max Water Enhancer, Orchard Peach",
"Energy Water Enhancer",
"Nature's Way, Alive!, Energy Water Enhancer, Tropical Fusion",
"Nature's Way, Alive!, Energy Max Water Enhancer, Tropical Fusion",
"Nature's Way, Alive!, Energy Water Enhancer, Berry Blast",
"Nature's Way, Energy Max Water Enhances, Berry Blast",
"Aloe Vera Inner Leaf Gel & Juice, Wild Berry",
"Chili Beef Nachos",
"Italian Style Flavored Bread Crumbs",
"Marinara Spaghetti Sauce",
"Minced Clams",
"Artichoke Hearts",
"Tomato Paste 100% Tomatoes",
"Tomato Paste",
"Tomato Sauce",
"Whole Peeled Tomatoes",
"Heavy Tomato Puree",
"Crushed Tomatoes",
"Quartered & Marinated Artichoke Hearts",
"Quartered & Marinated Artichoke Hearts",
"Ground Hot Cherry Peppers",
"Ground Hot Cherry Peppers",
"Imported Golden Pepperoncini",
"Shredded Pizza Cheese",
"Olive Oil, Spaghetti Sauce",
"Spanish Olives",
"Spanish Olives",
"Salad Olives",
"Spanish Olives (Stuffed Queens)",
"Red Kidney Beans",
"Cannellini White Kidney Beans",
"Spanish Olives (Stuffed Manzanilla)",
"Pepper Steaks",
"Whole Hot Cherry Peppers",
"Mild Cherry Peppers",
"Garbanzos Chick Peas",
"Marinated Mushrooms",
"Ready To Use Chopped Garlic",
"Fire Roasted Peppers",
"Sliced Hot Cherry Peppers In Oil",
"Antipastro Peppers",
"Imported Oil Cured Olives",
"Sliced Hot Jalapeno Peppers",
"Black Beans",
"Basil Pesto",
"Sun Dried Tomatoes In Oil",
"Ready To Eat Lupini Beans",
"Sun Of Italy, White Clam Sauce",
"Red Clam Sauce",
"Shredded Pizza Cheese",
"Fire Roasted Peppers",
"Italian Diced Tomatoes With Oil",
"Hot Giardiniera",
"Spaghetti Sauce, Tomato & Basil",
"Sweet Pepper Strips In Sweet Brine",
"Pecorino Romano Cheese",
"Parmesan Cheese",
"Old Fashioned Sour Onions",
"Arborio Rice",
"Cocktail Onions",
"Sweet Cocktail Onions",
"Gnocchi With Potato",
"Sliced Portabella Mushrooms",
"Pizza Sauce",
"Sourdough English Muffins",
"Gourmet Bakery Style Cookie Dough, White Chunk Macadamia Nut",
"Gourmet Bakery Style Cookie Dough",
"Merico, Gourmet Bakery Style Cookie Dough, Turtle",
"Merico, Cookie Dough, Chocolate Chip",
"Cookie Dough Chocolate Chip",
"Merico, Cookies Quick!, Cookie Dough",
"Chips'N Stars Cookie Dough, Chocolate Chip",
"Haloween Cookie Dough",
"Cookie Dough",
"Litefluff, Cookie Dough, Chocolate Chip",
"Cookies Dough",
"Great American Cookies, Sugar Cookie Dough",
"Cookies",
"Ready To Bake! Cookies, Chocolate Chip",
"Cookie Dough, Chocolate Chunk With Walnut Cookies",
"Birthday Cake Cookie Dough",
"Great American Cookies, Cookie Dough, Peanut Butter",
"Litefluff, Ready-To-Bake Pizza Crust",
"Nutcracker, Dry Roasted Salted Peanuts",
"Fratelli Comino, Tochetti With Sea Salt",
"Nutcracker, Cashew Lovers Mix",
"Southern Roasted Nuts, Dry Roasted Peanuts, Salted",
"Salted Mixed Nuts",
"Nutcracker, Dry Roasted Peanuts",
"Nutcracker, Dry Roasted Peanuts",
"Nutcracker, Roasted Peanuts, Honey",
"Balsamic Vinegar Of Modena",
"Balsamic Vinegar Of Modena",
"The Balsamic Vinegar",
"Gina, Mango Nectar",
"Luzona, Juice Drink, Mango",
"Gina, Tropical Fruit Juice",
"Luzona, Juice Drink, Calamansi",
"Gina, Juice Drink, Calamansi",
"Peas And Carrots",
"Sweet Peas",
"Sliced Carrots",
"French Style Green Beans",
"Spinach",
"Whole Kernel Corn",
"Cut Green Beans",
"Best West, Sweet Peas",
"French Style Green Beans",
"Best West, Whole Green Beans",
"Best West, Sweet Peas",
"Diced Potatoes",
"Dish Apple Pie",
"Organic Coconut Spread",
"Avocado Oil Spread",
"Purely Better Buttery Spread",
"Smart Balance, Purely Better, Buttery Spread",
"Heart Right, Light Buttery Spread",
"Mayo Light Mayonnaise",
"Light Mayonnaise",
"Imitation American Pasteurized Process Cheese Food Slices",
"Deluxe Microwave Popcorn, Light Butter",
"Smart 'N Healthy!, Deluxe Microwave Popcorn",
"Puffs, Aged White Cheddar",
"Vegan Popcorn, Buttery",
"Vegan Aged White Cheddar Flavor Popcorn",
"P.B. Popps, Popcorn, Cuddled In Peanut Butter And A Bustle Of Oats!",
"Kettle Chips, Sea Salt",
"Kettle Chips, Cheddar",
"Kettle Chips, Sour Cream & Onion",
"Cheddar Squares",
"Vegan Cheddar Flavor Mac & Cheese",
"Vegan White Cheddar Flavor Mac & Cheese",
"Mac & Cheese, Vegan Cheddar Flavor",
"Natural Rich Roast Peanut Butter & Oil Blend, Creamy",
"Chunky Peanut Butter & Oil Blend, Natural Rich Roast",
"Natural Dark Chocolate Peanut Butter Spread Creamy",
"Smart Balance, Rich Roast Creamy Peanut Butter & Oil Blend",
"Smart Balance, Rich Roast Chunky Peanut Butter & Oil Blend",
"Natural peanut butter and flaxseed",
"Peanut Blend",
"Creamy Coconut & Peanut Spread",
"Peanut Butter And Flaxseed",
"Earth Balance Coconut & Peanut Spread",
"Natural Peanut Butter And Flaxseed",
"Coconut & Peanut Spread",
"Smart Balance, Lactose-Free Fat Free Milk",
"Smart Balance, Omega-3s Fat Free Milk",
"Smart Balance, 1% Low Fat Milk",
"Sweet Green Peas",
"Lakeside Market, Cut Green Beans",
"Lakeside Market, Mixed Vegetables",
"Asian Bbq-Style 7 Whole Grains",
"Garlic Salt",
"Hulled Hemp Seeds",
"Complete Seasoning",
"Rotisserie Chicken Seasoning",
"Garlic Salt",
"Complete Seasonings",
"Adobo Seasoning",
"Adobo Seasoning",
"Pinto Bean Seasoning",
"Complete Seasoning",
"Harlem Garlic Pepper",
"Curry Powder",
"Chili Powder",
"Curry Powder",
"Chili Powder",
"Minced Garlic In Olive Oil",
"Celery Salt",
"Coconut Water With Pulp",
"Coconut Milk",
"Bread Crumbs With Complete Seasoning",
"Seafood Seasoning",
"Grill Seasoning",
"Garlic & Herb Italian Seasoning",
"Minced Garlic",
"Minced Garlic",
"Chopped Garlic In Olive Oil",
"Chili Hot Sauce",
"Hot Sauce, Habanero",
"Sriracha Chili Sauce With Garlic, Hot",
"Mild Sauce, Chipotle",
"Chopped Garlic In Olive Oil",
"Minced Garlic",
"Coconut Water",
"Sazon Caliente Seasoning, Hot",
"Biscayne Bay Seafood Seasoning",
"Adobo Seasoning",
"Adobo Seasoning",
"Chimichurri Steak Sauce",
"Bacon Bits",
"Mojo Marinade",
"Minced Garlic In Olive Oil",
"Hearts Of Palm",
"Organic Ground Flax Seed",
"Jamaican Style Curry Powder",
"Adobo Seasoning",
"Adobo Seasoning",
"Complete Seasoning",
"Celery Salt",
"Garlic Salt",
"Meat Tenderizer",
"Gourmet Blends Poultry Seasoning",
"Cubes, Chicken",
"All Purpose Seasoned Salt",
"Adobo Seasoning With Pepper",
"Sin Pimienta Without Pepper",
"All Purpose Seasoned Salt",
"Fajita Seasoning",
"Sazonador Fajita Seasoning",
"Mojo Marinade",
"Lemon Pepper",
"Sour Orange",
"Canadian Blend Steak Seasoning",
"Gourmet Blends",
"Italian Seasoning Mediterranean Blend",
"Garam Masala",
"Gourmet Blends Barbecue Seasoning",
"Poultry Seasoning",
"Pinto Bean Seasoning",
"Jerk Seasoning",
"Fajita Marinade/Sauce",
"The Coffee Bean & Tea Leaf, Premium Medium Roast Ground Coffee, Egg Nog",
"The Coffee Bean & Tea Leaf, Premium Medium Roast Ground Coffee, Toffee Nut",
"All Natural Little Turkey Sausages",
"Fully Cooked Sausage, Maple, Pork",
"All Natural Fully Cooked Sausage",
"Liverwurst Braunschweiger",
"Canadian Bacon Center Cut From Pork Loin",
"Canadian Bacon",
"Whole Sweet Kernel Corn In Brine",
"Candy-Krisp Jalapenos",
"Corn & Lime Salsa",
"Arriba!, All Natural Salsa Avocado, Medium",
"Reed's, Flying Cauldron, Cream Soda, Butterscotch Beer",
"Chicken Arrabbiata",
"Bruschetta With Garlic Baked Bread Rounds With Garlic And Olive Oil",
"Spaghetti, Enriched Macaroni Product",
"Margarita's Salsa",
"Chunky Style Salsa",
"Hot Salsa",
"Chunky Style Medium Salsa",
"Salsa",
"Salsa",
"Restaurant Style Margarita's Salsa",
"Marinated Artichokes",
"Restaurant Style Margarita's Salsa",
"Caribbean Jerk Marinade",
"Whole Grain Bread",
"Right Wheat Whole Grain Bread",
"Whole Grain Bread",
"Better White Bread",
"Whole Grain Bread",
"Oatmeal Bread",
"Whole Grain Bread",
"Organic Whole Grain & Flex Bread",
"Whole Grain & Flax Bread",
"Whole Grain Bagels, 100% Whole Wheat",
"Solgar, Brewer's Yeast Powder",
"Vitamine B12 Liquide - 59 ML - Solgar",
"Zinc Picolinate 22 MG - 100 Tablets - Solgar",
"Mélatonile 1.9MG - 60 Comprimés - Solgar",
"Eff Milk Chocolate",
"Dark Chocolate & Coconut Bars",
"Dark Chocolate & Coconut",
"Dark Chocolate Covered Peppermint Patties",
"Dark Chocolate Covered Peppermint Pattie Hearts",
"Dark Chocolate Covered Bunny",
"Dark Chocolate Covered Peppermint Patties",
"Dark Chocolate Covered Peppermint Patties",
"Dark Chocolate Covered Peppermint Patties",
"Milk Chocolate Toffee Bits",
"Bits 'O Brickle Toffee Bits",
"Nutrageous Snack Size Bars",
"Caramel Soft Cremes",
"Soft Cremes",
"Soft Cremes Candy",
"Reese's Pieces Au Beurre De Cacahuètes",
"Pieces Candy",
"Reese's Pieces",
"Reese's Pieces 113G",
"Candy In A Crunchy Shell Pieces",
"Hershey's Spread Chocolate",
"Sticks Crispy Wafers",
"Hershey's Milk Chocolate with Almonds",
"Hershey's Special Dark Mildly Sweet Chocolate Extra Large Bar, 4.25-ounce Bars",
"Peanut Butter Candy In Crunchy Shell Pastel Eggs",
"Filled Polar Bears, Miniatures Peanut Butter Cups",
"Crispy Wafers",
"Snack Mix",
"Dark Chocolate Covered Peppermint Pattie Hearts",
"Cookies' in'Creme",
"Crisps And Caramel Bars",
"Reese's Pieces 43G",
"Milk Chocolate",
"Crispy Wafer Bar Sticks, Milk Chocolate, Peanut Butter",
"Syrup Chocolate Flavor",
"Butter Toffee",
"Beurre De Cacahuètes Crémeux",
"Reese's Peanut Butter Cups Snack Size",
"Peanut Butter Cups",
"Pumpkin Milk Chocolate",
"Miniatures Peanut Butter Cups Milk Chocolate",
"Peanut Butter Cups Milk Chocolate",
"Reese's",
"Peanut butter cups",
"Peanut Butter Cups",
"Reese's peanut butter cup",
"Peanut Butter Cups",
"Cups Miniatures Saveur Chocolat Au Lait Et Beurre De Cacahuètes",
"Reese's Peanut Butter Cups Miniatures, 40 Oz",
"Reese's Peanut Butter Cups Miniatures ",
"Milk Chocolate",
"Peanut Butter Cups Miniatures",
"Peanut Butter Cups Miniatures",
"Miniatures Peanut Butter Cups",
"Clusters",
"Miniatures Peanut Butter Cups",
"Crunchers, Mini Peanut Butter Chips, Puffs Covered In Milk Chocolate",
"Minis Unwrapped Cups",
"Pumpkins Candy",
"Pink Hearts Cupcake",
"Eggs",
"Peanut Butter Hearts Milk Chocolate",
"Milk Chocolate Covered Peanut Butter Eggs",
"Milk Chocolate Egg Easter Candy",
"White Peanut Butter Trees",
"Milk Chocolate Eggs",
"Pieces Big Cup Candy",
"Reese's Peanut Butter Cups Milk Chocolate - 6 Pack",
"Peanut Butter Cup",
"Milk Chocolate Peanut Butter Cups, Peanut Butter",
"Milk Chocolate",
"Bubble Gum",
"Sugarless Bubble Gum",
"Sugar Free Spearmint Chews",
"Peanut Butter Cups",
"Chicken Broth",
"Raisins",
"Natural Cottage Cheese",
"Rising Crust Cheese Pizza",
"Greek Dressing",
"Alpenglow Beverage Co, Alternative Sparkling Apple Juice",
"The Sparkling, Sparkling Juice, Peach",
"Shenandoah Valley, Vinaigrette Dressing, Vidalia Onion",
"Shenandoah Valley, Chili Lime Dressing",
"Shenandoah Valley, Japanese Ginger Vinaigrette",
"Blue Ridge Bbq Sauce",
"Sweet Skyline Bbq Sauce",
"Wing Sauce",
"Cooking Sauce",
"Cooking Sauce",
"Zeigler's, Old Fashioned Lemonade Beverage, Lemonade",
"Zeigler's, Small Batch, Strawberry Kiwi Cooler",
"Zeigler's, Premium Lemon Tea",
"Zeigler's, Old Fashioned Pink Lemonade Beverage",
"Ice Cream Mix",
"Ice Cream Mix",
"Kitchen, Derby-Pie, Chocolate Nut Pie",
"Quality Kraut",
"Quality Since 1905",
"Quality Kraut",
"Hot Dog Kraut",
"Kraut Juice",
"Quality Kraut Singles",
"Bavarian Style Sweet Kraut",
"Polish Style Kraut",
"Reduced Sugar Totally Tomato Ketchup",
"Organic Shelled Walnuts",
"Organic Dried Mango",
"Dry Roasted With Sea Salt Shelled Pistachios",
"Natural Pecans",
"Organic Royal Quinoa",
"Organic Dried Figs",
"Shelled Almonds",
"Jetton Farms, Turkish Figs",
"Dark Chocolates",
"Premium Dry Roasted Pistachios, Sea Salt",
"Dark Chocolate Raisins",
"Dry Roasted With Sea Salt Pistachios",
"Premium California Grown Dark Chocolate Pistachios",
"Premium California Roasted Pistachios",
"Seffon Farms, Dry Roasted Pistachios",
"Sweet & Salty Blend, With Almonds And Honey Cashews",
"Premium Creme Brulee Blend With Cashews And Toffee Peanuts",
"Premium Quality Pistachio Berry Blend",
"Seffon Farms, Nature's, Finest Trail Mix",
"Roasted Salted Almonds",
"Saffon Farms, Dark Chocolate Almonds",
"Dried Okra Chips",
"Dried Beet Chips",
"Seffon Farms, Wasabi Green Peas",
"Fancy Roasted Salted Mixed Nuts",
"Natural Almonds",
"Shelled Sunflower Seeds",
"Dried Apricots",
"Organic Sweetened Banana Chips",
"Organic Cranberry Mix",
"Organic Natural Pecans",
"Dried Cherries",
"Organic Dried Apples",
"Organic Cried Blueberries",
"Roasted Pepper",
"My Nanas, Duritos, Light & Crispy",
"Flour Tortillas",
"Burrito & Soft Taco Flour Tortillas",
"Restaurant Style Salsa Fresca, Medium",
"Double Devon Cream",
"Mull Of Kintyre, Extra Mature Scottish Cheddar Cheese",
"Coombe Castle, Blue Stilton, Creamy Blue Cheese With A Tangy Bite",
"English Luxury Clotted Cream",
"Brown rice",
"All Purpose Baking Mix",
"Casa De Dulce, Peanut Mazapan",
"Japanese Style Peanuts",
"Mango Lollipops, Mango",
"Corn Lollipops",
"Butter Spread, Garlic & Herb",
"Spreadable Butter Spread, Honey",
"Cinnamon Sugar Butter Spread",
"Saute' Express Seasoned Meal Starter, Southwest",
"Extra Sharp Cheddar Cheese",
"Medium Cheddar Cheese",
"Premium Deli Muenster Cheese",
"American Premium Deli Cheese",
"Premium American Deli Cheese",
"Reduced Fat Natural Cheese",
"Co-Jack Natural Cheese",
"Premium Deli Cheese",
"Premium American Deli Sliced Cheese",
"American Deli Cheese Slices",
"Ice Cream Mix, Vanilla",
"Fat Free Milk",
"Rich & Creamy Lowfat Half and Half",
"Land O' Lakes, Mini Moo's, Half & Half Creamers",
"Rich & Creamy Light Cream",
"Half And Half",
"Half And Half",
"Rich & Creamy Heavy Whipping Cream",
"Land O' Lakes, Rich & Creamy Fat-Free, Half And Half Ultra-Pasteurized Milk",
"Half & Half",
"Land O' Lakes, Rich & Creamy Fat-Free Ultra-Pasteurized Half And Half",
"Half And Half Ultra-Pasteurized Milk And Cream",
"Mini Moo's, Half & Half Milk & Cream Creamer",
"Land Lakes, Mini Moo's, Half & Half Creamer",
"Neapolitan, Light Ice Cream",
"Rich & Creamy Heavy Whipping Cream",
"Blended Lowfat Yogurt",
"Rich & Creamy Heavy Whipping Cream",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Fat Free Small Curd Cottage Cheese",
"Pure & Creamy Sour Cream",
"Sour Cream",
"Light Sour Cream",
"Fat Free Sour Cream",
"Sour Cream With Chives And Onions",
"Light Sour Cream",
"Sour Cream With Chives And Onions",
"French Onion Dip",
"French Onion Party Dip",
"Ranch Dill Party Dip",
"Cottage Cheese",
"Cottage Cheese",
"Lowfat 2% Milkfat Cottage Cheese, Naturally Cultured",
"Cottage Cheese",
"American Deli Cheese Product",
"Copper River Sockeye Smoked Salmon",
"Seabear, Smoked Salmon Jerky",
"Wild Pink Salmon",
"Wild Salmon",
"Seabear Wild Salmon, Smoked Salmon Chowder",
"Seabear, Smoked Salmon Spicy White Bean Soup",
"Smoked Wild Salmon",
"Refried Beans",
"Green Enchilada Sauce, Medium",
"Fat Free Milk",
"Smith Brothers Farms, Whole Milk",
"Smith Brothers Farms, Lowfat Milk",
"Smith Brothers Farms, Half & Half",
"Reduced Fat Milk",
"Smith Brothers Farms, Acidophilus Lowfat Milk",
"Fat Free Milk",
"Smith Brothers Farms, Cultured Lowfat Butter Milk",
"Whole Milk",
"Heavy Whipping Cream",
"Smith Brothers Farms, Reduced Fat Milk",
"Smith Brothers Farms, Whole Milk",
"Smith Brothers Farms, Half & Half",
"Smith Brothers Farms, Tony's Coffee, Organic Cold Brew Coffee, Chocolate",
"Smith Brothers Farms, Tony's Coffee, Organic Cold Brew Coffee",
"Smith Brothers Farms, Tony's Coffee, Cold Brew Coffee, Chocolate",
"Smith Brothers Farms, Tony's Coffee, Organic Cold Brew Coffee",
"Premium Cubed Boneless Ham",
"Tuscany, Tomato Basil",
"Italian Sausage",
"Bratwurst Sausage",
"Hot Italian Sausage",
"Italian Sausage",
"Mild Turkey Italian Sausage",
"Turkey Italian Sausage",
"All Natural Hot Italian Sausage",
"Cindy's Kitchen, Gourmet Quality Dip, Lemon Peppermint And Parmeoan",
"Dressing & Dip",
"Skinny Dressing Marinade, Fig Tahini",
"Sweet Chili & Lime Marinade",
"Fig Balsamic Dressing",
"Cocktail Sauce",
"Pear Vinaigrette Dressing Marinade",
"Cocktail Sauce",
"Tartar Sauce",
"Cajun Remoulade",
"Cajun Remoulade",
"Tangerine Vinaigrette Dressing",
"Spicy Cocktail Sauce With Extra Horsedish",
"Marinade, Original Teriyaki",
"Chinese Black Pepper Sauce",
"Sauce, Spicy Harissa",
"Carolina Bbq Sauce",
"Maple Bourbon Sauce",
"Ultimate Cooking Sauce, Original Korean Bbq",
"Red Curry Sauce",
"Dip",
"Marinade, Citrus Mojo",
"Traditional Fish Taco Sauce",
"Honey Sriracha Marinade",
"Greek Yogurt Dip",
"Seafood Burger Sauce",
"Cindy's Kitchen, Rich & Creamy Soy Dip",
"Coconut & Lime Marinade",
"Cindy's Kitchen, Deeply Roasted Sesame Dressing Marinade",
"Cindy's Kitchen, Lemon And Shallot Vinaigrette Dressing Marinade",
"Cindy's Kitchen, Roasted Red Pepper Dressing Marinade",
"Cindy's Kitchen, Sundried Tomato Dressing Marinade",
"Cindy's Kitchen, Vidalia Onion And Cilantro Dressing Marinade",
"Cindy's Kitchen, Real Bleu Cheese Dressing Dip",
"Cindy's Kitchen, Gorgonzola And White Balsamic Dressing Marinade",
"Cindy's Kitchen, Fire Roasted Red Pepper With Goat Cheese Dip",
"Cindy's Kitchen, Caramelized Onion Dip With Shitake Mushroom",
"Seasoned Chicken Breast For Fajitas With Rib Meat",
"Angus Beef Steak",
"Beef Fajitas",
"Chicken Breast Strips With Rib Meat",
"Seasoned & Thinly Sliced Beef Steak",
"Tex-Mex Chicken With Seasoned Rice",
"Ranch Flavored Baked Vegetable Crisps",
"Original Mixed Vegetables",
"Original Mixed Vegetables",
"Original Mixed Vegetables",
"Veg-All, Homestyle Large Cut Vegetables",
"Original Mixed Vegetables",
"Veg-All, Cut Green Beans",
"Veg-All, French Style Green Beans",
"Veg-All, Whole Kernel Sweet Corn",
"Cream Style Sweet Corn",
"Tender Sliced Carrots",
"Veg-All, Tender Sweet Peas",
"Cut Italian Green Beans",
"All Natural Cut Italian Green Beans",
"Cut Italian Green Beans",
"Cut Green Beans",
"Cut Italian Green Beans",
"Blue Lake Cut Green Beans",
"Whole Green Beans",
"Whole Green Beans",
"Italian Bean Shellouts",
"Cut Green Beans",
"Cut Green Beans",
"French Style Green Beans",
"French Style Green Beans",
"Selects Whole Green Beans",
"Selects Green Baby Lima Beans",
"Small Sliced Beets",
"Small Whole Beets",
"Gold & White Corn",
"Mixed Vegetables",
"Crinkle Sliced Carrots",
"Sweet Corn, Cream Style",
"Whole Kernel Sweet Corn, No Salt Added",
"Whole Kernel Sweet Corn",
"Sweet Corn & Diced Peppers",
"Tender Garden Peas",
"Tender Garden Peas, No Salt Added",
"Selects Petite Sweet Peas",
"Sweet Peas & Tiny Onions",
"Sweet Peas & Carrots",
"Freshlike, Cut Leaf Spinach",
"Popeye, Chopped Spinach",
"Chopped Spinach",
"Popeye Spinach Leaf",
"Popeye, Low Salt Spinach",
"Popeye Spinach",
"Popeye, Spinach",
"Yams Cut Sweet Potatoes In Syrup",
"Cut Sweet Potatoes",
"Cut Sweet Potatoes",
"Cut Sweet Potatoes",
"Candied Sweet Potatoes Sauced Yams",
"Prince, Sauced Yam Cuts Sweet Potatoes, Orange Pineapple",
"The Allens, 3-Bean Salad",
"Selects Sliced Pickled Beets",
"Sliced White Potatoes",
"Cut Italian Green Beans With Potatoes",
"Green Beans With Potatoes",
"Seasoned Mustard Greens",
"Mustard Greens, Seasoned",
"Seasoned Mustard Greens",
"Leaf Turnip Greens",
"Turnip Greens",
"Turnip Greens, Seasoned",
"Seasoned Turnip Greens",
"Seasoned Kale Greens",
"Seasoned Kale Greens",
"Collard Greens",
"Seasoned Collard Greens",
"Seasoned Collard Greens",
"Seasoned Mixed Greens",
"Mixed Greens Mustard And Turnip",
"Mixed Greens",
"Turnip Greens With Diced Turnips",
"Seasoned Turnip Greens With Diced Turnips",
"Black Beans",
"Seasoned Black Beans",
"Navy Beans",
"Navy Beans",
"Pinto With Garlic",
"Refried Beans",
"Pinto Beans",
"Great Northern Beans",
"Green And White Lima Beans",
"Blackeyed Peas",
"Blackeye Peas With Bacon",
"Dark Red Kidney Beans",
"White Kidney Cannellini Beans",
"Great Northern Pork And Beans",
"Seasoned Baked Beans",
"Baked Bean",
"Baked Beans",
"Whiskey Dry-Rub Baked Beans",
"Baby Butter Beans",
"Hush Puppies",
"Large Butter Beans",
"Sweet Peas",
"Battered Whole Green Beans",
"Medium Green Lima Beans",
"Blackeyed Peas",
"Hoppin' John With Blackeye Peas, Tomatoes, Onions & Jalapenos",
"Packed From Fresh Shelled Purple Hull Peas",
"Crowder Peas",
"Blackeyed Peas With Snaps",
"East Texas Fair, Tiny Tender Field Peas With Snaps",
"Tiny Tender Field Peas With Snaps",
"Jalapeno Pepper Peas",
"Cream Style Sweet Corn",
"Cream Style Sweet Corn",
"All Natural Hummus, Spinach",
"All Natural Hummus, Chipotle",
"Classic Hummus",
"Garbanzo Beans",
"White Hominy",
"White Hominy",
"Golden Hominy",
"Golden Hominy",
"Chili Beans In Sauce",
"Cut Okra",
"Tomatoes & Okra",
"Sliced Carrots",
"Cookies",
"Cookies",
"Bob & Kurt's Sentry, Cookies, Peanut Butter, Chocolate",
"Bob & Kurt's Sentry, Cookies, Chocolate Chip",
"Bob & Kurt's Sentry, M&M, Cookies",
"Sugar Free Mila's Sourdough Roll",
"Grebe's Bakery, Buttercream Filled Coffee Cake Pk",
"Mixed Fruit",
"Freestone Peaches",
"Hickory Smoked Sausage",
"Fresh Ground Beef",
"Fresh Ground Beef Patties",
"Clw Foods, Llc, Fresh Ground Beef",
"Ground Beef Patties",
null,
"Enriched Hot Dog",
"Enriched Hamburger Rolls",
"Lysander's, Soup Mix, Black Bean",
"Lysander's, Soup Mix, Split Pea",
"Lysander's, Soup Mix, Navy Beans",
"Lysander's, Traditional Spanish Bean Soup Mix",
"Meat Rub For Beef",
"Chili Seasoning Mix",
"Anchovies Flat Fillets In Olive Oil",
"Skinless & Boneless Sardines In Olive Oil",
"Skinless & Boneless Sardines",
"Sardines In Extra Virgin Olive Oil",
"Sardines In Extra Virgin Olive Oil",
"Kipper Snacks ",
"Sardines in extra virgin olive oil",
"Sardines In Dijon Mustard",
"Sardines In Zesty Tomato Sauce",
"Sardines In Soybean Oil",
"Sardines In Pure Spring Water",
"Mediterranean Style Sardines",
"Sardines In Extra Virgin Olive Oil With Spicy Cracked Pepper, Spicy",
"Sardines In Extra Virgin Olive Oil With Hot Jalapeno Peppers",
"Fillets Mackerel In Olive Oil, North Atlantic Skinless & Boneless",
"Fillets Mediterranean Style Mackerel",
"Lemon & Lime Sparkling Water",
"Sour Neon Gummi Worms Candy",
"Mouth-Puckering Soft & Chewy Candy, Wildberry",
"Original Gummi Factory, Sour Gummi Worms",
"Fruit Snacks, Island Fruits",
"Fruit Snacks, Berries 'N Cherries",
"Fruit Snacks, Fruit Punch",
"Fruit Snack, Strawberry",
"Fruit Snacks, Mixed Fruit",
"Fruit Snacks, Apple Orchard Medley",
"Fruit Snacks, Berries 'N Cherries",
"Fruit Snacks",
"Concord Grape Fruit Snacks",
"Fruit Snacks",
"Fruit Snacks, Apple Orchard Medley",
"Milk Chocolate Covered Almonds",
"Tuxedos, Dark Chocolate Covered Almonds",
"Fruit Snacks, Mixed Fruit",
"Fruit Snacks",
"Pb & J Bite Size Snacks, Strawberry",
"Creamy Peanut Butter Pb&J Bite Size Snacks",
"Mouth-Puckering Candy",
"Sour Jacks, Soft & Chewy Candy, Green Apple",
"Sour Jacks, Soft & Chewy Mouth-Puckering Candy, Wildberry",
"Fruit Snacks, Mixed Fruit",
"Fruit Snacks, Strawberry",
"Mixed Fruit Snacks",
"Fruit Snacks, Mixed Fruit",
"Fruit Snacks",
"Fruit Snacks, Tangy Fruits",
null,
"Fruit Snacks, Fruit Punch, Berries 'N Cherries",
"Juice Filled Fruit Snacks",
"Fruit Snacks",
"Fruit Snacks",
"Soft & Chewy Mouth Puckering Candy",
"Sour Jacks Soft & Chewy Mouth-Puckering Candy!",
"Sour Jacks, Mouth-Puckering Candy, Wildberry",
"Pure Milk Chocolate Raisins",
"Milk Chocolate Covered Almonds",
"Fruit Snacks",
"Fruit Snacks",
"Fruit Snacks",
"Fruit 'N Yogurt, Snacks, Cherry",
"Fruit n yogurt snacks - strawberry",
"Fruit Snacks, Fruit Medley",
"Go Organically, Fruit Snacks, Mixed Berry",
"Pb&J Bite Size Snacks, Strawberry",
"Pb & J Bite Size Snacks, Creamy Peanut Butter, Concord Grape",
"Crunchy Peanut Butter Pb&J Bite Size Snacks",
"Crunchy Peanut Butter Pb & J Snacks, Concord Grape",
"Fruit Snacks, Berries 'N Cherries",
"School Kine Cookies, Cornflake Butter Crunch Cookies",
"King Prawn Makhani",
"Bbq Sauce",
"Milk chocolate teacakes",
"Italian Creamy Dressing",
"Mixed Nuts",
"Eillien's, Sour Gummi Bears",
"Peanuts",
"Pine Nuts",
"California Almonds",
"Cinnamon Bears",
"Jellies",
"Valentine's Day Cinnamon Ju Ju Hearts",
"Gum Drops",
"Bears Candy, Cinnamon",
"Snack Mix",
"Country Mix",
"Omega 3 Mix",
"Filled Candy",
"Chocolatey Layered Peppermint Bark",
"Green Wafers",
"Licorice Lover's Mix",
"Mini Caramel Balls",
"Blueberry Yogurt Pretzels",
"Raspberry Yogurt Pretzels",
"Sweetened Dried Cranberries",
"Milk Chocolate Bark",
"Eillien's, Ivory Bark",
"Fancy Peanut Butter Berry Mix",
"Eillien's, Blueberry Yogurt Pretzels",
"Pretzels",
"Tropical Mix",
"Assorted Jelly Beans",
"Pumpkin Seed Kernels",
"Roasted / Unsalted Pepitas",
"Cinnamon Puffs",
"Honey Roast Mix",
"Country Mix",
"English Toffee",
"Eileen's Candies, Ju Ju Pumpkins, Orange Grape",
"Zombie Mix Candy",
"Eillien's, Christmas Pretzels",
"Reduced Sugar Sweetened Dried Cranberries",
"Country Mix",
"Sweetened Dried Cranberry Trail Mix",
"Roasted/Unsalted Cashews",
"Roasted Unsalted Almonds",
"Dry Roasted Edamame",
"Christmas Gummis",
"Christmas Jelly Wreaths",
"Eillien's, Brown Flaxseed",
"Southwestern Mix",
"Foods, Cashews",
"Mixed Nuts",
"Pecan Caramel Clusters",
"Bbq Peanuts",
"Peanuts, Honey & Mustard",
"Maui Onion Peanuts",
"Inc., Pesto Parmesan Peanuts",
"Peanuts",
"Cookie & Creme Eggs Candy",
"Eillien's, Quinoa",
"R&G Yogurt, Pretzels",
"Chocolate Covered Peanuts",
"Choc-O-Peanuts",
"Mini Cups Candy",
"Eillien's, Dark Chocolate Stars",
"Yogurt Almonds",
"Eillien's, Dark Chocolate Peanuts Clusters",
"Mini Malted Milk Balls",
"Milk Chocolate Pretzels",
"Veggie Chips",
"Halloween Yogurt Pretzels",
"Pistachios",
"Peanut Butter Crunch Mix",
"Christmas Mello Cremes",
"Chocolate Cherry Crunch Mix",
"Tropical Mix",
"Yogurt Raisin & Peanut Mix",
"Berry Nut Mix",
"Eillien's, Root Beer Barrels",
"Candy Corn",
"Midwest Trail Mix",
"Mixed Nuts",
"Gummi Bears Candy, Pink Grapefruit, Green Apple & Watermelon",
"Jelly Rabbits",
"Inc., Peanut Squares",
"Butter Toffee Peanut Squares",
"Gummi Warms",
"Inc, Chips, Dark Chocolate",
"Maple Nut Clusters",
"Affy Tapple, Pretzel Bites White Chocolate Covered",
"Pretzel Bites",
"Affy Tapple, Dark Chocolate Covered Pretzel Bites",
"Affy Tapple, Mini Milk Chocolate Covered Sandwich Cookies, Caramel, Apple",
"Affy Tapple, Famous Homemade Caramels",
"Gourmet Triple Chocolate Caramel Apple",
"Gourmet Butterfinger Caramel Apple",
"Gourmet Chocolate Crunch Caramel Apple",
"Gourmet Party Crunch Caramel Apple",
"Affy Tapple, White Chocolate Cinnamon Caramel Apple",
"Oven-Roasted Rosemarino Ham",
"Tutto Naturale, Prosciutto",
"Sopressata Salame",
"Fresco Cheese",
"Organic Milano Salame",
"Citterio, Lean Italian Style Salame, Peperoncino",
"Rosemary & Gelatin",
"Citterio, Bresaola",
"Sopressata",
"Mortadella",
"Hot Coppa",
"Fresco Mortadella Cheese",
"Fresco, Genoa Salame",
"Salame Napoli",
"Citterio, Italian Style Salame, Salame Genoa",
"All Natural Prosciutto",
"Uncured Oven Roasted Ham",
"Sweet Tea, Original",
"Iced Tea, Lemon",
"Sweet Tea, Peach",
"Iced Tea, Raspberry Naturally Flavored",
"Johnnie Ryan, Cane Sugar Soda, Black Cherry",
"Johnnie Ryan, Cane Sugar Soda, Delicious Cherry",
"Johnnie Ryan, Delicious Cola, Cane Sugar Soda",
"Johnnie Ryan, Diet Cola",
"Diet Soda",
"Skinless & Boneless Sardines, In Olive Oil",
"Reduced Fat Edam Cheese",
"Instant Hot Cocoa Mix",
"Red Velvet Sliced Loaf Cake",
"Csm Bakery Products, Sliced Loaf Cake, Pistachio",
"Csm Bakery Products, Reese's Mousse Cake, Chocolate Peanut Butter",
"Csm Bakery Products, Sliced Loaf Cake, Banana Nut",
"Csm Bakery, Sliced Loaf Cake, Cinnamon Swirl",
"The Kroger Co, Coffee Cake Bites",
"Csm Bakery, Sliced Loaf Cake, Strawberry Swirl",
"Apple Turnover",
"Plain Brownie Bites",
"Powdered Sugar Brownie Bites",
"Sliced Loaf Cake",
"Sliced Loaf Cake",
"Sliced Loaf Cake",
"Salsa Brava",
"Caramel Apple, Caramel",
"Happy Apples, Caramel Apple",
"Grand Gourmet Candy",
"Qancha, Air Toasted Heirloom Corn Snack",
"Slightly Salted English Butter",
"Ucc, Original Blend Coffee With Milk",
"Natural Peanut Butter And Flaxseed Creamy",
"Natural Medium Grain Brown Rice",
"American Jazmine Long Grain Rice",
"Riceland, White Rice",
"Riceland, Whole Grain Brown Rice",
"Andy's Seasoning, Fish Breading, Yellow",
"Shrimp Tempura Batter",
"Andy's Seasoning, Fish Breading Red",
"Andy's Seasoning, Cajun Fish Breading, Big Bold",
"Golden Fish Batter",
"Andy's Seasoning, Chicken Breading, Hot N' Spicy",
"Andy's Seasoning, Chicken Breading, Mild",
"Homestyle Ranch Dip",
"Old Fashion Onion Dip",
"Garden Spinach Dip",
"Oc Salsa Rica, Ranch Dip",
"Cranberry Relish",
"Fresh To Go, Fruit Dip, Creamy Lime",
"Fresh To Go, Jalapeno Popper Dip",
"Cinnamon Spice Fruit Dip",
"Sauerbraten Mix",
"City Ham",
"Country Ham",
"Turkey Sticks",
"Tastee, White Pretzel Wonder Fantasy",
"Traditional Tortillas",
"Taste Tortillas",
"Maria And Ricardo's, White Flour Wraps",
"Maria And Ricardo's, Whole Wheat Wraps",
"Soft Corn Tortillas",
"White Flour Tortillas",
"Maria And Ricardo's, Uncooked Whole Wheat Tortillas",
"Flour Tortillas",
"Yellow Soft Corn Tortillas",
"Soft Taco Size Tortillas",
"Bella Sun Luci, Korean Bbq Marinade In Minutes",
"Sun Dried Tomato Halves With Extra Virgin Olive Oil With Italian Herbs",
"Premium California Sun Dried Tomatoes Halves",
"Sun Dried Tomatoes With Zesty Peppers",
"Slow Roatsed Sun Dried Tomato Snack's",
"Bella Sun Luci, Premium Sun Dried Tomato Halves With Italian Herbs",
"Sun Dried Tomatoes Halves",
"Julienne-Cut Sun Dried Tomatoes",
"Sun Dried Tomatoes With Italian Basil",
"Premium Sun Dried Tomatoes",
"Sun Dried Tomatoes",
"Sun Dried Tomato And Extra Virgin Olive Oil",
"Bella Sun Luci, Sun Dried Tomato Pesto Sauce With Whole Pine Nuts, Tomato Pesto",
"Minh, Crispy Egg Rolls, Pork",
"Oriental Rice Crackers",
"Ray's New York, What's A Bialy",
"Ultra Thin Pizza Crust",
"Mary's, 2 Pizza Crusts, Original",
"3 Pizza Crusts",
"Mary's, Thin & Crispy, 2 Pizza Crusts",
"Thin & Crispy 3 Pizza Crusts",
"Mary's, Restaurant Style Crusts Pizza",
"Mary's, Pizza Sauce",
"Mary's, Traditional Pizza Sauce",
"Mary's, Gourmet Pepperoni Flavored Pizza Sauce",
"Mary's, Gourmet Pepperoni",
"Mary's, Ultra Thin, 2 Gourmet Crusts",
"Mary's, Gluten Free, Pizza Crusts",
"Mary's, Pizza Crust",
"Flat Bread, 4 Pizza Crusts",
"Concentrated Fruit Juice Blend For Baking And Cooking",
"Fruit-Sweetened Dark Chocolate Sauce",
"Dark Chocolate Sauce, Fudge Fantasy",
"Sea Cuisine, Shrimp Scampi",
"Sea Cuisine, Salmon, Honey Chipotle",
"Applewood Smoked Salmon",
"Natural Cut Tilapia With Tortilla, Chipotle And Lime Crust",
"High Liner, Sea Cuisine, Potato Crusted Cod",
"Almond Crusted Flounder",
"High Liner, Sea Cuisine, Shrimp, Chipotle Crusted",
"Wild Alaska Salmon Fillets With A Cajun Spice, Lime And Butter Sauce, Cajun Lime",
"Tilapia Fillets, Lemon Piccata",
"Italian Pesto Cod",
"Tilapia, Garlic And Herb",
"Roasted Garlic & Herb Tilapia",
"Italian Pesto Cod Fillets",
"Salmon",
"Scallops",
"Summer Herb Salmon Burger",
"Premium White Tilapia",
"Salamon Blackened Cajun",
"Sriracha Buffalo Shrimp",
"Bacon Wrapped Scallops",
"Bacon Sriracha Shrimp",
"Small Bites Mac & Cheese Lobster",
"Small Bites Crab Rangoons",
"Lobster Rangoons",
"Asian Grill Rubbed Salmon",
"Salmon Fillets, Citrus Herb",
"Tilapia Fillets, Mango Habanero",
"Salmon Fillets, Honey Chipotle",
"Lemon Pepper Scallops",
"Pan Sear Teriyaki Sesame Salmon Fillets",
"Premium Tilapia Fillets, Pan Sear Garlic & Herb",
"Salmon Skewers, Sweet Sriracha Rubbed",
"Montreal Seasoned Cod",
"Stout Spiked Bbq Salmon",
"Potato Crusted Cod",
"Sea Cuisine, Herb Crusted Cod",
"Raw / Uncooked White Shrimp",
"Sea Cuisine, Mediterranean Crusted Salmon",
"Tortilla Crusted Tilapia Fillets",
"Parmesan Crusted Tilapia",
"Parmesan Crusted Tilapia",
"Forrelli, Grated Parmesan Cheese Alternative",
"Forrelli, Grated Parmesan Cheese Alternative",
"Hazelnut Spread",
"Holly, Mini Candy Canes",
"French Dressing",
"Thousand Island Dressing",
"Ranch Dressing",
"Worcestershire Sauce",
"Cambridge & Thames, Apricot Preserves",
"Blackberry Preserves",
"Mixed Fruit Preservers",
"Cambridge & Thames, Marmalade, Orange",
"Forrelli, Olive Oil",
"Heart Quarters",
"Salad Olives",
"Olives",
"Original Toast Regulier",
"American Valley, Roasted & Salted Peanuts",
"Mcginnis, Butter Shortbread Cookies",
"Salted Roasted Peanuts",
"Unsalted Roasted Peanuts",
"Strawberry Flavored Waffers",
"American Valley, Peanuts, Roasted & Salted",
"Roasted & Salted Peanuts",
"Italian Almond Cookies",
"Rice Cakes",
"Multigrain Thin Rice Cakes",
"Flat Bread Crackers",
"Forrelli, Sunflower Oil",
"Danish Style Butter Cookies",
"Hazelnut Cream Spread Easy Squeeze Tubes With Cocoa",
"Hot Chili & Salt Mexican Fruit Salad",
"Carne Asada, Traditional Mexican Seasoning For Meat",
"Pico Limon, Chile, Salt & Lime Flavor",
"Pico Piquin",
"Traditional Mexican Seasoning",
"X Virgin Olive Oil",
"Field, Pasteurized Process American Cheese",
"Old Fashion Franks",
"Diced Ham",
"Hickory Smoked",
"Smoked Canadian Bacon",
"Minced Garlic",
"Diva Farms, Classic Chopped Garlic",
"Wicked Pepper Rings",
"Wicked Pepper Strips, Original",
"Wicked Okra",
"Jus de pommes et de mangues pressé non à base de concentré",
"Fudge Pie",
"Extra Fine Granulated Pure Sugar",
"Chocolate Milk",
"Milk",
"Eggnog",
"Scandinavian Crispbread With Oat Bran Cracker",
"Scandinavian Thins",
"Thins Scandinavian Cracker",
"Rice Crunch-Ems Cereal",
"Oat Bran Flakes Baked Multigrain Cereal",
"Baked Multigrain Cereal",
"Orgamic Multigrain Cereal Bar",
"Health Valley, Organic Multigrain Cereal Bars, Apple Cobbler",
"No Salt Added Vegetable Soup",
"No Salt Added Lentil Soup",
"No Salt Added Minestrone Soup",
"Split Pea Soup",
"Black Bean Soup",
"Tomato Soup",
"Organic Potato Leek Soup",
"Broth",
"No Salt Added Broth, Chicken",
"Chicken Noodle Soup",
"Chicken Rice Soup",
"Chicken Noodle Soup",
"14 Garden Vegetable Soup",
"Vegetable Barley Soup",
"5 Bean Vegetable Soup",
"Organic Split Pea & Carrots Soup",
"Lentil & Carrot Soup",
"Broth, Chicken, 40% Less Sodim",
"Cream Of Mushroom Soup",
"Cream Of Chicken Soup",
"Cream Of Celery Soup",
"Health Valley, Organic Tame Tomato Vegetarian Chili",
"Vegetarian Chili",
"Organic Black Bean Mole",
"Vegetarian Chili",
"Organic Garden Vegetable Soup",
"Apple Danish",
"Corn Muffin",
"Banana Bread",
"Pound Cake",
"Cheese Cake",
"Lemon Cake",
"Marble Cake",
"Cheese Coffee Cake",
"Cream Cheese Cake",
"Bon Appetit, Cake, Banana, Chocolate",
"Bon Sole, Bon Appetit, 8-Powdered Donuts",
"Bon Sole, Bon Appetit, 8-Crumb Donuts",
"Bon Sole, Bon Appetit, Gourmet Donuts, Berries & Creme",
"Whole Milk Cottage Cheese",
"Yellow Cling Sliced Peaches In Light Syrup",
"Luncheon Meat",
"Whipping Cream",
"Juice Concentrate, Lemonade",
"Limeade",
"Juice Cocktail, Grape",
"Frozen Concentrate, Fruit Punch",
"Juice Frozen Concentrate",
"Classic Condensed Chicken With Rice Soup",
"Condensed Cream Of Chicken Soup, Classic",
"Condensed Vegetable With Beef Stock Soup",
"Classic Condensed Cream Of Celery Soup",
"Cream Cheese Spread",
"Microwave Popcorn, Butter",
"Syrup, Chocolate",
"Chopped Broccoli",
"Cut Leaf Spinach",
"Broccoli Spears",
"Cut Okra Fresh Frozen",
"Cauliflower",
"Corn On The Cob Mini Ears",
"Juice, Vegetable",
"Nonfat Frozen Yogurt, Peach",
"Nonfat Frozen Yogurt, Black Cherry",
"Regular Pie Crusts",
"Pie Crusts",
"Broccoli Cuts",
"Brussels Sprouts",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Cherry",
"Instant Pudding & Pie Filling, Vanilla",
"Pudding & Pie Filling, Chocolate",
"Nonfat Frozen Yogurt",
"Macaroni & Beef In Tomato Sauce",
"Beef Ravioli In Tomato & Meat Sauce",
"Fruit Cocktail In Light Syrup",
"Dry Taco Seasoning Mix",
"Taco Shells",
"Taco Dinner Kit",
"Sweetener With Calcium Saccharin",
"Chicken Stuffing Mix",
"Coffee Cremer",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Blackeye Peas",
"Great Northern Beans",
"Large Lima Beans",
"Baby Lima Beans",
"Navy Beans",
"Red Kidney Beans",
"Green Split Peas",
"Fudge Striped Shortbread Cookies",
"Sliced Grain Bread",
"Apple Cider Vinegar",
"Apple Cider Vinegar",
"Vinegar, White Distilled",
"Premium All Natural Ice Cream, Neapolitan",
"Premium Ice Cream",
"Premium Ice Cream, Cookies 'N Cream",
"Easy Cheesy Melt Cheese Spread",
"Chopped Spinach",
"Regular Instant Oatmeal",
"Instant Oatmeal",
"Instant Oatmeal, Maple & Brown Sugar",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Yellow Cling Halved Peaches In Heavy Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Yellow Cling Halved Peaches In Heavy Syrup",
"Cornbread Stuffing Mix",
"Refried Beans",
"Lima Beans",
"Light Red Kidney Beans",
"Homestyle Gravy",
"Homestyle Gravy",
"Home Style Gravy",
"Apple Juice",
"Bread & Butter Chips",
"Sweet Relish",
"Sweet Salad Cubes",
"Kosher Dill Pickles",
"Baked Beans With Brown Sugar & Bacon",
"French Fried Potatoes",
"100% Pineapple Orange Juice - Frozen Concentrate",
"Jelly, Apple, Made With Apple Juice From Concentrate",
"French Onion Dip",
"Corn On The Cob",
"Seltzer Water, Original",
"Original Seltzer Water",
"Tonic Water",
"Club Soda",
"Light Brown Sugar",
"Sauerkraut",
"Sliced Mushrooms",
"Mixed Beans",
"Cranberry Beans",
"Gelatin Dessert, Lime",
"Instant Pudding & Pie Filling, Butterscotch",
"Bite Size Beef Ravioli In Tomato Sauce & Meat Sauce",
"Natural Colby Jack Cheese",
"Sharp Cheddar Cheese",
"Medium Cheddar Cheese",
"Mild Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"New York Sharp Cheddar Cheese",
"Cottage Cheese",
"Toaster Pastries",
"Cut Asparagus",
"Hamburger Dill Pickle Chips",
"Pinto Beans",
"Fudge Covered Graham Cookies",
"French Dressing",
"Thousand Island Dressing",
"Cream Of Chicken Condensed Soup",
"Regular Sliced Becon",
"Beef Franks",
"Stewed Tomatoes",
"Diced Tomatoes",
"Powdered Sugar",
"Medium Shells, Enriched Macaroni Product",
"Rotini Pasta",
"Blackeyed Peas",
"Fat Free Italian Dressing",
"Spaghetti Rings In Tomato Sauce",
"Preserves, Apricot",
"Orange Marmalade",
"Jam, Concord Grape",
"Preserves, Peach",
"Preserves, Red Raspberry",
"Preserves, Seedless Blackberry",
"Sliced Beets",
"Whole Beets",
"Sliced Carrots",
"Sliced White Potatoes",
"Whole White Potatoes",
"Golden Steak Sauce",
"Worcestershire Sauce",
"Hamburger Pickle Chips",
"Kosher Dill Pickle Spears",
"Italian Style Diced Tomatoes",
"Applesauce, Original",
"Applesauce, Unsweetened",
"Applesauce, Cinnamon",
"Asparagus Spears",
"Toaster Pastries, Frosted Brown Sugar & Cinnamon",
"Rolls",
"Jumbo Biscuits",
"Fat Free Refried Beans",
"100% Pure Pumpkin",
"Juice Cocktail From Concentrate",
"Light Flavored Juice Dirnk",
"Juice Cocktail From Concentrate",
"Grape Cranberry Juice Cocktail From Concentrate",
"Juice Drink",
"Spicy Brown Mustard",
"Marshmallows",
"Mini Marshmallows",
"Toaster Pastries, Frosted Fudge",
"Toaster Pastries, Frosted Strawberry",
"Toaster Pastries",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Picante Sauce",
"Picante Sauce",
"Bread Crums",
"Plain Bread Crumbs",
"Pie Filling & Topping, Cherry",
"Pie Filling & Topping, Cherry Lite",
"Pie Filling & Topping",
"Pie Filling & Topping, Apple",
"Stir Fry Mix Vegetables",
"Fresh Broccoli Cuts",
"Tiny Green Peas",
"Peas & Carrots",
"Cut Leaf Spinach",
"Mixed Vegetables",
"Bread, Garlic",
"Bread Sticks",
"Instant Nonfat Dry Milk",
"100% Juice, Grape",
"100% Juice, Grape",
"Jam, Strawberry",
"Apple Butter",
"Whole Maraschino Cherries",
"Sliced Maraschino Cherries",
"Whole Maraschino Cherries With Stems",
"100% Pure Honey",
"100% Pure Honey",
"Pure Honey",
"Preserves, Cherry",
"Fruit & Grain Cereal Bar, Blueberry",
"Italian Cut Green Beans",
"Cut Yams, Cut Sweet Potatoes In Syrup",
"Cut Yams",
"Diced Tomatoes",
"Crushed Tomatoes",
"Diced Tomatoes",
"Whole Tomatoes Peeled",
"Dark Red Kidney Beans",
"Sherbet",
"Black Beans",
"Seltzer Water, Lemon Lime",
"Seltzer Water, Mandarin Orange",
"Seltzer Water, Raspberry",
"Chili Beans, Pinto Beans In Chili Sauce",
"Sliced Bread, Honey Wheat",
"Toaster Pastries",
"Rigatoni, Enriched Macaroni Product",
"Ziti Pasta, Enriched Macaroni Product",
"Whole Sweetened Condensed Milk",
"Jelly, Apple",
"Microwave Popcorn, Extra Butter",
"Thick & Chunky Salsa, Mild",
"Thick & Chunky Salsa, Medium",
"Whole Okra",
"Chopped Collard Greens",
"Cream Of Mushroom Soup",
"Cream Of Chicken Condensed Soup",
"Classic Farfalle, Enriched Macaroni Product",
"Penne Rigate, Enriched Macaroni Product",
"Leaf Spinach",
"Instant Oatmeal",
"Sherbet",
"Lowfat Sherbet, Lime",
"Bread & Butter Pickle Chips",
"Vegetable Oil Spread",
"Beef Ravioli",
"Maraschino Cherries Salad Style",
"Peanut Butter & Grape Jelly",
"Juice, Cranberry",
"Crackers, Cream Cheese And Chive",
"Yellow Cornbread Mix",
"Muffin Mix",
"Strawberry Muffin Mix",
"Muffin Mix",
"Lemon Juice From Concentrate",
"Egg Mates, Egg Mates",
"Applesauce",
"Small Red Beans",
"Black Beans",
"Chicken Breast With Rib Meat In Water",
"Spaghetti Rings & Mini Meatballs",
"Bouillon Cubes, Beef",
"Bouillon Cubes, Chicken",
"Raisin Bran Cereal",
"Restaurant Style Salsa",
"Chunky Chicken Noodle, Ready To Serve Soup",
"Powdered Sugar",
"Light Brown Sugar",
"Dark Brown Sugar",
"Broccoli Spears",
"Fresh Frozen Chopped Broccoli",
"Parker House Style Yeast Rolls",
"Crushed Pineapple In Juice",
"Sliced Pineapple In Juice",
"Pineapple Chunks In Juice, Pineapple",
"Crushed Pineapple In Juice",
"Sliced Pineapple In Juice",
"Pineapple Chunks In Juice",
"Instant Mashed Potatoes",
"Whipped Cream Cheese Spread, Honey Nut",
"Spreadable Cream Cheese Spread, Strawberry",
"Whipped Cream Cheese Spread",
"Spreadable Cream Cheese Spread",
"Hard & Soft Taco Dinner Kit",
"Soft Taco Dinner Kit",
"Mixed Fruit",
"Yellow Cling Diced Peaches In Naturally Flavored Light Syrup",
"Natural Medium Cheddar Cheese",
"Deluxe Shells & Cheddar Dinner With Cheddar Cheese Sauce",
"Deluxe Macaroni & Cheese Dinner, Original",
"Sherbet",
"Sweet Midgets",
"Onion Rings",
"Mozzarella Cheese",
"Sharp Cheddar Cheese",
"Mild Cheddar Cheese",
"Chopped Spinach",
"Broccoli Florets",
"White Granulated Sugar",
"Cocktail Sauce With Horseradish, Bold & Spicy",
"Cut Yams",
"Honey Mustard",
"Provolone Cheese Slices",
"Whole Milk Cottage Cheese",
"Lowfat Cottage Cheese",
"Woven Wheats Crackers",
"Jumbo Butterfly Shrimp",
"Dijon Mustard",
"Premium Chocolate Ice Cream",
"Nonfat Frozen Yogurt",
"Whole Segments Mandarin Oranges In Light Syrup",
"Sliced Pimientos",
"Diced Pimientos",
"Diced Pimientos",
"Grade Fancy Corn On The Cob",
"Small Early Peas",
"Crunchy Granola Bars",
"Broccoli Sprears",
"Yellow Rice",
"Pork & Beans In Tomato Sauce",
"Broccoli Florets",
"Broccoli Florets",
"Natural Pepper Jack Monterey Jack Cheese, Jalapeno Peppers",
"Premium American Cheese",
"Natural Swiss Cheese",
"Natural Provolone, Cheese",
"Horseradish",
"Halved Pears In Light Syrup",
"Steak Seasoning",
"Cocktail Sauce With Horseradish",
"Mild Cheddar Cheese",
"Medium Cheddar Cheese",
"Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Sharp Cheddar Cheese Slices",
"Slices Colby Jack Cheese",
"Hearty Grain Sliced Bread",
"Baby Lima Beans",
"Monterey Jack Cheese",
"Pepper Jack Cheese",
"Extra Sharp Cheddar Cheese",
"Ricotta Cheese",
"Breakfast Sausage",
"Breakfast Sausage Links",
"Taco Sauce, Mild",
"Taco Sauce",
"Chili Sauce",
"Petite Diced Tomatoes",
"Diced Tomatoes",
"Deluxe Macaroni & Cheese Dinner, Sharp Cheddar",
"Deluxe Macaroni & Cheese Dinner",
"Diet Tonic Water Contain Quinine",
"Non-Dairy Coffee Creamer, Amaretto",
"Sugar Free Coffee Creamer",
"Premium Naturally Flavored Ice Cream, Banana Split",
"All Natural Premium Ice Cream",
"Sherbet",
"Hash Browns Country Style Shredded Potatoes",
"Fast Food French Fried Potatoes",
"Pineapple Tidbits In Juice",
"Muenster Cheese Slices",
"Light Juice Drink From Concentrate",
"Classic Ranch Dressing",
"Marinade Teriyaki",
"Marinade",
"Thin Sliced Ham",
"Peanut Granola Bar",
"Homestyle Mashed Potatoes",
"Macaroni & Cheese",
"Mashed Potatoes, Garlic",
"Chicken & Stars Condensed Soup",
"Candiquik, Candy Coating, Vanilla",
"Candy Coating, Chocolate",
"Teriyaki Sauce, Marinade & Sauce",
"Colby Jack Cheese",
"Cobbler Mix",
"Crisp Mix",
"Pepper Jack Cheese Slices",
"Sliced Mozzarella Cheese",
"Delux American Individually Wrapped Deli Slices Cheese",
"Gelatin Dessert Cups",
"White Corn",
"Mexican Style Corn With Red Green Pepper",
"Premium Ice Cream",
"Nonfat Frozen Yogurt",
"100% Lemon Juice",
"Light Juice Cocktail From Concentrate, Apple",
"Enriched Elbow Macaroni Product",
"Lower Sugar Instant Oatmeal, Apple & Cinnamon",
"Chunky Chicken Noodle Soup",
"Condensed Cream Of Mushroom Soup",
"Condensed Cream Of Chicken Soup",
"Diced White Potatoes",
"Real Bacon Bits",
"Bacon Pieces",
"Chipped Pecans",
"Chopped Walnuts",
"Chopped Pecans",
"Chopped Walnuts",
"Halved Pecans",
"Walnuts",
"Collard Greens",
"Southern Style Turnip Greens Seasoned",
"Coffee Creamer, Original",
"Mandarin Oranges In A Light Syrup",
"Classics Ice Cream Cones",
"Classic Ice Cream Cone",
"Old Fashioned Sugar Cones",
"Gelatin Dessert Cups",
"Gelatin Dessert Cup",
"Gelatin Dessert Cup",
"Guiding Stars, Broccoli Florets",
"California Blend Gourmet Frozen Vegetables",
"Broccoli, Carrots, Sugar Snap Peas & Water Chestnuts",
"Toasted Rice Cereal",
"Pizza Crust Mix",
"Cherry Delight Mixed Fruit",
"Italian Style Pepperoni",
"Soy Sauce",
"Sharp Cheddar Cheese",
"Creamy Peanut Spread",
"Chicken Noodle Condensed Soup",
"Classic Cream Of Mushroom Condensed Soup",
"Chunky New England Style Clam Chowder, Ready To Serve Soup",
"Ranch Dressing, Light",
"Original Beef Jerky",
"Beef Jerky",
"Peppered Beef Jerky",
"Classic Balsamic Vinaigrette Dressing",
"Seltzer Water, Original",
"Sliced Whole Wheat Bread",
"Horseradish Mustard",
"Mustard, Sweet & Hot",
"Original Seltzer Water",
"Sliced Bacon, Maple",
"Swiss Cheese",
"Pitted Prunes",
"Oats & More With Honey Cereal",
"Oats & More With Almonds Cereal",
"100% Orange Juice From Concentrate, Orange",
"100% Juice, Grapefruit",
"Fruit Cocktail In Heavy Syrup",
"Vegetable Juice From Concentrate With Added Ingredients",
"Pizza Bites",
"Salsa, Peach Mango",
"Fire Roasted Salsa",
"Apple Sauce",
"Diced Pears In Naturally Flavored Light Syrup",
"Fresh Sweet Cut Corn",
"Mixed Vegetable",
"Mixed Vegetables",
"Broccoli Florets",
"Golden Raisins",
"Sherbet",
"Classic Honey Mustard Dressing",
"Blue Cheese Dressing",
"Caesar Dressing",
"Diet Juice Drink, Cranberry",
"Spinach Dip",
"Mild Cheddar Cheese Slices",
"Chicken Breast With Rib Meat In Water",
"100 % pure Maple syrup",
"Hash Brown Potato Patties",
"Great Northern Beans",
"Classic Tea, Sweet",
"Hot Dog Chili Sauce",
"White Grape Juice",
"100% Tomato Juice",
"100% Juice With Added Ingredients",
"100% Juice, Berry",
"Juice Blend, Cherry",
"Extra Sharp Cheddar Cheese",
"Monterey Jack Cheese",
"Parfait Fun Pack Assorted Desserts, Strawberry, Orange, Lime",
"Juice Cocktail, Apple Kiwi Strawberry",
"Juice Cocktail From Concentrate",
"Super Sweet Corn On The Cob",
"100% Juice, Prune",
"Sparkling Water, Black Cherry",
"Sparkling Water, Kiwi-Strawberry",
"Sparkling Water, Key Lime",
"Old Fashioned Croutons Made From Toast Bread",
"Diced Tomatoes",
"Vanilla Caramel Coffee Cremer",
"Cream Cheese Spread, Onion And Chive",
"Whole Grain Penne",
"Hickory Smoked Bacon",
"Gourmet Deviled Egg Potato Salad",
"Breaded Mozzarella Cheese Sticks",
"Medium Cheddar Cheese",
"Enchilada Sauce",
"Snack Slices, Sharp Cheddar Cheese",
"Swiss Cheese",
"Honey Teriyaki Marinade",
"Pasta Sauce, Traditional",
"Pasta Sauce, Meat",
"Three Cheese Pasta Sauce",
"Garden Combo Extra Chunky Pasta Sauce",
"Tomato, Onion & Garlic Pasta Sauce",
"Ginger Snaps",
"Tomato Puree",
"Brown Gravy Mix",
"Chicken Gravy Mix",
"New York Extra Sharp White Cheddar Cheese",
"Gravy Mix",
"Pie Filling & Topping, Strawberry",
"Ranch Dressing",
"Ranch Dressing, Bacon",
"Sliced Almonds",
"Sliced Almonds",
"Pie Crust, Graham Cracker, Regular",
"Deluxe Shells & Cheese Dinner, Cheddar",
"Ez Mac 'N' Cheese Dinner",
"Classic Angel Hair Pasta, Enriched Macaroni Product",
"Chili With Beans",
"Chili, No Beans",
"Muenster Cheese",
"Pepper Jack Cheese",
"Longhorn Style Colby Cheese",
"Longhorn Style Colby Cheese",
"Instant Mashed Potatoes, Roasted Garlic",
"Super Sweet Cut Yellow Corn",
"Sweet Original Bbq Sauce",
"Bbq Sauce",
"Homestyle Baked Beans",
"Aspartame Sweetener",
"Aspartame Sweetener",
"Tonic Water Contains Quinine",
"Club Soda",
"Sliced Pears",
"Pepperoni Pizza",
"Supreme Pizza",
"Sparkling Water",
"Sparkling Water, White Grape",
"Chocolate Chip Cookie Granulated Sweet Choice Brown Sugar Blend",
"Cannellini Beans",
"Fudge Covered Mint Cookies",
"Enriched Macaroni Product, Small Shells",
"Salsa",
"French Onion Dip",
"Spinach Artichoke Dip",
"Ranch Dip",
"Meat Loaf Dry Seasoning Mix",
"Rice Pilaf Mix",
"Fudge Drizzled, Caramel Coconut Cookies",
"Cookies",
"Energy Water Enhancer, Cherry Limeade",
"Replenish Water Enhancer, Berry Pomegranate",
"Replenish Water Enhancer, Strawberry Watermelon",
"Seasoned Coating Mix For Pork",
"Chewy Dipped Granola Bars, Chocolate Chip",
"Tortilla Chips",
"Instant Mashed Potatoes",
"Buttermilk Pancakes",
"Rolls",
"Sugar Cookies",
"Cookie Dough",
"Instant Grits",
"Enriched Instant Grits",
"Natural Colby Jack Cheese",
"Pepper Jack Cheese",
"Sweet & Creamy Iced Coffee, Mocha",
"Iced Coffee Sweet & Creamy",
"Chunky New England Style Clam Chowder Ready To Serve Soup",
"Chunky Chicken & Dumpling, Ready To Serve Soup",
"Chunky Steak & Potato, Ready To Serve Soup",
"Chunky Baked Potatoes With Cheddar & Bacon",
"Sweetened Multi-Grain Cereal",
"Crispy Rice & Wheat Flakes With Real Almonds & Vanilla Flavor",
"Sandwich Cookies",
"Double Creme, Chocolate Sandwich Cookies With Creme Filled Centers",
"Woven Wheats, Reduced Fat Woven Snack Crackers",
"Pink Salmon",
"Sweet Jalapeno Relish",
"Condensed French Onion Souo",
"Condensed Soup",
"Apple Juice Beverage For Kids",
"Lemonade",
"Juice Cocktail From Concentrate",
"Juice Splash From Concentrate, Mango Peach",
"Juice Splash From Concentrate",
"Flavored Vegetable & Fruit Beverage Of 6 Juices From Concentrate, Berry",
"Imitation Crabmeat",
"Homestyle Chicken Gravy",
"Homestyle Beef Gravy",
"Homestyle Turkey Gravy",
"Pasta With Sauce, Chicken",
"Pasta With Sauce, Cheddar Broccoli",
"Vegetable Crackers",
"Dark Red Kidney Beans",
"Light Red Kidney Beans",
"Country-Style Baked Beans",
"Diced Peaches In Strawberry Gelatin",
"Mandarin Oranges In Orange Gelatin",
"Jasmine Rice",
"Apple Juice From Concentrate",
"Classic Alfredo Pasta Sauce",
"Juice Cocktail From Concentrate, Cranberry",
"Chill Sparkling Water Beverage, Black Raspberry",
"Juice, Orange, Mango",
"Provolone Cheese Slices",
"Crispy Bread Crumbs",
"Brownie Mix, Chewy Fudge",
"Dark Chocolate Brownie Mix",
"Chipotle Mustard",
"Original Bbq Sauce",
"Spaghetti & Meatballs",
"Seltzer",
"Seltzer Water, Lemon Lime",
"Thin Deli-Sliced Rotisserie Chicken",
"Eastern Carolina Bbq Sauce",
"White Striped Shortbread Cookies, Chocolate",
"Dried Cranberries",
"Tortilla Chips, Nacho Cheese",
"Tortilla Chips, Ranch",
"Restaurant Style White Corn Tortilla Chips",
"100% White Corn Tortilla Rounds Chips",
"Bite Size Tortilla Chips",
"Original Corn Chips Crispy Corn Snacks",
"Wavy Corn Chips",
"Whole Milk Mozzarella Cheese",
"Straight Cut French Fries Sweet Potato",
"Cookies, Fudge Marshmallow Whirls",
"Deluxe Sharp American Slices",
"Balsamic Dressing, Honey",
"Whipped Cream Cheese Spread",
"Garden Vegetable Cream Cheese Spread",
"Mini Crackers Zesty Pizza",
"Grade A Honey, Pure Orange Blossom",
"Crispy Rice And Wheat Flakes With Chocolatey Chunks",
"Chicken Noodle Ready To Serve Soup",
"Chicken Noodles Soup",
"New England Style Clam Chowder Soup",
"Chicken Noodle, Ready To Serve Soup",
"Bay Scallops",
"Non-Dairy Coffee Creamer",
"Seltzer Water",
"Seltzer Water, Mandarin Orange",
"Sloppy Joe Sauce",
"Great Northern Beans",
"Instant Pudding & Pie Filling, Banana Cream",
"Diced Tomatoes",
"Cheese Ravioli",
"Spinach & Cheese Ravioli",
"French Toast Sticks, Original",
"French Toast Sticks, Cinnamon",
"Water Enhancer, Orange",
"The Late Nighter Pizza",
"The Grillmaster, Bbq Chicken Pizza",
"Stir-Fry Sauce",
"Sweet & Sour Sauce",
"Thai Sweet Chili Sauce",
"Stone Ground Mustard",
"Tartar Sauce",
"Ice Cream Bars With Milk Chocolate Flavored Coating",
"Whole Wheat Sliced Bread",
"Garbanzo Beans Chickpeas",
"Natural Creamy Peanut Butter Spread",
"Cheese Crackers",
"Cheese Crackers",
"Crunch Multigrain Cereal",
"Pork & Beans In Tomato Sauce",
"Beans & Franks",
"French Toast Bites, Cinnamon",
"Bake & Rise Crust Pizza",
"Granola Cereal",
"Cinnamon Discs",
"Chocolate Covered Peanuts",
"Smarties, Candy Rolls",
"Original Ez Mac 'N' Cheese Dinner",
"Spirals Mac 'N' Cheese Dinner",
"Creme-O's, Sandwich Cookies, Chocolate",
"Golden Creme - O's, Vanilla Sandwich Cookies With Creme - Filled Centers",
"Classic Orzo, Enriched Macaroni Products",
"Ground Beef Chuck",
"Ground Beef",
"Ground Beef",
"Russet Potatoes",
"Whole Carrots",
"Granny Smith Apples",
"Sweet & Fruity Fuji Apples",
"Golden Delicious Apples, Sweet & Mild",
"Italian Dressing",
"Classic Potato Chips",
"Wavy Potato Chips",
"Potato Chips",
"Potato Chips, Barbeque",
"Potato Chips, Sour Cream & Onion",
"Light Vinaigrette Dressing, Raspberry",
"Classic Greek Dressing",
"Classic French Hoagie Rolls",
"Classic Club Rolls",
"Classic Bulkie Rolls",
"Onion Bulkie Rolls",
"Sesame Bulkie Rolls",
"Classic Hot Dog Buns",
"Classic Burger Buns",
"Wheat Bulkie Rolls",
"Classic Dinner Rolls",
"Elbow Macaroni, Enriched Macaroni Product",
"Classic Thin Spaghetti, Enriched Macaroni Product",
"Elbow Macaroni Enriched Macaroni Product",
"Macaroni Elbow",
"Classic Spaghetti, Enriched Macaroni Product",
"Classic Thin Spaghetti",
"Classic Thin Spaghetti",
"Spaghetti",
"Diet Cola",
"Diet Mountain Lion Soda",
"Diet Ginger Ale",
"Peach Flavored Soda, Peach",
"Diet Dr. Perky, Diet Dr. Perky Soda",
"Soda, Black Cherry",
"Diet Cola",
"Caffeine Free Soda, Cranberry & Lemon Lime",
"Soda",
"Soda, Strawberry",
"Soda",
"Soda",
"Roar! Root Beer",
"Dr. Perky Soda",
"Rip Roarin' Fruit Punch, Caffeine Free, Fruit Punch",
"Mountain Lion, Flavored Soda, Citrus",
"Flavored Grape Soda, Grape",
"Caffeine Free Soda",
"Original Cola, Authentic",
"Diet Soda, Cranberry & Lemon-Lime",
"Ginger Ale, Cranberry",
"Diet Ginger Ale",
"Diet Cola",
"Omazing Orange, Soda, Orange",
"Authentic Original Cola",
"Original Soda",
"Ragin' Grape, Grape Soda",
"Diet Soda",
"Caffeine Free Black Cherry Soda, Black Cherry",
"Diet Cola",
"Limon Up, Soda, Lemon Lime Flavored Soda With Other Natural Flavors",
"Original Soda, Strawberry",
"Original Soda",
"Roar! Root Beer",
"Ginger Ale",
"Flavored Beverage, Lemonade",
"Rip Roarin' Fruit Punch, Caffeine Free, Fruit Punch",
"Soda, Lemon Lime",
"Cream Soda",
"Ragin' Grape, Grape Soda",
"Ragin' Grape, Grape Soda",
"Diet Cola",
"Dr. Perky, Diet Soda",
"Ragin' Grape, Grape Soda",
"Diet Cola",
"Omazing Orange, Omazing Orange, Orange Flavored Soda With Other Natural Flavors",
"Original Soda, Strawberry",
"Diet Mountain Lion, Citrus Soda",
"Rip Roarin' Fruit Punch, Caffeine Free, Fruit Punch",
"Soda, Orange Pineapple",
"Dr. Perky Soda",
"Citrus Flavored Soda With Other Natural Flavors",
"Diet Ginger Ale",
"Root Beer",
"Dr. Perky, Dr. Perky, Smooth Flavor",
"Omazing Orange, Omazing Orange, Orange Flavoured Soda With Other Natural Flavors",
"Flavored Fruit Punch Soda, Fruit Punch",
"Mountain Lion, Citrus Flavored Soda With Other Natural Flavors",
"Dr. Perky Soda",
"Soda, Orange",
"Authentic Original Cola",
"Mountain Lion, Maximum Taste Soda, Citrus",
"Cola, Original",
"Original Cola",
"Ginger Ale",
"Dr. Perky, Diet Soda",
"Purified Water",
"Chewy Protein Bars",
"Chewy Protein Bar, Dark Chocolate Peanut Butter",
"Purified Water",
"Honey Wheat Pretzel Braids",
"Baked Mini Pretzels",
"Baked Pretzel Rods",
"Pretzel Sticks",
"Pretzel Pieces, Honey Mustard & Onion",
"Pretzel Pieces, Buffalo Style",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Salad Dressing",
"Real Mayonnaise",
"Whipped Salad Dressing",
"Real Mayonnaise",
"Parmesan Cheese",
"Parmesan & Romano Cheese",
"Classic Style Pasta Sauce, Meat",
"Classic Style Pasta Sauce",
"Classic Style Pasta Sauce",
"Lemonade",
"Fruit Beverage, Raspberry, Lemonade",
"Soy Sauce",
"Mixed Fruit",
"Mango Chunks",
"Pineapple Chunks",
"Blue Cheese Crumbles",
"Crumbled Feta Cheese",
"Chewy Chocolate Chips Delight Cookies",
"Chips Delight Chocolate Chips Cookies",
"Chocolate Chunk Cookies, Chunky Chips Delight",
"Pecan Pleasers Cookies",
"Trail Mix Fruit & Nut",
"Trail Mix",
"Granola Clusters, Chocolate &",
"Granola Clusters, Peanut Butter",
"Cheeseburger",
"Pork Rib Sandwich",
"Southern Style Breaded Chicken Sandwich",
"Chicken Sandwich, Hot & Spicy",
"Grilled Chicken Sandwich",
"Mac 'N' Cheese Dinner",
"Double Cheese Hamburger Dinner",
"Hamburger Beef Pasta Dinner",
"Hamburger Stronganoff Dinner",
"Pasta Salad",
"Cheddar Cheese And Bacon Stuffed Potato Skins",
"White American Cheese",
"Boston Cream",
"Chocolate Swiss Rolls",
"New York Style Chocolate Iced Eclairs",
"Two-Bite Rownies",
"White Enriched Bread Dough",
"Ice Cream",
"Sherbet",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Original Whipped Topping",
"Whipped Topping",
"Whipped Topping",
"Original Whipped Topping",
"Low Calorie Drink Mix, Fruit Punch",
"Drink Mix, Fruit Punch",
"Iced Tea Drink Mix, Lemon",
"Drink Mix, Lemonade",
"Drink Mix, Lemonade",
"Drink Mix, Peach Tea",
"Drink Mix, Peach Tea",
"Drink Mix, Pink Lemonade",
"On-The-Go Drink Mix With Caffeine, Wild Strawberry",
"Drink Mix, Raspberry, Lemonade",
"Low Calorie Drink Mix, Pink Lemonade",
"Drink Mix, Raspberry",
"Chicken & Rice Soup",
"Homestyle Minestrone With Penne Ready To Serve Soup",
"Ice Cream, Butter Pecan",
"Ice Cream, Sweet Black Cherry",
"Ice Cream",
"Ice Cream",
"Cookies & Cream Vanilla Ice Cream",
"Heavenly Hash Ice Cream",
"Ice Cream, Mint Chocolate Chip",
"Ice Cream, Vanilla Peanut Butter Cup & Fudge Swirl",
"Neapolitan Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Enriched Brown'N' Serve Rolls",
"Hamburger Buns",
"Hot Dog Buns",
"Sliced White Sandwich Bread",
"Enriched Sliced White Sandwich Bread",
"Brown Steakhouse Bread, Honey",
"Mini Chocolate Peanut Butter No-Bake Cookies",
"Cookies, Peanut Butter",
"Mini Crispy Candy Cookies",
"Mini Oatmeal Raisin Cookies",
"Mini Chocolate Chip Cookies",
"Mini Crispy Toffee Cookies",
"Yellow Pepper",
"Red Pepper",
"Rainbow Peppers",
"Sweet Mini Peppers",
"Celery Heats",
"Half & Half Milk And Cream",
"Fat Free Milk",
"1% Low Fat Milk",
"Milk",
"Whole Milk",
"Lowfat Milk",
"Milk",
"Fat Free Milk",
"1% Lowfat Milk",
"2% Reduced Fat Milk",
"Whole Milk",
"Fat Free Milk",
"1% Lowfat Milk",
"2% Reduced Fat Milk",
"Whole Milk Vitamin D Pasteurized",
"Cultured Buttermilk",
"Chocolate Milk",
"Lowfat Milk",
"2% Reduced Fat Milk",
"Sweet Tea",
"Sweet Tea",
"Sweet Tea",
"Half & Half",
"Fat Free Half & Half Ultra-Pasteurized Grade A",
"Half & Half",
"Natural Fancy Shredded Mild Cheddar Cheese",
"Fancy Mexican Blend Shredded Cheese",
"Natural Fancy Shredded Mild Cheddar Cheese",
"Fancy Shredded Sharp Cheddar Cheese",
"Parmesan Cheese",
"Shredded Sharp Cheddar Cheese",
"Natural Fancy Shredded Colby Jack Cheese",
"Fancy Shredded 2 Cheese Mexican Taco Cheese",
"Shredded Cheddar Cheese, Mild",
"Natural Fancy Shredded Monterey Jack Cheese",
"Natural Shredded Cheese, Mozzarella",
"Natural Fancy Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Mozzarella Cheese",
"Sharp Cheddar Cheese",
"Mexican Blend Cheese",
"Italian Cheese Blend",
"Shredded Mild Cheddar Cheese",
"Shredded 2 Cheese Pizza Blend Cheese",
"Shredded Sharp Cheddar Cheese",
"Fancy Shredded Mexican Blend Cheese",
"Reduced Fat Shredded Mozzarella Cheese",
"Shredded Pizza Blend Cheese",
"Shredded Mac & Cheese Blend Cheese",
"Shredded Double Cheddar Cheese",
"American Singles Pasteurized Prepared Cheese Product",
"Classic American Singles Wrapped Slices Cheese",
"Classic American Singles Cheese",
"American Single Cheese",
"Classic Pepper Jack Cheese Singles",
"Classic Swiss Singles Pasteurized Prepared Cheese",
"Pasteurized Prepared Cheese Product",
"Ice Cream Birthday Cake",
"Cheese Crackers",
"Sparkling Beverage, Lemonade",
"Caffeine Free Sparkling Beverage, Pink Lemonade",
"Flavored Sparkling Beverage, Raspberry Lemonade",
"Spread With Non-Hydrogenated Oils",
"Vegetable Oil Spread",
"Original Grade A Sour Cream",
"Original Sour Cream",
"Original Sour Cream",
"Fat Free Sour Cream",
"Biscuits",
"Homestyle Biscuits",
"Sweetened Ultra Pasteurized Whipped Topping",
"Extra Creamy Sweetened Ultra Pasteurized Whipped Topping",
"Whipped Topping",
"Extra Creamy Whipped Topping",
"Mini Chocolate Chip Streusel Muffins",
"Mini Lemon Poppy Streusel Muffins",
"Mini Muffins, Chocolate Chip",
"Mini Blueberry Streusel Muffins",
"Bbq Sauce, Hickory",
"Bbq Sauce",
"Bbq Sauce, Honey",
"Freeze Pops",
"Freeze Pops",
"Ice Cream Sandwiches",
"Ice Cream Bars",
"Ice Cream Sandwiches",
"Mini Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Ice Cream Cups",
"Fudge Bars",
"Chocolate Nut Sundae Cones",
"Ice Cream Sandwiches",
"Mozzarella String Cheese",
"Mozzarella String Cheese",
"Mozzarella String Cheese Twisters",
"Mozzarella String Cheese, Natural",
"Natural String Cheese, Mozzarella",
"Cream Cheese Bar",
"Neufchatel Cheese Bar",
"Enriched Homestyle White Sliced Bread",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Whole Wheat Tortillas",
"Brown Rice",
"Long Grain Brown Rice",
"Unsweetened Juice",
"Pudding Packs, Chocolate-Vanilla",
"Waffles, Blueberry",
"Waffles",
"Buttermilk Waffles",
"Waffles, Chocolate Chip",
"Waffles, Cinnamon",
"Waffles, Buttermilk",
"Homestyle Waffles",
"Waffles, Blueberry",
"Seasoned Coating Mix",
"Seasoned Coating Mix For Pork",
"Old-Fashioned Cookies, Chocolate Chip",
"Molasses Old-Fashioned Cookies",
"Oatmeal Raisin, Soft",
"Old-Fashioned Cookies",
"Simple Living, Oat Cereal",
"Sweet Brewed Tea",
"Classic Unsweetened Brewed Tea",
"Ice Cream & Sherbet, Vanilla Orange Swirl",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Seedless Raisins",
"Seedless Raisins",
"Seedless Raisins",
"Wafer Bars, Peanut Butter",
"Fudge Stripe Snack Cakes",
"Fudge Rounds Cookies",
"Brownies, Chocolate Chip",
"Honey Buns",
"Sweet Rolls",
"Donut Sticks",
"Oatmeal Cremes Cookies",
"Sliced Strawberries",
"Sliced Strawberries",
"Sliced Strawberry With Sugar",
"Whole Strawberries",
"Sliced Strawberries",
"Blueberries",
"Picked Fresh Blueberries",
"All Purpose Flour",
"All-Purpose Flour",
"Self - Rising Flour",
"Self-Rising Flour",
"Unbleached All Purpose Flour",
"Pancakes, Buttermilk",
"Food Loin, Ground Turkey",
"Salad Dressing",
"Egg Whites",
"Seedless Raisins",
"Seedless Raisins",
"Swiss Cheese Slices",
"Natural Baby Swiss Cheese Slices",
"Thin Crust Pizza",
"Supreme Thin Crust Pizza",
"Bacon Cheeseburger",
"Honey Wheat Sliced Bread",
"Baby Cut Carrot Snack Packs",
"Ground Chuck Patties",
"Ground Beef Patties",
"Ground Beef Patties",
"Ground Beef",
"Cooked Ham",
"Roasted Turkey Breast",
"Roasted Turkey Breast",
"Sliced Danish Ham",
"Sliced Honey Ham",
"Cooked Ham Sliced",
"Juice, Orange",
"100% Orange Juice From Concentrate",
"No Pulp - 100% Orange Juice",
"Orange Juice",
"Steak Sauce",
"Steak Sauce",
"Light Nonfat Yogurt",
"Nonfat Yogurt",
"Nonfat Yogurant",
"Nonfat Yogurt, Blueberry Pomegranate",
"Nonfat Yogurt",
"Lowfat Yogurt, Vanilla",
"Nonfat Yogurt",
"Nonfat Yogurt, Peach With Other Flavors Sweetened With Fructose And Aspartame.",
"Nonfat Yogurt, Plain",
"Nonfat Yogurt, Strawberry",
"Nonfat Yogurt",
"Nonfat Yogurt",
"Grade A Non Fat Yogurt",
"Nonfat Yogurt",
"Light Nonfat Yogurt, Blueberry",
"Nonfat Yogurt",
"Cherry Vanilla Nonfat Yogurt",
"Nonfat Yogurt",
"Light Nonfat Yogurt",
"Tomato Paste",
"Tomato Sauce",
"Tomato Sauce",
"Tomato Sauce",
"Whole Peeled Tomatoes",
"Creamy Peanut Butter",
"Peanut Butter",
"Crunchy Peanut Butter",
"Pancake & Waffle Mix",
"Syrup, Butter",
"Lite Syrup",
"Original Syrup",
"Sugar Free Syrup",
"Juice Cocktail From Concentrate, Apple",
"Red Fruit Punch",
"Punch, Lemon Berry Punch",
"Punch Drink, Kiwi Strawberry Punch",
"Drink Punch, Orange Punch",
"Beverage, Blue Raspberry Punch",
"Classic Condensed Tomato Soup",
"Classic Condensed Chicken Noodle Soup",
"Condensed Chicken Noodle Soup",
"Condensed Cream Of Mushroom Soup",
"Sharp Cheddar Extra Thin Cheese Slices",
"Swiss Extra Thin Cheese Slices",
"Extra Thin Slice Provolone Cheese",
"Original Meatballs",
"Italian Style Meatballs",
"Assorted Twin Pops",
"Twin Pops",
"Meatballs",
"Cinnamon Rolls With Cream Cheese Icing",
"Oatmeal Cranberry Walnut Cookie Dough",
"Orange Danish With Icing",
"Creamy Frosting",
"Creamy Frosting",
"Creamy Frosting",
"Creamy Frosting",
"Chocolate Chip Cookie Mix",
"Cookie Mix",
"Juice, Orange",
"Juice, Orange",
"100% Juice With Pulp, Orange",
"100% Juice",
"Yellow Self-Rising Corn Meal Mix",
"Corn Meal Mix",
"Evaporated Whole Milk",
"Whole Evaporated Milk",
"Evaporated Skim Milk",
"Granulated Sugar",
"Granulated Sugar",
"Granulated Sugar",
"Iced Tea Mix, Lemon",
"Iced Tea Mix, Lemon",
"Cream Cheese Iced Carrot Cake",
"Chocolate Fudge Cake",
"Brown Sugar Bbq Sauce",
"Classic Chicken Salad Dressing",
"White Pita",
"Whole Wheat Pita",
"Broth, Beef",
"Beef Stock",
"White Rice",
"White Rice",
"Instant White Rice",
"White Rice",
"Enriched Long Grain White Rice",
"Enriched Long Grain White Rice",
"Juice Drinks",
"Submarine Deli Supreme",
"Sparkling Water, Blackberry, Raspberry",
"Crispy Thin Crust Pizza",
"Crispy Thin Crust Pizza",
"Mexican Style Pizza",
"Dry Roasted Peanuts",
"Dry Roasted Peanuts, Lightly Salted",
"Unsalted Dry Roasted Peanuts",
"Dry Roasted Peanuts, Honey Roasted",
"Lightly Slated Mixed Nuts",
"Mixed Nuts",
"Party Peanuts",
"Cashews Halves & Pieces",
"Halves & Pieces Cashews",
"Mixed Nuts",
"Pistachio Kernels, Sea Salt",
"Almonds, Roasted & Sea Salted",
"Almonds, Smoke",
"Whole Cashew Made With Sea Salt",
"Natural Almonds",
"Sunflower Kernels",
"Grape Jelly",
"Strawberry Preserves",
"Jelly",
"Jelly",
"Flavored Spread, Strawberry",
"Cinnamon Rolls",
"Cheese Danishes",
"Penguin Crackers",
"Preserves",
"Homestyle Stuffing, Cornbread",
"Homestyle Stuffing",
"Gummi Bears",
"Gummi Worms",
"Jelly Beans",
"Sour Gummi Worms",
"Orange Slices",
"Spice Drops",
"Candy Corn",
"Circus Peanuts",
"Chocolate Covered Peanuts",
"Discs Candy",
"Peach Rings",
"Fruit Slices",
"Blue Shark",
"Mini Butterflies",
"Peppermint Starlites Candy, Peppermint",
"Candy, Butterscotch",
"Mix",
"Candy, Spearmint Leaves",
"Rootbeer Barrels Candy",
"Sour Jacks",
"Sour Jacks Candy",
"Red Fish",
"Dried Cranberries, Sweetened",
"Simple Blend Ketchup",
"Cheddar Stuffed Soft Pretzel Bites",
"Sriracha Sauce",
"Fudge Drizzled Kettlecorn",
"White Kettlecorn, Fudge Drizzled",
"Toaster Pastries",
"Toaster Pastries",
"Nondairy Coffee Creamer",
"Nondairy Coffee Creamer",
"Nondairy Coffee Creamer",
"Bagels, Blueberry",
"Everything Bagels",
"Plain Bagels",
"Bagels, Sesame",
"Vanilla Pound Cake",
"Strawberry Creme Cake",
"Creme Cake, Lemon",
"Creme Cake, Chocolate",
"Creme Cake, Vanilla",
"Creme Cake, Pineapple Coconut Swirl",
"Celebration Chocolate Cupcakes",
"Celebration Vanilla Cupcakes",
"Chunk Light Tuna In Water",
"Solid White Albacore Tuna In Water",
"Semi - Sweet Chocolate Morsels",
"Semi-Sweet Chocolate Morsels",
"White Baking Chips",
"Instant Pudding & Pie Filling",
"Thin Wheat Crackers",
"Thin Wheats Crackers",
"Baked Whole Wheat Crackers, Original",
"Woven Wheats, Baked Whole Wheat Crackers",
"Bit-O-Honey Candy",
"Sliders Mini Cheeseburgers",
"Pancake Mix, Buttermilk",
"Sweet & Crispy Graham Crackers",
"Sweet & Crispy Graham Crackers",
"Saltines Crackers",
"Old Fashioned Oats",
"Quick Oats",
"Whole Grain Oats",
"Beef Bologna",
"Bologna",
"Gravy Mix",
"Coconut Oil Cooking Spray",
"Old Fashioned Oats",
"Original Cola",
"Mountain Lion, Citrus Soda",
"Dr. Perky Soda",
"Pure Honey",
"Original Meatballs",
"Italian Style Meatballs",
"Original Meatballs",
"Sliced Wheat Bread",
"Soup Mix",
"Beefy Onion Soup Mix",
"Pizza Sauce",
"Cut Corn",
"Cut Green Beans",
"French Cut Green Beans",
"Green Peas",
"Cut Corn",
"Cit Green Beans",
"Green Peas",
"Hot Cocoa Mix, Milk Chocolate",
"Diet Soda, Orange",
"Shark! Fruit Flavored Snacks",
"Dinosaur Snacks, Assorted Fruit",
"Tropical Fruit Flavored Snacks",
"Chewy Granola Bars",
"Soft Sugar Old-Fashioned Cookies",
"Navel Oranges",
"Yellow Popcorn",
"Microwave Popcorn, Butter",
"Microwave Popcorn",
"Microwave Popcorn, Butter",
"Microwave Popcorn",
"Microwave Popcorn",
"Popcorn, Light Butter",
"Thick & Chunky Salsa",
"Thick & Chunk Salsa, Medium",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Flour Tortillas",
"Flour Tortillas",
"Taco Size Flour Tortillas",
"Wheat Sliced Bread",
"Potato Chips, Lightly Salted",
"Potato Chips, Wavy Barbeque",
"Potato Chips",
"Potato Chips, Sour Cream & Onion",
"Cut Green Beans",
"Mushroom Stems & Pieces",
"Mushroom Stems & Pieces",
"Mushroom Stems & Pieces",
"Cream Style Corn",
"Crisp 'N Sweet Corn",
"Cut Green Beans",
"Cut Green Beans",
"Mixed Vegetables",
"Sweet Peas",
"N Sweet Corn",
"Sweet Peas",
"Whole Kernel Corn",
"Microwave Popcorn",
"Breaded Mozzarella Cheese Sticks",
"Lightly Sweetened Whole Grain Wheat Cereal, Bite-Sized Strawberry Frosted",
"Tasteeos Cereal, Honey Nut",
"Tasteeos Cereal",
"Bran Cereal, Raisin",
"Steak Cut French Fried Potatoes",
"Shredded Tasty Taters Potato Puffs",
"Crinkle Cut French Fried Potatoes",
"Pie Filling & Topping",
"Pie Filling & Topping, Apple",
"Pie Filling & Topping",
"Pie Filling & Topping, Blueberry",
"Stuffed Sandwiches",
"Stuffed Sandwiches",
"Pepperoni Stuffed Sandwiches",
"Tasteeos, Toasted Whole Grain Oat Cereal",
"Loaded Instant Mashed Potatoes",
"Scalloped Potatoes",
"Au Gratin Potatoes",
"Dill Dressing",
"French Style Dressing",
"Honey Mustard Dressing",
"Cut Green Beans",
"Sweet Peas",
"Whole Kernel Sweet Corn",
"Trail Mix, Cranberry",
"Trail Mix, Peanuts, Pretzels, Sesame Sticks, Chili Crackers & Cajun Seasoning",
"Trail Mix",
"Chocolate Two-Bite Cupcakes",
"Two-Bite, Cupcakes, Vanilla",
"Yum Yum Sauce",
"Yum Yum Sauce",
"Homestyle Chicken Gravy",
"Homestyle Gravy",
"Beef Homestyle Gravy",
"Breakfast Biscuits, Blueberry",
"Breakfast Biscuits, Cinnamon & Brown Sugar",
"Roasted & Salted Sunflower Seeds",
"Ginger Snaps Cookies, Ginger & Molases",
"Smooth Flavor Dr. Perky Soda",
"Ragin' Grape, Grape Soda",
"Caffeine Free Soda, Lemonade",
"Caffeine Free Soda, Orange, Pineapple",
"Authentic Original Cola",
"Soda, Fruit Punch",
"Omazing Orange, Orange Soda",
"Dirt Cola",
"Creme-O's Double Filled Sandwich Cookies, Mint",
"Tomato Sauce, No Salt Added",
"Popcorn Shrimp",
"Drink Mix, Lemonade",
"Drink Mix, Pink Lemonade",
"Drink Mix, Tropical Punch",
"Drink Mix, Cherry",
"Drink Mix, Grape",
"Light Sour Cream",
"Seltzer Water, Black Cherry",
"Seltzer Water",
"Seltzer Water, Black Cherry",
"Seltzer Water",
"Sparkling Water Beverage, Pink Grapefruit",
"Sparkling Water Beverage, Lemon",
"Sparkling Water Beverage, Cherry Lime",
"Potato Sticks",
"Classic Candy Corn",
"Potato Chips, Mesquite Barbecue",
"Potato Chips",
"Potato Chips, Sriracha",
"Potato Chips",
"French Toast Sticks",
"French Toast Sticks",
"Dip",
"French Onion Dip",
"Complete Pancake & Waffle Mix",
"Enriched Seeded Hamburger Buns",
"Pasteurized Lemonade",
"Brown 'N' Serve Rolls",
"Cinnamon Raisin Bread",
"Natural Sharp Cheddar Cheese",
"Yellow Corn Tortillas",
"Calnaturale, Svelte, Protein Shake, Spiced Chai",
"Hello Beautiful",
"Tender Broad Beans in Water",
"Milk Chocolate Peanut Butter Bunny",
"Dessert Dark Chocolate Hot Fudge",
"Dessert Topping",
"Dessert Topping, Extra Dark Chocolate Hot Fudge",
"Dessert Topping, Classic Caramel",
"Milk Chocolate Rabbit",
"Ivory Rabbit Fine Chocolate",
"Bumpy Cake, Vanilla Buttercream",
"Deep Dish Brownie, Chocolate Fudge",
"Deep Dish Brownie, Caramel Pecan",
"Sea Salt Caramels",
"Fine Chocolate, Cookies & Cream Rabbit",
"Chocolate Covered Snacks, Dark Chocolate Cranberries",
"Milk Chocolate Pretzel Balls",
"The Pavilion Collection, Milk Chocolate Almond Bark",
"Milk Chocolate Cashews",
"Mini Caramel Eggs",
"Milk Chocolate Mini Coconut Nests",
"Mini Sea Salt Caramel Eggs",
"Palisades Collectionmini Snoconut Eggs",
"Mini Pecan Delight Eggs",
"Sorbet Hearts Dark Chocolate",
"Dark Chocolate Mini Sea Salt Caramel Hearts",
"Milk Chocolate",
"Dark Chocolate Sea Salt Caramels",
"Fruit & Snack Dip, Milk Chocolate",
"Dark Chocolate Fruit & Snack Dip",
"Classic Caramel Fruit & Snack Dip",
"Caramel Bumpy Cake",
"Dark Chocolate Clusters, Blueberry & Granola",
"Dark Chocolate Clusters",
"Milk Chocolate Clusters, Orange Mango & Granola",
"Super Premium Fountain Ice Cream, Butter Pecan",
"Super Premium Fountain Ice Cream, Vanilla",
"Super Premium Fountain Ice Cream, Chocolate",
"Fountain Ice Cream",
"Sea Salt Caramels, Milk Chocolate",
"Milk Chocolate Pecan Torties",
"Sanders Favorites Dark Chocolate Sea Salt Caramels",
"Peppermint Patties",
"Fine Chocolatiers, Fruit & Snack Dip, Milk Chocolate",
"Fine Chocolatiers, Fruit & Snack Dip, Classic Caramel",
"Fine Chocolatiers, Fruit & Snack Dip, Dark Chocolate",
"Super Premium Fountain Ice Cream, Hot Fudge Sundae",
"Super Premium Fountain Ice Cream, Bumpy Cake",
"Milk Chocolate, Cherry Cordials",
"Milk Chocolate Caramels With Dark Drizzle Candy",
"The Boulevard Collection, Milk Chocolate, Sea Salt Caramels",
"Dark Chocolate Sea Salt Caramels",
"Bumpy Cake, Carrot",
"Chocolate Fudge Bumpy Cake",
"Sream Puff Shells",
"Mini Bites, Dark Chocolate Sea Salt Caremel",
"Artisan Caramel Assortment, Milk & Dark Chocolate",
"Dark Chocolate Sea Salt Caramels",
"Super Premium Fountain Ice Cream, Blueberry Pie",
"Super Premium Fountain Ice Cream, Sea Salt Caramel",
"Bumpy Cake, Chocolate Fudge",
"Italian Tomato Purée double concentrate",
"Shells And White Cheddar, Macaroni & Cheese",
"Sycamore Ridge Farms Honey",
"Sycamore Ridge Farms, Local & Raw Honey",
"Sun Yun, Bean Sprouts",
"Classic Blend Cole Slaw",
"Cole Slaw, Homestyle Diced Green Cabbage & Carrots",
"Stir Fry Oriental Blend",
"Passion For Fresh, Shredded Red Cabbage",
"Alfalfa Sprouts",
"Gourmet Blend, Clover, Cabbage & Fenugreek",
"Cole Slaw Green Cabbage, Carrots, Red Cabbage",
"Stick Pack",
"Organic Caesar Salad",
"Organic Garden Salad, Organic Ranch Dressing",
"Organic Asparagus & Cheese",
"Chopped Beef Liver Spread",
"Lupe's, Flour Tortillas",
"Authentic Flour Tortillas",
"Authentic Flour Tortillas",
"Honey Wheat Bread",
"7 Grain Bread, Honey",
"Roche Supermarket, 100% Whole Wheat Bread",
"Whole Grain White Bread",
"Enriched Buns",
"Italian Bread",
"Cottage White Bread",
"Earth Grains, Whole Wheat Bakery Bread",
"Premium Buns",
"Earth Grains, Multigrain Bread",
"Cappuccino",
"Hot Cocoa",
"Cider Coffee",
"Indulgio, Cappuccino, French Vanilla",
"Hot Cocoa",
"Indulgio, Cappucino Single Serve Brew Cups, White Chocolate Caramel",
"Indulgio, Sweet & Salty Caramel, Cappuccino",
"Indulgio, Hot Cocoa, Chocolate Mint",
"Indulgio, Cappuccino, Pumpkin Spice",
"Cappuccino",
"Cappuccino",
"Cappuccino",
"Hot Cocoa",
"Indulgio, Cappuccino, Pumpkin Spice",
"Hot Cocoa",
"Iced Tea & Lemonade",
"Indulgio, Iced Tea, Peach",
"Indulgio, Pomegranate Iced Tea",
"Indulgio, Hot Cocoa, Milk Chocolate",
"Splash",
"Coconut Splash, Flavored Water Mix, Pineapple Coconut",
"Mexican Hot Cocoa Mix",
"Cafe Indulgencia, Horchata Cappuccino Mix, Vanilla & Cinnamon Flavored Artificially Flavored",
"Cafe Indulgecia, Cappuccino Mix, Creamy Caramel",
"Hot Cocoa Mix",
"Etouffee Sauce",
"Caribbean Bakery, Whole Wheat Bread",
"Chicken Pot Pie Patties",
"Jamaican Style Beefy Cheese Patties",
"Minis Turnovers",
"Peach & Streusel Turnovers",
"Jamaican Style Beef Patties",
"Jamaican Style Beef Patties, Mild",
"Potato Pancakes",
"Polenta",
"Gehl's, Cheese Sauce Nacho, Milk Cheddar",
"Gehl's, Tortilla Chips",
"Fruit Spread",
"Apple Peach Sauce",
"Apple Sauce",
"Apple Strawberry Sauce",
"Cinnamon Apple Sauce",
"Old World Style, Traditional Sauce",
"Old World Style Sauce, Meat",
"Cheese Creations, Roasted Garlic Parmesan",
"Double Cheddar Sauce",
"Old World Style Traditional Sauce",
"Old World Style Sauce, Meat",
"Mushroom Sauce",
"Old World Style, Marinara Sauce",
"Pasta Sauce, Mushroom & Green Pepper",
"Sauce",
"Chunky Garden Combination Sauce",
"Sauce",
"Chunky Super Vegetable Primavera Sauce",
"Old World Style, Tomanto & Basil Light Sauce",
"Parmesan & Romano Sauce",
"Sauce",
"Chunky Sauce, 7-Herb Tomato",
"Chunky Sauce, Roasted Garlic",
"Homemade Style Pizza Sauce",
"Traditional Pizza Quick Snack Sauce",
"Sauce, Chunky",
"Cheese Creations Light Parmesan Alfredo Sauce",
"Classic Alfredo Sauce",
"Cheese Creations, Six Cheese",
"Pasta Sauce",
"Old World Style, Traditional Sauce",
"With More Tomatoes To Create Our Richest, Thickest Sauce",
"Sauce, Chunky Tomato, Garlic & Onion",
"Chunky garden combination sauce ",
"Super Chunky Mushroom Sauce",
"Sauce",
"Cheese Creations Sauce, Parmesan & Romano",
"Old World Style, Traditional Sauce",
"Old World Style, Sauce, Meat",
"Sauce",
"Old World Style, Organic Traditional",
"Italian Sausage & Rigatoni Classic Meal",
"Classic Shrimp Scampi & Linguine",
"Chicken Parmigiana & Penne Classic Meal For 2",
"Shrimp, Asparagus & Penne",
"Arrabbiata Spicy Tomato & Red Pepper Sauce",
"Four Cheese Rosa Sauce",
"Chicken Marsala & Roasted Redskin Potatoes",
"Tuscan-Style Braised Beef With Gold Potatoes Classic Meal",
"Garlic Alfredo Sauce",
"Italian Sausage, Garlic & Romano",
"Vidalia Onion With Roasted Garlic Sauce",
"Sauce",
"Alfredo Sauce with aged Parmesan Cheese",
"Mushroom Alfredo Sauce",
"Tomato & Basil Sauce",
"Vineyard Premium Collections, Marinara With Burgundy Wine",
"Olive Oil & Garlic Sauce",
"Vodka Sauce",
"Traditional Tomato & Basil Sauce",
"Olive oil, basil and garlic tomato sauce ",
"Vineyard Portbello Mushroom Sauce",
"Roasted Chicken Risotto",
"Ricotta & Lobster Ravioli In A Seafood Bisque Meal Soup",
"Complete Skillet Meal, Chicken Margherita & Penne",
"Mediterranean Style Meal, Chicken, Rigatoni, Broccoli",
"Reduced Fat Alfredo Sauce",
"Garlic Alfredo Sauce",
"Creamy Tomato Sauce",
"Cheese Creations, Creamy Mozzarella",
"Cheese Creations Sauce, Four Cheese",
"Sauce, Hearty Traditional",
"Sauce",
"Meat Creations, Sauce, Grilled Steak Flavor",
"Carbonara",
"Riserva Sauce, Asiago Cheese & Artichokes",
"Riserva Sauce, Balsamic Vinegar & Caramelized Onions",
"Riserva Porcini Mushrooms & White Truffle Oil Sauce",
"Pasta Sauce",
"Spicy Italian Style Sauce",
"Riserva Marinara Sauce",
"Homestyle Pasta Sauce",
"Homestyle Thick & Hearty Pasta Sauce, Meat",
"Pasta Sauce, Thick & Hearty Mushroom",
"Homestyle Pasta Sauce, Thick & Hearty Four Cheese",
"Homestyle Pasta Sauce, Roasted Garlic",
"Creamy Basil Alfredo With Aged Parmesan Cheese Sauce",
"2 Chicken and Mushroom Slices Puff Pastry",
"Edwards, Pepper Coated Virginla Bacon, Hickory Smoked",
"Maple Glazed Carrots",
"Tuna Wrap",
"Buffalo Chicken Wrap",
"Turkey Waldorf Salad Wrap",
"Chicken Cranberry Salad",
"Blue Cheese Spread",
"Horseradish Cheese Spread",
"Chutney Cheese Spread",
"Maple Glazed Carrots",
"Roasted Rosemary Red Potatoes",
"Mashed Potato",
"Mashed Sweet Potato",
"Vegetable Rice Pilaf",
"Butternut Squash",
"Herbed Stuffing",
"Green Bean Casserole",
"Green Bean Almondine",
"Cole Slaw",
"Cole Slaw",
"Elbow Macaroni Salad",
"Aegean Greek Salad",
"Sesame Noodles",
"Potato Salad",
"Red Bliss Potato Salad",
"Hans Kissle, Potato Salad",
"Potato Salad",
"Potato & Egg Salad",
"Crystallized Ginger",
"Organic Dried Figs",
"Organic Raisins",
"Organic Trail Mix",
"Organic Tamari Sunflower Seeds",
"Organic Cashews Salted",
"Gummy Bears",
"Gummy Worms",
"Cherry Sours",
"Cherry Ju Ju Hearts",
"Red Jelly Hearts",
"Tiny Bird Eggs",
"Easter Yogurt Pretzels",
"Easter Chocolate Pretzels",
"The Good Snack People",
"Cranberry Fitness Snacks",
"Cranberry Fitness Mix",
"Dried Apricots",
"Dried Kiwi",
"The Good Snack People Foods",
"Dried Strawberries",
"Green Beans",
"Banana Chips",
"Poppy Seeds",
"Royal Nuts & Berries",
"Whole Almonds",
"Salted Sunflower Kernels",
"Mini Yogurt Pretzels",
"Yogurt Pretzels",
"Dark Chocolate Almonds",
"Raw Whole Natural Almonds",
"Raw Wanluts",
"Wasabi Peas",
"Hickory Harvest, Sesame Sticks",
"Sea Salt and Black Pepper Cashews ",
"Vegetable Radiatore Organic Pasta",
"Hot Corn",
"Fair-trade Golden Caster",
"Drink Mix",
"Quinoa, Lemon Cranberry",
"Caesar Salad, Garlic",
"Mesclun Goat Cheese Salad",
"Salad, Mesclun Goat Cheese",
"Tuna Salad, Cranberry & Fuji Apple",
"Spinach Feta Orzo",
"Marinade, Mango, Coconut & Pepper",
"Mustard Dill Sauce",
"Mushroom Barley Soup",
"Sweet Potato & Kale Chowder",
"Egg & Cheddar Frittata",
"Quiche",
"Chicken Salad",
"Buck's Tuna Salad",
"Tuna, Cranberry",
"Creamy Potato Salad",
"Classic Deli, Pasta Salad",
"Egg Salad",
"Corn Salad, Hot & Sweet",
"Picnic Coleslaw",
"Caesar Salad",
"Caesar Salad With Chicken",
"Mesclun Goat Cheese Salad",
"Zucchini Basil Frittata",
"Soup, Sweet Potato, Apple & Shallot",
"Cranyberry Couscous",
"Spinach Feta Orzo Salad",
"Home Baked Pizza",
"Quiche Lorraine",
"Creamy Zucchini Basil Soup",
"Broccoli Quiche With Cheddar Cheese",
"Topping, Apple Crisp",
"Chicken Salad Snack Pack",
"Middle Eastern Hummus Snack Break",
"Chopped Kale Salad",
"Chopped Kale Salad",
"Cobb Salad With Turkey & Bacon",
"Lemon & Garlic Olives Pitted",
"Pitted Sicilian Herbed Olives",
"Sicilian Herbed Olives",
"Spicy Chili Pitted Olives",
"Pitted Greek Olives With Crushed Chili",
"Mix Marinated Olives Pitted",
"Pitted Mix Marinated Greek Olives",
"Kalamata Pitted Olives",
"Dill Dip",
"Feta Salsa",
"Peppadew Dip",
"Classic Oven-Baked Parmesan Crisp Snacks",
"Parm Crisps Snacks, Red Pepper",
"Parm Crisps, Garlic",
"Kalamata Olives",
"Broccoli Florets",
"Chop Shop Freshly Cut Cauliflower Florets",
"Asparagus And Peppers For Stir-Fry",
"Broccoli And Cauliflower Florets",
"Chop Shop Broccoli And Peppers",
"Coleslaw Mix",
"Freshly Cut Peppers And Onion",
"Sliced Zucchini And Summer Squash",
"Asian Stir-Fry Vegetablels",
"Stir-Fry Vegetables",
"Diced Mirepoix",
"Chop Shop, Freshly Cut Celery Sticks",
"Diced Onions",
"Carrot And Celery Sticks",
"Butternut Squash Noodles",
"Zucchini Noodles",
"Sweet Potato Noodles",
"Carrot, Parsnip, Sweet Potato Roasting Kit",
"Butternut Squash Roasting Kit",
"Vegetable Bowl, Lemon Peppercorn & Parmesan Dip",
"Whipped Feta Dip",
"Grillo's Pickles, Half Sour Pickles",
"Southwest Sweet Potato Salad",
"Poblano Corn Chowder",
"Carrot Ginger Soup",
"Minestrone Soup, Classic",
"Clam Chowder",
"Soup, Roasted Tomato Basil",
"Caprese Quiche",
"Macaroni & Cheese",
"Chicken Pot Pie",
"Macaroni & Cheese",
"Eggplant Parmesan",
"Lorraine Quiche",
"Classic Mashed Potatoes",
"Soup, Spicy Black Bean",
"Gazpacho Soup",
"Butternut Squash Soup",
"Cocktail Sauce",
"Garlic Ginger Marinade, Garlic Ginger",
"Picnic Coleslaw",
"Marinade, Thai Ginger",
"Orange Soy Marinade",
"Sonoran Salsa, Mild",
"Mexican Style Taco Sauce & Chip Dip",
"Diced Jalapenos",
"Diced Green Chiles",
"Green Tea",
"Torn Ranch, Infused Milk Chocolate, Masala & Black Tea",
"Torn Ranch, Snappy Ginger Cookies",
"Torn Ranch, Cookies, Chocolate Chip",
"Torn Ranch, Infused Dark Chocolate, Raspberry & Coffee",
"Torn Ranch, Milk Chocolate, Irish Cream & Coffee",
"Cilantro Salad Dressing, Reduced Fat",
"Foska, Oats",
"Oatmeal",
"Foska Instant Oatmeal Porridge",
"Mira, Premium Tropical Light Nectar, Mango",
"Mira, Premium Tropical Mango Nectar, Mango",
"Fruit Cocktail Premium Tropical Nectar",
"Mira, Nectar, Pineapple Nectar",
"Mira, Azul, Coconut Juice",
"Azul Pure, 100% Coconut Water",
"Premium Tropical Nectar",
"Mango Pina Colada",
"Mira, Premium Tropical Nectar, Strawberry, Banana",
"FLAPJACK Mini Bites",
"Matouk's, West Indian Hot Sauce",
"Matouk's, Calypso Sauce",
"Matouk's, Hot Pepper Sauce, Salsa Picante",
"Matouk's, Hot Pepper Sauce, Salsa Picante",
"Matouk's, Mauby Drink Concentrate",
"Chunky Salsa",
"Tomato Ketchup",
"Matouk's, Mango Jam, Mango",
"Matouk's, Guava Jam",
"Matouk's, Guava Jam, Guava",
"Bold And Flavorful Pasta Sauce",
"Day's, Flavored Soda, Orange",
"Day's, Grape Soda, Grape",
"Day's, Pale Dry Ginger Ale",
"Day's Beverages",
"Day's, Pineapple Soda",
"Day's, Fruit Punch Soda",
"Day's, Wishniak Soda, Black Cherry",
"Soda",
"Sliced Swiss Natural Cheese",
"Cracker Cuts Colby Jack Cheese",
"Habanero Cheddar Cheese",
"Natural Mexican Blend",
"Pepper-Jack Cheese",
"Great Lakes Cheese, Cracker Cuts Gouda Cheese",
"Crumbled Gorgonzola Cheese",
"Crumbled Blue Cheese",
"Cracker Cuts Havarti Cheese",
"American White Cheese",
"Slices Sandwich",
"Sandwich Slices",
"Great Lakes Cheese, Reduced Fat Crumbled Feta Cheese",
"Crumbled Feta Cheese",
"Great Lakes Cheese, Crumbled Goat Cheese",
"Sharp Cheddar Cheese",
"Sharp Cheddar",
"Extra Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Monterey Jack Cheese",
"New York Extra Sharp Cheddar Cracker Cuts",
"Adams Reserve, New York Extra Sharp Cheddar",
"Monterey Jack Cheese",
"Great Lakes Cheese, Provolance Cheese",
"American Accent, Shredded Blended Cheese Topping",
"Thoughtful, Mild Cheddar",
"Thoughtful, Mozzarella Cheese",
"A Blend Of Colby Jack Monterey Jack And Cheddar Cheese",
"Thoughtful, Mild Cheddar Cheese",
"Thoughtful, Provolone Cheese",
"Thoughtful, Colby Jack Cheese",
"Colby And Monterey Jack Cheese",
"Mild Cheddar Cheese",
"Thoughtful, Natural Mozzarella Cheese",
"Dungeness Crab",
"Joe's O's",
"Veggie Dipping Chips",
"Rw Garcia, Tortilla Chips, Black Bean & Quinoa",
"Rw Garcia, Tortilla Chips, Hummus & Garden Bell Pepper",
"Yellow & Blue Corn Tortilla Chips",
"Mixtbag, Rwgarcia, Veggie Tortilla Chips",
"Rw Garcia, Quinoa Crackers, Flaxseed, Sesame & Chia",
"Rw Garcia, 3 Seed Red Beet Crackers",
"Rw Garcia, Sweet Pea Crackers",
"Rw Garcia, Big Bag, Yellow Corn Tortilla Chips",
"Rw Garcia, Big Bag, Blue Corn Tortilla Chips",
"Dinosaurs Fruit Bites, Cherry",
"Plain Lowfat Yogurt",
"Lowfat Yogurt, Vanilla",
"1.5% Milkfat Lowfat Yogurt, Coffee",
"Lowfat Yogurt, Strawberry",
"Fruit on the bottom",
"Lowfat Yogurt",
"Fruit On The Bottom Lowfat Yogurt, Cherry",
"Lowfat Yogurt, Peach",
"Fruit On The Bottom, Lowfat Yogurt, Mixed Berry",
"Lowfat Yogurt, Strawberry Banana",
"Plain Nonfat Yogurt",
"Lowfat Yogurt, Plain",
"Lowfat Yogurt, Vanilla",
"Nonfat Yogurt, Plain",
"Light & Fit, Nonfat Yogurt, Vanilla",
"Light & Fit, Nonfat Yogurt, Strawberry",
"All Natural Plain Yogurt",
"Cultured Dairy Snack",
"Light & Fit, Regular Lowfat Yogurt",
"Light & Fit, Nonfat Yogurt, Strawberry, Banana",
"Light & Fit, Nonfat Yogurt, Blueberry",
"Light & Fit, Nonfat Yogurt, Raspberry",
"Light & Fit, Nonfat Yogurt, Strawberry",
"Light&Fit, Nonfat Yogurt, Cherry Vanilla",
"Light & Fit, Nonfat Yogurt, Vanilla",
"Nonfat Yogurt, Strawberry",
"Creamy Nonfat Yogurt, Cherry",
"Nonfat Yogurt, Strawberry",
"Nonfat Yogurt, Strawberry Banana",
"Oikos, Greek Frozen Yogurt, Strawberry",
"Greek Frozen Yogurt",
"Greek Frozen Yogurt",
"Oikos, Greek Frozen Yogurt",
"Greek Frozen Yogurt",
"Greek Frozen Yogurt",
"Oikos, Triple Zero Blended Greek Nonfat Yogurt, Vanilla",
"Oikos, Blended Greek Nonfat Yogurt, Mixed Berry",
"Oikos, Blended Greek Nonfat Yogurt, Triple Zero, Strawberry",
"Oikos, Triple Zero Blended Greek Nonfat Yogurt, Peach",
"Oikos, Triple Zero Blended Greek Nonfat Yogurt, Coconut Cream",
"Blended Greek Nonfat Yogurt",
"Oikos, Greek Frozen Yogurt, Cookies & Cream",
"Oikos, Greek Yogurt, Salted Caramel",
"Oikos, Greek Frozen Yogurt, Mint Chocolate Chip",
"Greek Nonfat Yogurt, Blueberry",
"Nonfat Greek Yogurt, Black Cherry",
"Nonfat Greek Yogurt, Raspberry, Blackberry",
"Greek Nonfat Yogurt, Pineapple Passion Fruit",
"Oikos, Blended Greek Nonfat Yogurt, Chocolate",
"Oikos, Nonfat Greek Yogurt, Coffee",
"Oikos, Greek Yogurt, Vanilla",
"Oikos, Greek Frozen Yogurt, Strawberry",
"Oikos, Blended Greek Nonfat Yogurt, Salted Caramel",
"Oikos, Triple Zero Blended Nonfat Greek Yogurt, Plain",
"Oikos, Greek Nonfat Yogurt, Apple, Cinnamon",
"Danonino, 2 X Calcium Kids Yogurt Dairy Snacks, Strawberry",
"Danimals, Crunchers Nonfat Yogurt With Rainbow Sprinkles, Strawberry",
"Danimals, Nonfat Yogurt With Chocolate Candies Topping, Vanilla",
"Superstars Greek Lowfat Yogurt",
"Superstars Greek Lowfat Yogurt",
"Danimals Greek Lowfat Yogurt",
"Danonino, 2x Calcium Kids Yogurt Dairy Snack, Mixed Berry",
"Smoothie Max",
"Danimals, Max Smoothie, Ultimate Strawberry Banana",
"Smoothie Max",
"Danimals, Smoothie Max, Rainbow Sherbet Burst",
"Smoothie Max",
"Danimals Smoothie Max",
"Smoothie Max, Orange Cream Extreme",
"Danimals, Squeezables Lowfat Yogurt, Strawberry Milkshake",
"Danimals, Squeezables Lowfat Yogurt, Strawberry Banana Split",
"Danimals, Squeezables Lowfat Yogurt, Banana Cream",
"Danimals, Squeezables Lowfat Yogurt, Blueberry Pie",
"Danimals, Smoothie Drink, Cotton Candy",
"Danimals, Squeezables Lowfat Yogurt, Cotton Candy",
"Squeezables Low Fat Yogurt",
"Danimals, Smoothie, Orange Cream",
"Oikos, Greek Nonfat Yogurt, Banana Peanut Butter Crunch",
"Oikos, Greek Nonfat Yogurt, Key Lime Crumble",
"Oikos, Crunch Nonfat Greek Yogurt With Toppings, Vanilla Almond",
"Oikos, Crunch Nonfat Yogurt & Topping, Coconut Chocolate Crumble",
"Light & Fit, Nonfat Greek Crunch Yogurt & Toppings, Strawberry Cheesecake",
"Light & Fit, Greek Crunch Nonfat Yogurt & Toppings, Key Lime Pie",
"Light & Fit Greek Crunch Coconut Chocolate Bliss",
"Light & Fit, Nonfat Greek Crunch Yogurt & Toppings, Caramel Fudge Pretzel",
"Oikos, Greek Nonfat Yogurt & Toppings, Lemon Shortbread",
"Oikos, Crunch Nonfat Greek Yogurt & Topping, Chocolate Caramel Pretzel",
"Light & Fit, Nonfat Yogurt, Strawberry",
"Light & Fit, Nonfat Yogurt, Blueberry",
"Light & Fit, Nonfat Yogurt, Peach",
"Light & Fit, Nonfat Yogurt, Vanilla",
"Light & Fit, Nonfat Yogurt, Strawberry Cheesecake",
"Light & Fit, Nonfat Yogurt, Banana",
"Light & Fit, Nonfat Yogurt, Cherry Vanilla",
"Light & Fit, Nonfat Yogurt",
"Light & Fit, Nonfat Yogurt, Strawberry",
"Light & Fit, Nonfat Yogurt, Blueberry",
"Light & Fit, Nonfat Yogurt, Peach",
"Light & Fit, Nonfat Yogurt, Vanilla",
"Light & Fit, Nonfat Yogurt, Cherry",
"Light & Fit, Nonfat Yogurt, Raspberry",
"Light & Fit, Nonfat Yogurt, Toasted Coconut Vanilla",
"Light & Fit, Nonfat Yogurt, Strawberry Cheesecake",
"Light & Fit, Nonfat Yogurt, Caramel Apple Pie",
"Whole Milk Yogurt, Strawberry",
"Whole Milk Yogurt, Blueberry",
"Yogurt, Peach",
"Whole Milk Yogurt, Vanilla",
"Yogurt, Raspberry",
"Yogurt, Strawberry Banana",
"Whole Milk Yogurt, Cherry",
"Yogurt, Mixed Berry",
"Whole Milk Yogurt, Key Lime",
"Yogurt",
"Yogurt, Strawberry Kiwi",
"Dairy Drink, Strawberry Fresa",
"Dairy Drink, Mixed Berry",
"Dairy Drink, Peach Durazno",
"Dairy Drink, Coconut, Coco",
"Dairy Drink, Strawberry Banana Cereal",
"Dairy Drink, Strawberry Fresa",
"Dairy Drink",
"Danup, Dairy Drink, Pina Colada",
"Dnp, Dairy Drink, Cookies & Cream",
"Danup, Dairy Drink, Cappuccino",
"Danonino, Dairy Snack, Strawberry",
"Dairy Snack",
"Danonino Dairy Snack, Strawberry Vanilla",
"Danonino, Dairy Snack, Strawberry Fresa",
"2 In 1 Dairy Snack, Strawberry, Vanilla",
"Danonino Dairy Snack, Strawberry Banana, Strawberry Vanilla, Strawberry",
"Dairy Drink, Nut And Cereal",
"Dairy Drink, Strawberry",
"Dairy Drink, Strawberry Banana Cereal",
"Lowfat Yogurt, Strawberry",
"Yogurt, Blueberry",
"Lowfat Yogurt, Coffee",
"Oikos, Greek Nonfat Yogurt, Black Cherry",
"Oikos, Greek Nonfat Yogurt, Peach",
"Oikos, Greek Yogurt, Key Lime",
"Oikos, Greek Yogurt, Raspberry Blended",
"Oikos, Greek Nonfat Yogurt, Strawberry Banana",
"Oikos, Greek Nonfat Yogurt, Blackberry",
"Oikos, Greek Nonfat Yogurt",
"Oikos, Greek Yogurt, Orange Cream",
"Traditional Greek Yogurt",
"Oikos, Traditional Greek Yogurt, Banana Cream",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Blueberry",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Black Cherry",
"Traditional Greek Yogurt",
"Traditional Greek Yogurt",
"Greek Nonfat Yogurt",
"Traditional Greek Yogurt",
"Creamy Lowfat Yogurt, Strawberry",
"Oikos, Traditional Greek Yogurt, Toasted Coconut, Vanilla",
"Oikos, Traditional Greek Yogurt, Lemon Meringue",
"Oikos, Greek Yogurt, Apple Pie",
"Oikos, Greek Yogurt, Caramel Macchiato",
"Oikos Traditional Greek Yogurt",
"Oikos, Yogurt, Strawberry",
"Dairy Drink, Mango",
"Dairy Drink, Peach",
"Dairy Drink, Strawberry",
"Naturally And Artificial Flavored",
"Dairy Dessert",
"Dairy Dessert",
"Cheese Cake",
"Creamery, Dairy Dessert",
"Creamery, Pudding, Vanilla",
"Pudding",
"Pudding",
"Coffee House Select Lowfat Yogurt",
"Traditional Greek Yogurt Dips",
"Yogurt Dip",
"Dairy Drink, Pecan",
"Dairy Drink, Strawberry Banana",
"Creamy Lowfat Yogurt",
"Fruit On The Bottom Lowfat Yogurt, Lemon",
"Oikos, Traditional Greek Yogurt, Pumpkin Pie",
"Traditional Greek Yogurt",
"Oikos, Chocolate On Top With Traditional Yogurt, Raspberry Truffle",
"Chocolate On Top With Traditional Greek Yogurt",
"Oikos, Caramel On Top With Traditional Greek Yogurt Dairy Snack, Bananas Foster",
"Oikos, Greek Yogurt, Caramel Macchiato",
"Greek Nonfat Yogurt",
"Oikos, Greek Nonfat Yogurt, Vanilla",
"Oikos, Chocolate On Top Greek Yogurt & Sauce, Vanilla Sundae",
"Nonfat Yogurt",
"Oikos, Nonfat Yogurt, Strawberry",
"Creamy Nonfat Yogurt, Strawberry",
"Blended Nonfat Yogurt",
"Blended Plain Greek Nonfat Yogurt",
"Oikos, Nonfat Greek Yogurt, Raspberry",
"Oikos, Nonfat Greek Yogurt, Mixed Berry",
"Oikos, Nonfat Yogurt Drink, Vanilla",
"Oikos, Nonfat Yogurt Drink, Strawberry",
"Oikos, Nonfat Yogurt Drink, Mixed Berry",
"Oikos, Nonfat Yogurt Drink, Banana Creme",
"Oikos, Nonfat Yogurt Drink, Peach",
"Oikos, Nonfat Yogurt Drink, Blueberry Acai",
"Triple Zero Blended Greek Nonfat Yogurt",
"Oikos, Triple Zero Blended Nonfat Greek Yogurt, Salted Caramel",
"Oikos, Yogurt, Lemon Meringue",
"Oikos, Triple Zero Blended Nonfat Greek Yogurt, Cherry",
"Oikos, Triple Zero Blended Nonfat Greek Yogurt, Peanut Butter Banana",
"Oikos, Greek Nonfat Yogurt, Coconut Creme",
"Oikos, Nonfat Yogurt Drink, Mixed Berry",
"Light & Fit, Nonfat Yogurt, Raspberry",
"Light & Fit, Nonfat Yogurt, Cherry",
"Light & Fit, Nonfat Yogurt, Strawberry Banana",
"Danactive, Probiotic Dairy Drink, Vanilla",
"Activia, Lowfat Yogurt, Strawberry",
"Activia, Lowfat Yogurt, Vanilla",
"Activia, Yogurt, Lowfat, Blueberry",
"Low Fat Yogurt",
"Activa, Low Fat Yogurt",
"Activia, Lowfat Yogurt, Mixed Berry",
"Activia, Nonfat Yogurt, Strawberry",
"Activia, Probiotic Light Nonfat Yogurt, Vanilla",
"Activia, Light Fat Free Yogurt, Key Lime",
"Activia, Light Nonfat Yogurt, Peach",
"Activia, Lowfat Yogurt, Black Cherry",
"Activia, Nonfat Yogurt, Raspberry",
"Oikos, Greek Nonfat Yogurt Plain",
"Oikos, Greek Nonfat Yogurt, Strawberry",
"Oikos",
"Oikos, Greek Nonfat Yogurt, Vanilla",
"Light & Fit, Nonfat Yogurt, Strawberry",
"Light & Fit, Nonfat Yogurt, Vanilla",
"Light & Fit, Nonfat Yogurt, Peach",
"Light & Fit, Nonfat Yogurt, Blueberry",
"L.Casei Immunitas, Helps Support Your Immune System",
"Danonino, Dairy Snack, Strawberry, Strawberry Banana & Peach",
"Oikos, Greek Yogurt, Toasted Coconut Vanilla",
"Oikos, Greek Nonfat Yogurt, Peach",
"Greek Nonfat Yogurt",
"Oikos, Greek Nonfat Yogurt, Vanilla",
"Oikos Greek yogurt raspberry blended",
"Oikos, Greek Nonfat Yogurt, Blueberry",
"Oikos, Greek Nonfat Yogurt, Strawberry",
"Oikos, Greek Nonfat Yogurt, Vanilla",
"Activia, Greek Nonfat Yogurt, Strawberry",
"Activia, Greek Nonfat Yogurt, Blueberry",
"4 Peach Fruit On The Bottom",
"Greek Nonfat Yogurt",
"Nonfat Yogurt",
"Lowfat Yogurt",
"Nonfat Yogurt",
"Lowfat Yogurt",
"Nonfat Yogurt",
"Lowfat Yogurt, Vanilla",
"Activia, Greek Nonfat Yogurt, Black Cherry",
"Light & Fit, Nonfat Greek Yogurt, Strawberry Cheesecake",
"Activia, Lowfat Yogurt, Strawberry Banana",
"Activa, Grade A Nonfat Greek Yogurt, 4 Tropical Fruit",
"Greek Nonfat Yogurt",
"Nonfat Yogurt",
"Activia, Light Probiotic Yogurt, Peach",
"Greek Garden Blueberry Nonfat Yogurt",
"Activia, Greek Nonfat Yogurt, Strawberry",
"Activa, Nonfat Greek Yogurt, Blueberry",
"Activia, Probiotic Nonfat Greek Light Yogurt, Black Cherry",
"Light Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Light Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Activia, Nonfat Greek Yogurt, Key Lime",
"Activia, Greek Nonfat Yogurt, Coconut Vanilla",
"Banana Cream Blended",
"Activia, Greek Nonfat Yogurt, Vanilla",
"Greek Nonfat Yogurt",
"Activia, Nonfat Yogurt, Key Lime",
"Fruit Fusion Lowfat Yogurt",
"Lowfat Probiotic Yogurt, Mango & Peach Fruit Fusion",
"Probiotic Yogurt, Fruit Fusion",
"Probiotic Yogurt Fruit Fusion, Cherry & Vanilla",
"Activia, Probiotic Lowfat Yogurt With Bifidus, Pineapple, Coconut",
"Activa, Probiotic Lowfat Yogurt With Bifidus, Fruit Fusion Mixed Berry/Acai",
"Oikos, Greek Nonfat Yogurt, Black Cherry",
"Oikos, Greek Yogurt, Strawberry",
"Oikos, Greek Yogurt, Key Lime",
"Oikos, Greek Yogurt, Traditional Plain",
"Nonfat Yogurt",
"Light & Fit, Greek Nonfat Yogurt, Vanilla",
"Light & Fit, Greek Nonfat Yogurt, Blueberry",
"Light & Fit, Greek Nonfat Yogurt, Cherry",
"Light & Fit, Nonfat Greek Yogurt, Lemon Meringue",
"Light & Fit, Nonfat Greek Yogurt, Vanilla",
"Yogurt Dip",
"French Onion Yogurt Dip",
"Oikos, Greek Frozen Yogurt, Chocolate",
"Danactive, Probiotic Dairy Drink, Strawberry, Blueberry",
"Fiber Lowfat Yogurt",
"Activia, Lowfat Yogurt, Vanilla",
"Fiber Lowfat Yogurt",
"Activa, Probiotic Dairy Drink, Mango",
"Activia, Probiotic Dairy Drink With Bifidus, Prune",
"Activa, Probiotic Drink With Bifidus, Strawberry",
"Activia, Light Nonfat Probiotic Yogurt, Strawberry",
"Activa, Dairy Drink, Strawberry Banana",
"Activia, Probiotic Drink With Bifidus, Peach",
"Light & Fit, Nonfat Yogurt, Key Lime",
"Danimals, Smoothie Drink, Strawberry Explosion",
"Danimals, Smoothie Drink, Swings Strawberry Banana",
"Danimals, Smoothie Drink, Strikin' Strawberry Kiwi",
"Danimals, Smoothie Drink, Rockin' Raspberry",
"Activia light blueberry",
"Nonfat Yogurt",
"Nonfat Yogurt",
"Light & Fit, Regular Nonfat Yogurt, Strawberry Cheesecake",
"Light & Fit, Greek Nonfat Yogurt, Blueberry",
"Light & Fit, Greek Nonfat Yogurt, Pineapple",
"Light & Fit, Nonfat Greek Yogurt, Strawberry, Banana",
"Light & Fit, Greek, Nonfat Yogurt, Raspberry",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Greek",
"Greek Yogurt",
"Light & Fit, Greek Nonfat Yogurt, Pineapple",
"Greek Nonfat Yogurt",
"Non Fat Greek Yogurt",
"Light & Fight, Nonfat Yogurt, Strawberry Cheesecake",
"Light & Fit, Greek Nonfat Yogurt, Strawberry",
"Light & Fit, Greek Nonfat Yogurt, Blueberry",
"Light & Fit, Nonfat Greek Yogurt, Vanilla",
"Light & Fit, Greek Nonfat Yogurt, Pineapple",
"Light & Fit, Greek Lowfat Yogurt, Cherry",
"Light & Fit, Greek Nonfat Yogurt, Peach",
"Light & Fit, Greek Yogurt, Toasted Coconut Vanilla",
"Greek, Nonfat Yogurt",
"Light & Fit, Nonfat Greek Yogurt, Citrus Blend",
"Greek Nonfat Yogurt",
"Greek Banana Cream Nonfat Yogurt",
"Light & Fit, Greek Plain Nonfat Yogurt",
"Light & Fit, Nonfat Greek Yogurt, Cherry Chocolate",
"Light & Fit, Nonfat Greek Yogurt, Raspberry Chocoalte",
"Light & Fit, Nonfat Greek Yogurt, Caramel Macchiato",
"Greek Nonfat Yogurt, Strawberry Cheesecake",
"Light & Fit, Greek Nonfat Yogurt, Blackberry",
"Light & Fit, Greek Nonfat Yogurt, Strawberry Banana",
"Greek Nonfat Yogurt",
"Light & Fit, Nonfat Greek Yogurt, Banana Cream",
"Light & Fit, Greek Nonfat Yogurt, Toasted Coconut Vanilla",
"Light & Fit, Nonfat Greek Yogurt Mousse, Cherry Cheesecake",
"Salted Caramel Nonfat Yogurt Mousee",
"French Vanilla Naturally & Artificially Flavored",
"Light & Fit, Nonfat Greek Yogurt Mousse, Raspberry White Chocolate",
"Greek Mousse, Strawberry Shortcake",
"Light & Fit, Greek Nonfat Yogurt, Caramel Macchiato",
"Nonfat Yogurt Drink, Protein Smoothie",
"Protein Smoothie Nonfat Yogurt Drink",
"Protein Shake",
"Protein Smoothie",
"Protein Smoothie Salted Caramel Non Fat Yogurt Drink",
"Light & Fit, Protein Shake, Nonfat Yogurt Drink, Mixed Berry",
"Light & Fit, Protein Shake, Vanilla",
"Protein Shake",
"Light & Fit, Protein Shake, Nonfat Yogurt Drink, Strawberry",
"Light & Fit, Greek Nonfat Yogurt, Boston Cream Pie",
"Light & Fit, Nonfat Greek Yogurt, Tiramisu",
"Light & Fit, Greek Nonfat Yogurt, Vanilla",
"Light & Fit, Greek Nonfat Yogurt, Chocolate On Top, Strawberry",
"Light & Fit, Chocolate On Top Nonfat Greek Yogurt & Sauce, Cherry",
"Light & Fit, Greek Chocolate On Top Nonfat Yogurt & Sauce, Banana",
"Light & Fit, Nonfat Greek Yogurt Mousse, Coconut Cream",
"Light & Fit, Nonfat Greek Crunch Yogurt & Toppings, Peanut Butter Delight, Vanilla, Graham Crackers & Dark Chocolate",
"Light & Fit Greek Crunch - S'mores",
"Light & Fit, Nonfat Greek Yogurt, Caramel Apple Pie",
"Light & Fit, Nonfat Greek Yogurt Mousse, Lemon Meringue",
"Light & Fit, Nonfat Greek Yogurt Mousse, Blueberry Tart",
"Light&Fit, Protein Smoothie, Nonfat Yogurt Drink, Strawberry",
"Nonfat Yogurt Drink, Strawberry",
"Light & Fit, Nonfat Yogurt Drink, Mixed Berry",
"Light & Fit, Nonfat Yogurt Drink, Strawberry Banana",
"Light & Fit Non Fat Yogurt Drink, Raspberry",
"Light & Fit, Nonfat Yogurt Drink, Strawberry",
"Light & Fit, Nonfat Yogurt Drink, Mixed Berry",
"Light & Fit, Nonfat Yogurt Drink, Strawberry Banana",
"Light & Fit, Nonfat Yogurt, Lemon Meringue Pie",
"Light & Fit, Nonfat Yogurt, Salted Caramel",
"Light & Fit, Nonfat Greek Crunch Yogurt & Toppings, Cookies & Cream, Vanilla With Cookie Pieces & Dark Chocolate",
"Nonfat Yogurt Drink",
"Light & Fit, Nonfat Yogurt Drink, Peach Mango",
"Light & Fit, Nonfat Yogurt, Mixed Berry",
"Light & Fit, Greek Crunch Nonfat Yogurt & Toppings, Banana With Dark Chocolate Vanilla Wafer And Almonds",
"Danonino, 2x Calcium Of Kids Yogurt Dairy Snack, Strawberry",
"Danonino Dairy Snack Yogurt, Strawberry-Banana",
"Greek Yogurt",
"Design, Chocolate Moose Magnet & Gourmet Hot Cocoa",
"Design, Chocolate Moose Magnet Gourmet Hot Cocoa",
"Design, Gourmet Hot Cocoa With Chocolate Moose Magnet",
"Wine Ice Cream, Strawberry Sparkling",
"Scrambled Egg, Chorizo Sausage & Cheese",
"Bites, Patty Friters, Original Chicken",
"Buffalo Style Chicken Bites",
"Bites, Cheesy Chicken",
"Patty Fritters Bites, Honey Bbq Chicken",
"Italian Style Meatballs",
"Meatball",
"Turkey Meatballs",
"Turkey Meatballs",
"Homestyle Meatballs",
"Angus Beef Meatballs",
"Sweet Italian Style Meatballs",
"Italian Style Meatballs",
"Italian Style Meatballs, Dinner Size Meatballs",
"Italian Style Meatballs",
"Meatball Bistro Skillet Meals, Tomato Basil",
"Meatball Bistro, Mac & Cheese",
"Stuffed Meatballs, Marinara Sauce",
"Stuffed Meatballs Cheese In Caramelized Onion Sauce",
"Bites Buffalo Style Chicken",
"Bites Breaded Boneless Glazed Chicken Fritters With Chicken Skin, Cheesy Chicken",
"Bites, Honey Bbq Chicken",
"Chicken Meatballs",
"Italian Style Meatballs",
"Angus Beef Meatballs",
"Italian Style Meatballs",
"Organic Reduced Fat Milk",
"Hojuelas de avena natural",
"Servatii, Butter Stollen, Almond",
"Servatii, Stollen Raisin Bread",
"Pretzel",
"Pretzel Baron, Sesame Pretzel",
"Servatii, All Butter Patriotic Cookies",
null,
"Explore California",
null,
"Explore Los Angeles",
"Original Cashew Milk",
"Unsweetened Cashewmilk, Original",
"Organic Lemonade From Concentrate, Strawberry",
"Organic Lemonade, Mango",
"Granola Chips, Maple Pecan",
"Vegetable Chips, Sea Salt",
"Kale Quinoa Multigrain Crisps, Hatch & Cheddar",
"Kale Quinoa Multigrain Crisps, Sweet Jalapeno",
"Kale Quinoa Multigrain Crisps, White Cheddar",
"Organic Crispy Cinnamon Crunch Cereal",
"Sweet Potato Chips With Sea Salt",
"Root Vegetable Chips With Sea Salt",
"Saltines",
"Grahams Crakers, Chocolate",
"Cheesecake With Graham Crust",
"Party Peanuts",
"Asparagus Spears, Cut",
"Diced Tomatoes With Garlic & Onion",
"Fruit & Cereal Bars",
"Fruit & Cereal Bars, Blueberry Cobbler",
"Original Zesty Steak Sauce",
"Cola",
"Organic Green Beans Cut",
"Gold Corn Whole Kernel",
"Sweet Peas",
"Buttermilk Waffles",
"Waffles, Blueberry",
"Homestyle Waffles",
"Bean Dip, Original",
"Tomato Ketchup",
"Tomato Ketchup",
"Honey Roasted Peanuts, Honey",
"Mustard, Honey",
"Lactose Free Soymilk, Vanilla",
"Organic Lactose Free Soymilk, Original",
"Organic Soymilk, Chocolate",
"Mixed Berry",
"Whipped Cream Cheese Spread",
"Garlic Texas Toast",
"Tomato Sauce",
"Diced Tomatoes",
"Apple Juice",
"Organic Applesauce",
"Spaghetti - A Cholestrol Free Food",
"Organic Vermicelli Product",
"Penne Rigate",
"Organic Rotini Macaroni Product",
"Organic Tomato Ketchup",
"Marshmallow Creme",
"Monterey Jack Natural Cheese",
"Raisin Bran, Crunchy, A Hearty Blend Of Crunchy Bran Flakes, Granola & Plump Juicy Raisins",
"Organic Spinach & Feta Pizza",
"Organic Grilled Vegetable Pizza",
"Organic Margherita Pizza",
"Mixed Vegetables",
"Mixed Vegetable",
"Organic Pinto Beans",
"Garbanzo Beans",
"Organic Black Beans",
"Kidney Beans Dark Red",
"Instant Oatmeal, Cinnamon Roll",
"Sharp Cheddar Cheese",
"Colby Jack Natural Cheese",
"Original Pizza",
"Instant Oatmeal, Raisins, Dates & Walnuts",
"Salsa Con Queso",
"Beef Jerky",
"Mini Beef Ravioli",
"Beef Ravioli In Tomato & Meat Sauce",
"Organic Farfalle, Macaroni Product",
"Organic Penne Rigate",
"Whole Wheat Vermicelli Product",
"Rotini Whole Wheat Macaroni Product",
"Organic Whole Wheat Spaghetti Product",
"Coffee Creamer",
"Diced Tomatoes",
"Shredded Mozzarella Natural Cheese",
"Pure Granulated Sugar",
"Natural Shredded Mozzarella Cheese",
"Pizza Sauce",
"Low Fat Ricotta Cheese",
"Organic Crushed Tomatoes",
"Tomato Puree",
"Muenster Natural Cheese",
"Pepper Jack",
"Ny Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Pepper Jack",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Milk",
"Onion Mix",
"Dry Roasted Peanuts",
"Potato Chips",
"Old Fashioned Kettle Chips",
"Candy Corn Candies",
"Candies, Chocolate, Peanuts",
"Circus Peanuts Candies",
"Candies, Sour Worms",
"Spice Drops Candies",
"Organic Frosted Flakes Cereal",
"Toasted Oats",
"Honey Nut Toasted Oats",
"Wheat Squares Cereal",
"Lemon Gelatin Dessert, Natural",
"Old Fashioned Kettle Chips",
"Carrots",
"Cookies, Sugar",
"Cookies, Oatmeal",
"Cookies, Iced Oatmeal",
"Assorted Sugar Wafers",
"Sugar Wafers",
"Mixed Fruit, Diced Peaches & Pears With Pineapple In Light Syrup",
"Yellow Cling Diced Peaches",
"Triple Cherry Mixed Fruit",
"Diced Tomatoes",
"100% Tomato Juice",
"Vegetable Juice",
"Diced Tomatoes & Green Chilies, Original",
"Diced Tomatoes & Green Chilies, Mild",
"Soy Sauce",
"Marinade & Sauce, Teriyaki",
"Authentic Worcestershire Sauce",
"Mixed Beans",
"Petite Diced Tomatoes",
"Traditional Snack Mix",
"Peach Soda, Caffeine Free",
"Trail Mix Granola Bars",
"Salsa",
"Organic Salsa, Medium",
"Organic Salsa, Hot",
"Organic Basmati White Rice",
"Basmati Brown Rice",
"Chocolate Chip Peacan Cookies",
"All Natural Chocolate Chip Cookies",
"Pinto Beans",
"Organic Great Northern Beans",
"Organic Green Lentils",
"Cereal Bars, Apple Cobbler",
"Seasoned Croutons",
"Croutons, Cheese & Garlic",
"Croutons, Restaurant Style Caesar",
"Creamy Peanut Butter Spread",
"Vegetarian Baked Beans",
"Baked Beans",
"Vegetarian Refried Beans, Green Chile & Lime",
"Real Mayonnaise, Smooth & Creamy",
"Mandarin Oranges",
"Organic 100% Juice From Concentrate With Added Ingredient, Grape",
"Lemonade",
"Organic Juice Blend, Cranberry",
"Organic Caesar Dressing",
"Organic Balsamic Vinaigrette Dressing",
"Honey Mustand",
"Organic Ranch Dressing",
"French Dressing",
"Italian Dressing",
"100% Pure Maple Syrup",
"Green Beans, Cut",
"Tomato Ketchup",
"Homestyle Filled Cookies, Strawberry",
"Home Style, Raspberry Filled Cokies",
"Sherbet",
"Granulated Sugar Substitute",
"Toasted Multi-Grain Cereal With Honey Oat Clusters & Sliced Strawberries",
"Cut Green Beans",
"Black Tea Chai",
"Organic Fruit Spread",
"Organic Fruit Spread",
"Organic Fruit Spread",
"Organic European Apricot Fruit Spread",
"100% Unsweetened Juice From Concentrate, Pineapple",
"Organic Tea",
"Black Tea",
"Green Tea",
"Organic Herbal Tea, Peppermint",
"Organic Tea",
"Organic Herbal Tea, Nighttime Blend",
"Butter Beans",
"Garbanzo Beans",
"Great Northern Beans",
"Chili Beans",
"Pinto Beans",
"Golden Hominy",
"White Hominy",
"Blackeye Peas",
"Organic Applesauce",
"Applesauce",
"Crunchy Granola Bars",
"Organic Fire Roasted Diced Tomatoes In Jiuce",
"Organic Petite Diced Tomatoes In Water With Green Chilies",
"Rice Medley, Spanish",
"Green Beans, Cut, French Style",
"Organic Crunchy Peanut Butter Spread, Peanut Butter",
"French Style Cut Green Beans",
"French Style Cut Green Beans",
"Sweetened Multi-Grain Cereal",
"Sweetened Oat Cereal With Colored Marshmallows",
"Crunchy Cereal",
"Coco Loco A Sweet Corn Cereal",
"Instant Pudding & Pie Filling, French Vanilla",
"Instant Pudding & Pie Filling, Banana Cream",
"Meat Loaf Seasoning Mix",
"Country Gravy Mix",
"Fun Stripes, Peanut Butter & Strawberry Jelly",
"Organic Yellow Mustard",
"Organic Spicy Brown Mustard",
"Organic Crushed Tomatoes With Basil",
"Organic Tomato Sauce",
"Organic Diced Tomatoes",
"Organic Tomato Paste",
"100% Juice, Prune",
"Organic 100% Pure Honey",
"Baked Whole Wheat Crackers",
"Corned Beef Hash",
"No Beans Chili",
"Chili With Beans",
"Chili With Beans, Hot",
"Quick Oats",
"Oats, Quick",
"Real Semi-Sweet Chocolate Chips",
"3 Cheese Texas Toast",
"Pasta With A Seasoned Taco Sauce Mix & Cheese Topping Mix",
"Cranberry Sauce",
"Tomato Condensed Soup",
"Shredded Mild Cheddar Cheese",
"Fajita Seasoning Mix",
"Skillet Classics, Salisbury Pasta",
"Wheat Crackers",
"Gourmet Crackers",
"Pie Crusts",
"Crescents, Flaky Butter",
"Flaky Jumbo Homestyle Biscuit",
"Flaky Jumbo Big Biscuits, Butter",
"Fudge Factory, Fudge Striped Shortbread Cookies",
"Apple Jelly",
"Dark Red Kidney Beans",
"Tomato Ketchup",
"French Fried Potatoes, Steak Fries Potatoes",
"French Fried Potatoes",
"Crinkle Cut French Fried Potatoes",
"Seasoned French Fries",
"Southern Style Hash Browns",
"Shredded Hash Browns",
"Skillet Classics, Beef Pasta",
"Skillet Classics, Stroganoff",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinnamon",
"Old Fashioned Oats",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Milk",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Milk",
"Tomato Clam Juice Cocktail, Tomato",
"Corn Flakes, Golden Flakes Of Corn Cereal",
"Onion Dip",
"Cream Of Mushroom Condensed Soup",
"Cottage White Old Fashioned Bread",
"All-Purpose Flour Harina",
"Ready To Serve Soup, Beef Barley, With Homestyle Vegetables",
"Chicken Noodle Ready To Serve Soup",
"Chicken & Wild Rice",
"Minestrone With Garden Vegetables In A Zesty Broth",
"New England Style Clam Chowder",
"Low Fat Milk",
"Rice Squares Toasted Rice Cereal",
"All Purpose Harina Flour",
"Raisin Bran Cereal",
"100% Natural Granola With Oats, Honey & Almonds",
"Organic Sweet Bread & Butter Pickle Slices",
"Organic 100% Juice From Concentrate With Added Ingredients, Tomato",
"Part Skim Ricotta Cheese",
"Unsweetened Blueberries",
"Wafers, Vanilla",
"Organic Honey & Oats Medley",
"Organic Balsamic Vinegar",
"Petite Diced Tomatoes With Green Chilies",
"Ranch Dip",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Hazzelnut",
"Thick & Chunky Salsa, Mild",
"Thick & Chunky Salsa, Medium",
"Stuffing Mix, Turkey",
"Hot Cocoa, Rich Chocolate",
"Saltines Unsalted Tops",
"Grahams Whole Crackers, Cinnamon",
"Cheesecake Mix",
"Salad Dressing",
"Buttermilk Ranch Dressing",
"Organic Tuscan Italian Dressing",
"Fat Free Balsamic Vinaigrette Dressing",
"Organic Raspberry Vinaigrette Dressing",
"Greek Feta Dressing",
"Concord Grape Jelly",
"Fruit Spread",
"Preserves",
"Organic Refried Beans",
"Organic Refried Beans, Vegetarian",
"Organic Refried Black Beans",
"Soy Crisps, Ranch",
"Soy Crisps, Sea Salt",
"Soy Crisps, Cheddar",
"Barbecue Soy Crisps",
"Organic Whole Peeled Tomatoes",
"Candies, Caramels",
"100% Grape Juice",
"Almonds, Roasted & Salted",
"100% White Grape Juice",
"Petite Diced Tomatoes With Sweet Onion",
"Petite Diced Tomatoes",
"Organic Whole Milk",
"Premium Pure Cane Sugar",
"Premium Pure Light Brown Sugar",
"Quick Grits",
"Complete Pancake & Waffle Mix, Blueberry",
"Creamy Peanut Butter",
"Relish",
"Organic Sweet Cream Slated Butter",
"Organic Sweet Cream Unsalted Butter",
"Lime Juice",
"Complete Drink Mix, Lemonade",
"Non-Dairy Coffee Creamer, French Vanilla",
"Non-Dairy Coffee Creamer, Hazelnut",
"Organic Creamy Almond Butter",
"Chicken Noodle Condensed Soup",
"Quick Oats",
"Syrup, Chocolate",
"Organic Instant Oatmeal, Original",
"Instant Oatmeal",
"Organic Instant Oatmeal, Apple & Cinnamon",
"Chunky Chicken & Dumplings Ready To Serve Soup",
"Lightly Salted Party Peanuts, Lightly Salted",
"Walnuts",
"Full Cirole, All Natural Alaska Wild Cot Fillets",
"Wild Alaska Halibut Steaks",
"Wild Alaska Keta Salmon Fillets",
"Wild Alaska Sockeye Salmon Fillets",
"Chicken With Rice Condensed Soup",
"Organic Apple Sauce",
"Wild Swordfish Steaks Vacuum-Packed Fillets",
"Taco Seasoning",
"Red Kidney Beans",
"Ravioli, Cheese",
"Organic, Rings Pasta In A Smooth Tomato Sauce",
"100% Juice, Cranberry",
"Cream Of Chicken Condensed Soup",
"Light Nonfat Yogurt",
"Enriched Hamburger Buns",
"Vacuum Packed Whole Kernel Corn With Peppers",
"Mashed Potato Flakes",
"Organic Vegetable Juice From Concentrate With Added Ingredients",
"String Cheese",
"Wheat Saltines",
"100% Juice, Lemon",
"100% Apple Juice",
"Organic Mini Chocolate Chip Cookies",
"Organic Animal Cookies",
"Black Bean Corn Salsa",
"Relish, Sweet",
"Bartlett Pears",
"Bartlett Pears Slices",
"Food Club, Picante Sauce, Medium",
"Picante Sauce, Mild",
"Whipped Topping, Lite",
"Unpeeled Apricot Halves In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail, Lite",
"Yellow Cling Peach Halves, In Heavy Syrup",
"Sliced Peaches In Heavy Syrup",
"Lite Yellow Cling Sliced Peaches In Pear Juice From Concentrate",
"Bartlett Pear Halves In Heavy Syrup",
"Bartlett Sliced Pears In Heavy Syrup",
"Lite Bartlett Sliced Pears In Pear Juice From Concentrate",
"Cream Of Celery Condensed Soup",
"Broth Chicken",
"Organic Vegetable Broth",
"Diced Green Chiles",
"Natural Sharp Cheddar Cheese",
"Mozzarella Cheese",
"Over Baked Rice Crisps",
"Pork & Beans In Tomato Sauce",
"Colby Jack Natural Cheese",
"Organic Cheese Crackers",
"Organic Round Snack Crackers",
"Organic Beef Jerky, Original",
"Beef Jerky, Teriyaki Flavor",
"Cocktail Sauce",
"Mixed Nuts Deluxe Made With Sea Salt",
"Croutons, Caesar",
"Organic Seasoned Croutons",
"Skillet Classics, Cheeseburger Macaroni",
"Organic Juice From Concentrate With Added Ingredients, White Grape",
"100% Juice, Black Cherry",
"100% Juice From Concetrate With Added Ingredient, Pomegranate",
"Authentic Yellow Corn",
"Chunky Vegetable Beef Ready To Serve Soup",
"Cola",
"Diet Cola",
"Lemon Lime Flavored Soda, Lemon Lime",
"Dr. Wow",
"Wild Mountain, Citrus",
"Dr. Wow",
"Diet Cola, Calorie Free",
"Cream Cheese Spread, With Strawberries",
"Cream Cheese Spread With Onions & Chives",
"Organic Juice, Orange",
"Organic Instant Oatmeal, Oats & Flax",
"Potato O'Brien",
"Potato Crowns French Fried Potatoes",
"Black Beans Spicy Sauce",
"Petite Diced Tomatoes With Chipotle Peppers",
"Green Lima Beans",
"Cheesesticks, Garlic",
"Organic Sweet Potato Chicken Dinner",
"Organic Vegetable Chicken Dinner For Babies",
"Stewed Tomatoes",
"Real Fruit Strips, Strawberry",
"Organic Fruit Strips, Wild Berry",
"Chili Style Diced Tomatoes",
"Cooked Shrimp",
"Cooked Shrimp",
"Cooked Shrimp",
"Raw Shrimp",
"Home Style Chocolate Chip Cookies",
"Home Style Soft & Chewy Cookies, Oatmeal , Raisin",
"Home Style Soft & Chewy Cookies, Peanut Butter",
"Sweet & Salty Chewy Granola Bars",
"Spaghetti Rings",
"Beef Ravioli In Tomato Sauce",
"Chewy Granola Bars",
"Chewy Granola Bars",
"Diced Tomatoes No Salt",
"Italian Style Diced Tomatoes",
"Vitamin D Milk",
"2% Reduced Fat Milk",
"Fat Free Skim Milk",
"100% Pure Honey",
"Condensed Soup, Vegetable With Beef Stock",
"Split Green Peas",
"Peanut Butter & Grape Jelly",
"Toaster Pastries",
"Creamy Ranch Dressing",
"Grape Soda, Caffeine Free",
"Root Beer, Caffeine Free",
"Caffeine Free Orange Soda, Orange",
"Pasta & Sauce, Alfredo Fettuccini In A Cheese Sauce",
"Fettuccini & Spinach Pasta In A Parmesan Cheese Sauce",
"Pasta & Sauce, Creamy Garlic",
"Strawberry Soda",
"100% Apple Cider From Concentrate, Apple",
"Ice Cream",
"Coating Mix For Chicken",
"Coating Mix For Pork",
"Fruit Punch Soda, Caffeine Free",
"Flaky Jumbo Big Biscuits, Buttermilk",
"Orange Juice",
"Crispy Onions",
"Chicken Broth",
"Organic Steel Cut Oats",
"Creamy Pea Nut Butter",
"Cream Of Chicken Condensed Soup",
"Essential Choice Fiber Bars",
"Roasted Almonds With Sea Salt",
"Roasted Pecans With Sea Salt",
"Beef Broth",
"Homestyle Cookies, Dutch Cocoa",
"Homestyle Iced Oatmeal Cookies",
"Fudge Striped Shortbread Cookies",
"Uncured Bacon",
"Sandwich White Bread",
"Saltines Cracker, Original",
"Plain Bread Crumbs",
"Italian Style Bread Crumbs",
"Chunky Beef With Homestyle Vegetables Ready To Serve Soup",
"New England Style Clam Chowder Chunky Soup",
"Jumbo Buttermilk Biscuits",
"Jumbo Big Biscuits, Butter",
"Sweetened Corn Cereal With Natural And Artificial Flavors",
"Mixed Fruit In Natural Cherry Flavored Light Syrup, X-Treme Cherry",
"Grape Soda",
"Orange Soda, Caffeine Free",
"Root Beer",
"Organic Juice Drink, Wild Cherry",
"Organic Juice Drink, Strawberry, Kiwi",
"Finely Shredded Mexican Style Cheese Blend",
"Multigrain Waffles",
"Ginger Snaps Cookies",
"Spice Cake Mix",
"Organic Sweet Potatoes",
"Sliced Beets",
"Mixed Vegetable",
"Pears",
"Organic Applesauce For Babies",
"Carrots",
"Apple Sauce",
"Applesauce, Original",
"Applesauce, Cinnamon",
"Natural Almonds",
"Dry Roasted Macadamias",
"Beets, Sliced",
"Baby Lima Beans",
"Bagels",
"Thick & Chunky Salsa, Mild",
"Cream Cheese Spread With Garden Vegetables",
"Rotini, Enriched Macaroni Product",
"Small Whole Beets",
"Southwest Style Petite Diced Tomatoes",
"Mexican Style Diced Tomatoes With Jalapeno Peppers & Spices",
"Lemonade",
"Pink Lemonade",
"Classic Style Pretzels Sticks",
"Classic Style Mini Twists Pretzels",
"Toaster Pastries",
"Pitted Dark Sweet Cherries In Heavy Syrup",
"Butter Lite Flavored Syrup, Butter Lite",
"Pasteurized Cheese Snack",
"Cheezy Does It, Pasteurized Cheese Snack, American",
"Essential Choice, Cereal Bars, Mixed Berry",
"Honey",
"Chocolate Chip Cookie Dough, Break'N Bake Style",
"Cookie Dough, Chocolate Chip",
"Wild Alaska Sockeye Salmon Whole Fillet",
"Organic Broccoli Florets",
"French Onion Dip",
"Chunk Light Tuna In Water",
"Chili Seasoning",
"Brown Gravy Mix",
"Green Peas",
"Whole Kernel Golden Corn",
"Cut Green Beans",
"Grated Parmesan Italian Style Cheese",
"Grated Parmesan & Romano Italian Style Cheese",
"1% Lowfat Milk",
"Caesar Dressing, With Organic Romano Cheese",
"Concierge Blend Roasted Cashews & Almonds",
"Original Syrup",
"Lite Syrup",
"Diced Yellow Cling Peaches",
"Diced Pears",
"Diced Peaches & Pears",
"Trail Mix Mountain",
"Trail Mix, Cranberry Nut",
"Apple Loons, Sweetened Multi-Grain Cereal, Apple",
"Fruit Frenzy, Fruit",
"Toasted Oats, Toasted Whole Grain Oat Cereal, Original",
"Honey & Oats, Toasted Multi-Grain Cereal, With Honey Oat Clusters",
"Toasted Multi-Grain Cereal With Almonds & Honey Oat Clusters",
"Complete Drink Mix",
"Drink Mix",
"Complete Drink Mix",
"Cashews",
"Colby Jack Cheese Sticks",
"Organic White Tea, Pomegranate",
"Organic Green Tea, Blueberry Flavored With Other Natural Flavors",
"Pie Filling Or Topping, Strawberry",
"Pie Filling Or Topping, Lemon",
"Eclair Icecream Bars",
"Ice Cream Sandwiches",
"Ready To Serve Broth, Chicken",
"Homestyle Soft And Chewy Iced Lemon Cookies, Lemon",
"Homestyle Soft And Chewy Sugar Cookies",
"Creamy Natural Peanut Butter, No Salt Added",
"100% Unsweetened Juice From Concentrate, Pineapple",
"100% Unsweetened Juice, Orange",
"Diet Cola",
"Cream Soda",
"Dr. Wow, Soda",
"Orange Soda",
"Root Beer, Caffeine Free",
"Wild Mountain, Citrus",
"Lemon Lime Soda, Caffeine Free",
"Bouillon Cubes, Beef",
"Instant Bouillon, Beef",
"Instant Bouillon, Chicken",
"Juice Cocktail, Cranberry",
"Juice Cocktail, Cranberry, Raspberry",
"Juice Cocktail, Cranberry Apple",
"Grape, Cranberry Juice Cocktail, Grape, Cranberry",
"Shredded Colby Jack Cheese",
"Shredded Sharp Cheddar Natural Cheese",
"Denali, Original Moose Tracks Premium Ice Cream, Peanut Butter",
"Premium Ice Cream, Vanilla Bean",
"Ice Cream, Vanilla & Chocolate",
"Ice Cream, French Vanilla",
"Ice Cream, Chocolate Chip Cookie Dough",
"Ice Cream, Vanilla",
"Ice Cream, Chocolate",
"Ice Cream, Fudge Swirl",
"Ice Cream, Strawberry",
"Ice Cream, Mint Chocolate Chip",
"Ice Cream, Cherry Vanilla",
"Ice Cream, Cookies 'N Cream",
"Sliced Strawberries In Sugar",
"Whipped Cream Cheese Spread",
"Jellied Cranberry Sauce",
"Freshly Frozen Broccoli Florets",
"Pasteurized Extra Grade Instant Nonfat Dry Milk",
"Cooking Stock Chicken",
"Cooking Stock",
"Popcorn, Kettle Corn",
"Popcorn, Butter",
"Light Popcorn, Butter",
"Natural Light Popcorn",
"Microwave Popcorn, Butter",
"Premium Ice Cream, Bear Foot Brownie",
"Premium Ice Cream, Bear Claw",
"Premium Ice Cream, Chocolate",
"Premium Ice Cream, Mint Chocolate Chip",
"Cookies N' Cream Ice Cream",
"Premium Ice Cream, Butter Pecan",
"Premium Ice Cream, Rocky Road",
"Premium Ice Cream, Strawberry",
"Premium Ice Cream, Cookie Dough",
"Premium Ice Cream, French Vanilla",
"Maple Syrup",
"Chili With Beans",
"Light Corn Syrup With Real Vanilla",
"Light Corn Syrup With Real Vanilla",
"Unsweetened Pitted Dark Sweet Cherries",
"Unsweetened Sliced Peaches",
"Unsweetened Wild Blueberries",
"Unsweetened Red Raspberry",
"Unsweetened Mixed Fruit",
"Unsweetened Berry Medley",
"Whole Unsweetened Strawberries",
"Brown Gravy Mix",
"Gravy Mix",
"Gravy Mix, Mushroom",
"Turkey Gravy Mix",
"Beef Stew Seasoning Mix",
"Chili Seasoning Mix",
"Sloppy Joe Seasoning Mix",
"Spaghetti Sauce Mix",
"Quick'N Easy, Microwaveable Macaroni & Cheese Dinner, Original",
"Sweet Peas",
"Sliced Carrots",
"Lasagna With Meat Sauce",
"Original Syrup",
"Golden Sweet Cream Style Corn",
"Juice Cocktail, Ruby Red Grapefruit",
"Original Almond Milk",
"Almondmilk",
"Earl Grey Black Tea",
"Chai Black Tea",
"Chamolmile Herbal Tea",
"Herbal Tea, Peppermint",
"Jasmine Green Tea",
"English Breakfast Black Tea",
"Jumbo Croutons, Butter & Garlic",
"Sliced Carrots",
"Celebrations, Sprinkles, Chocolate",
"Cut Peeled Baby Carrots",
"Baby Carrots",
"Corn Flakes, Golden Flakes Of Corn Cereal",
"Beef Broth",
"Beef Broth",
"Chicken Broth",
"Chicken Broth",
"Ready To Serve Broth, Chicken",
"Cooking Stock, Chicken",
"Rainbow Celebrations Sprinkles",
"Sweet Relish",
"Multi Grain Bread",
"Whole Wheat Bread",
"Flax & Grain Bread",
"Western Dressing",
"Toaster Pastries",
"Pie Filling Or Topping, Cherry",
"Pie Filling Or Topping, Blueberry",
"X-Treme Cherry, Pie Filling Or Topping",
"Pie Filling Or Topping, Peach",
"Macaroni & Beef",
"Orange Juice Concentrate",
"Concord Grape Jelley",
"Lite Mayonnaise",
"Salad Dressing",
"Fruit Cocktail In Heavy Syrup",
"Brown Rice",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Milk",
"Skillet Classics, Three Cheese Pasta",
"Rich & Creamy Almondmilk, Original",
"Rich & Creamy Almond Milk, Vanilla",
"12 Grain Bread",
"Split Top Wheat Bread",
"Organic Pasta Sauce, Tomato, Basil",
"Organic Pasta Sauce, Roasted Garlic",
"Organic Pasta Sauce, Portabella Mushroom",
"Organic Pasta Sauce With Chunky Diced Tomatoes & Extra Virgin Olive Oil, Four Cheese",
"Marinara Pasta Sauce",
"Granola, Fruit And Nut",
"All Natural Granola, Vanilla Almond",
"Go Right, Crunchy Fiber Twigs, Soy Protein Grahams And Honey Puffs Cereal",
"Go Right Medley, High Fiber Multigrain Cereal",
"Organic Quinoa",
"Fruit Cocktail In Heavy Syrup",
"Sliced Beets",
"Sliced Carrots",
"Sliced Beets",
"Movie Theatre Popcorn, Butter Crazy",
"Snickerdoodle Cookies",
"Burnt Peanuts",
"Organic Low Fat Milk",
"Pimento Cheese Spread",
"Toaster Pastries",
"Toaster Pastries, Frosted Strawberry",
"Organic White Rice",
"Brown Rice",
"Organic Quinoa",
"Quick'N Easy, Microwaveable Macaroni & Cheese Dinner, Original",
"Rice & Sauce, Cheddar Broccoli, Rice And Pasta In A Cheese Sauce With Broccoli",
"Rice & Sauce, Spanish",
"Wild Mountain, Citrus Flavored Soda, Citrus",
"Potato Chips, Classic",
"Wavy Potato Chips",
"Potato Chips, Barbecue",
"Ripple Potato Chips",
"Potato Chips, Sour Cream & Onion",
"Potato Chips, Kettle Cooked, Original",
"Kettle Cooked Potato Chips, Barbeque",
"Kettle Cooked Potato Chips, Jalapeno",
"Restaurant Style Tortilla Chips",
"Crispy Round Tortilla Chips",
"Potato Chips, Cheddar & Sour Cream",
"Zero Calorie Cola",
"Diet Dr. Wow, Calorie Free Soda",
"Diet Soda, Lemon Lime",
"Caffeine & Calorie Free Diet Root Beer",
"Cola",
"Calorie Free Diet Cola",
"Zero Calorie Cola",
"Vanilla Cream Soda, Vanilla Cream",
"Dr. Wow Soda",
"Caffeine Free Ginger Ale Soda",
"Soda, Grape",
"Soda, Lemon Lime",
"Caffeine Free Soda, Orange",
"Caffeine Free Root Beer",
"Wild Mountain, Citrus Soda, Citrus",
"Freshly Frozen Sliced Unsweetened Strawberries",
"Whole Kernel Corn, Golden Sweet",
"Garden Combination Chunky Pasta Sauce",
"Chunky Pasta Sauce, Tomato, Garlic, & Onion",
"Traditional Pasta Sauce",
"Pasta Sauce, Meat",
"Pasta Sauce, Mushroom",
"Take & Bake Baguette",
"Take & Bake Ciabatta",
"Organic Chicken Noodle Soup",
"Chunky Tomato Soup",
"Organic Lentil Soup",
"Soup",
"Marinara Pasta Sauce",
"Coffee Creamer, Amaretto",
"Brown Sugar & Sucralose Blend",
"Tortilla Chips, Nacho Cheese",
"Corn Chips",
"Golden Sweet Whole Kernel Corn",
"Whole Kernel Corn, Golden Sweet",
"Pineapple Salsa",
"Diced Tomatoes & Green Chilies, Mild",
"Real Bacon Pieces",
"Real Bacon Bites",
"Applesauce, Original",
"Apple Sauce, Original",
"Applesauce, Cinnamon",
"Macaroni & Cheese Dinner, Original",
"Deluxe Shells & Cheddar Dinner",
"Spinach Dip",
"Assorted Fruit Snacks, Assorted Fruit",
"Sharks Fruit Flavored Snacks",
"Dinosaurs Fruit Flavored Snacks",
"Rice Pasta & Cheese, Cheddar",
"Penne Rigate, Whole Wheat Macaroni Product",
"Spaghetti, Whole Wheat Macoroni Product",
"H2o Energy, Liquid Beverage Enhancer, Black Cherry",
"Liquid Beverage Enhancer, Blue Raspberry",
"Reduced Sodium Soy Sauce",
"Unsweetened Applesauce",
"Unsweetened Applesauce",
"Italian Style Tomato Paste",
"Whole Kernel Corn, Crisp & Sweet",
"Cola",
"Caffeine Free Grape Soda, Grape",
"Caffeine Free Soda, Lemon Lime",
"Strawberry Soda, Strawberry",
"Soda, Fruit Punch",
"Red Cream Soda",
"Wild Mountain, Citrus Soda",
"Calorie Free Diet Cola",
"Lemon Lime Soda, Lemon Lime",
"Pineapple Caffeine Free Soda, Pineapple",
"Mixed Nuts",
"Cashews Halves & Pieces",
"Whole Cashews",
"Lightly Salted Halves & Pieces Cashews",
"Lightly Salted Mixed Nuts",
"Halws & Peaces Cashews",
"Mixed Nuts",
"Lightly Salted Whole Cashews",
"Cheese Balls Cheese Snacks",
"Pizza Crust Mix",
"Crispy Fudge Mint Cookies",
"Liquid Beverage Enhancer With Vitamins, Strawberry Watermelon",
"Organic Gluten- Free Penne",
"Organic Gluten-Free Fusilli",
"Gluten-Free Rigatoni",
"Gluten-Free Conchiglie",
"Liquid Beverage Enhancer, Grape",
"Hazelnut Creamy Spread",
"Bagels",
"Butter Chicken",
"Thai Red Curry Chicken",
"Chicken Teriyaki",
"Sesame Ginger Stir Fry With Chicken",
"Chicken Penne Alfredo Pasta",
"Liquid Beverage Enhancer With Vitamins B3 B6 B12, Blueberry Pomegranate",
"Organic Light Agave Nectar",
"Organic Amber Agave Nectar",
"Organic Whole Strawberries",
"Organic Blueberries",
"Organic Raspberries",
"Organic Berry Medley",
"Plain Panko Bread Crumbs",
"Italian Style Panko Bread Crumbs",
"Garlic Style Bread Crumbs",
"Premium Ice Cream, Candy Bar Overload",
"Premium Ice Cream, Death By Chocolate",
"Premium Ice Cream, Banana Split",
"Premium Ice Cream, Coffee Truffle",
"Taco Tortilla Chips",
"Waffle & Pancake Mix",
"Coconut Cookies",
"Instant Oatmeal, Maple & Brown Sugar",
"Old Fashioned Oats",
"Chewy Cookies, Chocolate Chip",
"Chunky Chocolate Chip Cookies",
"Double Creme Dunksters, Sandwich Cookies, Chocolate",
"Dunksters, Original Sandwich Cookies, Chocolate",
"Shortbread Cookies, Pecan",
"Diet Wild Mountain, Soda, Citrus",
"Hot Cocoa Mix, Milk Chocolate",
"Cappuccino Mix, French Vanilla",
"Cappuccino Mix Single Serve Cups, Caramel",
"Beef Stew",
"Scalloped Potatoes",
"Yukon Gold Potatoes",
"Unsweetened Rich & Creamy Original Almond Milk",
"Unsweetened Almondmilk, Vanilla",
"Unsweetened Original Almond Milk",
"Rich & Creamy Almondmilk, Vanilla",
"Wild Mountain, Diet Soda, Citrus",
"Dr. Wow, Calorie Free Diet Soda",
"Red Cream Soda",
"Potato Classics, Scalloped",
"Potato Classics, Au Gratin",
"Cut Green Beans",
"Whole Kernel Corn",
"Green Peas",
"Mixed Vegetables",
"Chocolate Sandwich Cookies",
"Premium Ice Cream, Neapolitan",
"Premium Ice Cream, Peanut Butter Cup",
"Organic, Pb Blasts, Organic Sweetened Multigrain Cereal Dots Coated With Organic Peanut Butter",
"Wavy Potato Chips, Cheddar & Horseradish",
"Wavy Potato Chips, Buffalo Wing",
"Whipped Dressing",
"Snack Crackers",
"Snack Crackers, Wheat",
"Stevia Extract No Calorie Sweetener",
"String Cheese, Low Moisture Part-Skim Mozzarella Cheese",
"Shaved Parmesan Cheese",
"Natural Cheese, Medium Cheddar",
"Deli Style Sliced Gouda Natural Cheese",
"Deluxe Sharp Cheddar Cheese",
"Sharp Cheddar Singles",
"Multigrain Ultra Thin Crust Roasted Vegetable Pizza",
"Shoestrings French Fried Potatoes",
"Organic Yellow Cling Peach Halves In Organic Peach And Pear Juice From Concentrate",
"Organic Yellow Cling Peach Slices In Organic Peach Juice And Pear Juice From Concentrate",
"Mozzarella, White Cheddar, Parmesan And Romano Four Cheese Pizza",
"Uncured Pepperoni Pizza",
"Macaroni & Cheese Dinner, Cheddar",
"Shells & Cheese Dinner, White Cheddar",
"Fudge Swirl Ice Cream",
"Ice Cream",
"Tippy Toes, Turkey With Gravy",
"Tippy Toes, Applesauce",
"Tippy Toes, Pears",
"Tippy Toes, Apple Banana",
"Tippy Toes, Apple Mango",
"Tippy Toes, Apple Prune",
"Tippy Toes, Pureed Baby Food, Apple Blueberry",
"Tippy Toes, Sweet Potatoes",
"Tippy Toes, Mixed Vegetables",
"Tippy Toes, Veggies Squash",
"Sweet Potato Chicken Dinner",
"Turkey Medley Dinner",
"Erupters, Liquid Filled Center Fruit Flavored Snacks",
"Pancake Mix, Buttermilk",
"Sweetened Wheat & Rice Cereal",
"Organic Bran Flakes Cereal",
"Organic Raisin Bran Cereal",
"Buffalo Style Pretzel Pieces",
"Pretzel Pieces",
"Sourdough Hard Pretzel Pieces",
"Cheesy Ultimate Cheeseburger Pasta And Seasoning",
"Cheesy Nacho Supreme",
"Cheesy Chicken & Broccoli Pasta",
"Shells & Cheddar Dinner",
"Deluxe Macaroni & Cheese Dinner",
"Mandarin Orange Chicken Meal Starter",
"Human Style Chicken Meal Starter",
"Meal Starter Chicken",
"Sweet & Sour Chicken Meal Starter",
"Yellow Mustard",
"Organic Spicy Brown Mustard",
"Organic Stone Ground Mustard",
"Sun-Dried California Raisins",
"Sun-Dried California Raisins",
"Sun-Dried California Raisins",
"Prunes Dried Plums Pitted",
"Prunes Dried Pitted Plums",
"Organic, 100% Natural Raisins",
"Organic, 100% Natural Raisins",
"Organic Dijon Mustard",
"Unsweetened Apple Fruit Puree, Apple",
"Garlic & Onion Pasta Sauce",
"Shredded Parmesan Cheese",
"Breaded Tilapia Fillets",
"Breaded Clam Strips",
"Breaded Fish Sticks",
"Raw Shrimp",
"Cooked Shrimp",
"Pasta Sauce",
"Spaghetti Sauce",
"Cantina Style Medium Salsa",
"Cantina Style Medium-Hot Salsa",
"White Sweet Whole Kernel Corn",
"Cookies, White Striped Chocolate Shortbread",
"Marble Deluxe Cake Mix",
"Red Velvet Deluxe Cake Mix",
"Premium Raw Demerara Cane Sugar",
"No Bake Cheesecake Mix, Cherry",
"Snack Crackers",
"Lasagna, Enriched Macaroni Product",
"Organic, Ducks In A Row, Baked Crackers, Cheddar Cheese",
"Organic Honey Graham Crackers",
"Rice Pilaf Seasoned Mix",
"All Natural, Barley Peas & Lentils",
"5- Grain Blend",
"All Natural, Italian Farro",
"All Natural, Bulgur & Red Quinoa",
"All Natural, Basmati Oats & Lentils",
"Fruit Bars",
"Power Greens",
"Topcare, Tippy Toes, Yogurt Bites Sancks, Strawberry",
"Tippy Toes, Yogurt Bites, Mixed Berry",
"Topcare, Tippy Toes, Yogurt Bites Snacks, Banana",
"Topcare, Tippy Toes, Puffed Cereal Snacks",
"Topcare, Tippy Toes, Puffed Snacks, Blueberry",
"Topcare, Tippy Toes, Puffed Snacks, Banana",
"Organic, Bbq Sauce, Smokey",
"Organic, Four Cheese Pasta Sauce",
"Organic Marinara Pasta Sauce",
"Organic Chunky Garden Marinara Pasta Sauce",
"Mushroom Pasta Sauce",
"Organic, Pasta Sauce With Chunky Diced Tomatoes & Roasted Garlic, Roasted Garlic",
"Peanut Satay Sauce",
"Teriyaki Sauce",
"Organic Sweet Thai Chili Sauce",
"General Tsos Sauce",
"Organic Sesame Garlic Sauce",
"Chicken Wing Sections",
"Fish Fillets",
"Coconut Water, Original",
"Coconut Water, Original",
"Multigrain Medley, Sweetened Toasted Multigrain Cereal",
"Fruit Twists",
"Fruit Twists",
"Fruit Bites, All Natural Real Fruit Snacks",
"Sharks & Whales Fruit Bites, Real Fruit Snacks, Grape",
"Blended Fruit Puree, Apple, Banana",
"Blended Fruit Puree",
"Vegetable Cooking Stock",
"Small Curd Lowfat Cottage Cheese",
"Cheese Crackers",
"Sea Buddies, Baked Snack Crackers, Cheddar",
"Sea Buddies, Baked Snack Crackers, Extra Cheddar",
"Baked Snack Crackers",
"Creme Wafers",
"Oyster Crackers",
"#NAME?",
"Light Ice Cream",
"Coconut Water, Original",
"Coconut Water",
"Mini Marshmallows",
"Sloppy Joe Sauce",
"Chewy Protein Bars",
"Protein Chewy Bars",
"Lemonade",
"Raspberry Lemonade Juice",
"Beef Broth, Garlic & Onion",
"Thick & Chunky Salsa",
"Flaky Jumbo, Flaky Jumbo Biscuits, Honey Butter",
"Big & Flaky Crescents Rolls",
"Crescents Rolls, Big & Buttery",
"Fresh Brewed Sweet Tea Bags",
"Pork Meatballs",
"Italian Style Pork Meatballs",
"Pork Meatballs",
"Pork Meatballs",
"Coconut Water With Pineapple Juice",
"Chocolate Chips",
"Instant Hot Cocoa Mix",
"Extra Virgin Olive Oil",
"Pure Olive Oil",
"Skillet Classics, Chilli Macaroni",
"Chicken Breast Strips With Rib Meat",
"Boneless Skinless Chicken Breast Strips",
"Boneless Skinless Chicken Breast Strips",
"Snack Crackers",
"Wheat Snack Crackers",
"Salsa",
"Fire Roasted Seasoned With Chipotle Peppers Salsa",
"Essential Choice Toasted Rice And Wheat Flakes",
"Cinn Amazing Crunch Cereal",
"Sunrise Light Orange Juice",
"Orange Juice Beverage",
"Cream Style Corn, Golden Sweet",
"Classic Blend Trail Mix",
"Tropical Fruit Blend Trail Mix",
"Trail Mix",
"Trail Mix",
"Trail Mix",
"Trail Mix",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Orange Marmalade",
"Crispy Rice & Wheat Flakes Cereal",
"Organic Spaghetti",
"Pecans",
"Walnuts",
"Walnuts Halves & Pieces",
"Blanched Slivered Almonds",
"Dunksters, Golden Sandwich Cookies, Vanilla Creme",
"Chai",
"Buckley Farms, Turkey Breast",
"Thin Sliced Turkey Breast",
"Deli Style Thin Sliced Chicken Breast",
"Roast Beef",
"Topcare, Tippy Toes, Fruits & Veggies Organic Baby Food",
"Tippy Toes Organic, Organic Baby Food, Apple Blueberry Spinach",
"Tippy Toes Organic, Organic Baby Food, Pear Peach Strawberry",
"Topcare, Tippy Toes, Fruits Baby Food, Banana Strawberry Blueberry",
"Topcare, Tippy Toes, Baby Food Fruits & Veggies, Apple Broccoli",
"Topcare, Tippy Toes, Organic Fruit & Veggie Baby Food, Pear Pea Green Bean",
"Rice Mac And Cheese",
"General Tso Chicken",
"Southwest Style Fiesta",
"Meatballs Italian Style",
"Hoisin Sauce",
"Sparkling Carbonated Water Beverage",
"Sparkling Carbonated Water Beverage",
"Sparkling Carbonated Water Beverage",
"Sparkling Water Beverage",
"Cola",
"Diet Cola",
"Wild Mountain Soda",
"Regular Cola",
"Wild Mountain Soda",
"Dr. Wow Soda",
"Pudding Snacks",
"Pudding Snacks",
"Pudding Snacks, Butterscotch",
"Pudding Snacks, Chocolate",
"Pudding Snacks",
"Pudding Snacks, Chocolate",
"Tapioca Pudding Snacks",
"Pudding Snacks, Vanilla",
"French Bread Deluxe Pizza",
"French Bread Pizza",
"French Bread Pizza",
"Home Style Pimento Cheese Spread",
"Mashed Potatoes",
"Waffles, Blueberry",
"Organic, Homestyle Waffles",
"Gluten Free Waffles, Blueberry",
"Gluten Free Homestyle Waffles",
"Tortilla",
"Fajita Style Flour Tortillas",
"Authentic Burrito Style Flour Tortillas",
"Whole Wheat Tortillas",
"100% Orange Juice From Concentrate",
"Unsweetened Coconut Mix",
"Pizza",
"Pizza",
"Pizza",
"3 Meat Pizza",
"Pizza",
"Mexican Style Pizza",
"Brewed Sweet Tea",
"Brewed Diet Iced Tea",
"Microwave Popcorn",
"Organic Popcorn, Salted",
"Organic Microwave Popcorn",
"Potato Classics, Potato Slices In Real Sour Cream",
"Top Care, Pediatric Shake, Vanilla",
"Dinner Yeast Rolls",
"Brown Basmati Rice",
"All Natural Brown Rice & Red Quinoa",
"7 Grain Blend",
"Bulgur & Quinoa",
"Peanut Butter S'Mores Ice Cream",
"Premium Ice Cream, Crunchy Caramel Pretzel",
"Whole Kernel Sweet Corn Seasoned With Sea Salt",
"Cut Green Beans",
"Sweet Peas",
"Diced Carrots",
"Premium Corned Beef",
"Tomato Ketchup With Jalapenos",
"Dunksters, Sandwich Cookies, Original, Chocolate",
"Provolone Natural Cheese",
"Ultra Thin Sliced Cheddar Cheese, Mild",
"Colby Jack Cheese",
"Ultra Thin Sliced Natural Swiss Cheese",
"Pizza, Thin Crust",
"Pizza Crust",
"4% Milkfat Cottage Cheese Small Curd",
"Cottage Cheese",
"Hand-Crafted Pizza",
"Quattro Carne Hand Crafted Pizza",
"Hand Crafted Pizza",
"Classic Cheese Duo Hand Crafted Pizza",
"No Calorie Sweetener",
"Part Skim Ricotta Cheese",
"Shredded Cheese Blend",
"Organic Juice Drink, Wild Cherry",
"Organic Juice Drink, Fruit Punch",
"Organic Juice Drink, Strawberry Kiwi",
"Coconut Milk",
"Chicken Pad Thai",
"Organic Mango Chicken",
"Chewy Chocolate Chip Cookies",
"Real Chocolate Chip Cookies",
"Cookies",
"Candy Cookies, Chocolate Chip",
"Shortbread Cookies",
"Dunksters, Chocolate Sandwich Cookies, Chocolate Creme",
"Raisin Bran Cereal",
"Refined Coconut Oil",
"Refined Coconut Oil",
"Virgin Coconut Oil",
"Cherry Slices",
"Orange Slices Candy",
"Spice Drops",
"Gum Drops Candies",
"Bit-O-Honey - Candy",
"Kids Play Mix - Candy",
"Butterscotch Discs",
"Lemon Drops",
"Root Beer Barrels",
"Cherry Sours",
"Juju Cinnamon Bears",
"Party Mints",
"Jelly Beans",
"Candy Corn",
"Jawbreakers Candy",
"Canada Mints, Peppermint",
"Canada Mints, Candy, Wintergreen",
"Clean Value, Circus Peanuts",
"Gummi Bears",
"Cinnamon Imperials",
"Gummi Peach Rings",
"Gummi Worms, Sour Neon",
"Gummi Worms",
"Candy",
"Salt Water Taffy",
"Tootsie, Tootsie Roll - Midgees",
"Bazooka Bubble Gum Filled Pops",
"Dubble Bubble, Bubble Gum",
"Pre-Baked Pie",
"Pre-Baked Pie",
"Pre-Baked Pie",
"Pre-Baked Pie",
"Pre-Baked Pie",
"Dutch Apple Pre-Baked Pie",
"Chocolate Bridge Mix",
"Chocolate Double Dipped Peanuts",
"Milk Chocolate Peanut Clusters",
"Malted Milk Balls, Chocolate",
"Milk Chocolate Covered Raisins",
"Treat Bars",
"Treat Bars",
"Protein Meal Bars",
"Protein Meal Bars",
"Protein Meal Bars",
"Essential Choice, Oat Cereal",
"Essential Choice, Oat Cereal, Cinnamon",
"Dairy Creamer, Sweet Cream",
"Dairy Creamer, Vanilla",
"Breakfast Bacon, Egg & Cheese Stuffed Sandwiches",
"Meatballs & Mozzarella Stuffed Sandwiches",
"@ Ease, Lean Stuffed Sandwiches, Pepperoni Pizza",
"@ Ease, Ham & Cheese Stuffed Sandwiches",
"Finely Shredded Mexican Style Cheese Blend",
"Mild Cheddar Cheese",
"Mozzarella Cheese",
"White Rice With Vegetables Side Dish",
"White Rice With Vegetable",
"Ease, Long Grain Brown Rice",
"@ Ease, Long Grain White Rice Side Dish",
"Ice Cream Cups",
"Fruit Bars",
"Iced Tea Mix, With Sugar & Natural Lemon Flavor",
"Angus Cheesebuger Sandwich",
"@ Ease, Bacon Cheeseburger Sandwich",
"@ Ease, Breaded Chicken Sandwich",
"@ Ease, Cheeseburger Sandwich",
"Buffalo-Style Chicken Sandwich",
"Croissant Breakfast Sandwiches",
"English Muffins Breakfast Sandwiches",
"English Muffin Breakfast Sandwiches",
"Flatbread Breakfast Sandwiches",
"Sausage, Egg & Cheese Breakfast Sandwiches",
"Breakfast Sandwiches",
"Southern-Style Chicken Breakfast Sandwiches",
"Chicken & Waffle Breakfast Sandwiches",
"Applesauce",
"Applesauce",
"Applesauce",
"@ Ease, Sweet Corn With Butter Sauce",
"@Ease, Broccoli",
"@Ease, Broccoli, Cauliflower & Carrot With Cheese Sauce",
"@Ease, Fire-Roasted Corn With Butter Sauce",
"Brussels Sprouts",
"@ Ease, Asian Blend Seasoned Vegetables",
"Garden Blend Seasoned Vegetable",
"Spaghetti",
"Thin Spaghetti, Enriched Macaroni Product",
"Super Sweet Corn On The Cob",
"Almonds, Roasted & Salted",
"Cashews Halves & Pieces",
"Whole Cashews",
"Deluxe Mixed Nuts",
"Mixed Nuts",
"Mixed Nuts, Lightly Salted",
"Party Peanuts",
"Lightly Salted Halves & Pieces Cashews",
"Dry Roasted Peanuts",
"Whole Raw Almonds",
"Dry Roasted Unsalted Peanuts",
"Dry Roasted Peanuts",
"Mixed Nuts Deluxe Without Peanuts",
"Dry Roasted Peanuts, Honey Roasted",
"Dry Roasted Macadamia Nuts",
"Dry Roasted Sunflower Kernels",
"Dry Roasted Peanuts",
"Honey Roasted Peanuts",
"Classic Blend Trail Mix",
"Fruit Snacks, Mix Fruit",
"Fruit Snacks, Strawberry, Orange, Blue Raspberry, Grape, Cherry Apple",
"Fruit Snacks Sharks",
"Fruit Snacks",
"Ice Cream Sanwiches",
"Organic, Broth, Chicken",
"Cheesecake With Graham Crust, Strawberry Swirl`",
"Cheesecake",
"Popper Chip Snack Made With Potato, Barbecue",
"Popped Crisps Potato Chip Snacks",
"Flavored Popcorn, Caramel Cheddar Cheese",
"Potato Chips",
"Spaghetti, Whole Wheat Macaroni Product",
"Whole Wheat Macaroni Product, Penne Rigate Pasta",
"Unsweetened Mixed Fruit",
"Unsweetened Mango Chunks",
"Pound Cake",
"@ Ease, Pound Cake, Blueberry",
"Honey Wheat Bread",
"Waffles, Chocolate Chocolate Chip",
"Waffles, Confetti",
"Sparkling Water",
"Sparkling Water, Kiwi Strawberry",
"Sparkling Water, Pink Grapefruit",
"Sparkling Water, Coconut",
"Sparkling Water",
"Sparkling Water, Acai Blueberry Pomegranate",
"Neapolitan Ice Cream",
"Ice Cream",
"Chocolate Ice Cream",
"Lowfat Frozen Yogurt",
"Ice Cream",
"Strawberry Swirl Ice Cream",
"Ice Cream And Sherbet",
"Frozen Yogurt",
"Super Swirl Ice Cream",
"Ice Cream",
"Rainbow Sherbet",
"Iced Tea Mix, Crisp & Refreshing! With Sugar & Natural Lemon",
"Iced Tea Mix, Sugar & Natural Lemon",
"Graham Cracker Crumbs",
"Iced Tea Mix",
"Pecans Halves",
"Peanuts",
"Lightly Salted Party Peanuts",
"Honey Roasted Peanuts",
"Waffles",
"Baked Whole Wheat Crackers",
"Reduced Fat Woven Wheat Crackers",
"Woven Wheats, Wheat Crackers, Roasted Garlic",
"Country Sausage Gravy",
"Real Mayonnaise",
"Salad Dressing",
"Sandwich Spread",
"Toaster Pastries",
"Wheat Crackers",
"Reduced Fat Wheat Crackers",
"Organic Quick Steel Cut Oats",
"Organic Granola, Vanilla Almond",
"Organic Fruit & Nut Granola",
"Organic Granola, Oat & Honey",
"@ Ease, Oatmeal Bowl, Apple, Cranberry",
"@ Ease, Oatmeal Bowl, Brown Sugar",
"Italian Style Diced Tomatotoes",
"Chicken Enchiladas Entree",
"@ Ease, Lasagna With Meat Sauce",
"Vegetable Lasagna",
"Buckley Farms, Beef Burgers",
"Buckley Farms, Beef Burgers",
"Organic Granola, Triple Berry",
"Organic Protein With Cranberries Granola",
"General Tso's Chicken Skillet Meal",
"Skillet Meal",
"Skillet Meal",
"Organic Pure Pumpkin",
"Italian Sausage",
"Bratwurst",
"Italian Sausage",
"Pastry Crisps",
"Bread Crumbs, Original",
"Italian Style Bread Crumbs",
"Home Style Soft & Chewy Cookies",
"Home Style Cookies Soft & Chewy, Molasses",
"Oatmeal Raisin Cookies",
"Home Style Cookies",
"Home Style Cookies",
"Home Style Cookies, Dutch Cocoa",
"Home Style Cookies, Iced Oatmeal",
"Home Style Cookies, Iced Lemon",
"Home Style Cookies",
"Classic Corn Dogs",
"Cheesy Rice Bites Appetizer",
"Rice Squares, Toasted Rice Cereal",
"Corn Squares Cereal",
"Squares Toasted Corn Cereal",
"Toasted Whole Grain Oat Cereal",
"Classics Pasta Salad, Italian",
"Organic Toasted Oats Cereal",
"Organic Toasted Oats Cereal, Honey Nuts",
"Wheat & Crunchy Cereal",
"Organic Almond Milk, Original",
"Organic Almondmilk, Vanilla",
"Organic Unsweetened Almondmilk, Original",
"Organic Almondmilk, Vanilla",
"Organic Instant Oatmeal, Apple & Cinnamon Naturally Flavored",
"Organic Instant Oatmeal, Maple & Brown Sugar Naturally Flavored",
"Organic Instant Oatmeal, Original",
"Organic Hummus, Original",
"Organic Hummus, Roasted Red Pepper",
"Organic Hummus, Garlic",
"Organic Juice Beverage From Concentrate, Apple",
"Organic Juice Beverage, Cranberry",
"Organic Juice Beverage, Grape",
"Organic 100% Juice Smoothie, Fruit & Greens",
"Organic Juice Smoothie, Berry Veggie",
"Organic Juice Smoothie, Mango",
"Organic 100% Juice Smoothie, Strawberry Banana",
"Organic 100% Juice Smoothie, Blueberry Banana",
"Pepperoni Pizza Bites",
"Combination Pizza Bites",
"Large Pitted Ripe Olives",
"Cream Cheese Stuffed Jalapeno Poppers",
"Cheddar Stuffed Jalapeno Poppers",
"Mozzarella Sticks Appetizer",
"Corn Fritters",
"Organic Soup, Potato & Broccoli",
"Organic Mushroom Soup",
"Fudge Factory, Fudge Covered Graham Cookies",
"Preserves",
"Mandarin Oranges In Light Syrup",
"Sweet Relish",
"Mandarin Oranges",
"Relish, Sweet",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Crunchy Peanut Butter, Fresh Roasted",
"Medium Pitted Olives Ripe",
"Small Pitted Ripe Olives",
"Essential Choice, Cereal Bars, Strawberry",
"Neufchatel Cheese",
"Sweet Whole Cucumbers",
"Creamy, Peanut Butter",
"Crunchy Peanut Butter, Fresh Roasted",
"Tomato Condensed Soup",
"Family Size Cream Of Mushroom Condensed Soup",
"Steak Sauce",
"Pure Granulated Sugar",
"Light Brown Sugar",
"Confectioners 10-X Powdered Sugar",
"Chicken Noodle Condensed Soup",
"Condensed Soup, Cream Of Chicken",
"Yellow Corn Meal",
"Mashed Potatoes",
"Small Early Peas",
"Enriched Elbow Macaroni",
"Yellow Cling Sliced Peaches, In Heavy Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Pasta & Sauce, Chicken Flavor, Fettuccini In A Chicken Flavored Sauce",
"Yellow Cling Peach Halves In Heavy Syrup",
"Essential Choice, Bran Flakes",
"Tender Sweet Peas",
"Tender Sweet Peas",
"Tender Sweet Peas",
"Bartlett Pear Halves",
"Bartlett Pear Halves In Heavy Syrup",
"Spaghetti Rings Pasta In Tomato Sauce",
"Spaghetti Rings With Meatballs",
"Mini Beef Ravioli In Tomato & Meat Sauce",
"Pasta & Sauce, Cheddar Broccoli",
"Caffeine Free Soda, Fruit Punch",
"Syrup",
"Honey",
"Pinto Beans",
"Pinto Beans",
"Reduced Fat Peanut Spread",
"Barbecue Sauce, Honey",
"Pizza Sauce",
"White Corn Meal",
"Tomato Sauce- No Salt Added",
"Cut Green Italian Beans",
"Jumbo Cones",
"Great Northern Beans",
"Classic Beef Gravy",
"Homestyle Chicken Gravy",
"Savory Turkey Gravy",
"Angle Food Deluxe Cake Mix",
"Bagels",
"Large Lima Beans",
"Jumbo Cinnamon Rolls, With Icing",
"Large Lima Beans",
"Bread & Butter Slickles Sandwich Slices",
"Blackeye Peas",
"Sweetened Coconut Flakes",
"Enriched Farina Hot Wheat Cereal",
"Classic Style Mini Twists Pretzels",
"Cake Cones",
"Sugar Cones",
"Color Cones",
"Black Beans",
"Pitted Prunes",
"Green Split Peas",
"Beef Ravioli",
"Traditional Sauerkraut",
"Whole Maraschino Cherries",
"Cut Leaf Spinach",
"Yellow Popcorn",
"Crinkle Cut French Fried Potatoes",
"Whole Maraschino Cherries",
"Chili Sauce",
"Almonds",
"Almonds",
"Almonds Sliced",
"Halves & Pieces Walnuts",
"Refried Beans",
"Evaporated Filled Milk",
"Pre-Creamed Shortening",
"Cashew Pieces",
"Original Barbecue Sauce, Hickory",
"Traditional Barbecue Sauce",
"Chocolate Syrup, Chocolate",
"Whole Peeled Tomatoes",
"Whole Peeled Tomatoes",
"Whole Peeled Tomatoes",
"Diced Tomatoes",
"Butter Flavored Syrup, Butter",
"Barbecue Sauce, Original",
"Italian Style Sliced Stewed Tomatoes",
"Stewed Tomatoes",
"Crushed Tomatoes",
"100% Tomato Juice",
"Tomato Sauce",
"Tomato Sauce",
"Tomato Sauce",
"Preserves",
"Strawberry Preserves, Strawberry",
"Toaster Pastries",
"Luncheon Meat",
"Cream Cheese, Original",
"Cream Cheese Spread",
"Cream Cheese Spread, Original",
"Cream Cheese Spread",
"Toaster Pastries",
"Toaster Pastries, Blueberry",
"Homestyle Biscuits",
"Tomato Paste",
"Tomato Paste",
"Tomato Puree",
"Pancake & Waffle Mix, Buttermilk",
"Toaster Pastries",
"Complete Panckae & Waffle Mix",
"Mexican Style Refried Beans",
"Buttermilk Biscuits",
"Yellow Corn Taco Shells",
"Whole White Potatoes",
"Whipped Topping",
"Whipped Topping",
"Sliced White Potatoes",
"Diced Green Chiles",
"Cinnamon Rolls With Icing",
"Crescents Roll",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert",
"Milk, Evaporated",
"Gelatin Dessert, Orange",
"Honey",
"Gelatin Dessert, Lime",
"Gelatin Dessert, Strawberry, Banana",
"Mushrooms, Sliced",
"Instant Enriched Long Grain White Rice",
"Rice Medley, Beef",
"Rice Medley, Chicken",
"White Rice",
"Stems & Pieces Mushrooms",
"Low Fat Calorie Gelatin Dessert, Strawberry",
"Sugar Free Low Calorie Gelatin Dessert, Cherry",
"Sugar Free Low Calorie Gelatin Dessert, Raspberry",
"Sugar Free Low Calorie Gelatin Dessert, Orange",
"Sugar Free Low Calorie Gelatin Dessert, Lime",
"Sliced Mushrooms",
"Stems & Pieces Mushrooms",
"Instant Nonfat Dry Milk",
"Drink Mix, Chocolate",
"Hot Cocoa, Instant Hot Cocoa Mix, Chocolate",
"Instant Hot Cocoa Mix With Mini Marshmallows, Rich Chocolate",
"Instant Hot Cocoa Mix, Rich Chocolate",
"Sugar Free Instant Pudding & Pie Filling, Vanilla",
"Instant Pudding & Pie Filling, Chocolate",
"Instant Pudding & Pie Filling, Chocolate",
"Instant Pudding & Pie Filling, Coconut Cream",
"Instant Pudding & Pie Filling, Vanilla",
"Pudding Snacks, Chocolate",
"Coffee Creamer, Original",
"Coffee Creamer, Original",
"Kristin Regale, Sparkling Juice Beverage, Apple",
"Kristian Regale, Sparkling Juice Beverage, Pear",
"Kristian Regale, Sparkling Juice Beverage, Black Currant",
"Frisa, Sparkling Botanical Beverage, Black Currant Rosehip",
"Sparkling Botanical Beverage",
"Frisa, Sparkling Botanical Beverages, Ginger Hibiscus",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Frozen Yogurt",
"Frozen Yogurt",
"Popcorn, Sea Salt",
"Acme Fresh Market, Pop Corn, Cheese",
"Pop Corn",
"Acme Fresh Market, Kettle Cooked Potato Chips, Salt & Cracked Pepper",
"Hamburger Buns",
"Italian Sandwich Rolls",
"Old World Style, Traditional Sauce",
"Pineapple Slices",
"Garlic Sauce",
"Cajun Bloody Mary",
"Tunnock's, Milk Chocolate Tea Cakes",
"Apple Sauce",
"Carrot Dressing",
"Soyrizo, Meatless Soy Chorizo",
"Organc Meatless Soy Chorizo",
"Aperitivo de patatas "Pringles" Sabor crema y cebolla",
"Multi Grain Fiber Wafers",
"Bar",
"Cranberry Lemon Drizzle",
"Health Bar",
"Health Bar",
"Health Bar",
"Fiber Bar",
"Dark Chocolate With Pumpkin Spice & Almonds",
"Natural Dark Chocolate With Sea Salt & Almonds",
"Natural Creme Filled Dark Chocolate, Blueberry Vanilla",
"Coconut Cream Filled Dark Chocolate",
"Dark Chocolate, Natural Raspberry Orange Creme Filled",
"Dark Chocolate, Natural Sea Salt & Lime Creme Filled",
"Dark Chocolate",
"Creme Filled Dark Chocolate, Lavender Mint",
"Almond Spread With Cocoa",
"Dark Chocolate With Cinnamon, Cayenne & Cherries",
"Endangered Species Chocolate, Natural Dark Chocolate With Blackberry Sage",
"Dark Chocolate With Cranberries Orange & Cinnamon",
"Endangered Species Chocolate, Dark Chocolate With Caramel & Sea Salt",
"Endangered Species, Natural Dark Chocolate With Cherries",
"Dark Chocolate With Espresso Beans",
"Endangered Species Chocolate, Natural Dark Chocolate With Hazelnut Toffee",
"Endangered Species Chocolate, Natural Dark Chocolate With Forest Mint",
"Dark Chocolate With Raspberries",
"Dark Chocolate With Cranberries & Almonds",
"Natural Milk Chocolate",
"Endangered Species, Natural Dark Chocolate",
"Dark Chocolate With Blueberries",
"Dark Chocolate With 88% Cocoa",
"Dark Chocolate With Cocoa Nibs",
"Endangered Species, Dark Chocolate, With Peppermint Crunch",
"Hushpuppies",
"Red Kidney Beans",
"Pinto Beans",
"Selected Chick Peas",
"Black Beans",
"Condal, Evaporated Milk",
"Ephemere Dark Chocolate Dessert Topping",
"Mocha Milk Chocolate, Dessert Topping",
"Truffle Cremes, Dark Ephemere",
"Double Milk Chocolate Truffle Cremes, Peppermint",
"Dilettante, Ephemere, Double Dark Chocolate",
"Coffee Trio In Dark & Milk Chocolate, Mocha, Latte, Espresso",
"Toffee Crunch Double Milk Chocolate",
"Dilettante Chocolates, Truffelcremes, Double Milk Chocolate",
"Dilettante, Trufflecremes, Assorted Chocolates",
"Trufflecremes, Double Milk Chocolate, Peppermint",
"Ephemere, Truffle Cremes Double Dark Chocolate",
"Trufflecremes, Double Dark & Milk Chocolate",
"Dilettante, Trufflecremes, Toffee Crunch",
"Dilettante Chocolates, Truffle Cremes, Milk & Dark Chocolate",
"Meltaway Truffles, Peppermint",
"Toffee Crunch",
"Meltaway Truffles",
"Chocolates, Assorted Chocolate Truffles",
"Dilettante, Meltaway Truffles, Ephemere",
"Chocolates, Galaxy Assortment Milk & White Chocolates",
"Chocolates, Dark Chocolates",
"Salted Caramels",
"Dilettante, Fruit Medley In Premium Chocolate",
"Chocolate Covered S'Mores Bites",
"Ephemere Semisweet Sauce",
"Chocolates",
"Semisweet Chocolate Melting & Dipping Wafers",
"Milk Chocolate Melting & Dipping Wafers",
"Melting & Dipping Wafers, White Chocolate",
"Dilettante, Decadence Cookies, Dark Chocolate Covered Shortbread, Original",
"Ove & Grill Ready Cedar Planked Atlantic Salmon",
"Cedar Planked Atlantic Salmon",
"Cedar Planked Salmon",
"Cedar Bay, Made Easy Salmon, Maple Chipotle Sauce",
"Cedar Planked Atlantic Salmon",
"Cedar Planked Salmon",
"Made Easy Salmon",
"Cedar Bay, Atlantic Salmon Burger",
"Cedar Bay, Atlantic Smokey Salmon Burgers",
"Atlantic Salmon Burgers",
"Cedar Bay, Cedar Planked Salmon, Pineapple Maui",
"Atlantic Salmon",
"Atlantic Salmon",
"Atlantic Salmon",
"Hickory Maple Atlantic Salmon",
"Bartlett Pear Halves",
"Gourmet Sliced Pickeled Beets",
"Mixed Vegetables",
"Oatmeal, Cranberry, Apple",
"Pumpkin Pie Mix",
"Monterey Mushrooms, Stuffed Portabellas, Spinach & Artichoke",
"Stuffed Baby Bella Mushrooms",
"Stufefd Baby Bella Mushrooms",
"Ole Salty's, Artisan Kettle Cooked Ripple Potato Chips",
"Ole Salty's, Artisan Kettle Cooked Potato Chips, Original",
"Ole Salty's, Artisan Kettle Cooked Lightly Salted Potato Chips",
"Smoked Sausage",
"Owl's Nest, Horseradish Cheese Spread, Real Cheddar",
"Owl's Nest, Cheddary Cheese Spread",
"Cheese Spread, Made With Real Cheddar, Port Wine",
"Owl's Nest, Cheese Spread, Vermont White Cheddar",
"White Cheddar Cheese Curls",
"Corn Twistees",
"Dan-Dee, Sourdough Hard Pretzels",
"Chips de patate douce, panais et betterave",
"La Molisana, 100% Durum Wheat Semolina Enriched Macaroni Product",
"Fusilli Corti Bucati 108, Enriched Macaroni Product",
"Le Quotidiane Trafilatura Al Bronzo",
"Fusilli",
"Corn Tortillas",
"Homestyle Tortillas",
"Homestyle Tortillas",
"Creamy, Smooth White Chocolate",
"Wild Capers",
"Peloponnese, Kalamata Gourmet Black Olives, Whole",
"Kalamata Gourmet Pitted Black Olives",
"Kalamata Olive Spread",
"Peloponnese, Dolmas Stuffed Grape Leaves With Raisins & Pine Nuts",
"Sweet Peppers",
"Halved Kalamata Gourmet Black Olives",
"Red Pepper & Cheese Spread",
"Hummus Spread",
"Tzatziki Spread",
"Olive Bruschetta Spread",
"Tahini",
"Tahini Ground Whole Sesame Seeds",
"Greek Salad Maker",
"Corn Masa Flour Tortillas",
"Raw Blanched Slivered Almonds",
"Frutstix, Fat Free Strawberry Bar",
"Frutstix, Creamy Banana",
"Fruitstix, Creamy Coconut",
"Caribbean Fruit Bars",
"Fruit Bar",
"Frutstix, Low Fat Creamy Mango Fruit Bars, Mango",
"Fruit Stix, Organic Chunky Strawberry",
"Frutstix, Creamy Coconut Fruit Bars",
"Dark Chocolate Covered Fruit Bar",
"Dark Chocolate Covered Creamy Strawberry Fruit Bar",
"Fruit Stix, Creamy Coconut Fruit Bars, Dark Chocolate Almond",
"Lite Fudgstix, Lite Creamy Fudge",
"Hearty Vegetable Soup",
"Creamy Tomato Basil Soup",
"Cheddar Broccoli Soup",
"Chicken Tortilla Soup",
"Boudin, Organic Sourdough Pretzels",
"Instant Corn Masa Flour",
"Corn Masa Flour",
"Selecta, Flour Tortilla Mix",
"Garlic Salt",
"Apple Butter",
"Apple Butter",
"Lemon Creme Pie Filling",
"Cherries Jubilee",
"Original Apple Sauce",
"Organic Apple Sauce",
"Original Apple Sauce",
"Apple Sauce",
"Original Apple Sauce",
"Healthy Picks, Apple Sauce, Blueberry, Pomegranate",
"Apple, Granny Smith",
"Organic Apple Sauce",
"Organic Unsweetened Apple Sauce",
"Mcintosh Apple Sauce",
"Cinnamon Apple Sauce",
"Apple Sauce, Honey Cinnamon",
"Apple Juice",
"Apple Sauce, Lite Cinnamon",
"Honey Cinnamon Apple Sauce",
"Apple Sauce, Cinnamon",
"Cinnamon Apple Sauce",
"Chunky Apple Sauce",
"Chunky Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Organic Unsweetened Apple Sauce",
"Unsweetened Apple Sauce",
"Lite Cinnamon Apple Sauce",
"Apple Sauce, Sour Raspberry",
"Squeezables Sours! Apple Sauce, Sour Cherry",
"Apple Sauce, Sour Lemon",
"Squeezables Sours! Apple Sauce, Sour Cherry",
"Apple Sauce, Sour Lemon",
"Apple Sauce",
"Unsweetened Apple Sauce Squeezables",
"Strawberry Apple Sauce With Strawberry Puree And Other Natural Flavors",
"Squeezables Unsweetened Apple Sauce",
"Squeezables Apple Sauce, Strawberry",
"Apple Sauce, Original",
"Apple Sauce, Cinnamon",
"Organic Unsweetened Apple Sauce",
"Apple Sauce, Original",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Organic Unsweetened Sauce, Apple",
"Fresh Pressed 100% Apple Cider",
"Premium Fruit Juice, Tart Cherry",
"Apple Cider, Spiced",
"Premium Plus With Calcium Apple Juice",
"Juice, Apple",
"Premium Juice, Apple",
"100% Apple Cider",
"100% Apple Juice",
"Premium 100% Juice, Apple",
"Fresh Pressed Apple Cider",
"Apple Juice",
"100% Apple Cider Juice From Concentrate",
"Apple Sauce, Original",
"Apple Sauce",
"Apple Sauce",
"Apple Sauce, Original",
"Unsweetened Apple Sauce",
"Apple Sauce, Chunky",
"Sliced Apples",
"Fried Apples With Homestyle Spices",
"Juice, Apple",
"Red Tart Pitted Cherries Water Pack",
"Red Spiced Apple Rings",
"Apple Pie Filling",
"Pie Filling, Cherry",
"Pie Filling, Peach",
"Pie Filling, Blueberry",
"Pie Filling, Lemon",
"Pie Filling, Strawberry",
"Smoothie-Mix With Kale & Carrots, Blueberry",
"Smoothie-Mix With Kale & Carrots, Strawberry Banana",
"Smoothie-Mix, Puree With Kale & Carrots, Tropical",
"Pie Filling, Banana Creme",
"Chocolate Creme Pie Filling",
"Pie Filling, Key Lime",
"Pizza Sauce",
"Meat Lasagna",
"Eggplant Parmesan",
"Eggplant Parmesan",
"Lasagna With Meat Sauce",
"Chicken Parmesan With Spaghetti & Tomato Sauce",
"Chicken Parmesan",
"Chicken Alfredo With Broccoli",
"Shrimp Scampi With Pasta",
"Lasagna With Meat Sauce, Family Size",
"Vegetable Lasagna, Family Size",
"Eggplant Parmesan, Family Size",
"Baked Ziti & Meatballs",
"Chicken Parmesan",
"Lasagna With Meat Sauce",
"Baked Ziti & Meatballs",
"Uncompromisingly Italian-Style, Three Cheese Baked Ziti, With Imported Romano Mozzarella & Parmesan Cheeses In A Cream Sauce",
"Stuffed Tilapia",
"Lasagna With Meat Sauce, Large Family Size",
"Vegetable Lasagna, Large Family Size",
"Eggplant Parmesan, Large Family Size",
"Stuffed Tilapia Fillets",
"Tilapia",
"Penne Pasta With Creamy Basil Sauce And Bacon",
"Ravioli With Ham & Peas",
"Michael Angelo's, Chicken Piccata",
"Italian-Style Meatballs And Sauce",
"Lasagna With Meat Sauce",
"Shrimp Scampi",
"Michael Angelo's, Garden Vegetables With Penne",
"Uncompromisingly Italian Style Shrimp Scamp",
"Seafood Primavera",
"Salmon Piccata",
"Seafood Primavera",
"Shrimp & Kale Piccata",
"Salmon Piccata",
"Michael Angelo's, Lasagna With Meat Sauce",
"Chicken Parmesan",
"Hot 'N Spicy Breaded Chicken Wings",
"Camembert",
"Roast sliced chicken breast",
"R.W. Bakers Co, Gluten Free Sq Pizza Crust",
null,
"Lindor, Assorted Chocolate Truffles",
"Excellence, Extra Creamy Milk Chocolate",
"Excellence 85% Cocoa Extra Dark",
"70% Cocoa Smooth Dark Excellence Bar",
"Lindt Gold Easter Bunny Milk Chocolate",
"White Chocolate Truffles",
"Lindor, Milk Chocolate Truffle Pieces",
"Swiss Bittersweet Fine Dark Chocolate",
"Milk Chocolate",
"Barre De Chocolat (noisette)",
"Swiss Classic White Chocolate",
"Intense Organge Dark",
"Assorted Chocolate Truffles",
"Gold Reindeer Sleigh Milk Chocolate",
"Dark Chocolate Truffles",
"Lindt Excellence Intense Mint",
"Snowman Milk Chocolate",
"Milk Chocolate Truffles, Peanut Butter",
"Milk Chocolate With Liquid Raspberry Filling, Raspberry",
"Excellence A Touch of Seasalt Dark",
"White Chocolate Truffles",
"Excellence 90% Cocoa Supreme Dark",
"Milk Chocolate Truffles",
"Extra Dark Chocolate Pieces",
"Classic Recipe White",
"Sweet Dark Chocolate",
"Irresistibly Smooth Milk Chocolate Truffles",
"Gold Bunny Milk Chocolate",
"Dark Roasted Almond Chocolate",
"Excellence, Black Currant Dark Chocolate Bar",
"Lindor Assorted Chocolate Truffles",
"Milk And White Milk Chocolate Truffles",
"Lindor, Milk Chocolate Truffles",
"Assorted Chocolate Truffles",
"Milk Chocolate",
"Milk Chocolate",
"Lindor, Milk Chocolate Truffle",
"Bear & Friends Milk Chocolate",
"Lindor White",
"Dark Chocolate Truffles",
"Extra Dark Chocolate Truffles",
"Lindt Excellence Coconut",
"Dark Caramel With A Touch Of Sea Salt",
"Milk Chocolate Truffles",
"Gourmet Truffles",
"White Assorted Chocolate Truffles",
"Chocolate",
"Dark Chocolate, Strawberry",
"Lindor, White Chocolate Truffle Pieces",
"Swiss thin",
"Classic Recipe, Milk Chocolate",
"Hazlenut",
"Milk Chocolate, Almond",
"Lindt Excellence Chili Dark",
"Pistachio Swiss Milk Chocolate",
"Swiss Milk Chocolate With Orange Filling, Orange",
"Smokey Denmark's, Hot Links, Refrigrate 'Em Til You Grill",
"Hot Link Sausage",
"Premium Ice Cream",
"Hagan, Premium Ice Cream, Strawberry",
"Hagan, Premium Ice Cream, Chippedy Chocolaty",
"Legout, Au Jus Jugo De Carne Mix",
"Steakhouse Seasoning Grinder",
"Poultry Seasoning Grinder",
"Garlic &Herb Seasoning Grinder",
"Organic Dried Fruit, Cranberries",
"Restaurant Style Tortilla Chips",
"Tortilla Chips",
"Shearer's, Cantina Style Tortilla Chips",
"Tortilla Chips",
"Shearer's, Selects Tortilla Chips, Blue Corn & Sesame",
"Shearer's, Tortilla Chips, Multigrain & Flaxseed",
"Fire Roasted Veggie Tortilla Chips",
"Wild Riceworks, Gourmet Rice Snacks, Sea Salt & Black Sesame",
"Deli Rounds Tortilla Chips",
"Classic Potato Chips",
"Rippled Potato Chips",
"Ripple Cut Potato Chips",
"Potato Chips, Bbq",
"Riceworks, Wild Riceworks, Gourmet Rice Snacks, Sea Salt & Black Sesame",
"Gourmet Rice Snacks",
"Riceworks, Gourmet Rice Snacks, Sundried Tomato, Mediterranean Herbs & Cheese",
"Riceworks, Wild Riceworks, Gourmet Rice Snacks, Black Japonica Rice",
"Riceworks, Gourmet Rice Snacks, Wasabi, Soy & Ginger",
"Potato Chips, Sour Cream & Onion",
"Restaurant Style Tortilla Chips",
"Chips, Original",
"Barbecue Kettle Chips",
"Potato Chips",
"Favorites, Kettle Chips, Jalapeno",
"Sour Cream & Onion Kettle Chips",
"Tortilla Chips",
"Tortilla Chips, Ranch",
"Favorites, Kettle Chips, Sea Salt & Malt Vinegar",
"Riceworks, Gourmet Rice Snacks, Spicy Spanish Cheese Blend",
"Riceworks, Gourmet Rice Crisps Snacks, Olive Oil Parmesan & Basil",
"Riceworks, Gourmet Rice Snacks, Rosemary, Garlic & Balsamic Vinegar",
"Sea Salt Gourmet Rice Snacks",
"Shearer's, Crinkle Cut Kettle Cooked Potato Chips, Rosemary & Feta",
"Chips",
"Shearer's, Potato Chips, Italian Sausage & Peppers",
"Shearer's, Potato Chips, Salt & Pepper",
"Kettle Cooked Potato Chips",
"Taste Works, Kettle Drive Potato Chips",
"Taste Works, Kettle Cooked Potato Chips, Holla Jalapeno",
"Taste Works, Kettle Cooked Potato Chips, Salt & Vinegrrr",
"Taste Works, Kettle Cooked Potato Chips",
"Taste Works, Crinkle Cut Potato Chips, Mad Cheddar & Sour Creme",
"Taste Works, Tortilla Chips, Ranchfest",
"Shearer's, Kettle Chips, Sea Salt & Pepper Flavored",
"Riceworks, Organic Gourmet Rice Snacks, Sweet Chili",
"Medallion, White Corn Tortilla Chips",
"Medallion, Nacho Cheese Tortilla Chips",
"Medallion, Corn Chips",
"Medallion, Cheese Puffs, Cheese",
"Corn Chips, Original",
"Corn Chips, Chili Cheese",
"Heartland Nature, Tortilla Chips, Blue Corn",
"Potato Chips",
"Favorites, Kettle Chips, Jalapeno",
"Fauorites, Kettle Chips",
"Blue Corn Tortilla Chips",
"Potato Chips",
"Jimmy Chips - BBQ Flavored ",
"Dried Beef",
"Pigs Feet",
"Pork Hocks, Boneless + Packed In Vinegar",
"Snackers, Nacho Cheese",
"Beef Pot Roast",
"Mary Kitchen, Homestyle Corned Beef Hash",
"Beef Vegetable Soup Cup",
"Homestyle Chili With Beans",
"Beef Stew",
"Tortilla Chips",
"Compleats, Chili With Beans",
"Spam With Cheese",
"White & Dark Turkey In Water",
"Chili With Beans",
"Always Tender, Pork Sausage, Hot Spice",
"Cured Salt Pork",
"Compleats, Cafe Creations Spicy Italian Sausage & Pasta",
"Compleats, Cheese Manicotti With Meat Sauce",
"Cafe Creations Grilled Chicken & Pasta",
"Fajita Style Tortillas",
"Noodles & Chicken",
"Natural Choice, Deli Ham, Cherrywood Smoked",
"Natural Choice, Sun-Dried Tomato Deli Turkey",
"Beef Stew",
"Spaghetti And Turkey Meatballs",
"Compleats, Cheese & Spinach Ravioli",
"Premium Chicken Breast In Water With Rib Meat",
"Dinty Moore, Beef Stew",
"Bacon",
"Roasted Tomato Chili With Beans Made With Beef",
"White Chicken Chili With Beans",
"Compleats, Roasted Beef& Gravy With Mashed Potatoes",
"White Corn Taco Style Tortillas",
"Chicken Breast In Water With Rib Meat",
"Compleats, Lasagna With Meat Sauce",
"Black Label, Center Cut Bacon",
"Block Label, Unsliced Canadian Bacon",
"Peanut Butter Spread 60% Peanuts Super Chunk",
"Peanut Butter Spread",
"Natural Peanut Butter Spread",
"Natural creamy peanut butter",
"Natural Peanut Butter Spread",
"Creamy Peanut Butter Spread",
"Creamy Natural Peanut Butter Spread With Honey",
"Super Chunk, Natural Peanut Butter Spread With Honey",
"Super Chunk, Natural Peanut Butter Spread",
"Extra Crunchy",
"Natural Peanut Butter Spread",
"Natural Peanut Butter Spread With Dark Chocolate, Creamy",
"Natural Creamy Peanut Butter Spread",
"Natural Peanut Butter Spread, Creamy",
"Peanut Butter Spread",
"Beurre de cacahuètes crémeux",
"Extra Crunchy Peanut Butter",
"Super Chunk, Peanut Butter, Extra Crunchy",
"Creamy Peanut Butter",
"Erdnussbutter",
"Skippy Creamy Peanut Butter",
"Skippy extra-crunchy supercrunch",
"Smooth",
"Crema Arachidi Peanut G 340, Vasetto",
"Creamy Peanut Butter",
"Extra Crunchy Peanut Butter",
"Peanut Butter Spread",
"Skippy Extra Crunchy Peanut Butter 1.13KG",
"Skippy Natural Creamy Peanut Butter",
"Extra Crunchy Super Chunk Peanut Butter",
"Creamy Peanut Butter",
"Chili Turkey With Beans",
"Black Label, Bacon, Maple",
"Extra Crunchy Superchunk Peanut Butter",
"Creamy Peanut Butter",
"Super Chunk, Peanut Butter, Roasted Honey Nut",
"Creamy Peanut Butter, Roasted Honey Nut",
"Hormel, Cheezy Mac 'N Cheese",
"Dinty Moore, Hearty Meals Chicken Stew",
"Gatherings, Chili Cheese Dip",
"Gatherings, Buffalo Style Chicken Dip",
"Gatherings, Dip, Bacon, Spinach, Artichoke",
"Compleats, Sausage Gravy & Roasted Potatoes",
"Becon Breakfasr Scrable",
"Compleats, Sausage Breakfast Scramble",
"Compleats, Apple Cinnamon Oatmeals, Apple, Cinnamon",
"Thick & Chunky Salsa, Medium",
"Cure 81, Dinner Ham",
"Black Bean & Corn Salsa, Mild",
"Pepperoni",
"Thick & Chunky Salsa, Medium",
"Chicken Breast With Rib Meat In Broth, Fire Roasted",
"Oven Roasted Chicken Breast With Rib Meat In Broth",
"Pizza Ready, Pizza Sauce & Meat",
"Pizza Ready, Italian Sausage",
"Pizza Ready, Sauce & Meat Veggies, Supreme",
"Pizza Ready Sauce & Meat, Three Meat",
"Restaurant Style Salsa, Medium",
"Natural Choice, Oven Roasted Deli Turkey",
"Natural Choice, Smoked Deli Turkey",
"Natural Choice, Cooked Deli Ham",
"Natural Choice, Smoked Deli Ham",
"Natural Choice, Deli Roast Beef",
"Black Label, Pecanwood, Thick Cut Bacon",
"Black Label, Cherry Wood Thick Cut Bacon",
"Black Label, Brown Sugar",
"Spam Classic",
"Chili With Beans",
"Snack Kit",
"Nachos Snack Kit",
"Spam, Pork With Ham, Hickory Smoke",
"Compleats, Beef Pot Roast",
"Tamales, Hot & Spicy Beef In Chili Sauce",
"Mini Tacos",
"Mini Tacos",
"Burritos, Breakfast",
"Breakfast Burritos",
"Breakfast Burritos",
"Pepperoni Bites",
"Black Label, Thick Cut Bacon",
"Beef Tips & Gravy",
"6 Ham & Cheese Patties",
"Thick & Chunky Salsa, Mild",
"Foods, Dinty Moore, Beef Stew",
"Creamy Tomato Basil Penne",
"Macaroni & Cheese",
"Fully Cooked Bacon, Original",
"Homestyle Mashed Potatoes",
"Macaroni And Cheese Pasta",
"Loaded Mashed Potatoes",
"Garlic Mashed Potatoes",
"Rev, #10 Turkey & Cheese Wrap",
"Cinnamon Apples",
"Homestyle Stuffing With Select Vegetable & Fine Herbs",
"Mashed Sweet Potatoes, Brown Sugar, Cinnamon And Nutmeg",
"Premium Chicken Breast In Water",
"Turkey, Ham & American Cheese In A Soft White Wrap",
"Chicken Breast, In Water With Rib Meat",
"Pork Roast",
"Chipotle Chicken Enchiladas",
"Smoked Pork Chops",
"Smoked Pork Chops",
"Burritos",
"Chili With Beans",
"Big Bowls Beef Stew",
"Pork Roast, Onion Garlic",
"2 Good, Smoothie Made With Greek Yogurt, Strawberry Banana",
"2 Good, Smoothie Made With Greek Yogurt, Cherry",
"2 Good, Smoothie, Wild Berry",
"Greek Yogurt Smoothie",
"Prima Della, Honey Maple Ham",
"Prima Della, Tavern Ham",
"Always Tender, Pork Tenderloin, Apple Bourbon",
"Hardwood Smoked Premium Ham",
"Mary Kitchen, Homestyle Corned Beef Hash",
"Compleats, Chicken & Noodles",
"Foods, Dinty Moore, Scalloped Potatoes With Ham",
"Turkey Pepperoni, Smoke",
"Corned Beef",
"Black Label, Fully Cooked Original Bacon, Smoke",
"Spam Single Classic",
"Mild Salsa, Verde",
"Medium Salsa, Cilantro",
"Mild Salsa, Pineapple",
"Breakfast Burritos",
"Mary Kitchen, Corned Beef Hash",
"Mary Kitchen, Homestyle Corned Beef Hash",
"Turkey Breast",
"Natural Choice Flame Seared Herb Turkey Breast",
"Flame Seared Ham",
"Flame Seared Ham",
"Mary Kitchen, Homestyle Roast Beef Hash",
"Roast Beef Hash",
"Meat Snack Mix",
"Meat Snack Mix",
"Meat Snack Mix",
"Meat Snack Mix",
"Chili Vegetarian With Beans",
"Pizza Ready, Original Sauce",
"Rev, Bacon Club Snack",
"# 15 Buffalo Chicken Buffalo Style Chicken & Mozzarella Cheese In A Soft White Wrap",
"Turkey, Bacon & American Cheese In A Ranch Flavored Wrap",
"SPAM chopped pork and ham",
"Restaurant Style Salsa, Mild",
"Chicken Alfredo",
"Chicken Parma Rosa",
"Chicken Teriyaki",
"Foods, Dinty Moore, Hearty Meals Beef Stew",
"Chili With No Beans",
"Tamales Beef In Chili Sauce",
"Chili With Beans, Hot & Spicy",
"Chili With Beans",
"Chili With Beans",
"Creamy Peanut Butter",
"Super Chunk Peanut Butter",
"6 Ham Patties",
"Creamy",
"Creamy Peanut Butter",
"Super Chunk Peanut Butter",
"Ham",
"Hot Chili With Beans",
"Tinga De Pollo, White Meat Chicken In Chipotle Sauce",
"Barbacoa",
"Beef Flank Steak",
"Pollo Adobado",
"Pizza Ready Flatbread",
"Singles Creamy Peanut Butter",
"Singles Creamy Peanut Butter Spread",
"Thick & Chunky Salsa, Medium",
"Thick & Chunky Salsa, Mild",
"Chili With Beans",
"No Beans Chili",
"Jalapeno Pepperoni Wrap",
"Mary Kitchen, Homestyle Corned Beef Hash",
"Cheesy Pepperoni Dip",
"Pepperoni, Jalapeno",
"Cheddar Wrap Kit With Snacks & Salami",
"Black Label, Lower Sodium Bacon",
"Smoked Pork Chops With Natural Juices",
"Thin Cut Smoked Pork Chops, Original",
"Chili With No Beans",
"Hot No Beans Chili",
"Calabrese Salami",
"Hearty Meals, Beef Stew",
"Dinty Moore, Hearty Meals, Beef Stew",
"Gelatin Dessert",
"Cotton Candy",
"Instant Pudding",
"Instant Pudding Cookie Dough With Chocolate Chip, Chocolate Chip",
"Birthday Cake",
"Instant Pudding, Chocolate Peanut Butter",
"Instant Pudding S'Mores With Marshmallow Chocolate Chip",
"Snackers, Chili Cheese Dip",
"Snackers, Cheese Dip With Tomatoes, Bell Peppers And Spices",
"Snackers, Spinach & Artichoke Dip",
"Snackers",
"Good Mornings Ham Breakfast Scramble",
"Compleats, Turkey Bacon & Egg Whites Breakfast Scramble",
"Peanut Butter Spread",
"95% Fat Free Dried Beef",
"Natural Choice, Deli Chicken Breast, Sriracha",
"Cure 81, Diced Boneless Ham",
"Cure 81, Cubed Boneless Ham",
"Cure 81, Classic Ham Steak",
"Chicken Made With Mostly White Meat Chicken",
"Homestyle Meatloaf With Tomato Sauce",
"Pork Loin Filet, Lemon Garlic",
"Natural Choice, Honey Deli Ham",
"Honey Mustard Pork Loin Filet",
"Black Label Cob Smoked Bacon",
"Smoked Ham",
"Always Tender, Pork Loin Filet, Original",
"Mango Salsa With Other Natural Flavors, Mild",
"Pigs Feet",
"Chili Turkey",
"Dinty Moore, Meatball Stew",
"Chili",
"Restaurant Style Salsa, Mild",
"Flour Fajita Style Tortillas",
"Philly Style Steak",
"Buffalo Style Chicken",
"Rotisserie Style Chicken",
"Flame Seared Chicken Breast",
"Fusilli Pomodoro With Grilled Chicken",
"Roasted Garlic Cheese Risotto With Grilled Chicken",
"Roasted Chicken Breasts & Gravy With Rib Meat",
"Hard Salami",
"Peanut Butter Spread With Salted Caramel",
"Chili No Beans",
"Chunky With Beans",
"Pepperoni",
"Thick & Chunky Salsa, Flavor",
"Compleats, Salisbury Steak With Sliced Potatoes And A Rich Brown Gravy",
"Mild Salsa",
"Rev, Wrap",
"Hot Dog Chili Sauce With Beef",
"Compleats, Meatloaf & Gravy With Mashed Potatoes",
"Black Label, Thick Cut Canadian Bacon",
"Pineapple Salsa",
"Creamy Peanut Butter",
"Ham, Fully Cooked",
"Tamales Chicken In Chili Sauce",
"Black Label, Thick Cut Bacon, Maple Black Pepper",
"Black Label, Thick Cut Bacon, Jalapeno",
"Black Label, Cherry Wood Thick Cut Bacon",
"Black Label, Brown Sugar Thick Cut Bacon",
"Chopped Ham",
"Everyday Scratch, Rotisserie Style Fully Cooked Chicken Thigh Meat",
"Flame Seared Chicken Breast",
"Taco Seasoning Mix",
"Sweet Corn Cake Mix",
"Shredded Cooked Chicken With Chipotle Sauce",
"Carnitas Seasoned Pork",
"Cooked Ham",
"Black Label, Bacon, Original",
"Kid's Kitchen, Cheezy Mac 'N Franks",
"Chicken Alfredo",
"Black Label, Original Bacon",
"Thick & Chunky Salsa, Medium",
"Slow Simmered Pork Roast In The Juice",
"Chili, No Beans",
"Sloppy Joe Sauce",
"Compleats, Turkey & Dressing",
"Premium Chicken Breast In Water",
"Spiced Luncheon Meat",
"Compleats, Spaghetti And Meat Sauce",
"Cured Salt Pork",
"Dumplings & Chicken",
"Always Tender, Pork Tenderloin, Peppercorn",
"Salsa Con Queso, Mild",
"Hearty Meals, Chicken & Dumplings",
"Thick & Chunky Salsa, Hot",
"Pepperoni Origional",
"Black Label, Thick Cut Bacon",
"Chili With Beans",
"Original Pork Tenderloin",
"Mary Kitchen, Homestyle Corned Beef Hash",
"Spam 50% Less Sodium",
"Tamales Beef In Chili Sauce",
"Pork Sausage",
"Restaurante Seasoning Mix, Diced Onions, Garlic & Green Chilies",
"Medium Thick & Chunky Salsa, Medium",
"Natural Choice, Applewood Smoked Deli Turkey",
"Black Label, Natural Hardwood Smoke Bacon",
"Roast Beef & Gravy",
"Bacon & Pork Sausage, Jalapeno",
"Bacon & Pork Sausage, Maple Black Pepper",
"Natural Choice, Raspberry Chipotle Deli Turkey",
"Black Label, Pecanwood Thick Cut Bacon",
"Thick & Chunky Salsa, Hot",
"Shredded & Seasoned Chicken Taco Meats",
"Shredded & Seasoned Beef,Taco Meats",
"Taco Meats, Shredded & Seasoned Pork",
"White & Dark Chicken In Water",
"Natural Choice, Uncured Canadian Bacon",
"Macaroni & Cheese Pasta",
"Fiesta Garden Style Black Bean & Corn Salsa",
"Natural Choice, Cracked Black Pepper Deli Turkey",
"Taco Meats, Seasoned Beef Crumbles",
"Compleats, Swedish Meatballs",
"Compleats, Chicken Breast & Dressing With Rib Meat",
"Restaurant Style Salsa, Medium",
"Pepperoni, Sausage & Mozzarella & American Cheese Blend In A Soft White Wrap",
"Salsa Con Queso",
"Spam, Single Lite",
"Compleats, Cheesy Potatoes & Ham",
"Noodles & Beef",
"Cheesy Potatoes & Beef",
"Compleats, Mac & Cheese, Beefy",
"Chili With Beans",
"White Chicken Chili With Beans",
"Slow Simmered Beef Roast",
"Sandwich Style Pepperoni",
"Dinty Moore, Beef Stew",
"Chicken Alfredo Made With White Chicken",
"Sliced Turkey Breast & Gravy, Roasted",
"Thick & Chunky Salsa, Mild",
"Compleats, Beef Tips & Gravy With Mashed Potatoes",
"Spam Classic",
"Corned Beef Hash",
"Bacon",
"Sliced Roast Beef & Gravy",
"Herb Rubbed Italian Style Beef Roast",
"Compleats, Chicken Breast & Gravy With Mashed Potatoes With Rib Meat",
"Thick & Chunky Salsa, Mild",
"Chili With No Beans",
"Pretzel Center With Peanut Butter Coating",
"Compleats, Rice & Chicken",
"P.B. Bites, Double Peanut Butter",
"Pork Loin Filet, Mesquite Barbeque",
"Meatballs In Marinara Sauce",
"Sandwich Makers, Barbecue Sauce With Beef",
"Sandwich Makers, Seasoned Pork With Barbecue Sauce",
"Chicken With Barbecue Sauce",
"Dinty Moore, Big Bowls Chicken & Dumplings",
"Dinty Moore Meals, Bigbowls Scalloped Potatoes & Ham",
"Natural Choice, Uncured Hard Salami",
"Fajita Style Multi-Grain Tortillas",
"Blue Ribbon Pork Sausage",
"Ground Pork",
"Peanut Butter Spread",
"Canadian Bacon",
"Mary Kitchen, Homestyle Sausage Hash",
"Boneless Center Cut Pork Chops",
"Chili Cheese Dip Kit",
"Pepperoni",
"Turkey Roast In Seasoned Broth",
"Enchilada Sauce, Mild",
"Medium Enchilada Sauce",
"Taco Sauce, Mild",
"Medium Taco Sauce",
"Compleats, Kids, Stars & Franks",
"Pizza Toppings Beef Crumbles",
"Full Cooked Bacon",
"Natural Choice, Rotisserie Seasoned Deli Chicken Breast",
"Rev, #4 Smoked Turkey & Pepperjack Cheese In A Soft White Wrap",
"Pork & Bacon Hash",
"Tortilla Chips",
"Rounds Tortilla Chips, Original",
"Authentic Whole Grain Tortilla Chips",
"Compleats, Cafe Creations Three Cheese Chicken Pasta",
"Smoky Bacon Parmesan Rigatoni",
"Compleats, Macaroni & Cheese",
"Natural Choice, Oven Roasted Deli Turkey",
"Natural Choice, Smoked Deli Turkey",
"Natural Choice, Honey Deli Ham",
"Pepperoni & Mozzarella & American Cheese Blend In A Soft White Wrap",
"Rev, Pepperoni, Genoa Salami, Mozzarella & American Cheese Blend In White Wrap, #7 Italian Style Snack",
"Ham & American Cheese In A Soft White Wrap",
"Pepperoni, Original",
"Always Tender, Boneless Pork Roast",
"Chili With Beans",
"Pantry, Red Chili With Beans",
"Natural Choice, Uncured Pepperoni",
"Classic Guacamole",
"Fresherized Foods, Spicy Guacamole",
"Fresherized Foods, Homestyle Guacamole",
"Flame Seared Chicken Chili With Beans",
"Compleats, Roast Beef & Mashed Potatoes",
"Campleats, Chicken Breast & Mashed Potatoes",
"Compleats, Chicken Alfredo",
"Hearty Creations, Noodles Or Rice, Chicken Pot Pie",
"Sausage Gravy",
"Salsa",
"Compleats, Comfort Classics Chili Mac",
"Compleats, Penne Alfredo",
"Compleats, Comfort Classics Hearty Chicken Pot Pie",
"Stroganoff Sauce Flavored With Beef And Noodles",
"P.B.Bites Granola, Peanut Butter",
"P.B. Bites Graham Cracker",
"Mary Kitchen, Ham Hash",
"Pepperoni Snack Bites, Original",
"Snack Bites, Turkey Pepperoni",
"Natural Choice, Uncured Hard Salami",
"Black Label, Thick Cut Bacon",
"Black Label, Double Smoked Bacon",
"P.B. Bites Pretzel",
"Uncured Canadian Bacon",
"Smoked Deli Ham",
"Corned Beef Hash",
"Original Popcorn",
"Popcorn, Jalapeno White Cheddar",
"Erin's, Flavored Popcorn, Churro",
"Las Casuelas, Original Michelada Mix",
"Paradigm, Haute Fudge, Raspberry",
"Paradigm, Oregon Microbrew Bbq Sauce",
"Hawaiian Style Island Bbq Sauce",
"Garlic Dill Mustard",
"Paradigm, Classic French Salad Dressing",
"Paradigm, Chipotle Ranch Salad Dressing And Dip",
"Paradigm, Classic Caesar Salad Dressing",
"Paradigm, Classic Italian Salad Dressing And Marinade",
"Paradigm, Sun Dried Tomato Balsamic Vinaigrette",
"Hot Dogs",
"Polska Kielbasa Link",
"Smoked Polska Kielbasa With Cheese",
"Sweet Country Style Smoked Sausage",
"Polska Kielbasa Link",
"Hot Dogs",
"Cream Cheese Topper",
"Pumpkin Pecan Butter",
"Roasted Garlic & Chive Seasoning Oil",
"Markets, Aged Balsamic Vinegar",
"Markets, Blood Orange Infused Extra Virgin Olive Oil",
"Meyer Lemon Infused Extra Virgin Olive Oil",
"Markets, Aged Pomegranate Balsamic Vinegar",
"Artichoke Walnut Pasta Sauce, Artichoke Walnut",
"Tomato Pinenut Parmesan Pasta Sauce",
"Classic Italian Marinara Sauce",
"California Cabernet Vinaigrette",
"Tomato Onion Poppyseed Dressing",
"Markets, Vinaigrette, Roasted Sweet Pepper",
"Raspberry Walnut Dressing",
"Markets, Dressing, Tangy Thai",
"Tequila Fajita Marinade",
"Gene's Fine Foods, Thai Sweet Chili Sauce",
"Apricot Ginger Teriyaki Glaze",
"Red Sriracha Hot Saucee",
"Gene's Fine Foods, Butter, Apple Cinnamon",
"Baked Beans",
"Holiday Rainbow Layer Cookies",
"Sugar Free Sampler Cookie",
"Cookies United, Cakebites, Classic Italian Rainbow",
"Decorated Skull Cookie",
"Sugar Cookies",
"Vampire Decorated Cookie",
"Silver Lake Cookie Co, Turkey Decorated Cookie",
"Elf On The Shelf, Cookie Bites, Vanilla",
"Cookies United, Decorated Santa Cookie",
"Cookies United, Decorated Christmas Tree Cookie",
"Cookies United, Decorated Snowman Cookie",
"Decorated Baseball Cookies",
"Silver Lake, Giant Gingerbread Men Kit",
"Decorated Gingerbread Boy Cookie",
"Snowman And Tree Decorated Cookie",
"Cookies United Llc, Decorated Cookie",
"Decorated Snowflake Cookie",
"Cookies United Llc, Minions Decorated Cookie",
"New York Yankees, Cookie Bites",
"Cookies United, New York Mets Cookie Bites",
"Pittsburgh Pirates Cookie Bites",
"Cookies United, Santa And Friends Gingerbread Kit",
"Cookies United Llc, Scooby Decorated Cookie",
"Batman Decorated Cookie",
"Cookies United, Superman Decorated Cookie",
"Cookies United, Casper Decorated Cookie",
"Vampire Decorated Cookie",
"Christmas Decorated Cookie",
"Cookies United, Minions Despicable Me, Easter Decorated Cookie",
"Silver Lake, Valentine's Love Ring Cookies",
"Sugar Cookie",
"Cookies United Llc, Watermelon Decorated Cookie",
"Cookies United, Harvest Cookie Assortment",
"Cookies United, Halloween Assorted Sugar Cookies",
"Chocolate Dip Star Cookies",
"Autumn, Striped Spritz Cookies",
"Chocolate Chip Cookies",
"Traditionally Italian!, Biscotti Italian Cookies, `",
"Spritz Cookie Sampler",
"Silver Lake, Chanukah Sugar Cookies",
"Chocolaty Stars",
"Roasted Végétable Lasagne",
"Pressed Apple, Apricot & Doughnut Peach",
"Iced Tea pomegranate hibiscus",
"Sipirit of summer",
"Gazpacho",
"Tamarind Paste",
"White Crystal Sugar",
"Whitey's, Ice Cream, White Chocolate Raspberry",
"Whitey's, Ice Cream, Graham Central Station",
"Potatoes",
"Dried Habanero Chiles",
"Organic Stockes Purple Sweet Potatoes",
"Frieda's, Organic Polenta, Traditional",
"Tomato Pesto",
"Frieda's, Baby Green Artichokes",
"Roussas Dairy, Roussas Feta Made In Greece",
"Sicilian-Style Salmon",
"Pizza pollo pesto pomodoro 424 g",
"Smelt, Headless",
"Sea salt & pepper twists",
"Brie, Soft Ripened Cheese",
"Soft Ripened Cheese Brie",
"Soft Ripened Cheese",
"Olivia, Armenian Style String Cheese",
"Comte Cheese Bites",
"Parmigiano Reggiano Cheese Bites",
"Brie Bites",
"French Emmental Cheese Bites",
"Chevre, Fresh Goat Cheese With Honey",
"Frico, Smoked Gouda Processed Cheese",
"Sheep's Milk Cheese",
"Rambol, Gourmandise, Imported French Cheese",
"Mature Cheddar Cheese Bites",
"Parmigiano Reggiano Cheese",
"Pecorino Romano, Sheep's Milk Cheese",
"Wisconsin Pepper Jack Cheese",
"All Natural",
"Marble Jack Cheese",
"Valley Forge, Sharp Cheddar Cheese",
"Ny Smoked Cheddar Cheese",
"Valley Forge, Pa Smoked Swiss Cheese, Terrific With Spiced Nuts & Apples",
"Swiss Cheese",
"Soft Ripened Cheese Slices",
"Mozzarella Di Bufala Campana Dop Cheese",
"Mascarpone Cheese",
"Mozzarella Perline Smooth And Tender Cheese",
"Gourmet Mozzarella Cheese Slices",
"White Fox Cheese",
"Organic Turkish Apricots Dried Fruit",
"Cracklin' Oat Bran",
"Minion Marshmallows Cereal",
"Rice krispies",
"Frosted Flakes",
"Frosted Mini Weals original",
"Frosted Cookies & Creme Poptarts",
"Pop Tarts Frosted Raspberry",
"Pop Tarts",
"Céréales Froot Loops",
"Froot Loops",
"Froot Loops",
"Poptarts Hot Fudge Sundae",
"FROSTED FLAKES",
"Frosted Flakes",
"Special K Red Berries",
"Special K Protein",
"Pringles Original",
"Pringles Pizza",
"Pringles Original Fat Free",
"Pringles Original",
"Pringles BBQ",
"Chocolate Peanut Butter Poptarts",
"El Sarbanito, Chorizos",
"El Serranito, Cooked Ham",
"El Serranito, Turkey Breast",
"Whole Berry Fruit Spread, Preserve, Strawberry",
"Whole Berry Fruit Spread",
"Pepper Jelly, Hot",
"Roasted Garlic And Onion Jelly",
"Cranberry Char Glaze Sauces",
"Cranberry Chutney",
"Cranberry Pepper Jelly",
"Pomegranate Sauce",
"All Natural Lemonade Iced Tea Drink Mix",
"Cooking Spray",
"Pure & Simple, Naturally Lite, Original Cooking Spray",
"Bearnaise -With Tarragon Seasoning -",
"Balsamic Red Red Wine Sauce",
"Demi-Glaze Mix",
"Cashews Splits",
"Jumbo Cashews",
"Apples",
"Mountaineep, Apples",
"Moroccan style lamb shoulder",
"Giants, Sunflower Seeds, Dill Pickle",
"Roast Sunflower Seeds",
"Giants, Kettle Roast Sunflower Seeds, Fresh Cracked Pepper",
"Giants, Kettle Roast Sunflower Seeds, Sweet Dill Pickle",
"Giants, Sunflower Seeds",
"Giants, Sunflower Seeds",
"Corn Flakes",
"Busseto Foods, Bite Size Dry Salami Nuggets",
"Classic Chorizo Nuggets",
"Salami Snack Cups",
"Smoke Italian Dry Salame",
"Lite Salami Pack",
"Salami Collection",
"Busseto Foods, Italian Dry Salami Coated With Herbs & Spices",
"Busseto Foods, Italian Dry Salami",
"Busseto Foods, Black Pepper Coated Italian Dry Salami",
"Black Pepper Coated Italian Dry Salami",
"Italian Dry Salami",
"Baklava",
"Baklava",
"Baklava Assortment",
"Baklava Assortment",
"Tartar Sauce with dill & jalapeno",
"Dill Pickle, Hearty Dill",
"S, Peackleback Real Pickle Brine",
"S, Bacon Popcron, Cheddar",
"Coiombiana Mazamorra Mix",
"Natilla",
"Colombiana Pandebono",
"Mendocino, Hot & Sweet Mustard",
"Chef Salad With Ham & Turkey",
"Spinach Cranberry Salad With Chicken & Raspberry Dressing",
"Sweet Potato Cubes With Brown Sugar Seasoning",
"Savory Greek Brussel Sprouts",
"Tastebuds, Fresh Guacamole Dip",
"Chicken Caesar Salad",
"Fresh Veggie Wedgie Chop Cobb Salad With Chicken & Bacon",
"Kale Salad With Lemon Citrus Vinaigrette",
"Foods, Pico De Gallo",
"Vegetable Kabob With Grill Seasoning",
"Holley Sweets, Milk Chocolate Pecans",
"Holley Sweets, Roasted & Salted Pecan",
"Holly Sweets Butter",
"Lemon Cake",
"Lip Pops, Lollipops, Fruit Flavored Lollipop",
"Lollypop",
"Bag Of Boogers Gummies, Watermelon/Green Apple/ Lemon Lime",
"Gummy Band Candy",
"Disney Frozen Gummy Bands Candy, Grape, Strawberry, Blue Raspberry",
"Gummy Bands Candy, Grape, Blue Raspberry, Strawberry",
"Lollipop Rings",
"Gummies & Stickers",
"Disney Princess Gummies & Stickers",
"Valentine Card & Lollipop Kit!",
"Gummies & Stickers Candy, Fruit",
"Rudolph, Lip Pops, Lollipops",
"Candy Cane",
"Red-Nosed Gummies",
"Candy",
"Candy",
"Chocolatey Fudge Candy Bites",
"Candy Bites, Sea Salt Caramel",
"Creamsicle, Candy Canes",
"Fudgsicle, Chocolatey Fudge",
"Fruit Candy",
"Valentine's Popping Candy Classroom Kit",
"Tasty Milk Straws",
"Candy Filled Easter Eggs",
"Lollipop Rings",
"Marvel Avengers Assemble, Lollipop Rings, Strawberry",
"Marvel Pop Ups!, Lollipops Assorted Flavors",
"Marvel Avengers Tangy Candy",
"Decorated Lollipop Rings",
"Marvel, Decorated Lollipop Rings",
"Marvel, Avengers Assemble Fruit Flavored Gummies, Blue Raspberry, Strawberry",
"Milk Straws",
"Marvel Avengers, Valentine Card & Lollipop Kit, Fruit",
"Marvel Avengers Assemble, Valentine Card & Lollipop Kit!",
"Marvel Avengers Valentine Card & Lollipop Kit",
"Marvel Avengers Assemble, Classroom Candy Mailbox Kit",
"Avengers Gummy Bands Candy, Green Apple, Strawberry. Blue Raspberry",
"Minnie Gummies & Stickers",
"Planes Shaped Gummies",
"Lollipops",
"Valentine Card & Lollipop Kit!",
"Valentine Card & Lollipop Kit!, Fruit Flavored Lollipops Artificially Flavored",
"Junior, Lip Pops Lollipops",
"Gummies",
"Disney Frozen Candy",
"Snowman Decorated Gummies",
"Fruit Gummies",
"Valentine Card & Lollipop Kit!",
"Disney Frozen Valentine Card & Lollipop Kit!",
"Disney Frozen Valentine Taffy & Card Kit",
"Lollipop Rings",
"Disney Frozen Gummy Bands Candy, Grape, Strawberry, Blue Raspberry",
"Flix, Disney Frozen, Gummy Bands Candy, Grape Strawberry Blue Raspberry",
"Build A Snowman Decorated Gummies",
"Lip Pops, Disney Frozen Lollipops, Blue Raspberry, Watermelon, Green Apple",
"Lolli Popups!, Lollipop Holder With Lollipops",
"Viewer Egg With Jelly Beans & Stickers",
"Valentine Card & Lollipop Kit!",
"Candy Filled Easter Eggs",
"Lollipops",
"Justice League Decorated Lollipop Rings, Pineapple Strawberry Green Apple",
"Justice League Decorated Lollipop Rings, Pineapple, Strawberry, Green Apple",
"Viewer Egg With Jelly Beans & Stickers",
"Justice League Valentine's Popping Candy",
"Tangy Candy",
"Valentine Taffy & Card Kit",
"Justice League, Valentine Card & Lollipop Kit!, Fruit",
"Chupa Chups Lollipops",
"Disney Pixar Finding Dory Decorated Lollipop Rings, Orange, Blue Raspberry, Strawberry",
"Disney Pixar Finding Dory Decorated Lollipop Rings",
"Finding Dory Gummy Bands Candy",
"Jurassic World Dinosaur Egg Hunt! Candies",
"Jelly Beans",
"Jurassic World Dinosaur Gummies, Orange, Strawberry, Green Apple",
"Juassic World Valentine Card & Lollipop Kit!",
"Gummy Bands Candy",
"Pickled Green Tomatoes",
"Kosher Dill Pickles",
"Kosher Dill Pickles",
"Kosher Dill Relish",
"Sauerkraut",
"Bread & Butter Chips",
"Prepared Horseradish",
"Bavarian Style Mustard",
"Crunchy Gherkins",
"Cornichons, Mildly Sliced",
"Bavarian Style Sauerkraut With Wine",
"Hot & Spicy Horseradish",
"Sliced Red Beets With Red Wine Vinegar",
"Cocktail Onions",
"Red Cabbage",
"Red Cabbage With Apple",
"State Line, Potato Chips, Ketchup",
"State Line, Potato Chips",
"Roasted Wheat Hot Cereal",
"Hot Cereal",
"Roasted 7-Grain Hot Cereal",
"Hot Cereal, Roasted Ranch Oats",
"Classic, Sliced Loaf Cake",
"Sliced Loaf Cake",
"Sliced Loaf Cake",
"Cms Bakery, Sliced Leaf Cake, Double Chocolate",
"Lemon Sliced Loaf Cake",
"Marble Sliced Loaf Cake",
"Hearty Grain, Sliced Loaf Cake",
"Csm Bakery Products, Sliced Loaf Cake, Apple Cinnamon",
"Best Brand Corp, Loaf Cake, Cranberry Nut",
"Fancy Mixed Nuts",
"Whole Natural Raw Almonds",
"Roasted Salted Whole Almonds",
"Fresh & Delicious Salted Cashews",
"Spanish Peanuts",
"Raw Natural Sliced Almonds",
"Dry Roasted Salted Peanuts",
"Salted Sunflower Kernels",
"No Salt Sunflower Kernels",
"Walnuts Pieces",
"Jumbo Pecans",
"Favorites, Almonds",
"Favorites, Almonds Roasted With Sea Salts",
"Favorites, Honey Roasted Cashews",
"Favorites, Trail Mix, Cashew, Almond & Raisin",
"Favorites, Cashews Roasted With Sea Salt",
"Favorites, Roasted Peanuts",
"Favorites, Honey Roasted Peanuts",
"Favorites, Peanuts Bbq Style",
"Favorites, Mountain Mix",
"Favorites, Vitality Mix",
"Favorites, Pistachios",
"Favorites, Natural Almonds",
"Favorites, Flavored Cashews, Sweet Chili & Sour Cream",
"Favorites, Almonds",
"Favorites, Sea Salt Roasted Almonds",
"King Nut Companies, Peanuts",
"Cinnamon Peanuts",
"King's, Flavored Peanuts, Honey Sriracha",
"Pine Nuts",
"Fresh & Delicious Salted Pepitas",
"Dried Cranberries",
"Dried Apricots",
"Salted Pumpkin Seeds",
"Ultra Berries",
"Dried Blueberries",
"Peterson's, Fancy Mixed Nuts",
"Peterson's, Roasted Gold Mix",
"Peterson's, Roasted And Salted Cashews",
"Imperial Mix",
"On The Go Pretzel Rods",
"Peanut Butter Filled Pretzels",
"Harvest Road, Peanut Butter Filled Pretzels",
"Corn Puffs",
"Mini Twists Pretzel",
"Pretzel Sticks",
"Pretzel Nuggets, Honey Mustard",
"Original Deli Style Pretzel Thins",
"Sweetheart Cabbage",
"Mild Italian Sausage Patties",
"Pan Molido Bread Crumbs",
"Foods, Frozen Fresh Cassava",
"Malanga, Frozen Dasheen",
"Pepperoni",
"Pepperoni",
"Pepperoni",
"Hard Salami",
"El Milagro, Corn Tortillas",
"Tortillas",
"El Milagro Tortilla Chips",
"Salami Crisps ",
"Marias Cookies, Vanilla",
"La Moderna, Cookies Marias, Vanilla",
"Troyanas sabor chocolate",
"Tres Estrellas, Supremas, Cookies",
"Tres Estrellas, Dolce Canela Cookies, Cinnamon",
"Tavern-Style Pizza",
"Tavern-Style Pizza",
"Rustic Pizza",
"Rustic Pizza",
"Take-N-Bake Rustic Pizza",
"Artisan Style 5 Cheese Pizza",
"Pizza",
"Artisan Style Sausage Pizza",
"Artisan Style Supreme Pizza",
"Bacon Cheeseburger Pizza",
"Mucho Meaty Pizza",
"Double Uncured Pepperoni",
"Pizza",
"Italiano Pizza",
"Buffalo Style Chicken Wings",
"Original Thin Crust Pizza Four Meat",
"Original Thin Crust Pizza",
"Original Thin Crust Pizza Fries",
"Original Thin Crust Pizza",
"Special Original Thin Crust Pizza",
"Original The Brawlin' Buffalo Chicken Pizza",
"Pizza",
"The 5 Meat Mash Pizza",
"Cheese Pizza",
"Pizza",
"Pizza",
"Rustic Pizza",
"Take-N-Bake Rustic Pizza",
"Take-N-Bake Sausage Rustic Pizza",
"Rustic Pizza",
"Brewhaus Original Fiesta Taco Brewski",
"Original Pizza",
"The Bacon Cheeseburger Bomber",
"Original Thin Crust Pizza",
"Flat Bread Pizza",
"Cashews",
"Cranberry, Cashew & Almond Blend",
"Ann's House, Berry Pistachio Trail Mix",
"Ann's House, Dark Chocolate Cranberry Trail",
"Tropical Fruit & Nut",
"Oat Bran Sesame Sticks",
"Nuts, Seeds & Chocolate",
"Roasted & Unsalted Cashews",
"Fancy Mixed Nuts",
"Swiss Mix",
"Slivered Almonds, Salad & Vegetable Topper",
"Ann's House, Chopped Walnuts",
"Ann's House, Roasted & Sea Salted Cashews",
"Roasted & Unsalted Cashews",
"Ann's House Of Nuts, Peanuts, Roasted & Sea Salt",
"Ann's House, Almonds, Cashews Hazelnuts, Pecans, Pistachios, Macadamia Nuts",
"Pine Nuts",
"Roasted & Sea Salted California Grown Almonds",
"Premium Sliced Almonds",
"Premium California Grown Walnuts",
"Chopped Walnuts",
"Premium Raw Halves Pecans",
"Premium Chopped Pecans",
"Premium Cashews",
"Premium Roasted & Sea Salted Fancy Nut Blend",
"Fancy Mixed Nuts",
"Tropical Beach Trail Mix",
"Island Trio",
"Roasted Glazed Pecans Nuts",
"Heat Street, Pumpkin Spiced Pecans",
"Southern Style Spiced Pecans",
"Roasted Toffee Almonds Nuts, Butter Rum",
"Roasted And Salted Sunflower Seeds",
"Unsalted Sunflower Seeds",
"Goodfields, Pine Nuts",
"Dried Cranberries & Sliced Almonds",
"Glazed Pecan Pieces",
"Honey Walnut Pieces",
"Oven Roasted Silvered Almonds With Sea Salt",
"Good Fields, Trail Mix, Cranberry",
"Salted Caramel Crunch",
"Organic Trail Mix",
"Bread Crumbs",
"Tomato Paste",
"Spaans, Holiday Cookie Kit",
"Russian Tea Cakes",
"Old-Fashioned Gingerbread Cookies",
"Cookies",
"Spaans, Meringue Cookies, Vanilla",
"Spaans, Meringue Cookies, Lemon",
"Spaans, Dulce De Leche Meringue Cookies",
"Spaans, Meringue Cookies, Cocoa",
"Spaans, Meringue Cookie, Vanilla",
"Spaans, Meringue Cookies, Vanilla Bouquet",
"Spaans, Meringue Cookies, Lemon Burst",
"Spaas, Meringue Cookies, Vanilla Carnival",
"Spaans, Meringue Cookies, Chocolate, Strawberry",
"Spaans, Meringue Cookies, Butter Pecan",
"Spaans, Meringue Cookies, Raspberry",
"Spaans, Meringue Cookies, Peppermint",
"Spaans, Meringue Cookies, Raspberry",
"Spaans, Spiced Cocoa And Marshmallow Meringue Cookies",
"Fat Free Cookies",
"Sugar Free Spiced Windmill Cookies",
"Soft Sugar Free Cookies",
"Soft Sugar Free Cookies",
"Chocolate Chip Macadamia Nut Cookies",
"Spaans, Sugar Free Cookies, Peppermint",
"100% Pure Raw & Unfiltered Honey",
"Home Style Pasta Angel Hair",
"Burrito",
"Cedarlane, Three Layer Enchilada Pie",
"Cedarlane Natural Foods, Eggplant Mediterranean",
"Cedarlane Natural Foods, Roasted Chile Relleno",
"Cedarlane, Spinach And Mushroom Egg White Omelette",
"Cedarlane, Green Chile, Cheese & Ranchero Sauce Egg White Omelette",
"Cedarlane, Garden Vegetable & Mozzarella Egg White Omelette",
"Krab & Shrimp Louie Salad",
"Handmade Egg Salad With Chives",
"Quinoa Tabouli",
"All Natural & Vegetarian Orzo Salad",
"Red & White Potato Salad",
"All Natural & Vegetarian Salad",
"Vegetable Couscous Salad",
"Bow Tie Pasta Salad",
"Tofu With Roasted Chipotle",
"Curried Tofu With Cashews & Raisins",
"9 Grain Salad",
"Cedarlane Natural Foods, Spinach & Feta Cheese Tamales",
"Cedarlane Natural Foods, Roasted Vegetable Tamales With Monterey Jack & Cheddar Cheeses",
"Cedarlane Natural Foods, Sweet Corn Tamales",
"Cedarlane Natural Foods, Tamales, Chile & Cheese",
"Krab & Shrimp Louie Salad",
"All Natural & Vegetarian Quinoa Tabouli",
"All Natural & Vegetarian Couscous Salad With Orange Dressing",
"Cedarlane, Traditional Hummus",
"Cedarlane Natural Foods, Quinoa & Vegetable Enchiladas",
"Butternut Squash Casserole",
"Vegetarian Power Salad",
"Garden Tomato & Vegetable Soup",
"Creme Pie",
"Arla, Dofino, Gouda Cheese",
"Arla, Dofino, Smoked Gouda",
"Arla, Dofino Edam Cheese",
"Dofino Muester",
"Gouda Cheese",
"Cocktail Sauce",
"Tartar Sauce",
"Sweet N' Sour Sauce",
"Remoulade Sauce",
"Wasabi Sauce",
"Gourmet Cocktail Sauce",
"Gourmet Tartar Sauce",
"Classic Southern Chopped Turnip Greens",
"Pineapple Slices In Heavy Syrup",
"Pineapple Slices In Heavy Syrup",
"Pineapple Slices In 100% Pineapple Juice",
"Pineapple Slices In 100% Pineapple Jucie",
"Pineapple Tidbits In Water Sweetened With Monk Fruit Concentrate",
"Pineapple Tidbits In 100% Pineapple Juice",
"Pineapple Slices, Pineapple",
"Pineapple Chunks In Heavy Syrup",
"Pineapple Chunks In 100% Pineapple Juice",
"Dole pineapple chunks",
"Pineapple Tidbits In 100% Pineapple Juice",
"Pineapple Tidbits",
"Crushed Pineapple",
"Crushed Pineapple",
"Crushed Pineapple",
"Juice",
"100% Pineapple Orange Juice",
"Juice, Pine-Orange Banana",
"Pineapple Juice",
"Pineapple Juice",
"Tropical Gold Ananas 567G Dole",
"Pineapple slices in juice",
"Dole Tropical Pineapple Chunks Juice 567G",
"Tropical Gold Premium Pineapple Chunks in Juice",
"Gold, Tropical Pineapple Chunks In 100% Pineapple Juice",
"Cherry Mixed Fruit",
"Fruit Juice",
"Diced Apples",
"Southwestern Black Bean & Corn Garden Soup",
"Garden Soup, Roasted Garlic Tomato Basil",
"Sweet Corn Garden Soup",
"Garden Soup, Carrot Ginger",
"Jellied Cranberry Sauce",
"Mango Slices In Heavy Syrup",
"Sliced Peaches",
"Diced Pears In 100% Fruit Juice",
"Yellow Cling Diced Peaches In Water Sweetened With Monk Fruit Concentrate",
"Diced Peaches",
"Yellow Cling Peach Slices In Light Syrup",
"Mixed Fruit In Peach Gel",
"Mixed Fruit In Black Cherry Gel",
"Peaches & Creme",
"Low Fat Parfait, Pineapple & Creme",
"Apples & Creme Parfait",
"Pineapple In Lime Gel",
"Peaches In Strawberry Gel",
"Mandarins In Orange Gel",
"Tropical Fruit In 100% Fruit Juice",
"Mixed Fruit Juice",
"Mixations, Smooth Apple Strawberry Sauces With Dices Of Apple",
"Mixations, Smooth Fruit Sauce With Chunks Of Fruit, Apple,Raspberry",
"Mixations, Smooth Fruit Sauce With Chunks Of Fruit, Pineapple,Peach,Apple",
"Mixed Fruit In 100% Fruit Juice",
"Pineapple Chunks",
"Tropical Fruit In 100% Fruit Juice",
"Yellow Cling Sliced Peaches",
"Mandarin oranges in 100% fruit juice",
"Fruitocracy, Squeezable Fruit Pouch, Apple Banana",
"Fruitocracy, Squeezable Fruit Pouch, Apple Cherry",
"Fruitocracy, Squeezable Fruit Pouch, Apple, Double Berry",
"Squeezable Fruit Pouch",
"Fruitocracy, Squeezable Fruit Pouch, Apple Double Berry",
"Fruitocracy, Squeezable Fruit Pouch, Apple Banana",
"Fruit Squish'Ems!, Squeezable Fruit Pouch, Apple",
"Fruitocracy, Squeezable Fruit Pouch, Apple Strawberry",
"Fruitocracy, Squeezable Fruit Pouch, Apple Mixed Berry",
"Fruitocracy, Squeezable Fruit Pouch, Apple",
"Fruitocracy, Squeezable Fruit Pouch, Apple, Mixed Berry",
"Fruit Squish'Ems!, Squeezable Fruit Pouch, Apple Pineapple",
"Fruitocracy, Squeezable Fruit Pouch, Apple Pineapple",
"Apples In Raspberry Gel",
"Pineapple In Strawberry Gel, Strawberry",
"Mixed Fruit In Cherry Gel",
"Mixed Fruit In 100% Fruit Juice",
"Ananasbitar i juice",
"Red Grapefruit Sunrise",
"Mandarin Oranges In Light Syrup",
"Mandarin Oranges In 100% Fruit Juice",
"Mandarin Oranges In Light Syrup, Orange",
"Mandarin Oranges In 100% Fruit Juice",
"Mandarin Oranges In Water Sweetened With Monk Fruit Concentrate",
"Fruit Crisp With Crunchy Oats And Brown Sugar, Apple Cinnamon",
"Fruit Crisp With Crunchy Oats And Brown Sugar, Apple Pear",
"Peach With Crunchy Oats & Brown Sugar",
"Fruit & Oatmeal Cups, Peaches & Vanilla Walnut",
"Melon Medley In 100% Fruit Juice",
"Jaya, 100% Juice From Concentrate With Added Vitamin C, Pineapple & Banana",
"Jaya, 100% Juice, Pineapple & Mango",
"Jaya, 100% Juice, Pineapple, Passion Fruit & Carrot",
"Tropical Gold Pineapple Chunks With Coconut Gel",
"Tropical Fruit In Light Syrup & Passion Fruit Juice, Passion Fruit",
"Tropical Fruit In Light Syrup And Passion Fruit Juice",
"Dole Mango",
"Pêches au sirop léger",
"Cherry Mixed Fruit",
"Mandarin Oranges In 100% Fruit Juice",
"Mango Slices In Heavy Syrup",
"Diced Peaches In Juice",
"Red Grapefruit Sunrise In 100% Fruit Juices",
"Mandarin Oranges",
"Organic Mango Chunks In White Grape Juice",
"Mandarin Oranges In 100% Fruit Juice",
"Ananas au jus",
"Tropical fruit (salade de fruits)",
"Taco Shells, Yellow Corn",
"Yellow Corn Taco Shells",
"Taco Dinner Kit",
"Tostada Shells",
"Taco Shells, White Corn",
"Taco Sauce, Original",
"Taco Sauce, Original, Hot",
"Diced Green Chiles, Mild",
"Soft Taco Kit",
"Fire Roasted Whole Green Chiles",
"Diced Jalapenos, Hot",
"Traditional Refried Beans",
"Thick & Chunky Medium Salsa",
"Thick & Chunky Mild Salsa",
"Taco Sauce, Original, Medium",
"Taco Sauce, Originsal, Mild",
"Taco Sauce, Original, Medium",
"Nacho Cheese Sauce",
"Homestyle Mild Salsa",
"Homestyle Medium Salsa",
"Spicy Cheese Sauce",
"California Style Sprouted Wheat Bread",
"Kuhne, Salata, Seasoned Vinegar Dressing",
"Kuhne, Yogurt Salad Dressing",
"Kuhne, Yogurt & Garden Herbs Salad Dressing",
"Kiihne, Yogurt & Dill Salad Dressing",
"Kuhne, Gherkin Slices",
"Kuhne, Onions",
"Pickled Red Cabbage",
"Red Cabbage",
"Kuhne, Prepared Red Cabbage With Apple",
"Kuhne, Gourmet Selection Crunchy Gherkins",
"Pure Butter Shortbread Rounds",
"Walkers, Pure Butter Shortbread Rounds",
"Pure Butter : Shortbread",
"Shortbread",
"Pure Butter Shortbread",
"Walkers, Pure Butter Shortbread",
"Pure Butter Shortbread Triangles",
"Pure Butter : Shortbread Rounds",
"Sablés pur beurre",
"Walkers, Shortbread Rounds",
"Walkers, Thick & Crunchy Oatcakes",
"Walkers, Highland Oat Crackers",
"Walkers Fine Oatcakes 280G",
"Stem Ginger Biscuits",
"Walkers Hazelnut & Chocolate Chip Biscuits",
"gluten Free : Pure Butter Shortbread",
"Chocolaté chip shortbread",
"Pure Butter Shortbread, Ginger & Lemon",
null,
"Pure butter shortbread",
"Pure Butter Chocolate Chip Shortbread",
"Walkers, Pure Butter Shortbread Assortment",
"Pure Butter Mini Shortbread Christmas Trees",
"Pure Butter SHORTBREAD Festive Shapes",
"Pure butter Chocolate Chip Shortbread (+33% free)",
"shortbread",
"Festive Shapes Assorted Shortbread, Pure Butter",
"Festive Shapes Pure Butter Shortbread",
"Walkers, Festive Shapes Pure Butter Shortbread",
"shortbread fingers",
"Pure Butter mini shortbread rounds",
"Pure Butter MINI CHOC CHIP SHORTBREAD ROUNDS",
"Pure Butter : Mini Shortbread Fingers",
"Pure Butter Shortbread Chocolate Scottie Dogs",
"Pure Butter Scottie Dogs Shortbread",
"Muni Festive Stars",
"Pure Butter Festive Stars Mini Shortbread",
"Pure Butter Shortbread",
"White Chocolate & Raspberry Biscuits",
"Belgian Chocolate Chunk Biscuits",
"Walkers, Extremely Gingery Cookie",
"Walkers, Extremely Chocolatey Cookie",
"Weight Watchers Cookies Au Chocolat",
"Gaufrettes au Caramel",
"Biscuits à l'avoine aux myrtilles et à la vanille",
"Fruit Crumble Biscuits",
"Walkers Pure Butter Shortbread Fingers 100G",
"Canoleo, Unsalted Canola Margarine",
"Soft Margarine",
"Spring Tree, Pure Maple Syrup, Maple",
"Premium Canola Margarine",
"Spring Tree, Maple Syrup, Maple",
"Maple Syrup",
"Maple Syrup",
"Kretschmar, Honey Ham",
"Kretschmar, Ham, Smoked",
"Kretschmar, Honey Roasted Turkey Breast",
"Kretschmar, Smoked Turkey Breast",
"Kretschmar, Oven Roasted Turkey Breast",
"Kretschmar, Roast Beef",
"Hard Salami",
"Wisconsin Cheese, Mild Cheddar Cheese",
"Colby Jack Cheese",
"Pepper Jack Cheese",
"Wisconsin Cheese, Muenster Cheese",
"Baby Swiss Cheese",
"Sweetened Red Beans (Mashed)",
"O'sage Peaches In Light Syrup, Peaches",
"Precooked Italian Sausage Ravioli",
"Medium Florentine Ravioli",
"8 Cheese Spread Wegdes",
"Pie",
"Cakes By Sue, 2 Layer Italian Cream",
"Cakes N' Candy, Cake, Lemon Cream Cheese",
"Cakes By Sue, German Chocolate Cake",
"Cakes By Sue, Red Velvet Cake",
"Four Meat Pan Pizza",
"Ultra Thin Crust Sweet Italian Sausage Pizza",
"Ultra Thin Crust Pizza, Ultimate Pepperoni",
"Ultra Thin Crust Pizza, Ultimate Supreme",
"Bellatoria, Ultra Thin Crust Pizza, Garlic Chicken Alfredo",
"Ultra Thin Crust Pizza",
"Bellatoria, Ultra Thin Crust Pizza, Sausage Italia",
"Ultra Thin Crust Pizza, Roasted Mushroom 'N' Spinach",
"Ultra Thin Crust Pizza, Ultimate Combo",
"Pan Pizza",
"Italia Meat Trio Pan Pizza",
"Margherita Deluxe Pan Pizza",
"Ultra Thin Crust Pizza",
"Ultra Thin Crust Pizza",
"Ultra Thin Crust Pizza",
"Gluten Free Thin Crust Pizza, Cheese",
"New Star, Cooked Shrimp",
"Rachael Ray, Balsamic Vinegar Of Modena",
"Rachael Ray, Balsamic Drizzle",
"Chicken Stock",
"Rachaelray, Beef Stock, Beef",
"Rachael Ray, Veggie Stock",
"Chicken Stock",
"Minestrone Soup",
"Lentil Soup",
"Pasta Fagioli Soup",
"Olive Garden, Balsamic Vinegar Of Modena",
"Smoky Bbq Sauce",
"Angel Hair Enriched Macaroni Product",
"Spaghettini, Enriched Macaroni Product",
"Spaghetti",
"Bucatini, Enriched Macaroni Product",
"Perciatelli, Enriched Macaroni Product",
"Linguine, Enriched Macaroni Product",
"Enriched Macaroni Product, Ditali Pasta",
"Roman Rigatoni, Enriched Macaroni Product",
"Pennette, Enriched Macaroni Product",
"Penne Zitoni",
"Cut Fusilli, Enriched Macaroni Product",
"Cut Ziti, Enriched Macaroni Product",
"Macaroni Small Pasta Shells",
"Shells, Enriched Macaroni Product",
"Gnocchi, Enriched Macaroni Product",
"Soup Shells, Enriched Macaroni Product",
"Orzo Pasta",
"Stars, Enriched Macaroni Product",
"Cavatappi",
"Wagon Wheels, Enriched Macaroni Product, Made With 100% Semolina",
"Gemelli, Enriched Macaroni Product",
"Elbows, Enriched Macaroni Product",
"Fancy Shape Radiators, Enriched Macaroni Product",
"Mezzi Rigatoni, Enriched Macaroni Product",
"Penne Rigate, Enriched Macaroni Product",
"Instant Polenta Cornmeal",
"Artichoke Hearts In Extra Virgin Olive Oil",
"Mafalde, Enriched Macaroni Product",
"Fancy Shape Angel Hair Nests",
"Balsamic Vinegar",
"Balsamic Vinegar Of Modena",
"Aged Red Wine Vinegar",
"Wine Vinegar, Cabernet",
"Champagne Wine Vinegar",
"Wine Vinegar, Raspberry",
"White Balsamic Vinegar",
"Aceto Balsamico Di Modena Igp, Balsamic Vinegar Of Modena",
"Chardonnay Balsamic White Wine Vinegar",
"Original Balsamic Glace",
"White Truffle Balsamic Glaze, White Truffle",
"Marinara Sauce",
"Spicy Marinara Tomato Sauce",
"Tomato Basil Sauce",
"Organic Marinara, Premium All Natural Organic Sauce",
"Organic Spicy Garlic Marinara",
"Garden Organic Sauce",
"Cajun Etouffee Base",
"Cajun Gumbo Base",
"Fish Fry Seafood Breading Mix",
"Seasoned Crispy Chicken Fry Batter Mix",
"Louisiana, Fish Fry Seafood Breading Mix",
"Cocktail Sauce",
"Tartar Sauce",
"Remoulade Sauce",
"Brown Gravy Mix",
"Louisiana, Hot Sauce",
"Seasoned Crispy Shrimp Fry",
"Seasoned Beer Batter, Seafood Batter Mix",
"Fish Fry Cobbler Mix",
"New Orleans Style Red Beans & Rice Mix",
"Shrimp Creole Mix",
"Dirty Rice Mix",
"Fish Fry Seafood Breading Mix",
"Louisiana, Chicken Fry Chicken Batter Mix",
"Cajun Jambalaya Entree Mix",
"Cajun Dirty Rice Entree Mix",
"Red Beans & Rice Entree Mix",
"Louisiana Fish Fry Products, Gumbo & Rice Entree Mix",
"Louisiana, New Orleans Sauce Mix, Bbq Shrimp",
"Microwave-Ready Red Potatoes",
"Gold Potatoes",
"Alsum Farm & Produce Inc, Microwave-Ready Gold Fingerling Potatoes, Gourmet Garlic & Paprika With Olive Oil",
"Great Grains Bakery, Double Fiber & Honey Breads",
"Twin Pack Multigrain Bread",
"100% Whole Wheat Bread",
"Organic Multigrain With Flax Seeds Bread",
"Papa's, Organic Mega Seeds Bread With Omega-3",
"Papa's, Organic Whole Wheat With Honey Bread",
"Greet Grains Bakery, Dinner Rolls",
"Great Grains Bakery, Old Fashioned Dinner Rolls, Sweet Hawaian",
"Hot Dog Buns",
"Gourmet Jumbo Buns",
"Organic 100% Whole Wheat & Honey Bagel",
"Organic Multigrain With Flex Seeds Bagel",
"Papa Pita, 100% Whole Wheat Greek Pita Flat Bread",
"Papa's, 100% Whole Wheat Greek Pita Flat Bread",
"Papa's, Organic Greek Pita Multigrain Flax Seeds",
"Papa's, 100% Organic Whole Wheat Thinwich",
"Papa's, Organic Thinwich Multigrain With Flax Seeds Bread",
"Bubba's, Premium Cake Donuts",
"Papa Pita, 100% Whole Wheat Greek Pita Flat Bread",
"Bagels",
"Bubba's, Sliced Bagels, Blueberry",
"Bubba's, Sliced Bagels",
"Bubba's, Sliced Bagels, Cinnamon Raisin",
"Bubba's, Sliced Bagels",
"Enriched Old Fashioned White Bread",
"100% While Wheat & Honey",
"Multigrain With Flax Seeds",
"Vienna Sausage",
"Lean Italian Seasoned Ground Turkey",
"Turkey Burger Patties",
"Lean Seasoned Turkey Burger Patties",
"Ground Turkey",
"Ground Turkey Breast, Extra Lean",
"Turkey Bratwurst",
"Sweet Lean Italian Turkey Sausage",
"Hot Italian Turkey Sausage",
"Primo Taglio, Cracked Pepper Seasoned Smoked Turkey Breast",
"Primo Taglio, Mesquite Smoked Turkey Breast",
"Primo Taglio, Turkey Breast",
"Ingles, Turkey Breast, Oven Roasted",
"Premium Seasoned Sun Dried Tomato Turkey Breast",
"Buffalo Style Turkey Breast",
"Turkey Breast, Cracked Pepper, Smoke",
"Cajun Style Turkey Breast",
"Tender Browned Turkey Breast",
"Oven Roasted Chicken Breast",
"Buffalo Style Chicken Brest",
"Pudding Snacks, Vanilla",
"Pudding Snacks, Chocolate",
"Il Ju Industrial Company, Tu Chung Tea",
"Of Peach, Ginger Green Tea",
"Of Peace, Natural Ginger Candy",
"Of Peace, Instant Tea, Ginger, Honey Crystals & Plum",
"Instant Tea",
"Of Peace, Green Tea, 100% Organic",
"Of Peace, Organic Green Tea",
"Of Peace, 100% Organic White Tea",
"Of Peace, 100% Organic White Tea",
"100% Organic Black Tea",
"American Ginseng Root Candy",
"Organic Butter Salted",
"Sparkling Florida Orange",
"Diet Sparkling Florida Orange",
"Pedro Lopez Brand, Chiles Ancho",
"Jamaican Style Beef Turnover",
"Jamaican Style Spicy Beef",
"Jamaican Style Oven-Baked Crust Chicken Turnover",
"Cut Green & Shelly Beans",
"Cut Green & Shelly Beans",
"Cut Green Beans",
"Cut Green Beans",
"Blackeye Peas With Bacon",
"Blackeye Peas With Bacon And Jalapeno",
"Blackeye Peas",
"Blackeye Peas With Snaps",
"Crowder Peas",
"Crowder Peas",
"Field Peas With Snaps",
"Purple Hull Peas",
"Homestyle Chili With Beans, Original",
"Cocina Latina, Pinto Beans In A Tomato And Serrano Sauce With A Touch Of Bacon",
"Cocina Latina, Pinto Beans In A Tomato And Serrano Sauce With A Touch Of Bacon",
"Cocina Latina, Black Beans",
"Cocina Latina, Pintos A La Diabla",
"Cocina Latina, Pinto Beans",
"Cocina Latina, Frijoles Charros Machacados",
"Cocina Latina, Frijoles Charros Machacados",
"Cocina Latina, Frijoles Negros Machacados",
"Cocina Latina, Frijoles Negros Machacados",
"Great Northern Chili Beans, Mild Chili Sauce",
"Black Chili Beans, Mild Chili Sauce",
"Mild Chili Sauce, Chili Beans",
"Hummus, Classic Mild",
"Hummus, Medium Sriracha",
"Southwest Black Bean Hummus",
"Hummus Ranch, Mild",
"Roasted Rose Pepper",
"Taco Fiesta Slow-Cooked Black Beans Black Beans",
"New Orleans Red And Black Beans",
"Black Beans Slow-Cooked With Tomatoes, Corn Onions, Mild Jalapenos And Ta Seasonings",
"Delicious Bean In A Polynesian Inspired Sauce",
"Taco Fiesta Black Beans",
"Cajun Red Beans",
"Baked Beans, Homestyle",
"Homestyle Baked Beans",
"Bush's Best Homestyle Baked Beans",
"Baked Beans, Onion",
"Baked Beans, Onion",
"Baked Beans, Original",
"Baked Beans, Original",
"Baked Beans, Origional",
"Baked Beans, Original",
"Baked Beans, Original",
"Bean Pot, Baked Beans",
"Baked Beans, Original",
"Homestyle Baked Beans",
"Baked Beans, Vegetarian",
"Vegetarian Baked Beans",
"Vegetarian Baked Beans",
"Vegetarian, Baked Beans",
"Bean Pot, Baked Beans",
"Bean Pot, Vegetarian Baked Beans",
"Organic Baked Beans",
"Blackeye Peas",
"Baby Butter Beans",
"Large Butter Beans",
"Pinto Beans In Chili Sauce, Medium",
"Chili Beans In Chili Sauce, Hot",
"Chili Beans, Mild Sauce",
"Chili Beans Sauce, Mild",
"Chili Beans, Mild Chili Sauce",
"Chili Beans, Medium Sauce",
"Chili Beans, Mild",
"Chili Beans, Hot Sauce",
"Red Chili Beans In Chili Sauce, Mild Sauce",
"Garbanzos Chick Peas",
"Low Sodium Garbanzos Chick Peas",
"Chick Peas, Garbanzos",
"Garbanzos Chick Peas",
"Organic Garbanzo Beans Chick Peas",
"Golden Hominy",
"Golden Hominy",
"Golden Hominy",
"White Hominy",
"White Hominy",
"White Hominy",
"Dark Red Kidney Beans",
"Organic Kidney Beans",
"Seasoned Recipe Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Light Red Kidney Beans",
"Light Red Kidney Beans",
"Light Red Kidney Beans",
"Pinto & Great Northern Mixed Beans",
"Navy Beans",
"Reduced Sodium Great Northern Beans",
"Great Northern Beans",
"Great Northern Beans",
"White Beans",
"Pinto Beans",
"Organic Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Pinto Beans",
"Low Sodium Pinto Beans",
"Pinto Beans With Bacon",
"Pinto Beans With Pork",
"Pinto Beans",
"Red Beans",
"Cannellini Beans",
"Cannellini Beans, White Kidney Beans",
"Low Sodium Cannellini Beans",
"Pinto Beans In A Chili Sauce",
"Organic Black Beans",
"Black Beans",
"Black Beans",
"Black Beans",
"Black Beans",
"Black Beans",
"Black Beans",
"Black Beans",
"Cocina Latina, Traditional Refried Beans",
"Cocina Latina, Fat Free Refried Beans",
"Refried Beans, Frijoles Refritos",
"Bush's Best Cocina Latina Refried Black Beans",
"Refried Black Beans",
"Chili Magic, Traditional Chili Starter, Mild",
"Chili Magic, Texas Chili Starter, Medium",
"Grillin Beans, Bourbon And Brown Sugar",
"Grillin Beans, Bourbon And Brown Sugar",
"Smokehouse Tradition Grillin' Beans",
"Grillin' Beans, Southern Pit Barbecue",
"Grillin' Beans, Southern Pit Barbecue",
"Steakhouse Recipe Grillin' Beans",
"Grillin' Beans, Texas Ranchero",
"Grillin' Beans, Black Bean Fiesta, Black Bean Fiesta",
"Sweet Mesquite, Black Beans Simmered With Onions And Red Peppers In A Sweet And Smoky Sauce",
"Grillin's Beans, Tender Beans, Honey Chipotle",
"Red Beans With Onions And Serrano Peppers In A Sweet And Spicy Chili Sauce",
"Sriracha Pinto Beans, Hot",
"Best Asian Bbq Beans, Asian Bbq",
"Jamaican Black Beans Slow Cooked In A Spicy Island-Inspired Sauce",
"Baked Beans",
"Boston Recipe Baked Beans",
"Baked Beans, Bold & Spicy",
"Maple Cured Bacon, Baked Beans",
"Maple Cured Bacon Baked Beans",
"Country Style Baked Beans",
"Country Style Baked Beans",
"Country Style Baked Beans",
"Baked Beans, Brown Sugar Hickory",
"Baked Beans, Brown Sugar Hickory",
"Baked Beans",
"Baked Beans, Honey",
"Honey Baked Beans",
"Pork & Beans In Tomato Sauce",
"Pork & Beans",
"Pork & Beans In Tomato Sauce",
"Pork & Beans",
"Pork & Beans In Tomato Sauce",
"Vegetarian Beans In Tomato Sauce",
"Homestyle Baked Beans",
"Baked Beans",
"Baked Beans",
"Baked Beans, Original",
"Baked Beans",
"Baked Beans, Maple Style",
"Baked Beans, Brown Sugar Hickory",
"Maple Style Baked Beans",
"Baked Beans, Honey",
"Baked Beans",
"Dark Red Kidney Beans",
"Pinto Beans",
"Black Beans",
"Baked Beans, Original",
"Chili Pinto Beans",
"Medley, Pineapple Kick",
"Beautiful Beans Cherry Trail Medley",
"Medley, Pineapple Kick",
"Cherry Trail Medley",
"Roasted Fava Beautiful Beans, Tropical Curry",
"Roasted Fava Beans, Simply Peppered",
"Beautiful Beans, Tropical Curry",
"Simply Peppered Roasted Fava Beans",
"Petit Pois Peas",
"Baked Beans, Original",
"Marinara Sauce",
"Fontanini, Hot Italian Sausage",
"Italian Sausage",
"Corn Tortilla",
"Tostada Gigante Giant Corn Chalupa Shells",
"Mexsnax, Lolitos, Wheat Snack Chips, Mexican",
"Mexsnax, Lolitos, Wheat Snack Chips",
"Mexsnax, Lolitos, Wheat Snack Chips",
"Summer Sausage",
"Summer Sausage",
"Natural Casing Wieners",
"Vollwerth's King Of Meats, Ring Bologna",
"Beef Ring Bologna",
"Goat Milk Cheese",
"Home Team Snacks, Pitta Pretzel Pieces, Crab Seasoned Sourdough",
"Dish Pizza",
"Dish Pizza",
"Dish Pizza",
"Dish Pizza",
"Steak & Cheese Calzone",
"Flatbread Crust",
"Steak & Cheese Calzones",
"Sweet Potato Thin Crust Pizza",
"Uno, Artisan Crust Pizza, 6 Cheese",
"Uno, Artisan Crust Pizza, Pepperoni",
"Calzone",
"Pizzeria & Grill Deep Dish Pizza",
"Happy-Fruits Vegetarian Gummy Candy, Black Currant",
"Happy-Fruits Gummy Candy",
"High Protein Bar",
"Vegetables Broth And Seasoning",
"Seitenbacher, European Pumpkin Seeds",
"Low Carb Trail Mix",
"High Protein Bar",
"Herb Sea Salt",
"Whole Almonds",
"Musli #1, Natural Body Power",
"Musli #2, Berries Temptation",
"Blueberry Juice",
"Oriental Spices For Catfish Paste",
"Tropical Punch",
"Natural Country, Premium Nectars, Mango",
"Natural Country, Premium Nectars, Pear",
"Natural Country, Premium Nectars, Guava",
"Organic Brown Rice Snaps, Toasted Onion",
"Edward & Sons, Brown Rice Snaps, Vegetable",
"Edward & Sons, Brown Rice Snaps, Black Sesame",
"Nature Factor, Organic Coconut Water",
"Fig Infused Balsamic",
"Infused Balsamic Vinegar",
"Truffle Infused Balsamic",
"White Balsamic Vinegar",
"Roche Bros, Root Beer Barrels Candy",
"Roche Bros, Bagel Shoppe Plain Cream Cheese",
"Roche Bros, Lite Plain Cream Cheese",
"Roche Bros, Lite Chive Cream Cheese",
"Roche Bros, Hand Crafted Natural Bagel Shoppe Cream Cheese, Cranberry Orange",
"Meatballs In Sauce",
"Marukan, Rice Vinegar, Sweet & Tangy",
"Romano Cheese",
"Parmesan Cheese",
"Cheese",
"Corn Chips",
"Sourdough Square",
"Harvest, Sandwich Bread",
"Harvest, Stone Ground Whole Wheat Bread",
"Harvest, 9 Grain & Seed Loaf",
"Island Soyaki Sauce",
"Club, Potato Chips",
"Club, Potato Chips, Sweet-Hot Sriracha",
"Club, Green Onion Garden Fresh Dip Mix, Green Onion",
"Fresh Choices, Orange Soda, Orange",
"Fresh Choices, Blue Cream Soda",
"Fresh Choices, Strawberry Soda, Strawberry",
"Fresh Choices, Grape Soda, Grape",
"Fresh Choices, Lemon-Lime Soda, Lemon-Lime",
"Fresh Choices, Soda",
"Fresh Choices, Cola",
"Fresh Choices, Lemon-Lime Soda, Lemon-Lime",
"Fresh Choices, Diet Cola",
"Fresh Choices, Dr. C Soda",
"Original Cola",
"Soda, Orange",
"Flavored Soda, Lemon Lime",
"Dr. C",
"Flavored Soda, Orange",
"Soda, Blue Cream",
"Soda, Strawberry",
"Soda, Grape",
"Original Cola",
"Soda, Lemon Lime",
"Water",
"Crunchy Gummies Candy",
"Candy",
"Sour Aliens Candy",
"Candy, Sour Watermelon Wedges",
"Gummy Bears Candy",
"Gummy Worms",
"Sour Neon Worms Gummies",
"Apple Rings Candy",
"Peach Rings",
"Sours Candy, Cherry",
"Candy Corn",
"Jelly Beans Candy",
"Candy",
"Roasted & Salted Deluxe Mixed Nuts",
"Peanuts, Honey Roasted",
"Roasted & Salted Peanuts",
"Peanuts, Hot",
"Roasted & Salted Halves & Pieces Cashews",
"Roasted & Salted Cashews With Pepper",
"Roasted & Salted Cashews",
"Pistachios",
"Roasted & Salted Sunflower Kernels",
"Yogurt Covered Pretzels",
"Cranberry Trial Mix",
"Chocolate Trail Mix",
"Kettle Cooked Potato Chips, Sea Salt",
"Kettle Cooked Potato Chips, Jalapeno",
"Cooked Chips",
"Flavored Corn Snack",
"Cheddar Fries",
"Onion Rings",
"Cheese Balls, Cheese",
"Hot Cheese Balls, Cheese",
"Fresh Choices, Deluxe Mixed Nuts",
"Fresh Choices, Peanuts Honey Roaster",
"Salted Roasted Peanuts",
"Freshchoices, Peanuts",
"Cashews Bar",
"Peanuts",
"Fiesta Mix",
"Ultimate Zero Energy Drink",
"U Force, Advanced Sport Drink, White Cherry",
"Iced Tea",
"Premium Pink Lemonade",
"Sparkle, Sparkling Water Beverage, Orange Mango",
"Sparkle, Sparkling Water Beverage, Kiwi Strawberry",
"Sparkle, Sparkling Water Beverage, Coconut",
"White Chocolate With Cranberry Delight Trail Mix",
"Market, Bark Milk Chocolate With Spicy Peanuts",
"Bark Dark Chocolate With Pretzels",
"Cookies, Chocolate Chunk",
"Nesbitt's, Soda, Orange",
"Earp's, Sarsaparilla Beverage",
"Americana, Cream Soda, Orange",
"Americana, Vintage Soda, Huckleberry",
"Krazy Kritter, Vitamin Drink, Apple Gator",
"Earp's, Original Sarsaparilla",
"Lemmy, Sparkling Lemonade",
"Soda",
"Soda Boy, Quality Beverage, Strawberry Cream",
"Goody, Blue Pop Soda",
"Orca Beverage Incorporated, Triple Cola",
"Brownie, Root Beer, Caramel Cream",
"Beverage, Big Black Cherry",
"Hippo Size, Jumbo Root Beer",
"Brownie, Root Beer, Caramel Cream",
"Wicked Apple Brew",
"Orca Beverage Soda Works, Werewolf Howling Ginger Beer",
"O-So Grape, Soda",
"Spice Tonic, Pumpkin",
"O-Oso, Root Beer, Butterscotch",
"Soda",
"Lemmy, Lemonade",
"Lemmy, Peach Lemonade, Lemon",
"Lemmy, Strawberry Lemonade",
"Lemmy, Lemonade, Black Cherry",
"Dragon Tail Energy, Mix Fruit Beverage, Blazin' Tropical",
"Dragon Tail, Sour Tornado Citrus Blend",
"Pig Iron, Cola",
"Island Teriyaki",
"Paradise Pineapple Teriyaki",
"Marinade & Grilling, Spicy Teriyaki",
"Marinade & Grilling Sauce, Roasted Garlic Teriyaki",
"Marinade & Grilling, Ginger Wasabi Teriyaki",
"Kona Coast, Marinade & Grilling, Polynesian Orange Teriyaki",
"Basil & garlic marinated olive selection",
"Hot Pepper Sauce",
"Party Dip, Hot",
"Party Dip, Mild",
"Mozzarella, santini & sundelisi tomato salad",
"Wholegrain Hot Cereal",
"Dried Blueberries",
"Grain Rolled Hot Cereal, Whole Grain Plus Flaxseed",
"7 Grain Hot Cereal",
"8 Grain Hot Cereal",
"Spice N' Nice Hot Cereal With Cinnamon & Raisins",
"Whole Grain Hot Cereal",
"Wholegrain Medley",
"Organic Creamy Buckwheat Hot Cereal",
"Mighty Tasty Hot Cereal",
"Grains & Nuts Hot Cereal",
"Whole Grain Golden Bulgur",
"Grains-Of-Discovery, Whole Grain Red Bulgur",
"Corn Grits, Polenta",
"Medium Grind Blue Cornmeal",
"Roasted Hazelnuts",
"Cracked Wheat Hot Cereal",
"Rob's Red Mill, Date Crumbles, Sweet And Chewy",
"Brown Rice Farina Hot Cereal",
"Soy Grits Defatted",
"Creamy Rye Flakes Hot Cereal",
"Whole Wheat Farina Hot Cereal",
"Wheat Germ",
"Quick Cooking Rolled Oats",
"Rolled Oats",
"Extra Thick Rolled Oats",
"Gluten Free Oatmeal With Flax & Chia, Apple Pieces & Cinnamon",
"Original Whole Grain Cinnamon Raisin Granola",
"Pancake & Waffle",
"Biscuit & Baking Mix",
"Buttermilk Biscuit Mix",
"Date Nut Bran Muffin Mix",
"Stone Ground Raisin Bran Muffin Mix",
"Stone Ground Cornbread Mix And Cornmeal Muffin Mix",
"Spice Apple Bran Muffin Mix",
"Whole Ground Golden Flaxseed Meal",
"Super-Fine Cake",
"Artisan Bread Flour",
"Dried Tart Cherries",
"Vegi Soup Mix",
"Whole Grain Scottish Oatmeal Scone Mix With Raisins",
"Sliced Almonds",
"Large White Pieces Cashews",
"Pecan Halves",
"Walnut Baker's Pieces",
"White Corn Grits",
"White Popcorn",
"Stone Ground Barley Flour",
"Organic Whole Grain Buck Wheat Flour",
"Whole Grain Corn Flour",
"Stone Ground Cornmeal",
"Cornmeal",
"Coarse Grind Cornmeal",
"Premium Yellow Popcorn",
"Whole Wheat Graham Flour",
"Stone Ground Millet Flour",
"Whole Grain Oat Flour",
"Finely Ground Potato Flour",
"Dark Rye Flour",
"Light Rye Flour",
"Whole Grain Brown Rice Flour",
"Stone Ground White Rice Flour",
"100% Whole Ground Soy Flour",
"Organic Whole Grain Quinoa Flour",
"Triticale Berries",
"Organic Whole Grain Cracked Rye",
"Golden Corn Flour, Masa Harina",
"Soft White Wheat Berries",
"Whole Seed Chia",
"Low Fat Soy Flour",
"Organic Kamut Stone Ground Flour",
"Coarse Demerara Turbinado Sugar",
"Honey Oat Granola",
"Granola, Apple Blueberry",
"Muesli",
"Scottish Oatmeal",
"Gluten Free Steel Cut Oats",
"Gluten free rolled oats",
"Gluten Free Quick Cooking Oats, Robust",
"Whole Grain Oat Flour",
"Oat Bran Cereal",
"Pie Crust",
"Double Acting Baking Powder",
"Pizza Crust Whole Grain Mix",
"Whole Grain Millet Grits",
"Premium Quality Pearl Barley",
"Heritage Beans, Cranberry",
"Whole Grain Millet",
"Black Currents",
"Whole Grain Oat Groats",
"Sun - Dried Raisins",
"Organic Whole Grain Rye Berries",
"Garbanzo Beans",
"Incredibly Tasty Anasazi Beans",
"Heritage Beans Lentils",
"Mung Heritage Beans",
"Premium Quality Navy Beans",
"Small White Beans",
"Premium Quality Poppy Seeds",
"Simply Raw Pumpkin Seeds",
"Caraway Seeds",
"Red Lentils",
"Premium Quality Soy Beans",
"Heritage Beans Cannellini",
"Baby Lima Beans",
"All Purpose Baking Flour",
"1 To 1 Baking Flour",
"Bread Mix",
"Bobs Red Mill, Hearty Whole Grain Bread Mix",
"Cinnamon Raisin Bread Mix",
"Garbanzo & Fava Flour",
"Muffin Mix",
"Cornbread Mix",
"Pancake Mix",
"Brownie Mix",
"Cake Mix, Vanilla",
"Chocolate Chip Cookie Mix",
"Chocolate Cake Mix, Chocolate",
"Stone Ground Whole Grain Corn Flour",
"Polenta Corn Grits",
"Whole Grain Cornmeal",
"Masa Harina Golden Corn Flour",
"Pearl Couscous",
"Whole Wheat Pearl Couscous",
"Tricolor Pearl Couscous",
"Low-Carb Whole Grain Baking Mix",
"Whole Grain Bread Mix",
"Active Dry Yeast",
"Black Bean Soup Mix",
"Whole Grain And Beans Soup Mix",
"Slivered Almonds",
"Simple Sweet Date Sugar",
"Premium Quality Potato Starch",
"Small Pearl Tapioca Wholesome",
"Whole Grain Teff Flour",
"Sweet Dairy Whey",
"Egg Replacer",
"Large Flake Nutritional Food Yeast",
"Old-Fashioned Dark Brown Sugar",
"Premium Guar Gum",
"Premium Quality Xanthan Gum Baking Aid",
"Orca Heritage Beans",
"Decorative Sparkling Sugar",
"Organic Whole Grain Buckwheat",
"Unsweetened Fine Macaroon Coconut",
"Cornstarch",
"Golden Couscous",
"Crunchy Coconut Granola",
"Granola, Honey Almond",
"Hulled Hemp Seed Hearts",
"Short Grain White Rice",
"Hemp Protein Powder",
"Sweet White Rice Flour",
"Quick Cooking Wild Rice",
"Sweet' White Sorghum Flour",
"Spelt Flour",
"Whole Grain Spelt Berries",
"Black Bean Flour",
"Stone Ground White Bean Flour",
"All Natural Dried Cranberries",
"Whole Wheat Bread Mix",
"Irish Soda Bread Mix",
"Bread Mix, Potato",
"Stone Ground Rye Bread Mix",
"10 Grain Bread Mix",
"Chana Dal Heritage Beans",
"Fava Beans",
"Flageolet Beans",
"Seasoning Mix, Bean Soup",
"Finely Ground Hazelnut Meal/Flour",
"Hot Cereal, 6 Grain, With Flaxseed",
"Organic High Fiber Coconut Flour",
"Coconut Sugar",
"Organic Wheat Berries, Hard White",
"Grains-Of-Discovery, Organic Whole Grain Cracked Freekeh",
"Organic Premium Quality Soy Beans",
"Organic Whole Grain Soy Flour",
"Buttermilk Pancake & Waffle Whole Grain Mix",
"Buckwheat Pancake & Waffle Whole Grain Mix",
"Organic 7 Grain Pancake & Waffle Whole Grain Mix",
"Organic Whole Grain Stone Ground Spelt Flour",
"Organic Textured Soy Protein",
"Organic Whole Grain Amaranth",
"Organic Whole Grain Stone Ground Amaranth Flour",
"Organic Medium Grind Cornmeal",
"Organic Polenta Corn Grits",
"Organic Raw Whole Flaxseed",
"Whole Ground Flaxseed Meal",
"Organic Raw Whole Golden Flaxseed",
"Organic Golden Flaxseed Meal",
"Organic Whole Grain Red Quinoa",
"Tri-Color Quinoa",
"Organic Old Fashioned Rolled Oats",
"Organic Rolled Oats",
"Extra Thick Whole Grain Rolled Oats",
"Organic High Fiber Oat Bean Hot Cereal",
"Organic Scottish Oatmeal",
"Organic Steel Cut Oats Cereal",
"Organic Quick Cooking Steel Cut Oats",
"Organic Stone Ground White Rice Flour",
"Organic Creamy Brown Rice Farina Hot Cereal",
"Brown Rice Flour",
"Organic Wheat Berries",
"Whole Grain Cracked Wheat Hot Cereal",
"Organic Whole Wheat Graham Flour",
"Scottish Oatmeal",
"Raw Wheat Germ",
"Oatmeal With Flax & Chia, Blueberry And Hazelnut",
"Wholesomely Rich Walnut Halves",
"Flour",
"Unprocessed Miller's Wheat Bran",
"Organic Wholegrain Quinoa",
"Gluten Free Extra Thick Rolled Oats",
"Finely Ground Natural Almond Meal",
"Finely Ground Almond Meal/Flour",
"Hard Red Spring Wheat Berries",
"White Sesame Seeds",
"Baking Flour",
"Arrowroot Starch/Flour",
"Premium Quality Sea Salt",
"Unsweetened Shredded Coconut",
"Unsweetened Flaked Coconut",
"Organic Whole Grain High Fiber Hot Cereal",
"Whole Ground Flaxseed Meal",
"Organic Old Fashioned Rolled Oats",
"Organic Whole Wheat Flour",
"Unbleached White All-Purpose Organic Flour",
"Organic Whole Wheat Pastry Flour",
"Whole Grain Rolled Oats",
"Rolled Oats Whole Grain",
"Gluten Free Oatmeal With Flax And Chia",
"Unbleached White Fine Pastry Flour",
"Wheat Bran",
"Organic Whole Grain Kasha",
"Brown Sesame Seeds",
"Raw Sunflower Seeds",
"Baking Flour",
"Toasted Carob Powder",
"Non Fat Dry Milk Powder",
"Finely Ground Tapioca Flour",
"Premium Xanthan Gum",
"Rolled Spelt Hot Cereal Whole Grain",
"Organic Natural Granola",
"Original Whole Grain Granola, Apple Cinnamon",
"Whole Grain Ivory Wheat",
"Organic Stone Ground Whole Wheat Flour",
"America's Best Baking Flour, Organic Unbleached White All-Purpose Flour",
"Whole Wheat Pastry Organic Flour",
"Creamy Wheat Hot Cereal",
"Gluten Free Oatmeal With Flax & Chia",
"Creamy Potato Flakes, Instant Mashed Potatoes",
"Stone Ground Garbanzo Bean Flour",
"Finely Ground Almond Meal/Flour",
"Ivory Wheat, Organic Flour",
"Semolina Flour",
"Vital Wheat",
"Bob's Red Mill Organic Whole Grain Natural Granola",
"Muesli Whole Grain Cereal",
"Oat Bran Muffin Mix",
"Cookie Mix, Oat Brain & Nuts",
"Stabilized Rice Bran",
"Muesli A Cold Or Hot Whole Grain Cereal",
"Stone Ground Whole Wheat Flour",
"Unbleached White Flour",
"All-Purpose Flour",
"100% Stone Ground Whole Wheat Pastry Flour",
"Fruity couscous & carrot salad",
"Fruit Chews Candy",
"Original Skittles",
"Dove Almond Dark Chocolate Silky Smooth Promises",
"M&M's",
"Peanut M&M's",
"M&M's Peanut Butter",
"M &M'S Pretzel Sharing Size",
"M &M'S Crispy",
"Dark Chocolate",
"Crispy Wafer With Hazelnut Filling And Chocolate",
"Sharing Size Caramel Chocolate",
"M &MS Milk Peanut Butter Sharing Size Sup 9.6oz",
"M&M's peanut butter",
"Candy Bar",
"Snack Squares",
"Talbott's Mountain Gold, High Country Apple Cider, Honeycrisp",
"Milk Chocolate With Rum Raisin",
"Blenheim, Ginger Ale",
"U.S. Senate Bean Soup",
"Mother's Mountain, Pure Honey, Wildflower",
"Golden Berry Blend",
"Pure Delite, Orange Beverage, Citrus Punch",
null,
null,
"Turkey Brine Kit, Garlic & Herb",
"Turkey Rub, Savory Herb",
"Gourmet Taco Seasoning",
"Crunchy Panko Seasoned Coating Mix, Italian Herb & Parmesan",
"Crunchy Panko Seasoned Coating Mix, Southern Style",
"Crunchy Panko Seasoned Coating Mix, Savory Pretzel",
"Muffin & Bread Mix",
"Easy One-Step Mix, Pound Cake",
"Island Snacks, Gummy Sharks",
"Island Snacks, Mazapan Peanut Candy",
"Island Snacks, Crawlers",
"Chile Garbanzos Y Limon",
"Chile Habas Y Limon",
"High Energy Mix",
"Pumpkin Seeds",
"Japanese Peanuts",
"Gummy Bears",
"Gummy Worms",
"Apple Rings",
"Chile Habas Y Limon",
"Natural Pecans",
"Island Snacks",
"Chamoy Tamarindo",
"Chile Mango",
"Island Snacks, High Energy Mix",
"Island Snacks, Pumpkin Seeds",
"Maxican Pumpkin Seeds",
"Japanese Peanuts",
"Gummy Bears Candy",
"Peach Rings",
"Island Snacks, High Energy Mix",
"Portabella Pizza",
"Portabella Melt",
"Beef Breakfast Sausage",
"Beef Breakfast Sausage",
"Premium Beef Smoked Sausage, Hot",
"Premium Beef Smoked Sausage, Mild",
"Premium Beef Smoked Mild Sausage, Mild",
"Premium Beef Smoked Hot Sausage",
"Smoked Turkey Sausage Hot",
"Smoked Turkey Sausage",
"Ed Hipp's, Turkey Bacon",
"Gluten Free Flatbread Pita",
"Non Alcoholic Beverage",
"Bbq Bean Spice Mix",
"Jambalaya Dream",
"Farm Fresh Premium Yogurt",
"Goody's, Snacks, Vannila Blueberry",
"Goody's, Granola, Cherry, Chocolate",
"Goody's, Granola, Cranberry",
"Crawfish Tail Meat",
"Cm Colorado Mills, Sunflower Oil",
"Daddy's Rub Seasoning",
"All Natural Yogurt",
"Yogurt",
"All Natural Yogurt",
"All Natural Yogurt",
"Tastable, Guava Ring Cake",
"Tastable, Ring Cake, Apple",
"Tastable, Amaretto Ring Cake",
"Red Sauce",
"Original Alabama White Sauce",
"Pickled Sweet Beets",
"All Natural Yogurt",
"All Natural Yogurt",
"13 Marinara Sauce",
"Crust Restaurants, Kurt Warner's 13 Marinara Sauce",
"Time 4 Organic, Organic Home Style Chips, Blue Corn",
"Davidian, Gourmet Crunch, Sesame",
"Davidian, Gourmet Crunch Tub",
"Davidian, Gourmet Crunch, Pumpkin Sesame",
"Jelly",
"Jelly",
"Pickled Peaches",
"Pickled Okra",
"Heirloom Tomato Salsa",
"Mini Onion Bhajis",
"Coco 4 Usa, Coconut Water",
"Italian Relish",
"Traditional Berry Parfait",
"Fruit & Vegetable Quinoa Medley",
"Greek Style Wheat Berry Barley",
"All Natural Mixed Bell Peppers",
"Quickchek, Apples And Candy Corn",
"Fresh Foods, Green Beans",
"Boneless Skinless Chicken Tenderloins",
"Jams",
"Burggreve, European Shortbread Cookies, Chocolate Coconut",
"Popcorn",
"Popcorn",
"Popcorn",
"Red Beets",
"Golden Beets",
"Easy Medium Salsa",
"Seasoning",
"Coco4usa, Coconut Water With Mango",
"Ginger Shots, Organic Juice, Pomegranate Ginger",
"Tretap, Pristine Carbonated Water, Wild Blueberry",
"Braggadocio White Corn Grits",
"Organic Braggadocio Polenta",
"Burrito Sauce Mix",
"Breaded Chicken Breast Fillets",
"Tretap, Maple",
"Bucho's, Pork Cracklings Chicharrones",
"Pure Joy, Cinnamon Bread",
"Home Grown Marinara Sauce",
"Home Grown Marinara Sauce",
"Beef Stick",
"Beef Stick",
"All Natural Brussels Sprouts",
"Broccoli Florets",
"Walnut Hill Market, Chicken Wings",
"Smoked Castelvetrano Olives",
"Ginger Shots, Organic Juice, Orange Ginger",
"Clemson Blue Cheese, Blue Cheese Wedge",
"Colletties, Swedish Almonds Cookies",
"Colletties, Swedish Lemon Cookies",
"Life Elixir, Cold Pressed And Raw Juice",
"Great River Maple, Organic Pure Maple Syrup, Rich Taste",
"Great River Maple, 100% Pure Maple Syrup",
"Original Bbq Sauce",
"Jacobsen Salt Co, Salty Licorice",
"Creamy Cashewmilk, Chocolate",
"Nan & Do Bakery, Sliced Sange Bread",
"Peggy's Peppers, Pepper Jelly, Raspberry",
"Greek Vinaigrette",
"Hot Chocolate",
"White Chocolate",
"Elite Purest Wild Tuna",
"Wild Tuna",
"Wild Albacore Tuna",
"Le Chef Patissier, Tartlets Cookies, Raspberry",
"Wakki Sauce",
"Spicy Chunky Veggie Sauce",
"Rosa Sauce",
"Jacobsen Salt Co, Pure Kosher Sea Salt",
"My Bread, Gluten Free Flat Bread Pita",
"Salty Honey Nut Chews",
"6 French Mini Brioches",
"Le Chef Patissier, Chocolate Chips Brioche",
"Le Chef Patissier, Authentic French Brioche",
"Greenlee's, Chocolate Bread",
"Fresh On-The-Go, Buffalo Style Chicken Dip And Tortilla Chips",
"Cobb Salad",
"Sunnyside, Protein Power Pack, Apples, Egg And Trail Mix",
"Apples, Pecans And Gouda",
"Fresh & Veggie Bloody Mary Mix",
"Coco4usa, 100% Coconut Water",
"Petite Sweet Potatoes",
"Tretap, Pristine Carbonated Water, Cran Berry",
"Platter Veggie",
"New Horizons, Chocolate Chip Cookies",
"El Sol Brands, Lightly Salted Plantain Chips",
"Sol Brands, Plantain Chips",
"Asparagus",
"European Shortbread Cookies",
"European Shortbread Cookies, Chocolate, Coconut",
"Cooked Shrimp",
"Surf, Squid Loligo",
"Crab Flakes",
"Blue Lip Half Shell Mussels",
"Breaded Stretched Shrimp",
"Surf, Cooked Periwinkle Meat",
"Tilapia Fillet",
"Oysters Huitres",
"Baby Clam Meat",
"Vannamei Raw Shrimp",
"Peeled & Deveined Raw Shrimp",
"Peeled & Deveined Shrimp",
"Seafood Mix",
"Surf Basa, Swai Fillet",
"Half Shell Mussels",
"Oceankist, Tobiko Seasoned Flying Fish Roe",
"Surf, Squid Rings",
"Oceankist, Seasoned Tobiko Flying Fish Roe",
"Surf, Shrimp",
"Whole White Clam",
"Seafood Mix",
"Surf, Crab Sticks",
"Sardine",
"King Mackerel Steak",
"Surf, Cooked Peeled And Deveined",
"Tilapia Fillet - Izumi Dai",
"Super King Markets, Sardines",
"Shrimp Camarones",
"Bay Scallops",
"Jonah Crab Cakes",
"Garlic & Onion Tuna Burger",
"Crab Flakes",
"Swai Fillets",
"Whole Wheat Flour",
"All Purpose Flour",
"All Purpose Flour",
"All Purpose Flour",
"Unbleached Forever!, Self-Rising Flour",
"Black Olive crackers",
"Bread Alone Bakery, Organic French Baguette",
"Royal Buffet Ham",
"Oatberry Cluster Mini Bites",
"Cajun Style Marinade",
"Green Olive Tapenade",
"Western Sierra, Organic Pita Bread",
"Beef Cocktails",
"Hageland, Dark Chocolate",
"45% Vegetable Oil Spread, Original",
"Nature's Life, Acidophilus Probiotic, Strawberry Apple",
"King Salmon Jerky, Peppered",
"King Salmon Jerky, Teriyaki",
"Large Croissants",
"Cafe Valley Bakery, Loaf Cake, Lemon Iced",
"Cafe Valley Bakery, Loaf Cake, Chocolate Marble",
"Cafe Valley Bakery, Cinnamon Streusel Loaf Cake",
"Cafe Valley Bakery, Loaf Cake, Cranberry, Orange",
"Cafe Valley, Moist & Delicious Cake, Triple Chocolate Fudge",
"Triple Chocolate Fudge Cake",
"Cafe Valley Bakery, Red Velvet Cake",
"Cafe Valley Bakery, Lemon Cake",
"Cake",
"Cafe Valley Bakery, Vanilla Cake",
"Cafe Valley Bakery, Moist & Delicious Cake, Cherry",
"Float Cake",
"Cafe Valley Bakery, Cake, Grape Crush",
"Cafe Valley, Muffins, Orange Cranberry",
"Gourmet Muffins",
"Muffins",
"Cafe Valley, Mini Muffins, Blueberry",
"Gourmet Corn Muffins",
"North Carolina Molasses",
"San Merican Tomato, Crushed Roasted Tomatoes With Eggplant, Kale And Beet Puree",
"Crushed Tomatoes",
"Diced Tomatoes",
"Smt, Fire Roasted Crushed Tomatoes",
"Puree Tomatoes",
"Sauce",
"Sauce",
"Whole Peeled Tomatoes",
"Crushed Tomatoes",
"Marinara Sauce",
"Pomodoro Cubetti Diced Tomatoes",
"Sauce",
"Creamy Vodka Sauce",
"6 Venison Sausages 74% Venison",
"Molina, Mexican Vanilla Blend",
"Quark Soft Cheese",
"Quark Soft Cheese",
"Classic Hummus",
"Classic hummus",
"Roasted Garlic Hummus",
"Olive Tapenade Hummus",
"Supremely Spicy Hummus",
"Roasted Red Pepper Hummus",
"Lemon Twist Hummus",
"Roasted Pine Nut Hummus",
"Jalapeno Hummus",
"Spicy Guacamole",
"Roasted Red Pepper Hummus",
"Classic Hummus",
"Hummus, Caramelized Onion, Smoked Paprika",
"Hummus, Chipotle",
"Sun Dried Tomato Hummus",
"Classic Hummus",
"Roasted Red Pepper Hummus",
"Basil pesto hummus",
"Classic Guacamole",
"Classic Hummus",
"Spinach And Artichoke Hummas",
"Spinach And Artichoke Hummus",
"Hummus, Lemon Twist",
"Tirat Zvi, Deli Style Mexican Style Turkey Breast",
"Tirat Zvi, Mini Turkey Kabanos",
"Tirat Zvi, Thinnies Oven Roasted Turkey Breast",
"Mexican Style Turkey Breast Thinnies",
"Honey Glazed Turkey Breast",
"Smoked Turkey Breast",
"Tirat Zvi, Honey Glazed Turkey Breast",
"Salsa Pico De Gallo, Medium",
"Homestyle Salsa, Mild",
"Homestyle Salsa, Medium",
"Cucumber Dill Greek Yogurt Dip",
"All Natural Guacamole",
"Guacamole",
"Restaurant Style Salsa, Medium",
"Salsa, Mango Peach, Medium",
"Salsa",
"Bruschetta",
"Greek Yogurt Dip",
"Hummus",
"Restaurant Style Salsa, Medium",
"Tzatziki Greek Yogurt Dip",
"Cucumber Dill Greek Yogurt Dip",
"Greek Yogurt Dip",
"Greek Yogurt Dip, Mediterranean Herb",
"Bold & Spicy Hummus With Tostitos Tortilla Chips",
"Guacamole Classic Singles",
"Hummus Singles",
"Roasted Red Pepper Hummus Singles",
"Fire Roasted Hot Salsa",
"Hummus Singles, Pizza",
"Greek Yogurt Dip, Farmer's Ranch",
"Rosemary With Sea-Salt Hummus",
"S'Chug Hot Red Pepper Mix",
"Babaganoush",
"Moroccan Matbucha",
"Spanish Eggplant Dip",
"Chunky Hummus, Basil Pesto",
"Classic Guacamole",
"Guacamole, Spicy",
"Guacamole",
"South Western Veggie Fusions Dip",
"Veggie Fusions Guacamole + Veggies",
"Taco Inspired Hummus With Pico De Gallo",
"Roasted Pine Nut Hummus",
"Greek Yogurt Dip, French Onion",
"Mild Italian Sausage",
"Fresh Bratwurst",
"Sour Cream",
"Sour Cream",
"1 % Milkfat Chocolate , Lowfat Milk",
"Reduced Fat Milk",
"Dairystar, Milk, Leche",
"Dessert Topping",
"Dairystar, Original Dairy Whipped Topping",
"Crawfish Tail Meat",
"Louisiana Style Crawfish Boil",
"Minute Maid Orange",
"Kosher Style Pickles",
"Cooked Shrimp",
"Trader Joe's: Chocolately Coated Chocolate Chip Dunkers",
"Soup Secrets, Soup Mix With Real Chicken Flavor Broth, Extra Noodle",
"Soup Secrets, Soup Mix With Real Chicken Flavor Broth, Noodle Soup",
"Soup Secrets, Soup Mix With Diced White Chicken Meat, Chicken Noodle",
"Soup Secrets, Soup Mix With Real Chicken Broth, Noodle Soup",
"Soup Secrets, Soup Mix With Real Chicken Flavor Broth, Ring-O-Noodle",
"Soup Secrets, Noodle Soup",
"Fat Free Chunky Blue Cheese Dressing",
"Creamy Italian Dressing",
"Ranch Dressing",
"fat free Italian dressing",
"Light Honey Dijon Dressing",
"French Light Dressing, Sweet & Spicy",
"Thousand Island Dressing, Light",
"Ranch Dressing, Ranch",
"Light Ranch Dressing",
"Ranch Dressing",
"Gefen, Vegetable Recipe Soup & Dip Mix",
"Recipe Secrets, Ranch Recipe Soup & Dip Mix, Ranch",
"Red Wine Vinaigrette Dressing",
"Chunky Blue Cheese Dressing",
"Chunky Blue Cheese Dressing",
"Robusto Italian Dressing",
"Salad Dressing, Robusto Italian",
"Thousand Island Dressing",
"House Italian Dressing",
"Deluxe French Dressing",
"Italian Dressing",
"Light Italian Dressing",
"Light Dressing, Italian",
"Chunky Blue Cheese Dressing",
"Thousand Island Dressing",
"Sugar Sweetened Iced Tea Mix, Lemon Natural Flavor",
"Sugar Sweetened Iced Tea Mix, Lemon Natural Flavor",
"Decaffeinated Sugar Sweetened Iced Tea Mix, Lemon Natural Flavor",
"Balsamic Vinaigrette Dressing",
"Balsamic Vinaigrette",
"Light Blue Cheese Dressing",
"Creamy Caesar Dressing",
"Vinaigrette Dressing, Raspberry Hazelnut",
"Cup-A-Soup, Instant Soup, Hearty Chicken Noodle With White Meat",
"Cup-A-Soup, Instant Soup, Chicken Noodle With White Meat",
"Cup-A-Soup, Instant Soup, Cream Of Chicken",
"Cup-A-Soup, Instant Soup, Spring Vegetable",
"Rice & Pasta Blend In A Sweet Teriyaki Sauce",
"Rice & Pasta Blend With Red Beans, Bell Peppers & Cajun Spices",
"Fettuccini & Broccoli In A Parmesan & Romano Cheese Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Savory Chicken Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Delicate Butter Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Delicate Butter Flavored & Herb Sauce With Other Natural Flavor",
"Fettuccini In A Creamy Parmesan & Romano Cheese Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Sour Cream Flavored & Mushroom Flavored Sauce With Other Natural Flavor",
"Fettuccini & Spinach Pasta In A Parmesan Cheese Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend In A Savory Sauce With Carrots & Peas",
"Rice & Pasta Blend In A Creamy Chicken Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend With Broccoli In A Chicken Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend In A Chicken Flavored Sauce With Seasonings With Other Natural Flavors",
"Rice & Pasta Blend In A Savory Chicken Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend In A Savory Beef Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend With Bell Peppers In A Sweet Tomato Sauce",
"Rice & Pasta Blend In A Delicate Butter Flavored & Herb Sauce With Other Natural Flavor",
"Rice & Pasta Blend In A Savory Mushroom Flavored Sauce",
"Rice & Pasta Blend In A Soy Sesame & Chicken Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend With Broccoli In A Cheesy Cheddar Sauce",
"Rice & Pasta Blend With Onions, Garlic And Mild Cajun Spices With Other Natural Flavor",
"Spiral Pasta With Broccoli In A Cheesy Cheddar Sauce With Other Natural Flavor",
"Rotini Pasta In A Creamy Cheddar Cheese Flavored Sauce With Other Natural Flavor",
"Pasta Shells In A Creamy Garlic Flavored Sauce",
"Fettuccini & Broccoli In A Chicken Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Creamy Chicken Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend With Bell Pepper & Mexican Seasoning",
"Rice & Pasta Blend With Cheese In A Taco Flavored Sauce With Other Natural Flavor",
"Lo Mein Noodles In A Sweet Teriyaki Sauce",
"Spiral Pasta In A Parmesan, Romano, Blue & Cheddar Cheese Flavored Sauce With Other Natural Flavor",
"Vanilla Light* Ice Cream Bar With Chocolatey Coating, Artificially Flavored",
"Frozen Chocolate Eclair Dessert Bar, Naturally And Artificially Flavored",
"Frozen Toasted Almond Dessert Bar, Naturally And Artificially Flavored",
"Frozen Strawberry Shortcake Dessert Bar, Naturally And Artificially Flavored",
"Frozen Toasted Almond Dessert Bar, Naturally And Artificially Flavored",
"Frozen Strawberry Shortcake Dessert Bar, Naturally And Artificially Flavored",
"Frozen Chocolate Eclair Dessert Bar",
"King Cone, Vanilla Frozen Dairy Dessert Cone With Roasted Peanuts, Naturally And Artificially Flavored",
"King Cone, Vanilla Light* Ice Cream Cone With Roasted Peanuts, Artificially Flavored",
"Italian Dressing",
"The Bolder The Better, Romano Basil Vinaigrette Dressing",
"Vinaigrette Dressing, Balsamic Italian",
"Cheesy Bacon Macaroni",
"Sugar Sweetened Iced Tea Mix, Peach Flavor With Other Natural Flavor",
"Sugar Sweetened Iced Tea Mix, Raspberry Flavor With Other Natural Flavor",
"Vinaigrette Dressing, Superfruit Berry",
"Mediterranean Italian Dressing With Extra Virgin Olive Oil",
"Vinaigrette Dressing, Greek",
"Reese's, Frozen Peanut Butter Dessert Cup With Chocolatey Coating",
"Matzo Ball & Soup Mix",
"Rice & Pasta Blend In A Classic Buffalo Style Sauce With Other Natural Flavor",
"Rice & Pasta With Steak Flavor, Bell Peppers & Fajita Seasoning With Other Natural Flavor",
"Greek Vinaigrette Dressing",
"Matzo Ball Mix",
"Reese's, Frozen Peanut Butter Dessert Cup With Chocolatey Coating",
"Buffalo Ranch Dressing",
"Buffalo Ranch Dressing",
"Guacamole Ranch Flavored Dressing",
"Franks, Redhot Buffalo Ranch Dressing",
"Iced Black Tea With Honey, Lemon",
"Tea & Honey, Iced Green Tea Mix, Blackberry Pomegranate Flavor With Other Natural Flavor",
"Tea & Honey, Iced Green Tea Mix, Mango Pineapple Flavor With Other Natural Flavor",
"Tea & Honey, Decaf Iced Green Tea Mix, Strawberry, Acai",
"Asian With Sesame & Ginger Vinaigrette Dressing, Light",
"Light Vinaigrette Dressing, Raspberry Walnut",
"Light Vinaigrette Dressing",
"Oreo, Frozen Oreo Dessert Bar, Naturally And Artificially Flavored",
"York, Light Ice Cream, Pippermint Dark Chocolate",
"Coconut Flavored Light Ice Cream Bars, Coconut",
"Reese's, Frozen Peanut Butter Dessert Cup With Chocolatey Coating",
"Lo Mein Noodles In A Spicy Sweet Chili Sauce",
"Fettuccini In A Creamy Bacon Flavored Parmesan Sauce With Other Natural Flavor",
"Rotini Pasta In A Creamy Chipotle Tomato Sauce",
"Sugar Sweetened Iced Tea Mix, Mango Flavor With Other Natural Flavor",
"Reese's, Frozen Peanut Butter Dessert Cup With Chocolatey Coating",
"Robusto Italian Dressing",
"Rice & Pasta Blend In A Creamy Chipotle Tomato Sauce",
"Rice & Pasta Blend In A Spicy Curry, Soy & Sesame Flavored Sauce",
"Rice & Pasta Blend In A Buttery Garlic & Cajun Flavored Sauce With Other Natural Flavor",
"Cheddar Bacon Ranch Dressing",
"Chipotle Ranch Dressing",
"Frozen Birthday Cake Dessert Bar, Naturally And Artificially Flavored",
"Frozen Birthday Cake Dessert Bar, Naturally And Artificially Flavored",
"Tea & Honey, Half & Half Decaf Iced Black Tea Mix, Iced Tea, Berry Lemonade Flavor With Other Natural Flavor",
"Italian Dressing & Seasoning Mix",
"House Italian Dressing & Seasoning Mix",
"Western, Sweet & Smooth Dressing",
"Western, Fat Free Sweet & Smooth Dressing",
"Western, Sweet & Smooth Dressing",
"Western, Sweet & Smooth Dressing",
"Western, The Original Sweet & Smooth Dressing",
"Iced Green Tea, Blackberry Pomegranate",
"Tea And Honey Iced Green Tea Mango Pineapple Falvor",
"Half & Half Sugar Sweetened Iced Tea Mix, Lemonade Flavor With Other Natural Flavor",
"Sugar Sweetened Iced Tea Mix, Half Lemonade & Half Iced Tea Flavor With Other Natural Flavor",
"Sweet Tea, Iced Tea K-Cup Pods",
"Ranch Dressing & Seasoning Mix",
"Sweet Tea Iced Tea, K-Cup Pods",
"Dressing, Honey Mustard",
"Liquid Iced Black Tea Mix, Strawberry Guava Flavor With Other Natural Flavor",
"Liquid Iced Black Tea Mix, Black Cherry Dragonfruit Flavor With Other Natural Flavor",
"Liquid Iced Black Tea Mix, Tropical Mango Flavor With Other Natural Flavor",
"Liquid Iced Black Tea Mix, Summer Peach Flavor With Other Natural Flavor",
"Chai Black Tea With Real Spices, Cane Sugar And Natural Flavor, K-Cup Pods",
"Chai Black Tea With Real Spices, Cane Sugar And Natural Flavor, K-Cup Pods",
"Thin Mints, Frozen Chocolate Mint Dessert Bar With Cookie Pieces And Dark Chocolatey Coating",
"Dressing & Seasoning Mix, Honey, Mustard",
"Blue Cheese Dressing & Seasoning Mix",
"Spicy Caesar Dressing",
"Ranch Dressing, South Of The Border",
"Iced Tea Lemonade Flavor With Other Natural Flavor, K-Cup Pods",
"Iced Tea Lemonade Flavor With Other Natural Flavor, K-Cup Pods",
"Fettuccini In A Creamy Sauce With Garlic & Asiago",
"Pasta Shells In A Smoky Cheddar Cheese Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend In A Sweet Soy Sauce With Ginger & Sesame",
"Rice & Pasta In A Creamy White Cheddar Flavored Sauce With A Touch Of Jalapeno",
"Liquid Iced Tea Mix",
"Liquid Iced Tea Mix",
"Tea & Honey Liquid Iced Tea Mix",
"Liquid Iced Green Tea Mix, Raspberry Flavor With Other Natural Flavor",
"Birthday Cake Ice Cream Bar",
"Eggs Ice Cream Cup",
"Sugar Sweetened Iced Tea Mix, Lemon Natural Flavor",
"Refresh Iced Sweet Black Tea",
"Liquid Iced Black Tea Mix, Lemon Flavor With Other Natural Flavor",
"Thin Mints, Frozen Chocolate Mint Dessert Bar With Cookie Pieces And Dark Chocolatey Coating",
"Frozen Chocolate Chip Cookie Dessert Sandwich, Naturally And Artificially Flavored",
"King Cone, Chocolate Light* Ice Cream Cone With Roasted Peanuts",
"Iced Sweet Tea",
"Penne In A Parmesan Pesto Flavored Sauce With Other Natural Flavor",
"Fettuccini In A Delicate Garlic And Olive Oil Flavored Sauce With Other Natural Flavor",
"Rotini Pasta In A Creamy Basil And Parmesan Cheese Flavored Sauce With Other Natural Flavor",
"Rice & Pasta Blend Seasoned With Onion, Garlic And Latin Spices",
"Rice & Pasta Blend In A Creamy Garlic And Parmesan Cheese Flavored Sauce With Other Natural Flavor",
"Frozen Double Chocolate Chip Cookies Dessert Sandwich, Naturally And Artificially Flavored",
"Oreo, Frozen Oreo Dessert Cone, Naturally And Artificially Flavored",
"Iced Tea, Sugar Sweetened Iced Tea Mix, Lemon Natural Flavor",
"French Dip, Seasoned Cooked Sliced Roast Beef",
"Premium Cooked Italian Sausage",
"Premium Cooked Italian Sausage",
"Chicago Style Hot Giardiniera",
"Chicago Style Mild Giardiniera",
"Toasted Pumpkin",
"Honey Roasted Cashews & Peanuts",
"Lemon Pie & Pastry Filling",
"Collection Sugar Free Candy",
"Bubble Gum",
"Original & Blue Razz Bubble Gum, Original & Blue Razz",
"Original Bubble Gum",
"Baby Candy",
"Ringpop Candy, Blue Raspberry",
"Gummies",
"Ring Pop, Hard Candy",
"Pops",
"Juicy Drop, Gummies",
"Ringpop, Ring Pop, Strawberry",
"Bazooka Candy Brands, Ringpop, Watermelon",
"Bubble Gum",
"Crunchkins, Flavored Poppers With A Crunchy Center, Dessert",
"Ring Pop",
"Sugar Fee Bubble Gum",
"Mini Candy",
"Reds Candy",
"Candy",
"Pop",
"Bubble Gum",
"Candy",
"Juicy Drop, Pop Candy",
"Pops",
"Chewy Gummies And Sour Gel Candy",
"Bubble Gum",
"Ringpop, Gummies",
"Ringpop, Halloween Ring Pops, Strawberry, Watermelon & Blue Raspberry",
"Ringpop, 22 Halloween Ring Pops",
"Ring Pop, Candy Pops, Watermelon, Cherry",
"Bubble Gum",
"Ring Pop, Ring Pop, Strawberry",
"Ringpop Gummies Chains",
"Ring Pop, Gummies Rings",
"Ringpop, Pops, Watermelon, Strawberry, Blue Raspberry",
"Christmas Stocking Stuffers, Pops",
"Diamond Collection Sugar Free Candy, Strawberry",
"Chewy Taffy And Sour Gel Candy",
"The Easter Collection Candy",
"Ringpops Candy",
"Cupid Pack Candy",
"Pizzeria Style Thick Crust Pepperoni Pizza",
"Pizzeria Style Thick Crust Five Cheese Pizza",
"Pepperoni Pizza",
"Pepperoni Pizza",
"Italian Sausage & Pepperoni Pizza",
"Supreme Pizza",
"Five Cheese Pizza, Mozzarella, Parmesan, Romano, Fontina, Asiago",
"Golden Figs",
"Orchard Choice, Mission Figs",
"Orchard Choice, Blue Ribbon, Mission Figs",
"Blue Ribbon, Orchard Choice, Mission Figlets",
"Orchard Choice, Fig Spread, California Orange",
"Fig Spread Balsamic Pepper",
"California Fig Spread",
"Traditional Olivo Pasta Sauce",
"Olivo Pasta Sauce, Three Cheese",
"Pasta Sauce, Garlic",
"Traditional Basil Pesto Sauce & Spread",
"Sun-Dried Tomato Pesto",
"Pasta Sauce",
"Olivo Pasta Sauce, Mushroom",
"Enriched Macaroni Product, Vermicelli",
"Enriched Macaroni Product, Thin Spaghetti",
"Enriched Macaroni Product, Spaghetti",
"Enriched Macaroni Product, Angel Hair",
"Enriched Macaroni Product, Fettuccine",
"Linguine, Enriched Macaroni Product",
"Enriched Macaroni Product, Acini Di Pepe",
"Enriched Macaroni Product, Tubettini",
"Enriched Macaroni Product, Elbow Macaroni",
"Enriched Macaroni Product, Ziti",
"Enriched Macaroni Product, Ziti Rigati",
"Enriched Macaroni Product, Rigatoni",
"Enriched Macaroni Product, Small Shells",
"Enriched Macaroni Product, Medium Shells",
"Enriched Macaroni Large Shells",
"Orzo, Enriched Macaroni Product",
"Enriched Macaroni Product, Large Elbows",
"Enriched Macaroni Product, Wheels",
"Oven Ready Lasagna",
"Alphabets Pasta",
"Enriched Macaroni Product, Penne Rigate",
"Enriched Macaroni Product, Mostaccioli",
"Enriched Macaroni Product, Mostaccioli Rigati",
"Enriched Macaroni Product, Rotini",
"Enriched Macaroni Product, Lasagna",
"Enriched Macaroni Product, Jumbo Shells",
"Manicotti, Enriched Macaroni Product",
"Small Rigatoni, Enriched Macaroni Product",
"Enriched Macaroni Product, Ditalini",
"Enriched Macaroni Product, Pastina",
"Enriched Macaroni Product, Bow Ties",
"Enriched Macaroni Product, Cavatappi",
"Enriched Macaroni Product, Rotini",
"Quick Cook, Penne Rigate, Enriched Macaroni Product",
"Elbow, Enriched Macaroni Product",
"Fire Roasted Tomato & Garlic Pasta Sauce",
"Pasta Sauce, Italian Sausage",
"Vodka Pasta Sauce",
"Pasta Sauce",
"Pasta Sauce, Tomato & Basil",
"Signature Recipe, Pasta Sauce, Spicy Red Pepper",
"Classico Four Cheese Pasta Sauce",
"Creamy Alfredo Pasta Sauce",
"Roasted Garlic Alfredo Pasta Sauce",
"Pasta Sauce, Roasted Red Pepper Alfredo",
"Pasta Sauce, Sun-Dried Tomato Alfredo",
"Pasta Sauce, Florentine Spinach & Cheese",
"Traditional Favorites Roasted Garlic Pasta Sauce",
"Traditional Sweet Basil Pasta Sauce",
"Pasta Sauce, Tomato & Basil",
"Pasta Sauce, Four Cheese",
"White Pizza Sauce",
"Pasta Sauce",
"Four Cheese Alfredo Pasta Sauce",
"Traditional Pizza Sauce",
"Riserva Merinara Pasta Sauce, Marinara",
"Riserva Pasta Sauce, Roasted Garlic",
"Riserva Arrabbiata Pasta Sauce",
"Riserva Pasta Sauce",
"Riserva Pasta Sauce, Eggplant & Artichoke",
"Light Creamy Alfredo Pasta Sauce",
"Light Asiago Romano Alfredo Pasta Sauce",
"Pasta Sauce, Spicy Tomato & Parmesan Cream",
"Pasta Sauce, Four Cheese Tomato Cream",
"Pasta Sauce, Creamy Tomato & Roasted Garlic",
"Family Favorites, Pasta Sauce, Parmesan & Romano",
"Family Favorites, Classic Meat Sauce, Smooth & Rich",
"Family Favorites, Pasta Sauce",
"Pasta Sauce",
"Traditional Pasta Sauce",
"Riserva Marinara Pasta Sauce",
"Enriched Tomato And Spinach Macaroni Product, Tricolor Rotini",
"Enriched Tomato & Spinach Macaroni Product, Tricolor Penne",
"Small Curd Cottage Cheese",
"County Market, Low Fat Cottage Cheese",
"County Market, Giant White Enriched Bread",
"Reduced Fat Milk",
"Milk, Vitamin D",
"1% Low Fat Milk",
"Fat Free Milk",
"Non-Stick Pan & Bake Release Cooking Spray",
"Crisp & Refreshing Diet Tonic Water",
"Club Soda",
"Zero Calorie Seltzer, Raspberry",
"Seltzer, Lemon, Lime",
"Artificially Flavored Black Cherry Soda",
"Raspberry Ginger Ale Soda, Raspberry Ginger Ale",
"Diet Ginger Ale",
"Diet Soda",
"Diet Soda, Orange",
"Diet Root Beer",
"Ginger Ale Soda, Raspberry",
"Flavored Seltzer, Lime",
"Sparkling Water",
"Sparkling Water Beverage, Pomegranate Berry",
"Zero Calorie Cola",
"Flavored Cola, Cherry",
"Mt. Chill Diet Soda",
"Diet Dr. Chill",
"Diet Cola",
"Flavored Seltzer, Raspberry",
"Lemon Lime Flavored Setzer",
"Mt. Chill Soda, Citrus",
"Lemon Lime Flavored Soda, Lemon Lime",
"Soda, Grap",
"Flavored Soda, Orange",
"Diet Cola",
"Root Beer",
"Ginger Ale",
"Ginger Ale",
"Classic Cola",
"Diet Cola",
"Mt. Chill Soda, Citrus",
"Dr. Chill Soda",
"Grape Soda, Grape",
"Caffeine Free Soda, Orange",
"Ginger Ale",
"Root Beer",
"Orange Soda, Orange",
"Root Beer",
"Soda, Lemon Lime",
"Diet Classic Cola",
"Classic Cola",
"Grape Soda, Grape",
"Ginger Ale, Ginger",
"Diet Ginger Ale",
"Pineapple Soda, Pineapple",
"Fruit Punch Soda, Fruit Punch",
"Tangerine Lime Sparkling Water Beverage, Tangerine Lime Flavored With Other Natural Flavored",
"Sparkling Water Beverage, White Grape",
"Soda",
"Cream Soda",
"Caffeine Free Soda, Strawberry",
"Flavored Seltzer, Raspberry",
"Tonic Water",
"Cream Soda",
"Soda",
"Flavored Soda, Peach",
"Diet Tonic Water",
"Diet Soda, Orange",
"Diet Root Beer",
"Diet Soda, Lemonade",
"Flavored Soda, Lemon Lime Flavored Soda With Other Natural Flavors",
"New Choice Cola",
"Original Beverage",
"Flavored Beverage, Peach Lemonade",
"Flavored Soda, Fruit Punch",
"Diet Ginger Ale",
"Pineapple Soda, Pineapple",
"Soda, Peach",
"Soda, Peach",
"Zero Calories Sparkling Water Beverage",
"Super Chill Ice Sparkling Water Beverage, Cucumber, Melon",
"Sparkling Water Beverage, Orange Mango",
"Sparkling Water Beverage, Coconut Lime",
"Caffeine Free Soda, Orange",
"Ginger Ale",
"Classic Cola",
"Classic Cola",
"Root Beer",
"Soda, Fruit Punch",
"Soda, Ginger Ale",
"Caffeine Free Soda, Grape",
"Flavored Soda, Lemon Lime",
"Flavored Soda, Orange",
"Artificially Flavored Pineapple Soda",
"Sparkling Water Beverage, Black Cherry",
"Sparkling Water Beverage, Kiwi Strawberry",
"Sparkling Water Beverage, Black Cherry",
"Sparkling Water Beverage, Kiwi Strawberry",
"Sparkling Water Beverage, Tangerine Lime",
"Juice From Concentrate",
"Juice",
"Chicken Broth",
"Chicken Broth",
"Taco Shells",
"Taco Dinner Includes 12 Taco Shells, Taco Sauce And Seasoning Mix",
"Whole Green Chilles",
"Diced Green Chiles, Mild",
"Picante Sauce, Medium",
"Diced Jalapeno Peppers",
"Refried Beans",
"Carlita, Chick Peas",
"Mild Enchilada Sauce",
"Mild Enchilada Sauce",
"Carlita, Peach And Pineapple Chipotle Salsa, Medium",
"Gummi Rings",
"Orange Slice",
"Ju Ju Coins Candy",
"Starlights Peppermint",
"Candy",
"Candy",
"Sour Budz Candy",
"Circus Peanuts",
"Red Licorice Bites",
"Country Style Mix",
"Tropical Style Mix",
"Hamburger Enriched Buns",
"Push Ups",
"Red, White & Blue Pops",
"Assorted Junior Pops",
"Assorted Junior Pops",
"Assorted Junior Cream Pops",
"Shoppers Value, Southwestern Style Mix",
"Country Style Mix",
"Shoppers Value, Candy Corn",
"Shoppers Value, Lemon Drops",
"Shoppers Value, Dinner Mints",
"Shoppers Value, Neon Sour Gummi Worms",
"Shoppers Value, Duplex Creme Cookies",
"Shoppers Value, Cookies, Vanilla Creme",
"Gummi",
"Gummi Assorted Fish",
"Fruit Slices",
"Gummi Candy",
"Sour Aliens",
"Licorice Hollows",
"Less Sodium Soy Sauce",
"Shoppers Value, Soft 'N Chewy Cookies, Chocolate Chip",
"Soft 'N Chewy Cookies",
"Shoppers Value, Soft 'N Chewy Cookies, Oatmeal",
"Shoppers Value, Soft'N Chewy Cookies",
"Soft 'N Chewy Cookies",
"Mixed Fruit In Light Syrup",
"Tomato Sauce",
"Tomato Paste",
"Sliced Stewed Tomatoes",
"Yellow Cling Peaches",
"Saltine Crackers",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Pieces & Stems Mushrooms",
"Pinto Beans",
"Syrup",
"Hot Cocoa Mix",
"Golden Whole Kernel Sweet Vorn",
"Cream Style Corn",
"Cut Green Beans",
"Sweet Peas",
"French Style Green Beans",
"Crinkle Cut, French Fried Potatoes",
"Whole Tomatoes Peeled",
"Short Cut Green Beans",
"Enriched Long Grain White Rice",
"Value, Chunk Chicken In Water",
"White Enriched Bread",
"Rotisserie Chicken",
"Au Jus Gravy Mix",
"100% Grated Parmesan Cheese",
"Brown Gravy Mix",
"Skim Fat Free Milk",
"Remke Markets, Cottage Cheese",
"Remke Markets, Cottage Cheese",
"Shredded Parmesan Cheese",
"Crumbled Gargonzola Cheese",
"All Natural Brie Soft Ripened Cheese",
"Original Snacking Spreadable Cheese Wedges",
"Ultra Thin Crust Barbeque Recipe Chicken Pizza",
"Extra Sharp Cheddar Cheese",
"Mediterranean Style Hummus, Roasted Garlic",
"Genoa Salami, Provolone Cheese & Taralli Bread",
"Sopressata, Provolone Cheese & Taralli Bread",
"Proscuitto, Provolone Cheese & Taralli Bread",
"Sliced Hard Salami",
"Sliced Genoa Salami",
"Goat Cheese",
"Goat Cheese, Honey",
"Raspberry Glaze, With Balsamic Vinegar Of Modena",
"White Truffle Glaze",
"Balsamic Vinegar",
"100 % Premium Glaze Vinegar",
"Four Pepper Goat Cheese",
"Goat Cheese, Cranberry Cinnamon",
"Kosher Dill Spears",
"Kosher Dill Sandwich Slices Pickles",
"Kosher Whole Dills",
"Creamy Chicken And Wild Rice Soup",
"White Chicken Chili With Beans Soup",
"Bisque",
"Deli-Style Water Crackers",
"Multigrain Crackers",
"Deli-Style Multiseed Flatbread Crackers",
"Blue Cheese Wedge",
"Cheddar Cheese, Parmesan",
"Cheddar Cheese",
"Original Entertainment Crackers",
"Rising Crust Five Cheese Pizza",
"Pure Chamomile Herbal Tea",
"Herbal Tea, Purely Peppermint",
"Herbal Tea, Raspberry Hibiscus",
"Green Tea, Mint",
"Earl Grey Black Tea",
"Black Tea, English Breakfast, A Rich And Robust Blend Of High Grown Black Teas",
"Black Tea",
"Italian Wood Fired Crust Grilled Vegetable Pizza",
"Italian Sausage And Caramelized Onion Pizza",
"Green Tea, Aca, Pomegranate & Blueberry",
"Rooibos Chai Herbal Tea",
"Pepperoni Pizza",
"European Cookies With Belgian Chocolate",
"Italian Dessert Bread",
"Limited Edition Chocolate Truffles",
"White Chocolate Hot Cocoa Mix",
"Hot Cocoa Mix, Dark Chocolate",
"Maple Syrup",
"Maple Strawberry Syrup",
"Maple Syrup",
"Honey Mustard",
"Chocolate Toffee Almonds Gift Box",
"Praline Nut Mix, Gift Box, Peanuts, Cashews, Almonds, And Pecans, Roasted With A Praline Flavored Seasoning",
"English Toffee Popcorn",
"Butter Toffee Popcorn With Cashews, Almonds And Pecans",
"Premium Bittersweet Chocolate Baking Chips",
"Cream Cheese Spread, Kalamata Olive & Feta",
"Cream Cheese Spread, Honey, Almond & Vanilla",
"Cream Cheese Spread, Blueberry & Lemon Zest",
"Cream Cheese Spread, With Other Natural Flavor Sriracha & Scallion",
"Mild Salsa",
"Premium Salsa",
"European-Style Rolled Wafers, Chocolate",
"European-Style Rolled Wafers",
"European Style Rolled Wafers, Hazelnut",
"Snack Crackers, Gorgonzola",
"Snack Crackers, White Cheddar & Rosemary",
"Snack Crackers, Asiago & Sundried Tomato",
"Rosa Pasta Sauce",
"Pasta Sauce",
"Pasta Sauce",
"Herbal Tea, Lime Ginger Mint",
"Green Tea",
"Black Tea, Fiery Chai",
"Green Tea, Jasmine Blueberry",
"Strawberry Preserves, Strawberry",
"Preserves, Blackberry",
"Preserves, Apricot Peach",
"Gelato, Tahitian Vanilla",
"Gelato, Salted Caramel",
"Gelato",
"Gelato, Raspberry Cheesecake",
"Maple Leaf Creme Cookies",
"Chopped Tomatoes",
"Finely Crushed Tomatoes",
"Gelato",
"Gelato",
"Gelato",
"Citrus Punch Drink",
"Chicken Breasts",
"Cub, White Enriched Bread",
"Original Roasted Chicken",
"Smokehouse Old Fashioned Wieners",
"Smoked Kielbasa Sausage",
"Smoked Sausage",
"Yogurt Pretzels, Blueberry",
"Caramel Creams Candy",
"Pretzels, Chocolate",
"Dark Chocolate Covered Almonds",
"Double Dipped Peanuts",
"Finnska Black Licorice",
"Gummy Bears",
"Jumbo Malted Milk Balls",
"Super Valu, Yogurt Pretzels, Key Lime Flavored Artificially Flavored",
"Gummies, Orange",
"Peach Rings",
"Sour Neon Worms",
"Inc., Yogurt Pretzels, Strawberry",
"Gummy Fish",
"Yogurt Covered Raisins",
"Yogurt Pretzels",
"Banana Chips",
"Crystallized Ginger Slices",
"Dried Apricots",
"Dried Cranberries",
"Quality, Dried Mango Slices",
"Dried Mission Figs",
"Dried Papaya Chunks",
"Dried Pineapple Pieces",
"Dried Pitted Dates",
"Dries Pitted Prunes",
"Sliced Dried Fruit",
"Blanched Sliced Almonds",
"Brazil Nuts",
"Fire Roasted Almonds With Sea Salt",
"Fire Roasted Cashews With Sea Salt",
"Fire Roasted Nut Mix, Sea Salt",
"Mammoth Pecan Halves",
"Raw Whole Cashews",
"Sliced Almonds",
"Pecan Pieces",
"Inc, Dry Roasted Pistachios, Salted",
"Slivered Almonds",
"Halves & Pieces Walnut",
"Walnut Pieces",
"Peanuts",
"Pumpkin Seeds",
"Raw Sunflower Kernels",
"Fire Roasted Pumpkin Seeds With Sea Salt",
"Roasted Salted Sunflower Seeds",
"Fat Free Rice Crackers",
"Gourmet Granola Cereal, Fruit & Nut",
"Peanut Brittle Crunch",
"Salted Sesame Sticks",
"Roasted Salted Corn Nuts",
"Toffee Pecans",
"Wasabi Peas",
"Sun Dried Tomatoes",
"Caramel Apple Crunch",
"Cherry Delite Snack Mix",
"Choco-Nut Trail Mix",
"Cranberry Trail Mix",
"Fire Cracker Snack Mix",
"Oriental Style Snack Mix",
"Salad Fixin's",
"Spanish Style Snack Mix",
"Survival Snack Mix",
"Not A Descriptive Item, Fruit",
"Spice Drops Mini",
"Farm Fresh, Boneless Skinless Chicken Breasts",
"Ice Cream Bars",
"Cookies 'N Cream Ice Cream Sandiwches",
"Ice Cream Sandwiches",
"Cookie Crunch Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Strawberry Shortcake Bars",
"Stone Ridge Creamery, Ice Cream Sandwich, Chocolate Chip Cookie",
"Fruit Ice Bars",
"Coconut Fruit Bars",
"Mini Ice Cream Sandwiches",
"Ice Cream Cups",
"Ice Cream Cups",
"Ice Cream Bar",
"Stone Ridge Creamery, Real Ice Cream, Maple Caramel",
"Stone Ridge Creamery, Real Ice Cream, Cinnamon Cookie Swirl",
"Cream Pops",
"Sugar Free Junior Pops",
"Cooked Shrimp",
"Cooked Shrimp",
"Cooked Shrimp",
"Imitation Crab Meat",
"Imitation Salad Style Crab Meat",
"Imitation Crab Meat Salad Style",
"Cooked Shrimp Peeled & Deveined, Tail - Off",
"Cooked Shrimp",
"Premium Cooked & Ready To Eat Shrimp With Cocktail Sauce",
"Halibut Fillets",
"Arctic Shores Seafood Company, Sea Scallops",
"Wild Caught Pollock Fillets",
"Arctic Shores, Wild Caught Cod Fillets",
"Arctic Shores, Bay Scallops",
"Seafood Artic Shores Company, Tilapia Fillets",
"Arctic Shores Seafood Company, Snow Crab Clusters",
"Cold Water Lobster Tails With Butter",
"Maryland Style Crab Cakes",
"Flavored Soda, Pineapple",
"Diet Tonic Water",
"Crisp & Refreshing Tonic Water",
"Club Soda",
"SPAGHETTI WITH MEAT SAUSE",
"FREEZE DRIED BEEF STROGANOFF WITH NOODLES",
"Italian Style Pepper Steak With Rice And Tomatoes",
"FREEZE DRIED PASTA PRIMAVERA",
"Biscuits And Gravy",
"Freeze Dried Sweet & Sour Pork With Rice",
"Biscuits And Gravy",
"Freeze Dried Scrambled Eggs With Bacon",
"Baking Raisins",
"Natural California Raisins",
"Natural California Raisins",
"Raisins",
"Natural California Raisins",
"Sun - Maid, Natural California Raisins",
"Natural California Raisins",
"Sun - Maid, Natural California Raisins",
"California Golden Raisins",
"Fruit Bits",
"Tropical Dreams, Tropical Trio, Pineapple, Papaya, Mango",
"Tropical Dreams, Pineapple",
"Mixed Fruit",
"Apricots",
"California Calimyrna Figs",
"California Mission Figs",
"Mediterranean Apricots",
"Cape Cod Cranberries",
"Natural California Raisins",
"Chopped Dates",
"Chopped Dates",
"Pitted Dates",
"Mixed Jumbo Raisins",
"Natural Deglet Noor Pitted Dates",
"Yogurt Raisins",
"Yogurt Raisins, Vanilla",
"Yogurt Raisins",
"Yogurt Raisins, Dark Chocolate",
"Mini-Snacks, Yogurt Raisins, Orange & Black Vanilla",
"Yogurt Raisins, Vanilla",
"Yogurt Raisins, Vanilla",
"Yogurt Raisins Mini-Snacks",
"Mini-Snacks, Yogurt Raisins, Vanilla",
"Yogurt Raisins, Dark Chocolate",
"Yogurt Raisins Mini-Snacks",
"California Pitted Prunes Dried Plums",
"California Pitted Prunes Dried Plums",
"California Pitted Prunes",
"Raisins Secs",
"Natural California Raisins",
"California Organic Raisins",
"Natural California Raisins",
"Mini-Snacks, Natural California Raisins",
"Mini-Snacks, Organic Raisins",
"Natural California Raisins",
"Tropical Dreams, Mango Dried Fruit",
"Salad Topping, Dried Cranberries & Glazed Pecans",
"Salad Toppings",
"Salad Toppings",
"Greek Yogurt Raisins",
"Yogurt Raisins, Chocolate Hazelnut",
"Yogurt Raisins, Caramel Sea Salt",
"Tart Cherries",
"Mediterranean Apricots",
"California Pitted Prunes Dried Plums",
"Telera Roll",
"Shows Marketfresh, Cookie Tray",
"Shaw's, Marketfresh, Grman Prtzl Tbl Loaf",
"Pretzels Stick",
"Shaw's, Marketfresh, Pretzels Baguette",
"Strawberry Cream Cheese Strudel Bite",
"Acme, Roasted Garlic Bread",
"Albertsons Bakery, La Brea Sliced Artisan Country White Sourdough",
"Shaw's, Marketfresh, Wht Choc Crnbry 12ct",
"Bake Shop, Sugar Cookie",
"Bake Shop, Cookies, Red, White & Blue Chocolate Chip",
"Pretzel Dinner Rolls",
"Bake Shop, Cookies, Chocolate Chip",
"Bake Shop, Sugar Cookies",
"Bake Shop, Shortcake Cookies, Strawberry",
"8 Count Un Iced Fudge Brownies",
"Ciabatta Baguette",
"Acme, Cream Cheese Brownies",
"Braided Strudel",
"Cheese Kolacky",
"Bake Shop, Kolacky, Raspberry",
"Cherry Crumb Pie",
"Pie",
"Blackberry Pie",
"Boysenberry Pie",
"Boysenberry Pie",
"Albertsons Bakery, Egg Bagel",
"Lemon Cream Pie",
"Peach Blueberry Pie",
"Acme, Bagel Pretzel",
"Chocolate Peanut Butter Crm Pie",
"Pie Crumbler",
"Loaf Cake",
"Melba Loaf Cake",
"Cranberry Orange Scones",
"Cinnamon Rolls",
"Chocolate Dipped Coconut Macaroons",
"Blueberry Lemon Loaf Cake",
"Herb De Provence Pave Bread",
"Flat Bread",
"Pan Bigio Artisan Bread",
"Tringle Cibatta Rolls",
"Bars",
"8 Count Hamburger Buns",
"Honey Granola",
"Bake Shop, Gourmet Double Fudge Cookie, Mint",
"Gourmet Shortcake Cookie",
"Acme, La Brea Olive Loaf",
"Albertsons, La Brea Whole Grain Loaf",
"Toasted Sliced Sunflower Loaf",
"Acme, Give N Go Granola",
"Pie Slices",
"Sweet Hawaiian Dinner Rolls",
"Apple Cranberry Pi",
"Acme, Brwnie Platter, Caramel & Fudge",
"Acme, Red Velvet Fudge Brownie Platter",
"9 Count Pumpernickle & Rye Roll",
"Brioche",
"Acme, Sourdough Bread",
"Bake Shop, Stone Ground Whole Wheat Bread",
"Bake Shop, Freshly Baked Vienna Bread",
"Albertsons, Plain New York Bagels",
"Marionberry Pie",
"4 In Toffee Almond Tart",
"Braided Strudels Mixed Berry",
"Brioche Buns",
"Shaw's, Marketfresh, Pannini Mg Cranbry, Cranberry",
"Bake Shop, Rockslide Brownie",
"Bake Shop, Brulee Bliss Torte, Cran Creme",
"Shaw's Market Fresh, Sugar Cookies",
"Bake Shop, Seeded Cocktail Rye",
"Bake Shop, Piggy Molasses Cookies",
"Apple Pie",
"Oat Granola Bar",
"Oat Granola Bar",
"French Vanilla naturally flavored Yogurt",
"Original Chili Seasoning Meat",
"Country Gravy Mix, Real Sausage",
"Chicken Chili Seasoning",
"Brown Gravy Mix",
"Country Gravy Mix",
"Williams, Spicy Wings Seasoned Coating Mix",
"Louisiana Style Gumbo Home Style Soup Mix",
"Tortilla Home Style Soup Mix",
"Chili Home Style Soup Mix",
"Light Garlic & Herb",
"Nature's Blend, 100% Apple Cider Juice, Spiced Orange",
"100% Apple Cider Juice",
"Nature's Blend, Pear Apple Cider, Ginger",
"Nature's Blend, 100% Juice Apple From Concentrate",
"Nature's Blend, Gala Apple Style 100% Juice",
"Nature's Blend, 100% Organic Juice, Honeycrisp Apple",
"Nature's Blend, Organic 100% Juice Fuji Apple Style",
"Ruby Kist, 100% Juice, Tomato",
"Delsea Farms, Ruby Red Juice Cocktail, Grapefruit",
"Ruby Kist, Apple Juice Cocktail",
"Ruby Kist, Fruit Punch",
"Jellied Cranberry Sauce",
"Ruby Kist, Juice Cocktail From Concentrate, Cranberry, Apple",
"Ruby Kist, 100% Juice, Concord Grape",
"Drink Mix, Berry, Fruit Punch",
"Jellied Cranberry Sauce",
"Juice Cocktail",
"Cranberry Juice Cocktail From Concentrate",
"Juice Cocktail, Cranberry Grape",
"Apple Drink",
"Juice Cocktail, Ruby Red Grapefruit",
"Grape Juice Cocktail From Concentrate, Grape",
"Orange Punch",
"Flavored Beverage, Tropical Punch",
"Juice Drink, Green Apple Punch",
"Citrus Berry Punch",
"Blue Raspberry Puch",
"Juice Cocktail Blend From Concentrate, Cranberry Black Cherry",
"100% Juice, Apple",
"Juice Cocktail From Concentrate, Cranberry,Mango",
"100% Apple Juice From Concentrate With Added Ingredient",
"Spicy Tomato Juice",
"Juice Cocktail, Apple",
"Juice Cocktail, White Cranberry, Strawberry",
"Juice Blend, Pineapple",
"100% Juice Blend",
"100% Juice, Fruit Punch",
"100% Juice, Tomato",
"100% Vegetable Juice From Concentrate With Added Ingredients",
"Jellied Cranberry Sauce",
"Organic Whole Cranberry Sauce",
"Grown Right, Organic Juice, Orange",
"Grown Right, Mango Nectar",
"Ruby Kist, Tropical Punch",
"Ruby Kist, Juice Drink, Green Apple",
"Ruby Kist, Blue Raspberry Flavored Punch",
"Juice",
"Fruit Juice",
"100% Cranberry Juice",
"Cranberry Juice",
"Saucy Susan, The Original Spicy Sassy Sauce, Peach Apricot",
"Saucy Susan, Sauce, Peach Apricot",
"Saucy Susan, Sauce, Peach Apricot",
"Saucy Susan, Ham Glaze",
"Saucy Susan, The Original Sauce, Cranberry",
"Saucy Susan, Sauce, Orange",
"Creamed Chipped Beef",
"Bartlett Pear Halves In Pear Juice From Concentrate",
"Tender Green Sweet Peas",
"Light Yellow Cling Peach Halves In Pear Juice",
"Russet Idaho Potatoes",
"Sour Dough English Muffins",
"Vanilla Ice Cream",
"Vanilla Bean Ice Cream",
"Rich & Creamy Ice Cream, French Vanilla",
"Ice Cream, Mint Chip",
"Ice Cream, Rocky Road, Chocolate Ice Cream With Marshmallow Ribbon And Mixed Nuts",
"Cookies 'N Cream Ice Cream, Vanilla",
"Ice Cream",
"Tin Roof Sundae Ice Cream",
"Ice Cream, Butter Pecan",
"Neopolitan Ice Cream",
"Ice Cream, Peanut Butter Cup",
"Ice Cream, Chocolate",
"Ice Cream, Strawberry",
"Ice Cream, Chocolate Chunk",
"Enriched Sandwich Bread, White",
"Sandwich Wheat Bread",
"Almondmilk",
"Ice Cream, Race Car Tracks",
"Albertsons, Whole Wheat Bread",
"Split Top White Bread",
"Liquid Coffee Flavoring",
"Ice Cream",
"Sea Salted Caramel Swirl Ice Cream",
"Greek Frozen Yogurt, Black Raspberry",
"Greek Frozen Yogurt",
"Chicken With Gravy",
"Turkey With Gravy",
"Baby Basics, Apple Blueberry Sauce, Apple, Blueberry",
"Apple Strawberry",
"Pears",
"Squash",
"Premium Angus Beef Pub-Style Patties",
"Java Delight, Cappuccino, Vanilla",
"Java Delight, Hot Cocoa, Milk Chocolate",
"Java Delight, Chai Latte",
"Multigrain Bread",
"Premium Angus Beef Original Pub-Style Patties",
"Premium Angus Beef Pub-Style Patties",
"Premium Angus Beef Patties",
"Rotisserie Chicken",
"Rotisserie Chicken",
"Enriched Hamburger Sliced Buns",
"Italian Sausage",
"Hot Italian Sausage",
"Albertsons, Low Fat Milk",
"Albertsons, Reduced Fat Milk",
"Albertsons, Low Fat Milk",
"Albertsons, Whole Milk",
"Albertsons, Whole Milk",
"Albertsons, Fat Free Milk",
"Good Day, Vitamin D Milk",
"Good Day, Reduced Fat Milk, 0.02",
"Good Day, Fat Free Milk",
"Albertsons, Wheat Bread",
"Enriched White Sandwich Bread",
"Albertsons, Sandwich Wheat Bread",
"Wheat Bread",
"White Enriched Bread",
"White Bread",
"Wheat Bread",
"Country Farms, Stone Ground Whole Wheat Bread",
"Enriched Hamburger Buns, Sliced",
"Enriched Hot Dog Buns, Sliced",
"Potato Bread",
"Pierogies, Cheddar",
"Mrs. T's, Pierogies, Spicy Jalapeno & Sharp Cheddar",
"Potato & American Cheese Pierogies",
"Mrs.T's, Sour Cream & Chive Pierogies",
"Mrs.T's, Pierogies Four Cheese Medley",
"Pierogies, Mozzarella, Tomato & Basil",
"Mrs. T's, Pierogies, Garlic & Parmesan",
"Mrs. T's, Feta & Spinach Pierogies, Feta & Spinach",
"Pierogies, Loaded Baked Potato",
"Mrs. T's, Peirogies, Classic Onion",
"Mrs. T's, Pierogies, Savory Five Cheese Blend",
"Mrs. T's, Broccoli & Aged Cheddar Piergies",
"Classic Cheddar Pierogies ",
"Mrs. T's, Pierogies, Savory Onion",
"Mrs. T's, Traditional Sauerkraut Pierogies",
"Mrs. T's, Mini Classic Cheddar Pierogies",
"Mrs.T's, Potato & Cheddar Pierogies",
"Mrs. T's, Mini Four Cheese Medley",
"Potato & Onion Mini Pierogies",
"Mrs. T's, Pierogies, Mini Classic Cheddar",
"Mrs. T's, Pierogies, Mini Cheddar Seasoned With Bacon",
"Mrs.T's, Sweet Potato Pierogies",
"Chewy Caramel Candy",
"Chewy Chocolate Caramel Candy",
"Chewy Caramel Bar",
"Crunchy Peanut Butter Bars",
"Peanut Butter Bars",
"Atkinson's, Crunchy Peanut Butter Bars",
"Atkinson's, Sophie Mae, Peanut Brittle Bar",
"Atkinson's, Sophie Mae, Handmade Peanut Brittle Bar, Coconut",
"Atkinson's, Sophie Mae, Peanut Brittle",
"Atkinson's, Chick-O-Stick Candy",
"Chick-O-Stick, Crunchy Peanut Butter And Toasted Coconut Candy",
"Atkinson's, Mint Twists, Peppermint Candy",
"Chewy Caramel Candy",
"Leman's, Gourmet Mints",
"Granola sans gluten Muesli fruits secs et sarrasin",
"Kong Korn",
"Maceys, Potato Chips",
"Maceys, Potato Chips",
"Maceys, Potato Chips, Barbeque Thin",
"Birchberry Bistro, Traditional Hummus",
"Birchberry Bistro, Roasted Garlic And Tomato Hummus",
"Birchberry Bistro, Hummus, Red Bell Pepper",
"Root Beer Soda",
"Farm Bread, Jewish Rye Bread",
"Farm Bread, Plain Bagels",
"Wheat Bagels",
"Everthing Bagel",
"Cinnamon Raisin Bagels",
"Oat & Fiber Bread",
"Classic Bread",
"Apple Pie With Crumb Topping",
"Sea Salt Caramel Apple Pie",
"Pineapple Upside - Down Pie",
"Oregonzola, Blue Cheese",
"Rogue Creamery, Cheese, Chocolate Stout",
"White Chocolate Macadamia Nut Gourmet Cookies",
"Fearn, Pancake Mix",
"Golden Sweet Corn",
"White Corn",
"Thins, Creme De Menthe",
"Mint Parfait Thins",
"Toffee Crunch Thins",
"Jubilee Thins Candy, Cherry",
"Cookie Crunch Thins, Mint",
"Peppermint Crunch Thins Candy",
"Andes, Thins, Creme De Menthe",
"Andes, Indulgence, Creme De Menthe",
"Andes, Indulgence, Bars, Peppermint Crunch",
"Indulgence Candy Cane Design",
"Andes, Peppermint Crunch",
"Andes, Indulgence, Bars, Cream De Menthe",
"Andes, Indulgence, Bars, Cream De Menthe",
"Indulgence, Bars, Creme De Menthe",
"Thins, Creme De Menthe",
"Baking Chips, Cream De Menthe",
"Baking Chips, Peppermint Crunch",
"Andes, Cream De Menthe",
"Bar",
"Bars, Cream De Menthe",
"Bars, Cream De Menthe",
"Thins, Creme De Menthe",
"Andes, Bars, Creme De Menthe",
"Italian Style Spaghetti Sauce",
"Crushed Tomatoes",
"Great Northern Beans",
"Tomato Puree",
"Pizza Sauce, The Original",
"Italian Style Cut Green Beans",
"Italian Style Spaghetti Sauce",
"Diced Tomatoes",
"Diced Tomatoes",
"Italian Style Diced Tomatoes, Basil, Garlic & Oregano",
"Italian Style Diced Tomatoes, Basil, Garlic, Oregano",
"Petite Diced Tomatoes, Green Chilies",
"Petite Diced Tomatoes",
"Chunky Crushed Tomatoes",
"Diced Tomatoes, Green Peppers & Onions",
"Petite Diced Tomatoes",
"Roasted Garlic & Olive Oil Crushed Tomatoes",
"Furmano's, Chili Style Diced Tomatoes, Ancho Chili & Cumin",
"Salsa Style Diced Tomatoes Petite, Spicy Green Chilies & Lime",
"Crushed Tomatoes",
"Bella Vista, Whole Peeled Tomatoes In Juice",
"Scrunchy Animal Crackers",
"Sandwich Cremes Cookies, Vanilla",
"Chocolate Sandwich Cremes",
"Saltines Crackers",
"Sandwich Cremes Cookies, Chocolate Fudge",
"Sandwich Cremes, Lemon",
"Unsalted Tops Saltines",
"Pancake & Waffle Mix",
"Pie Crust Mix",
"Pancake Syrup",
"Pancake Syrup",
"Pure Cane Extra Fine Granulated Sugar",
"Mini Marshmallows",
"Starlight Mints Candies, Mint",
"Plain Bread Crumbs",
"Maraschino Cherries With Stems",
"Maraschino Cherries With Stems",
"Halved Unpeeled Apricots In Heavy Syrup",
"Pitted Dark Sweet Cherries In Heavy Syrup",
"Jellied Cranberry Sauce",
"Jellied Cranberry Sauce",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Pears Juice",
"Fancy Mandarin Orange Segments In Light Syrup",
"Peaches, Sliced Yellow Cling, In Heavy Syrup",
"Halved Yellow Cling Peaches In Heavy Syrup",
"Sliced Yellow Cling Peaches In Heavy Syrup",
"Halved Bartlett Pears In Pear Juice",
"California Medium Prunes",
"California Large Prunes",
"Mediterranean Medium Sun Dried Apricots",
"California Fancy Mixed Fruit",
"California Pitted Prunes",
"California Seedless Raisins",
"Raisins, California Golden Seedless",
"Shelled Walnuts",
"Shelled Pecans Halves",
"Shelled Brazils",
"Slivered Almonds",
"Whole Shelled Almonds",
"Apple Cider",
"Apple Cider",
"Apple Juice",
"Pasteurized Apple Juice",
"Prune Juice",
"Spaghetti No.8, Enriched Macaroni Product",
"Vermicelli Enriched Macaroni Product",
"Linguine No.17, Enriched Macaroni Product",
"Elbow Macaroni",
"Ziti",
"Sea Shells Enriched Macaroni Product",
"Rigatoni, Enriched Macaroni Product No. 27",
"Spirals Enriched Macaroni Product",
"Lasagna No 125, Enriched Macaroni Product",
"Egg Pastina No 119, Enriched Macaroni Product",
"Thin Spaghetti No. 9, Enriched Macaroni Product",
"Enriched Macaroni Product Spaghetti",
"Elbow Macaroni No.35, Enriched Macaroni Product",
"Macaroni And Cheese Dinner With Cheese Sauce Mix",
"Spoon 'N' Stir Non-Dairy Creamer",
"Spoon 'N' Stir Non-Dairy Creamer",
"Evaporated Milk",
"Evaporated Milk",
"Sweet Mixed Pickles",
"Sweet Sherkins",
"Sweet Pickle Relish",
"Kosher Dill Sherkins",
"Cherry Peppers, Hot",
"Pork & Beans In Tomato Sauce",
"Pork And Beans",
"Beef Ravioli",
"Beef Ravioli In Tomato And Meat Sauce",
"Spaghetti & Meatballs In Tomato Sauce",
"Kidney Beans, Light Red",
"Dark Red Kidney Beans",
"Light Red Kidney Beans",
"Worcestershire Sauce",
"Beef Gravy",
"Gravy, Chicken",
"Gravy, Mushroom",
"Honey",
"Grade A Fancy Honey",
"Honey",
"Jelly, Concord Grape",
"Concord Grape Preserves",
"Concord Grape Jelly, Concord Grape",
"Preserves, Strawberry",
"Jelly, Apple",
"Apricot Preserves, Apricot",
"Seedless Blackberry Preserves",
"Currant Jelly",
"Concord Grape Jelly, Grape",
"Marmalade, Orange",
"Pineapple Preserves, Pineapple",
"Jelly, Strawberry",
"Preserves, Strawberry",
"Creamy Peanut Butter",
"Peanut Butter, Super Chunky",
"Creamy Peanut Butter",
"Apple Butter",
"Grade A Fancy Tomato Ketchup",
"Chili Sauce",
"Seafood Cocktail Sauce",
"Soda, Cola",
"Soda, Ginger Ale",
"Soda, Grape",
"Soda, Orange",
"Caffeine Free Soda, Root Beer",
"Up-Rite, Caffeine Free Soda, Lemon-Lime",
"Caffeine Free Soda, Creme",
"Chicken Noodle Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Tomato Condensed Soup",
"Cream Of Chicken",
"Noodle Soup",
"Onion Soup",
"Cut Green Asparagus Spears",
"Cut Green Asparagus Spears",
"Cut Wax Beans",
"Green Beans, Cut",
"Cut Green Beans",
"French Style Green Beans",
"Cut Beets",
"Beets, Sliced, Grade A Fancy",
"Grade A Fancy Whole Beets",
"Tiny Whole Beets",
"Sliced Beets",
"Whole Beets",
"Sliced Carrots",
"Sliced Carrots",
"Diced Carrots",
"Sweet Cream Style Golden Corn",
"Golden Corn",
"Sweet Whole Kernel Golden Corn",
"Sweet Cream Style Golden Corn",
"Sweet Whole Kernel Golden Corn",
"Mixed Vegetables",
"Mixed Vegetables",
"Button Mushrooms",
"Steam & Pieces Mushrooms",
"Stem & Pieces Mushrooms",
"Mushrooms, Sliced",
"Sliced Mushrooms",
"Button Mushrooms",
"Sliced Mushrooms",
"Whole Mushrooms",
"Sweet Peas",
"Small Sweet Peas",
"Sweet Peas, Small",
"Garden Sweet Peas",
"Garden Sweet Peas",
"Sweet Peas & Sliced Carrots",
"Sweet Peas & Diced Carrots",
"Whole White Potatoes",
"Grade A Fancy Sliced White Pomatoes",
"Whole White Potatoes",
"Sweet Potatoes In Syrup, Southern Yams",
"Sauerkraut",
"Sauerkraut",
"Sauerkraut",
"Tomato Sauce",
"Tomato Sauce",
"Tomato Sauce",
"Sliced Stewed Tomatoes In Tomato Juice",
"Peeled Whole Tomatoes In Tomato Juice",
"Traditional Pumpkin Pie",
"Peeled Whole Tomatoes In Tomato Juice",
"Enriched Long Grain Rice",
"Enriched Precooked Natural Long Grain Rice",
"Oats & Honey Cereal With Almonds",
"Quick Oats,100% Natural Whole Grain, Cooks In 1 Minute",
"Halved Unpeeled Apricots In Pear Juice",
"Sliced Bartlett Pears In Light Syrup",
"Sliced Yellow Cling Peaches In Light Syrup",
"Assorted Sugar Wafers",
"Root Beer Barrels Candies",
"Sugar Wafers",
"Instant Nonfat Dry Milk",
"Mixed Size Sweet Peas",
"Wide Egg Noodles, Enriched Noodle Product",
"Scrunchy Lemonade Drink Mix, Lemon",
"Pink Lemonade Drink Mix, Lemon",
"Party Peanuts, Salted",
"Peanuts, Roasted",
"Dry Roasted Cashews, Salted",
"Dry Roasted Peanuts, Salted",
"Country Breakfast Syrup",
"Evaporated Fat Free Milk",
"Chunky Apple Sauce",
"Apple Sauce",
"Apple Sauce",
"Kosher Dill Spears",
"Honey",
"Mini Beef Ravioli In Tomato And Meat Sauce",
"Tomato Puree",
"Juice Cocktail, Cranberry",
"Small Green Lima Beans",
"Fruit Cocktail In Pear Juice",
"Farm Flavor, Preserves, Strawberry",
"Hot Banana Pepper Rings, Hot",
"Italian Style Anisette Toast",
"Sliced Yellow Cling Peaches In Pear Juice",
"Halved Yellow Cling Peaches In Pear Juice",
"Sliced Bartlett Pears",
"Golden Corn, Whole Kernel",
"Sweetened Coconut Flakes",
"Italian Style Bread Crumbs With Romano Cheese",
"Italian Style Bread Crumbs",
"Fine Egg Noodles, Enriched Noodle Product",
"Spoon 'N' Stir Non-Dairy Creamer",
"Juice Cocktail From Concentrate, Cranberry Apple",
"Sliced Yellow Cling Peaches In Pear Juice",
"Fruit Cocktail In Light Syrup",
"Quick Rice, Enriched Precooked Natural Long Grain Rice",
"Pink Beans",
"Pinto Beans",
"Small White Beans",
"Cookies, Dutch Fudge",
"Sugar Cookies",
"Oatmeal Cookies",
"Dry Roasted Salted Peanuts",
"Dutch Windmill Cookies",
"Coconut Bar Cookies",
null,
"Dry Roasted Unsalted Mixed Nuts",
"Dry Roasted Cashews, Unsalted",
"Prune Juice",
"Dark Red Kidney Beans",
"Fruit Punch",
"Dry Roasted Peanuts, Ulsalted",
"No Salt Added, Peeled Whole Tomatoes",
"Stuffing Mix, Chicken",
"Duplex Sandwich Cremes",
"Farm Flavor, Juice, Apple",
"Pure Cane Sugar",
"Pure Cane Light Brown Sugar",
"Powdered Sugar Confectioners",
"Unsweetened Apple Sauce",
"Unsweetened Grapefruit Juice, Grapefruit",
"Juice Cocktail, Cranberry",
"Italian Style Bread Crumbs With Romano Cheese",
"Italian Style Bread Crumbs Without Cheese",
"Worcestershire Sauce",
"Instant Hot Cocoa Mix, Milk Chocolate",
"Real Chocolate Chips",
"Chopped Walnuts",
"Steak Sauce, Adds Zesty Flavor For Steak, Ground Beef & Chicken",
"Farm Flavor, Cranberry Juice Cocktail",
"Dry Roasted Shelled Unsalted Sunflower Seeds",
"Soda, Cola",
"Caffeine Free Soda, Ginger Ale",
"Soda, Orange",
"Baked Wheat Snack Crackers",
"Whole Green Asparagus Spears",
"Sweet Whole Kernel Golden Corn",
"Fruit Cocktail In Light Syrup",
"Apple Juice From Concentrate, Apple",
"Natural Peanut Butter, Super Chunky",
"Diet Caffeine Free Soda, Ginger Ale",
"Diet Caffeine Free Soda, Creme",
"Diet Caffeine Free Soda, Orange",
"Diet Soda, Cola",
"Diet Soda, Black Cherry",
"Diet Caffeine Free Soda, Root Beer",
"Au Gratin Potatoes With Cheese Sauce",
"Grape Juice, From Concentrate, Made With Concord Grapes",
"Vanilla Wafer",
"Sweet Peas, Mixed Sizes, No Salt Addd",
"Society Crackers",
"Chocolate Syrup, Chocolate",
"Scrunchy Drink Mix, Fruit Punch",
"Spoon 'N' Stir Non-Dairy Creamer",
"Marshmallows",
"Sweet Peas",
"Golden Corn, Sweet Whole Kernel, No Salt Added",
"French Style Green Beans, No Salt Added",
"Graham Cracker Pie Crust",
"Sweet Red Peppers",
"Unsweetened Apple Sauce",
"Juice Cocktail, Cranberry Apple",
"Old Fashioned Oats",
"California Seedless Raisins",
"Raisins, California Golden Seedless",
"Sliced Stewed Tomatoes",
"Tomato Sauce",
"Diet Caffeine Free Soda, Cola",
"Whole White Potatoes",
"Sliced White Potatoes",
"Whole Purple Plums In Light Syrup",
"Lite Reduced Calorie Syrup",
"Shells And Cheddar Dinner With Cheese Sauce Mix",
"Sweet Bread & Butter Chips",
"Twists And Cheddar Dinner With Cheese Sauce Mix",
"White Kidney Cannellini Beans",
"Polish Dill Spears",
"Jumbo Shells No. 95, Enriched Macaroni Product",
"Lemon Juice",
"Instant Oatmeal, Made With Whole Grain Oats, Maple & Brown Sugar",
"Instant Oatmeal",
"Instant Oatmeal, Apples & Cinnamon",
"Instant Oatmeal, Peaches & Cream",
"Caffeine Free Soda, Ginger Ale",
"Soda, Orange",
"Soda, Cola",
"Instant Hot Cocoa Mix With Mini Marshmallows, Milk Chocolate",
"Chopped Almonds",
"Instant Hot Cocoa Mix",
"Hot Cocoa Mix, Milk Chocolate",
"California Seedless Raisins",
"Sparkling Seltzer",
"Sparkling Beverage, Club Soda",
"Mixer, Tom Collins",
"Mixer, Half & Half",
"Tonic Water Mixer",
"Caffeine Free Soda, Ginger Ale",
"Veggie - Green, Cut Green Beans",
"No Salt Added, Stem's & Pieces Mushrooms",
"Peanuts, Honey Roasted",
"Barbecue Sauce, Original",
"Soda, Cherry Cola",
"Medium Egg Noodles, Enriched Noodle Product",
"Enriched Macaroni Product, Extra Wide Egg Noodles",
"Rotini Primavera, Enriched Macaroni, Tomato Macaroni And Spinach Macaroni Product No. 63",
"Extra Crispy Golden Sweet Corn",
"Barbecue Sauce, Hickory",
"Flavored Juice Cocktail, Blended With Grape & Apple Juices From Concentrate, Cranberry Raspberry",
"Sparkling Seltzer, Mandarin Orange",
"Instant Oatmeal, Strawberries & Cream",
"Pop Corn",
"Pop Corn, Butter",
"Caffeine Free Soda, Creme",
"Up-Rite, Caffeine Free Soda, Lemon-Lime",
"Caffeine Free Soda, Root Beer",
"Instant Hot Cocoa Mix, Milk Chocolate With Mini Marshmallows",
"Apple Sauce",
"Unsweetened Apple Sauce",
"Honey",
"Pop Corn, Butter",
"Juice Cocktail, Cranberry, Raspberry",
"Duplex Sandwich Cremes",
"Chocolate Sandwich Cremes",
"Vanilla Sandwich Cremes, Vanilla",
"Real Chocolate Chips",
"Fruit Cocktail In Pear Juice",
"Sliced Yellow Cling Peaches In Pear Juice",
"Flovered Syrup, Butter",
"Deluxe Shells And Cheddar Dinner",
"Lite Reduced Calorie Pancake Syrup",
"Prune Juice With Pulp",
"Pork And Beans",
"Soda, Pineapple",
"Soda, Fruit Punch",
"Black Beans",
"Sodium Free Sparkling Seltzer, Raspberry",
"Whole Berry Cranberry Sauce, Cranberry",
"Pie Filling, Apple",
"Pie Filling, Blueberry",
"Light Spoon 'N' Stir Non-Dairy Creamer",
"Sweet Bread & Butter Chips",
"Apple Sauce, Cinnamon",
"Strawberry Preserves, Strawberry",
"Concord Grape Jelly, Grape",
"Tomato Ketchup",
"White Grape Juice, White Grape",
"Solid White Albacore Tuna In Water",
"Salsa, Hot",
"Salsa, Mild",
"Salsa, Medium",
"Unsweetened Grapefruit Juice, Grapefruit",
"Rice Cakes, Lightly Salted",
"salt free rice cakes",
"Multigrain Rice Cakes",
"Rice Cakes, Apple Cinnamon",
"Popped Corn Cakes, White Cheddar",
"Juice Cocktail, Grape Cranberry",
"Chunk Light Tuna In Water",
"Diet Soda, Cola",
"Salt, Garlic",
"Garlic Salt",
"Paprika",
"Brown Gravy Mix",
"Chicken Gravy Mix",
"Turkey Gravy Mix",
"Mushroom Gravy Mix",
"Peanut Butter Spread, Creamy",
"Spicy Brown Mustard",
"Juice Cocktail, Ruby Red Grapefruit",
"Baked Wheat Snacks, Snack Crackers, Reduced Fat",
"Fruit & Grain Bars",
"Fruit & Grain Bars, Blueberry",
"Fruit & Grain Bars, Apple Cinnamon",
"Sugar Honey Grahams",
"Sliced Stewed Tomatoes In Tomato Juice",
"Diced Tomatoes",
"Natural Wheat & Barley Nuggets Crunchy Cereal",
"Smart For Your Health, Corn Flakes",
"Corn Flakes Cereal",
"Corn Flakes Cereal",
"Corn Flakes Cereal",
"Raisin Bran Cereal",
"Bran Flakes Cereal",
"Scrunchy, Cocoa Crispy Rice Sweetened Rice Cereal",
"Scrunchy Spaghetti Rings In Tomato And Cheese Sauce",
"Kosher Dill Sandwich Slices",
"Sweet Bread & Butter Sandwich Slices",
"Chopped Pecan",
"Pignolia Pine Nuts",
"Sliced Almond",
"Microwave Popcorn, Butter",
"Baked Whole Wheat Wafers",
"Deluxe Macaroni And Cheddar Dinner",
"Honey",
"Balsamic Vinegar",
"Whole Cashews, Honey Roasted",
"Bite Sized Frosted Shredded Wheat",
"Taco Seasoning Mix",
"Chili Seasoning Mix",
"Theatre Style Popcorn, Butter",
"Rotelle No. 124, Enriched Macaroni Product",
"Penne Rigati, Enriched Macaroni Product",
"Pasteurized Juice Cocktail, Ruby Red Grapefruit",
"Hamburger Dill Chips",
"Banana Pepper Rings",
"Juice Cocktail, Ruby Red Grapefruit & Tangerine",
"Soda, Champagne Kola",
"Soda, Grape",
"Barbecue Sauce, Honey",
"Orange Drink",
"Creamy French Dressing",
"Ranch Dressing",
"Italian Dressing",
"Creamy Italian Dressing",
"Sugar Substitute With Aspartame",
"Oat Bran Hot Cereal",
"Turkey Stuffing Mix",
"Bouillon Cubes, Beef",
"Bouillon Cubes, Chicken Flavor",
"Bouillon & Seasoning, Chicken",
"Angel Hair No. 11 Pasta, Enriched Macaroni Product",
"Ziti Rigati Enriched Macaroni Product",
"Yolk Free Noodle Style Pasta",
"Maple Syrup, Dark Amber",
"California Pitted Prunes",
"Soda, Black Cherry",
"Fat Free Ranch Dressing",
"Fat Free Italian Dressing",
"Linguine Fini, Enriched Macaroni Product",
"Pennette",
"Mustard, Honey",
"Sliced Carrots",
"Real Mayonnaise",
"Lemon Juice, Lemon",
"Honey",
"Fettuccine Enriched Macaroni Product",
"Bow Ties No.93, Enriched Macaroni Product",
"Honey",
"Honey",
"Grape Tomatoes",
"Mushrooms",
"Baby Bella Mushrooms",
"Portabella Mushroom Caps",
"Portabella Mushrooms, Sliced",
"Soy Milk, Vanilla",
"Organic Soy Milk, Original",
"Mustard, Dijon",
"Deli Mustard",
"Chicken Broth",
"Chicken Broth",
"Chicken Broth",
"Boil In Bag Rice, Enriched Precooked Natural Long Grain Rice",
"Ketchup, Tomato",
"Tomato Ketchup",
"Cherry Peppers, Mild",
"Salsa, Medium",
"Small Bows No. 68, Enriched Macaroni Product",
"Penne, Enriched Macaroni Product No. 84",
"Quick Macaroni And Cheese Dinner",
"A Delicate Cake From Italy",
"Crisp Corn & Rice Cereal",
"Ditalini Enriched Macaroni Product",
"Chocolate Chip Cookies",
"Real Chocolate Chip Cookies",
"Sweetened Condensed Milk",
"Gravy, Turkey",
"Fruit Singles In Light Syrup, Tropical Fruit",
"Fruit Singles Mandarin Oranges In Light Syrup",
"Fruit Singles Pineapple In Light Syrup, Pineapple",
"Fruit Singles, Diced Peaches In Light Syrup",
"Diced Mixed Fruit Singles In Light Syrup",
"Instant Oatmeal, Raisin & Spice",
"Whole Roasted Red Peppers",
"Strawberry Syrup, Strawberry",
"Popcorn, Light Butter",
"Light Popcorn",
"Cookies, Real Chocolate Chips",
"Dry Roasted Peanuts, Lightly Salted",
"Lightly Salted Party Peanuts",
"Soda, Mountain Charge Citrus",
"Waffle Pertzels",
"Imported Roasted Red Peppers",
"Chocolate Grahams",
"Cinnamon Grahams, Cinnamon",
"Grahams, Sugar Honey",
"Fancy Mandarin Orange Segments In Light Syrup",
"Pineapple Slices In Pineapple Juice",
"Pineapple Chunks In Pineapple Juice",
"Crushed Pineapple In Pineapple Juice",
"Clear Delight, Sparkling Beverage, Black Cherry",
"Clear Delight Sparking Beverage, Kiwi Strawberry",
"Clear Delight, Sparkling Flavored Beverage",
"Shorite, Clear Delight, Sparkling Beverage, White Grape",
"Rice Milk, Vanilla",
"Risotto",
"Apple Sauce",
"Organicsweetened Applesauce",
"Clear Delight, Sparkling Beverage, Black Cherry",
"Clear Delight Sparkling Beverage, Kiwi Strawberry",
"Clear Delight Sparkling Flavored Beverage, White Grape",
"Clear Delight Sparkling Flavored Beverage, Tropical",
"Juice Beverage, Sparkling Peach",
"Imported Hazelnut Spread",
"Diced Tomatoes With Roasted Garlic And Onion",
"Diced Tomatoes With Basil And Oregano",
"Petite Diced Tomatoes In Tomato Juice",
"Diced Tomatoes In Tomato Juice",
"Gravy, Beef",
"Gravy, Chicken",
"Gravy, Mushroom",
"Gravy, Pork",
"Turkey Gravy, Homestyle",
"California Pitted Prunes",
"Yellow Mustard",
"Spicy Brown Mustard",
"Crushed Tomatoes In Puree With Basil",
"Organic Diced Tomatoes",
"Organic Whole Peeled Tomatoes",
"Tomato Sauce",
"Chicken Broth",
"Black Beans",
"Garbanzo Beans",
"Dark Red Kidney Beans",
"Organic Light Red Kidney Beans",
"Spaghetti",
"100% Whole Wheat Penne Rigate, Whole Wheat Macaroni Product",
"Organic Balsamic Vinaigrette Dressing",
"Organic Goddess Dressing",
"Organic Ranch Dressing",
"Sesame Ginger Dressing",
"Blueberry Preserves, Blueberry",
"Cherry Preserves, Cherry",
"Raspberry Preserves, Made With Fresh Raspberries",
"Ketchup, Tomato",
"Creamy Peanut Butter",
"Super Chunky Peanut Butter",
"Grape Juice",
"Pasteurized White Grape Juice",
"Breadsticks, Garlic, Herb",
"Breadsticks, Rosemary",
"Traditional Fine Thin Grissini Gourmet Breadsticks",
"Organic Jellied Cranberry Sauce",
"Organic Whole Cranberry Sauce",
"Organic Chunky Peanut Butter, Peanut, Butter",
"Peanut Butter",
"Sparkling Red Grape Juice, Red Grape",
"Strawberry Spread, Squeezable",
"Squeezable Jelly, Concord Grape",
"Peaches In Strawberry Gel",
"Mandarins In Orange Gel",
"Microwave Popcorn, Butter",
"Organic Natural Popcorn",
"Lemonade, Lemon",
"Organic Steel Cut Irish Style Oats",
"Oven Toasted Oats, Old Fashioned",
"Instant Oatmel, Original",
"Jelly, Mint",
"Southwest Marinade With Lime Juice",
"Marinade With Pineapple Juice, Teriyaki",
"Sesame Ginger Marinade",
"Lemon Pepper Marinade With Lemon Juice",
"Marinade With Lemon Juice, Herb And Garlic",
"Marinated Artichoke Hearts",
"Whole Artichoke Hearts",
"Rice Crisps, Caramel Corn",
"Roman Beans",
"Small Red Beans",
"Whole Hearts Of Palm",
"Imported Salad Cut Hearts Of Palm",
"Creamy Caesar Dressing",
"Chunky Blue Cheese Dressing",
"Scrunchy, Spaghetti Rings And Mini Meatballs",
"Saltines Crackers, Wheat",
"Light Caesar Dressing",
"French Style Light Creamy Dressing",
"Dry Roasted Peanuts, Honey Roasted",
"Roasted Almonds, Salted",
"Plain Bread Crumbs",
"Mint Jelly",
"Instant Mashed Potatoes",
"Instant Mashed Potatoes",
"Herbal Tea Bags, Chamomile With Lemon",
"Green Tea With Lemon, Lemon",
"Herbal Tea Bags, Caffeine Free, Mint Blend",
"Crunchy Granola Bars",
"Entertainment Crackers, Original",
"Entertainment Crackers",
"Assorted Gourmet Cheese Crackers",
"Apricot Preserves, Apricot",
"Sliced Yellow Cling Peaches In Heavy Syrup",
"Braided Twists Honey Wheat Pretzels",
"Farm Flavor, 100% Pure Pineapple Juice",
"Corn Squares, Crispy Toasted Corn Cereal",
"Crispy Rice Squares Cereal",
"Scrunchy, Toasted Oats Sweetened Oat Cereal, Apple Cinnamon",
"Scrunchy, Cocoa Peanut Butter Treats Sweetened Corn Cereal",
"Scrunchy, Sweetened Corn Cereal, Cocoa Treats",
"Scrunchy, Toasted Rice Cereal",
"Scrunchy, Marshmallow Dreams Sweetened Oat Cereal With Marshmallows",
"Scrunchy, Sweetened Cereal, Mini Cookie Bites",
"Toasted Corn Cereal With Honey & Natural Almond, Crispy Honey Nut",
"Pretzel Rods",
"Roasted Asian Style Ginger Sesame Dressing",
"Mandarin Orange Ginger Vinaigrette Dressing, Orange, Ginger",
"Blue Cheese Italian Style Vinaigrette Dressing",
"Traditional Caesar Dressing",
"Parmesan Peppercorn Dressing",
"Chinese Style 5 Spice Plum Sauce",
"Red Thai Style Chili Sauce",
"Asian Style Sauce, Orange Ginger",
"General Tsao Style Stir Fry Sauce",
"Great As A Cooking Dipping Sauce",
"Asian Style Sauce, Teriyaki",
"Sweet Pickle Relish",
"Sweet India Relish",
"Sweet Bread & Butter Chips",
"Chunk White Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Vegetable Oil",
"Solid White Albacore Tuna In Water",
"Solid White Albacore Tuna In Vegetable Oil",
"Chewy Sweet & Salt Bars",
"Mini Squares Wafer With Vanilla Cream Filling, Vanilla",
"San Marzano Tomatoes",
"California Seedless Raisins",
"Chewy Granola Bars, Peanut Butter Chocolate Chip",
"Chewy Granola Bars, Chocolate Chips",
"Low Fat Granola Chewy Bars",
"Low Fat Chewy Granola Bars, Chocolate Chunk",
"Chicken Broth",
"Beef Broth",
"Sliced Peaches In Light Syrup, Yellow Cling",
"Yellow Cling Sliced Peaches",
"Fruit Medley In Light Syrup",
"Fruit Medley",
"Whole Cherry Tomatoes In Juice",
"Spanish Style Yellow Rice, Saffron",
"Scrunchy, Fruity Floats, Sweetened Multi-Grain Cereal, Orange, Lemon, Cherry, Lime & Berry",
"Toasted Whole Grain Oat Cereal",
"Toasted Whole Grain Oat Cereal",
"Honey Oat Clusters, Honey",
"Oat Clusters With Almonds, Multi-Grain Cereal, Honey",
"Organic Tomato Ketchup",
"Brown Rice",
"Organic Long Grain White Rice",
"Biscotti, Chocolate Chip",
"Cinnamon & Sugar Flatbreads",
"Flatbreads",
"Rye Sourdough Flatbreads",
"Flatbreads Sesame Crackers",
"Unsalted Dry Roasted Almonds",
"Unsalted Whole Almonds",
"Whole Almonds, Smoked",
"Whole Wheat Wafers, Rosemary & Olive Oil",
"Baked Cheese Crackers",
"Baked Cheese Crackers, Cheddar Cheese",
"Hazelnut Spread",
"Iced Tea Mix, Lemon",
"Iced Tea Mix, Lemon",
"Iced Tea Mix, Lemon",
"Diet Juice Cocktail, Cranberry",
"Diet Juice Cocktail, Cranberry Grape",
"Pico De Gallo Style Salsa",
"Three Beans With Roasted Corn Salsa",
"Mango With Peach Salsa",
"Kettle Whole Grain Popcorn",
"Squeezable Sweet Relish",
"Pecan Cookies, Chocolate Chip",
"Light Italian Dressing",
"Light Ranch Dressing",
"Maria Cookies",
"Maria Cookies",
"Real Mayonnaise",
"Mayonnaise, Light",
"Whole Wheat Flour",
"Juice Beverage, Sparkling Apple Cranberry",
"Pennoni Italian Pasta, Enriched Macaroni Product",
"Radiatore",
"Artisan, Enriched Macaroni Product",
"Trottole , Enriched Macaroni Product",
"Horseradish Mustard",
"Pancake & Waffle Complete Mix, Blueberry",
"Buttermilk Pancake & Waffle Complete Mix, Buttermilk",
"Jelly, Peanut Butter And Grape",
"Peanut Butter And Strawberry Jelly",
"Restaurant Style Caesar Croutons",
"Zesty Italian Crouton's",
"Cereal, Fiber Twigs, Grahams & Honey Puffs",
"Multigrain Clusters Cereal",
"Cereal, Multigrain Clusters, With Honey Almond Flax",
"Certified Organic Whole Grain Toasted O's",
"Apple Sauce, Cinnamon",
"Spearmint Starlight Mints Candies",
"Fruit Candies",
"Peaches & Pears In Cherry Gel",
"Fruit Singles In Light Syrup, Cherry Mixed Fruit",
"Sugar Free Syrup, Chocolate",
"Imported Grapeseed Oil",
"Instant Oatmeal, Cinnamon & Spice",
"Scrunchy, Crispy Colors Sweetened Rice Cereal",
"Low Sodium Light Juice Cocktail, Cranberry",
"Cranberry Raspberry Juice Cocktail, Light",
"Vegetable Juice Cocktail",
"Steak And Chop Marinade With Garlic & Cracked Black Pepper",
"Pudding Snacks, Vanilla",
"Asian Szechuan Sauce",
"Asian Sweet And Sour Sauce",
"Three Cheese Italian Dressing",
"Raspberry Acai Vinaigrette",
"Italian Soda, Lemon",
"Organic Cannellini Beans",
"Organic Pinto Beans",
"Fruit Flavored Snacks, Dinosaurs",
"Fruit Flavored Snacks, Sharks",
"Marinara Spaghetti Sauce",
"All Natural Spaghetti Sauce, Meat",
"Spaghetti Sauce, Marinara",
"Spaghetti Sauce, Meat",
"All Natural Spaghetti Sauce, Chunky Tomato, Garlic & Onion",
"Spaghetti Sauce, Three Cheese",
"Chunky Garden Style Spaghetti Sauce",
"100% Juice, Tomato",
"Jelly Rings",
"Spice Drops Candies",
"Orange Slices Candy",
"Spearmint Leaves Candies",
"Imitation Bacon Bits",
"Imported Parmigiana Pasta Sauce",
"Fradiavolo Pasta Sauce",
"Marinara Pasta Sauce, Special Edition",
"Pasta Sauce, Tomato Basil",
"Vodka Pasta Sauce, Special Edition",
"Special Edition Flatbreads, Rosemary",
"Whole Grain Seeded Flatbreads",
"Shiitake Mushrooms",
"Oyster Mushrooms",
"Mushrooms, Sliced",
"Mushrooms, Steak Cut",
"Gourmet Stuffing Mushrooms",
"Mini Portabella Stuffer Mushrooms",
"Pudding Snacks, Chocolate",
"Pudding Snacks",
"Mixed Nuts",
"Lightly Salted Mixed Nuts",
"Deluxe Mixed Nuts",
"Mixed Nuts, Salted",
"Cashews, Salted, Halves And Pieces",
"Lightly Salted Whole Cashews",
"Biscotti, Cranberry",
"Green Pigeon Peas",
"Burgundy Cooking Wine",
"Marsala Cooking Wine",
"Cooking Wine, Sherry",
"White Cooking Wine",
"Apple Sauce",
"Apple Sauce, Strawberry",
"Extra Fine Granulated Sugar",
"Cinnamon Grahams",
"Baby Bella Mushrooms",
"Chocolate Cremes Sandwich Cookies, Chocolate",
"Bits Crackers",
"Reduced Fat Bits Crackers",
"Wheat Bits Crackers",
"Hot Cocoa Mix",
"Special Edition Organic Cooking Stock, Beef",
"Chicken Cooking Stock",
"Vegetable Cooking Stock",
"French Fried Onions",
"Original French Fried Onions",
"Scrunchy, Frosted Flakes Of Corn",
"100% Whole Grain Quinoa",
"100% Whole Grain Ferro",
"Oyster Crackers, Soup And Chili",
"Whipped Dressing",
"Creamy Peanut Butter",
"Super Chunky Peanut Butter",
"Original Barbecue Sauce, Sweet & Tangy",
"Cut Green Beans",
"Italian Dressing",
"Honey Mustard Dressing, Honey",
"All Natural Mini Crackers, Stoned Wheat",
"Flour Tortillas",
"White Corn Tortillas",
"Flour Tortillas",
"Corn Fusilli Pasta",
"Penne Rigate Pasta, 100% Corn Pasta",
"Spaghetti Pasta",
"Pizza Sauce",
"Crushed Tomatoes",
"Diced Tomatoes",
"Stevia Sugar Substitute",
"Almondmilk, Original",
"Unsweetened Almondmilk, Original",
"Almondmilk, Vanilla",
"Unsweetened Almondmilk, Vanilla",
"Marinated Artichoke Hearts",
"Panko Bread Crumbs",
"Amaretti Cookies",
"Hazelnut Spread With Mini Breadsticks For Dipping! Snack Pack",
"Chicken Cooking Stock",
"Yellow Mustard",
"Yellow Mustard",
"Still Mineral Water",
"Sweetened Dried Cranberries",
"Alphabets, Enriched Macaroni Product",
"Orzo, Enriched Macaroni Product No. 47",
"Kettle Popcorn",
"Light Popcorn, Butter",
"Microwave Popcorn, Butter",
"94% Fat Free Pop Corn, Butter",
"No Salt Microwave Popcorn, Butter",
"Extra Butter Pop Corn",
"Peach Chipotle Salsa",
"Salsa, Habanero Lime",
"Pineapple Chipotle Salsa",
"Halved Bartlett Pears In Light Syrup",
"Ketchup, Tomato",
"Arrabbiata Pasta Sauce",
"Pasta Sauce",
"Pasta Sauce, Puttanesca",
"Tomato Ketchup",
"Apple Sauce Grab & Go Pouches, Apple Banana",
"Grab & Go, Apple Sauce, Apple, Cinnamon",
"Grab & Go, Apple Banana, Apple Sauce, Apple Strawberry",
"Mandarins In Orange Gel",
"Peaches & Peas In Cherry",
"Peaches In Strawberry Gel",
"Raisin Bran Cereal",
"Sandwich Cookies, Vanilla Chocolate",
"Hot Cocoa, Milk Chocolate",
"Baked Whole Wheat Wafers",
"Wheat Snacks Crackers",
"Italian Crushed Tomatoes",
"Italian Crushed Tomatoes",
"Whole Wheat Macaroni Product, Rotini Pasta",
"Iced Tea, Lemon",
"Iced Tea Mix, Lemon",
"Yellow Mustard",
"Spicy Brown Mustard",
"Cinnamon Crispy Squares",
"Chunk White Chicken In Water",
"Chunk White Chicken In Water",
"Premium Chunk White Chicken In Water",
"Maple Syrup",
"Artichoke, Kale & Garlic Salsa",
"Mild Salsa",
"Salsa",
"Mango, Peach Salsa",
"Jamaican Scotch Bonnet Salsa",
"Extra Virgin Coconut Oil",
"Organic Coconut Oil",
"100% Whole Wheat Penne Rigate",
"Whole Purple Plums In Light Syrup",
"Toasted Whole Grain Oats Cereal",
"Marinated Artichokes Quarters With Extra Virgin Olive",
"Castelvetrano Whole Olives",
"Organic Unsweetened Applesauce",
"Organic Cranberry Juice Beverage Blend",
"Concord Grape Juice Beverage, Blended With Organic Apple Juice From Concentrate",
"Pantry, Organic Whole Kernel Corn",
"Whole Cashews, Salted",
"Nutritional Shake",
"Granulated Sugar Substitute",
"Baby Lima Beans",
"Chopped Broccoli",
"Whole Kernel Corn",
"Mixed Vegetables",
"Green Peas",
"Chopped Spinach",
"Leaf Spinach",
"Chopped Kale",
"Whole Strawberries",
"Deluxe Broccoli Florets",
"Ground Beef Hamburgers",
"Steam In Bag!, Broccoli Sugar Snap Peas, Carrots And Water Chestnuts",
"Rising Crust Pizza",
"Rising Crust Pizza Supreme With Sausage, Pepperoni, Peppers, Onions & Black Olives",
"Four Cheese French Bread Pizza",
"French Bread Vegetable Pizza",
"Breaded Mac & Cheese Bites",
"Jalapenos With Cheddar Cheese",
"Jalapenos With Cream Cheese",
"Sorbet",
"Gelato, Madagascar Vanilla",
"Sorbet, Mixed Wild Berries",
"Gelato",
"Gelato, Cappuccino",
"Gelato, Mint Chocolate Chips",
"Gelato, Italian Pistachio",
"Not A Descriptive Item, Chocolate & Hazelnuts",
"Caramel & Cookies Gelato",
"Super Sweet Yellow & White Corn",
"Chopped Spinach",
"Whole Green & Yellow Beans With Baby Carrots",
"Chopped Kale",
"Southwestern Rice",
"Gluten Free Pizza",
"Margherita Pizza",
"Waffles",
"Organic Waffles Multigrain",
"Pancakes",
"Homestyle Pancakes",
"Garlic Bread Sticks Stuffed With Real Mozzarella Cheese",
"Sandwich Bread",
"Organic Sweet Cream Salted Butter",
"Unsalted Butter, Sweet Cream",
"Sour Cream",
"Grade A Sour Cream",
"Low Fat Yogurt",
"Large Curd Cottage Cheese",
"Whipped Cream Cheese",
"Pasteurized Cream Cheese",
"Yellow American Cheese Singles",
"White American Cheese Singles",
"Yellow Singles",
"Singles, White American Pasteurized Prepared Cheese Product",
"Natural Whole Milk Mozzarella Cheese",
"Part Skim Mozzarella Cheese",
"Mozzarella Cheese",
"Whole Milk Mozzarella Chesse",
"Mozzarella Cheese Whole Milk",
"Part Skim Mozzarella Cheese",
"Grated Parmesan Cheese",
"Grated Parmesan & Romano Cheese",
"Grated Cheese",
"Vat Cured Sauerkraut",
"Sauerkraut",
"Hickory Smoked Pork Roll, Tangy",
"Thick Slices Pork Roll",
"Pork Roll, Hickory Smoked",
"Whole Milk Ricotta Cheese",
"Ricotta Cheese",
"Half & Half",
"Heavy Cream",
"Reduced Fat Buttermilk",
"Low Fat Cottage Cheese",
"Part Skim Ricotta Cheese",
"Whole Milk Ricotta Cheese",
"Part Skim Ricotta Cheese",
"2% Milkfat Milk",
"Heavy Cream",
"Light Cream",
"Whole Milk",
"Half & Half",
"Low Fat Chocolate Milk, Chocolate",
"Whipped Cream Cheese",
"French Onion Dip",
"Ricotta Cheese, Whole Milk",
"Shredded Mozzarella Natural Cheese",
"Mozzarella",
"White Deluxe American Cheese",
"Yellow Deluxe American Cheese",
"Soft Cream Cheese",
"Pecorino Romano Grated Cheese",
"Pecorino Romano Cheese",
"Grated Pecorino Romano Cheese",
"Lower Sodium Sliced Bacon",
"Parmesan Cheese",
"Sharp Yellow, Cheddar Cheese",
"Part-Skim Shredded Mozzarella Cheese",
"Traditional Probiotic Low Fat Yogurt, Vanilla",
"Neufchatel Cheese",
"Cottage Cheese",
"Sour Cream, Light",
"Half & Half",
"Probiotic Nonfat Yogurt, Vanilla",
"Plain Fat Free Nonfat Yogurt",
"Fat Free Cream Cheese",
"Grade A Ultra-Pasteurized Light Cream",
"Light Cream",
"Fat Free Sour Cream",
"Small Curd Low Fat Cottage Cheese With Pineapple",
"Shredded 2 Cheese Pizza",
"Whole Milk",
"2% Reduced Fat Milk",
"Fat Free Milk",
"Fat Free Ricotta Cheese",
"Whipping Cream",
"Shredded Sharp Yellow Cheddar Cheese",
"Shredded Sharp White Cheddar Cheese",
"Cream Cheese With Smoked Salmon",
"Cream Cheese With Strawberries",
"Cream Cheese With Chives And Onions",
"Cream Cheese With Garden Vegetables",
"Shredded Natural Blend 4 Cheese",
"Shredded Taco Blend Cheese",
"Ultra Pasteurized Fat Free Half & Half Milk",
"Sliced Part Skim Low-Moisture Mozzarella Cheese",
"Mild Sliced Provolone Cheese",
"Chocolate Chip Cookies, Break 'N Bake Style Cookies",
"Sugar Cookies",
"Crescent Rolls",
"Kitchen, Penne A La Vodka",
"Hickory Smoked Pork Roll, Mild",
"Real Chocolate Pudding",
"Rice Pudding",
"Tapioca Pudding",
"Organic Whole Milk",
"2% Milkfat Reduced Fat Milk",
"Certified Organic 1% Milkfat Lowfat Milk",
"Organic Fat Free Milk",
"Coffee Creamer, Hazelnut",
"Coffee Creamer, French Vanilla",
"Yellow Singles Cheese",
"100% Pure Orange Juice From Concentrate",
"Reduced Fat Milk",
"Fat Free Milk",
"Low Fat Milk",
"Low Moisture String Cheese, Mozzarella",
"Jumbo Flaky Biscuits, Butter",
"Egg Whites",
"The Great Eggscape, Real Egg Product",
"100% Liquid Egg Whites",
"Kitchen, Cheese Lasagna",
"Milk, Chocolate",
"Crumbled Blue Cheese",
"Traditional Chunk Feta Cheese",
"Traditional Crumbled Feta Cheese",
"Traditional Crumbled Feta Cheese",
"Sliced Muenster Cheese",
"Smoked Provolone Cheese Sliced",
"Sliced Yellow American Cheese",
"Kosher Dill, Spears",
"Kosher Dill, Halves",
"Kosher Dill Chips",
"Deli Style Whole Kosher Dill",
"Shredded Cheddar Natural Cheese",
"Whole Milk Low Moisture Shredded Mozzarella Cheese",
"Whole Milk Plain Probiotic Yogurt",
"Organic Whole Milk",
"Finely Shredded Mild Cheddar",
"Finely Shredded Cheddar Jack Cheese",
"Finely Shredded Mexican Blend",
"Mild Cheddar Natural Cheese",
"Kitchen, Grilled Chicken Breast Cutlet",
"Kitchen, Breaded Chicken Cutlet Milanese With Penne A La Vodka",
"Shredded 4 Cheese Pizza",
"Kitchen, Classic Italian Style Spaghetti With Turkey Meatballs",
"Soy Milk, Vanilla",
"Shaved Parmesan Cheese",
"Grade A 100% Lactose Fat Free Milk",
"Whole Milk",
"Lowfat Milk",
"Soft 'N Chewy Chocolate Chip Cookie Dough",
"Blue Cheese, Crumbled",
"Crumbled Gorgonzola Cheese",
"Chicken Tortellini",
"Light Fat Free Yogurt, Blueberry",
"Light Fat Free Yogurt, Cherry",
"Light Fat Free Yogurt",
"Light Fat Free Yogurt, Vanilla",
"1% Milkfat Low Fat Yogurt, Blueberry",
"1% Milk Fat Yogurt, Cherry",
"Low Fat Yogurt, Peach",
"Fruit On The Bottom Low Far Yogurt, Strawberry",
"Low Fat Yogurt, Strawberry, Banana",
"Almondmilk, Original",
"Almondmilk, Vanilla",
"Greek Nonfat Yogurt, Vanilla",
"Greek Nonfat Yogurt, Plain",
"Greek Nonfat Yogurt, Strawberry",
"Greek Nonfat Yogurt, Honey",
"Greek Nonfat Yogurt, Peach",
"Nonfat Greek Yogurt, Pineapple",
"Greek Style Feta Cheese",
"Crumbled Goat Cheese",
"Cheddar Cheese, Mild",
"Sharp Cheddar Cheese",
"Extra Sharp, New York Cheddar Cheese",
"Colby Jack Cheese",
"Monterey Jack Cheese",
"Monterey Jack Cheese With Jalapeno Peppers",
"White Cheddar Cheese",
"New York White Cheddar Cheese Slices",
"Sharp Cracker Cuts Cheddar Cheese",
"Small Curd Cottage Cheese",
"Snall Curd, Low Fat Cottage Cheese",
"Coffee Creamer, Vanilla Caramel",
"New York Extra Sharp White Cheddar Cheese",
"Pasteurized Process Cheddar Cheese, Horseradish",
"Nonfat Greek Yogurt, Plain",
"Greek Nonfat Yogurt, Vanilla",
"Fresh Mozzarella Ciliegine",
"Fresh Mozzarella Bocconcini",
"Unsweetened Almondmilk, Vanilla",
"Sour Cream",
"Reduced Fat Feta Cheese Chunk",
"Shredded Three Cheese Blend",
"Deluxe American, Pasteurized Process American Cheese, White",
"Deluxe American Cheese Slices",
"Kitchen, Cheese & Spinach Ravioli",
"Kitchen, Five Cheese Tortellini",
"Kitchen, Fettuccine",
"Kitchen, Lasagna",
"Kitchen, Linguine",
"Kitchen, Jumbo Spicy Italian Sausage Tortelloni",
"Small Curd Fat Free Cottage Cheese, Pineapple",
"Greek Fat Free Yogurt, Pomegranate",
"Strudel, Cream Cheese & Strawberry",
"Pita Chips, Garlic Parmesan",
"Multigrain Pita Chips",
"Pita Chips Sea Salt Kettle Cooked",
"Greek Nonfat Yogurt, Black Cherry",
"Greek Nonfat Yogurt, Peach",
"Greek 100 Calorie Nonfat Yogurt",
"Greek Nonfat Yogurt, Vanilla",
"Extra Creamy Whipped Cream",
"Kitchen, Broccoli Quiche",
"Broccoli Quiche",
"Kitchen, Spinach Quiche",
"Spinach Quiche",
"Hummus, Original",
"Hummus, Roasted Red Pepper",
"Organic Half & Half",
"Reduced Fat Milk",
"Hummus, Avocado",
"Mediterranean Hummus",
"Far Free Greek Yogurt",
"Nonfat Greek Yogurt",
"Greek 100 Calorie Nonfat Yogurt",
"100 Calorie Greek Nonfat Yogurt, Tart Cherry",
"Greek Nonfat Yogurt",
"Reduced Fat Milk",
"Kitchen, Pitted Olives Gigante",
"Kitchen, Jumbo Pitted Seasoned Calamata",
"Kitchen, Pitted Olives Jubilee",
"Kitchen, Colossal Calamata Olives",
"Crumbleb Feta Chesse, Basil & Tomato",
"Goat Cheese Crumbled, Bruschetta Blend",
"Frozen Shrimp",
"Corned Beef, Potatoes And Cabbage",
"Kitchen, Soup, Broccoli Cheddar",
"Monterey Jack Cheese",
"Kitchen, Kale & Sun Dried Tomato Quiche",
"Shope Rite, Pita Chips Sea Salt Kettle Cooked",
"Garlic And Kale Hummus",
"Beef Franks",
"Kitchen, Soup, Broccoli Cheddar",
"Greek Nonfat Yogurt, Blueberry",
"Greek Nonfat Yogurt, Black Cherry",
"Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Plain",
"Greek Nonfat Yogurt, Raspberry",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt, Vanilla",
"Nonfat Greek Yogurt",
"100% Whole Wheat Bread",
"Pumpernickel Bread",
"Enriched Hamburger",
"Hot Dog Rolls",
"Fork Split English Muffins, Original",
"Popcorn",
"Wheat Bread",
"Swirl Rye Bread",
"Enriched Sandwich White Bread",
"Round Top White Bread",
"Mini Pretzels",
"Fat Free Amish Pretzels",
"Hot Dog Rolls",
"Enriched Hamburger Rolls",
"Amish Pretzels",
"Enriched Light Hamburger Rolls",
"Seeded Jewish Rye Bread",
"Hearth Baked Onion Rye Bread",
"Potato Chips, Salt & Vinegar",
"Mini Pretzels",
"Mini Pretzels",
"Bagles, Cinnamon Raisin",
"Gem Pretzels",
"Enriched Potato Hamburger",
"Enriched Potato Hot Dog Rolls",
"Honey Wheat Bread",
"Instant Sugar Free Oatmeal, Maple & Brown Sugar",
"Bagel Slims, Everything",
"Everything Bagels Sliced Hearth Baked",
"Enriched Round Top White Bread",
"Enriched Sandwich White Bread",
"Whole Kernel Golden Corn Grade A Fancy",
"Au Gratin Potatoes",
"Saltines Cracker",
"Saltines Unsalted Tops",
"Hot Dogs",
"Condensed Milk, Sweetened",
"Cola",
"Calorie Free Diet Cola",
"Soda, Orange",
"Black Cherry Soda, Black Cherry",
"Creme Soda",
"Grape Soda, Grape",
"Soda, Ginger Ale",
"Nonfat Cottage Cheese",
"Sparkling Seltzer",
"Sparkling Seltzer, Lemon-Lime",
"Baked Cheese Crackers",
"Cheese Pizza",
"Buttermilk Pancakes",
"Cola",
"Ginger Ale",
"Caffeine Free Soda",
"Soda",
"Garlic Salt",
"Butter & Herb Mashed Potatoes",
"Shredded Mozzarella Cheese",
"Reduced Fat Mozzarella String Cheese",
"Baked Cheese Crackers, Cheddar Cheese",
"Cereal, Raisin Bran",
"Sandwich Cookies, Chocolate Cremes",
"Half & Half Grade A",
"Pricerite, Mediterranean Hummus",
"Ultra Pasteurized Heavy Cream",
"Finely Shredded Cheddar Cheese",
"Finely Shredded Sharp Cheddar Cheese",
"Finely Shredded Mexican Blend",
"Diced Peaches",
"Tropical Fruit In Light Syrup With Passion Fruit Juice",
"Shredded Mozzarella Cheese",
"Shredded Low-Moisture Whole Milk Mozzarella Cheese",
"Popcorn, Butter",
"Light Popcorn",
"Sweet Bread & Butter Chips",
"Iced Tea Mix, Natural Lemon",
"Yellow Mustard",
"Crispy Crunch Treats Sweetened Multi-Grain Cereal",
"Creamy Natural Peanut Butter",
"Pizza Sauce",
"Hot Dogs",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Nonfat Greek Yogurt",
"Greek Nonfat Yogurt",
"Toasted Oats Cereal",
"Split Top Wheat Bread",
"Sparkling Seltzer, Raspberry",
"Premium Chunk White Chicken In Water",
"Frozen Ice Cream Sandwiches",
"Nutty Buddy Super Scoops Ice Cream Cones",
"Ice Cream",
"Ice Cream",
"Organic Vegetable Soup With Farm-Shaped Pasta",
"Organic Chicken Noodle Soup",
"Carrot Ginger Bisque Soup",
"Creamy Tomato & White Cheddar Bisque Soup",
"Seasoned Bread Crumbs",
"Plain Bread Crumbs",
"Seasoned Bread Crumbs",
"Plain Bread Crumbs",
"Seasoned Coating Crumbs",
"Whole Cashews, Lightly Salted",
"Sliced Bacon",
"Swirl Rye Bread",
"Potato Chips",
"Potato Chips, Barbecue",
"Sour Cream & Onion",
"Flavored Popcorn, Cheese",
"Popcorn",
"O-Ke-Doke, Flavored Popcorn, Cheese",
"O-Ke-Doke, Flavored Popcorn, Buttery",
"O-Ke-Doke, White Popcorn",
"Potato Chips",
"O-Ke-Doke, Original Corn Puffs",
"Popcorn",
"Ridges, Crispy Ridges Potato Chips",
"Ridges, Potato Chips, Sour Cream & Onion",
"Potato Chips, Barbecue",
"Old Fashioned Potato Chips",
"Potato Chips, Original",
"Potato Chips, Barbecue",
"Hot Stuff Potato Chips, Hot",
"Curly Waves Potato Chips",
"Crispy Ridges",
"Ridges Potato Chips, Open Pit Bbq",
"Potato Chips, Cheddar & Sour Cream",
"Ridges Potato Chips, Sour Cream & Onion",
"Shoestring Potatoes",
"Shoestring Potatoes, Potato Snacks",
"Krunchers!, Kettle Cooked Potato Chips, Jalapeno",
"Krunchers!, Kettle Cooked Potato Chips, Mesquite Bbq",
"Pork Skins",
"Pork Skins, Barbecue",
"Potato Chips",
"Cooked Potato Chips",
"Krunchers, Kettle Cooked Flavored Potato Chips, Sweet Hawaiian Style Onion",
"O-Ke-Doke, Chicago Mix Popcorn, Cheese And Caramel",
"Potato Chips",
"Cheese Sandwich Snacks",
"Krunchers!, Kettle Cooked Potato Chips, Original",
"Krunchers!, Kettle Cooked Potato Chips, Sweet Hawaiian Style Onion",
"Krunchers!, Flavored Potato Chips, Jalapeno",
"Krunchers!, Kettle Cooked Potato Chips, Mesquite Bbq",
"Krunchers!, Kettle Cooked Potato Chips, Kosher Dill",
"Krunchers!, Kettle Cooked Potato Chips, Original",
"Krunchers!, Kettle Cooked Potato Chips, Mesquite Bbq",
"Krunchers!, Kettle Cooked Potato Chips, Kosher Dill",
"Krunchers!, Kettle Cooked Potato Chips, Sweet Hawaiian Style Onion",
"Potato Chips, Original",
"Ridges, Crispy Ridges Potato Chips",
"O-Ke-Doke, Corn Puffs, Original",
"O-Ke-Doke, Popcorn, Cheese",
"Popcorn, Hot Cheese",
"Potato Chips, Bacon Cheddar",
"Krunchers!, Kettle Cooked Potato Chips, Original",
"Krunchers!, Kettle Cooked Potato Chips, Sriracha",
"Kettles, Old Fashioned Kettle Cooked Potato Chips",
"Potato Chips, Hot Stuff",
"O-Ke-Doke, Flavored Popcorn, Cheese",
"O-Ke-Doke, Popcorn, Hot Cheese",
"Chopped Kale",
"Creamed Spinach",
"Farm Fresh Creamed Spinach",
"Pork Roll",
"Pork Roll",
"Mixed Beans",
"Juice, Spiced Apple Cider",
"Series Salsa",
"Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Trail Mix",
"Baked Pita Chips, Sea Salt",
"Baked Multigrain Pita Chips",
"Baked Pita Chips, Tuscan",
"Original Cola",
"Exotic Vegetable Chips, Sweet Potato And Beets Blend",
"Sauce, Jellied Cranberry",
"Whole Almonds",
"Organics, Dry Roasted Almonds With Sea Salt",
"Garlic Plantain Strips",
"Organic Italian Soda, Orange, Orange Blossom & Rose",
"Organic Italian Soda, Pineapple, Juniper, Berry",
"Organic Italian Soda",
"Central Market, Organic Italian Soda, Camu Camu",
"Organic Italian Soda, Muscat Grape",
"Organic Italian Soda, Passion Fruit Strawberry",
"Mexican Rice Sauce",
"Guisada Sauce",
"Enchilada Sauce",
"Enchilada Sauce",
"Italian Salad Dressing Mix",
"Whole Wheat Spaghetti Halve's",
"Scalloped Potatoes",
"Chili With Beans",
"Mild Turkey Sausage",
"Turkey Sausage",
"Taco Seasoned Turkey Sausage",
"Italian Style Turkey Sausage",
"Sparkling Carbonated Beverage, Cranberry, Tangerine",
"Central Market, Exotic Vegetable Chips Sweet Potato Fries",
"Exotic Vegetable Chips, Sweet Potato Fries",
"Casa Magnifica, Yellow Corn Strips Tortilla Chips",
"Sweetened Black Iced Tea, Bright Citrus",
"Lemonade, Strawberry",
"Sour Cream & Chive Potatoes",
"Dilley Pickle, Pepinillos En Rodajas",
"Applesauce",
"Spirals Macaroni & Cheese",
"Specialty Series Salsa",
"Fancy Shredded Colby Jack Cheese",
"Instant Mashed Potatoes",
"Diet Original Cola, Lime",
"Diet Grape Soda, Garpe",
"Diet Strawberry Soda, Strawberry",
"Hey Joe!, Coffee Squares",
"Cinnamon Imperials Candy",
"Diet Soda, Orange",
"Diet Pineapple Soda, Pineapple",
"Organic Bronze Cut Penne Rigate, Macaroni Product",
"Dark Red Kidney Beans",
"Peeled & Deveined Shrimp",
"Cafe Coolers Instant Beverage",
"Hot Dog Chili Sauce",
"Arugula",
"Cream Cheese Spread",
"Black Olives And Capers Pasta Sauce",
"Original Diet Cola",
"Sweetened Condensed Soy Milk",
"Barbeque Sauce",
"Barbeque Sauce",
"Barbeque Sauce",
"Barbeque Sauce",
"Millerighe Pasta Di Gragnano, Macaroni Product",
"Macaroni Product, Vesuvio Pasta Di Gragnano I.G.P.",
"Salsa",
"White Cheddar Macaroni & Cheese",
"Hatch Green Chile Salsa Verde",
"Green Chile Salsa Roja",
"Turkey Flavored Stuffing Mix",
"Corn Bread Stuffing Mix",
"Plain Bread Crumbs",
"Macaroni & Chesse",
"Dr. B Soda",
"Four Cheese Pasta Sauce",
"Sandwiches",
"Lasagna",
"Lasagna",
"Mini Ice Cream Sandwiches",
"Fully Cooked Breakfast Patties",
"Turkey Breakfast Patties",
"Fruit Twists",
"Rosemary, Crackers",
"Delicatessen Garlic",
"Lentil Medley Soup",
"Pumpkin Harvest Soup",
"Soup",
"Soup",
"Texas Style Rice & Beans",
"Tuscan Rice & Beans",
"Caribbean Style Rice & Black Beans Dinner Kit",
"Greek Nonfat Strained Yogurt",
"Greek Nonfat Strained Yogurt",
"Nonfat Strained Greek 100 Yogurt",
"Pulled Pork With Smokin' Hot Mama Bbq Sauce",
"Deluxe Shells & Cheese, Microwaveable Dinner Mix",
"Cooked Medium Shrimp",
"Chicken Alfredo Dinner Mix",
"Sweet & Sassy Spinach Salad Made With Quinoa & Kale",
"Roasted Red Potatoes",
"100% Grape Juice From Concentrate",
"Juice",
"100% Juice Cranberry Blend",
"Uncured Black Forest Bacon",
"White Wine Vinegar",
"Red Wine Vinegar",
"Tex's Fixins Cream Corn",
"Green Beans, Tomato And Bacon",
"Applesauce",
"Bbq Brisket",
"Dinner Kit, Tex's Ranch Chicken",
"Panang Curry",
"Red Curry",
"Butter Chicken Dinner Kit",
"Vindaloo",
"Salmon Jerky",
"Teriyaki Salmon Jerky",
"1% Milkfat Low Fat Milk",
"Organic Carrots Snack Bags",
"Kettle Cooked Potato Chips, Mesquite Bbq",
"Au Gratin Potatoes",
"Twist, Soda Refresco, Lemon Lime",
"Premium Swiss Chocolate",
"Chicken Flavored Stuffing Mix",
"Sparkling Carbonated Beverage, Strawberry Watermelon",
"Cola, Original",
"Pasta Sauce, Spicy Red Pepper",
"Chili",
"Original Cola",
"Gelatin Dessert",
"Nectar From Concentrate",
"Texas Style Charro Beans",
"Macaroni & Cheese",
"Whole Grain Macaroni % Cheese",
"Beer Bread Mix",
"Penne Rigate Easy Pasta",
"Original Cola",
"Twist, Caffeine Free Soda, Lemon Lime",
"No Boil Lasagna, Corn And Rice Pasta",
"Ranch Salad Dressing Mix",
"Ricotta Cheese",
"Series Salsa",
"Series Salsa",
"Green Chile Tomatillo",
"Specialty Series Salsa Smoky Citrus",
"Cheddar Beer Bread Mix",
"Organics, Garlic Parmesan",
"Bread Mix, Jalapeno, Cheddar & Beer",
"Shaved Brussels Sprouts",
"Sparkling Carbonated Beverage, Peach Grapefruit",
"Specialty Series Salsa Roasted Taqueria",
"Three Cheese & Shells",
"Easy Penne Rigate Pasta",
"Deluxe Elbows & Cheese",
"Thick & Creamy Macaroni Cheese",
"Cheesy Shells",
"Beefy Taco Dinner Mix",
"Shells & Cheese",
"Sugar Sweetened Iced Tea Mix, Half & Half",
"Pasta & Cheese Sauce Mix",
"Cocktail, Cranberry Apple",
"Cocktail Juice",
"Juice Cocktail, Apple Cranberry Raspberry",
"Sparkling Carbonated Beverage, Cranberry Tangerine",
"Chunk Light Tuna",
"Pappardelle, Macaroni Product",
"Flavored Soda",
"Enriched Long Grain Rice",
"Macaroni & Cheese",
"Beef Lasagna Dinner Mix",
"Ketchup",
"Original Cola",
"Macaroni & Cheese",
"Low Calorie Soda, Orange Naturally Flavored With Other Natural Flavors",
"Old Fashioned Low Calorie Soda, Root Beer",
"Delicatessen, Pita Chips, Hatch Chile",
"Croutons, Cheese & Garlic",
"Sparkling Carbonated Beverage, Orange Mango",
"Sparkling Carbonated Beverage, Pineapple, Coconut",
"Premium Chunk Light Tuna Patty",
"Premium Chunk Light Tuna Patty",
"Salsa",
"Wild Red, Red Soda",
"Tortilla Soup",
"Delicatessen Soup",
"Baked Potato Soup",
"Wonton Strips",
"Tri Color Tortilla Strips",
"Crisp Onions",
"Dr. B, Soda",
"Baby Arugula",
"Twist Soda, Lemon Lime",
"Double Cheeseburger Macaroni Pasta & Cheese Sauce Mix",
"Tuna Alfredo Dinner Mix, Fettucine Pasta And Alfredo Sauce Mix",
"Glycemic Health Penne Macaroni Product Pasta, Estilo Penne",
"Chili",
"Homemade Style Chili With Beans",
"Zero Calorie Cola, Original",
"Three Cheddar Cheese",
"Ecomomax, Cooked Ham And Water Product",
"Buttery Homestyle Mashed Potatoes",
"Loaded Mashed Potatoes",
"Butter & Herb Mashed Potatoes",
"Roasted Garlic Mashed Potatoes",
"Mashed Potatoes",
"Jalapeno & Cheddar Mashed Potatoes",
"Sparkling Carbonated Beveragew, Pineapple Coconut",
"Sparkling Carbonated Beverage",
"Sparkling Carbonated Beverage, Peach Grapefruit",
"Ice Cream Sandwiches",
"Low Fat Ice Cream Sandwiches",
"Soup",
"Soup Sopa Crema",
"Sandwich Cookies",
"Traditional Pizza Sauce",
"Sparkling Orange Mango",
"Candy, Orange Slices",
"100% Organics Juice, Honey Crisp Apple",
"H-E-B, All Natural Arrabbiata Sauce",
"Puttanesca Sauce",
"H-E-B, All Natural Vodka Sauce",
"H-E-B, Organics, Marinara Sauce",
"H-E-B, All Natural Alla Norma Sauce",
"Breakfast Bread, Apple Strudel",
"Breakfast Bread, Cinnamon Raisin",
"Organics, Sunflower Seeds",
"Overstuffed Beef Ravioli In Tomato And Meat Sauce",
"Pasta Rings With Meatballs In Tomato Sauce",
"Pasta Rings In Tomato And Cheese Sauce",
"Mini Beef Ravioli In Tomato And Meat Sauce",
"Beef Ravioli In Tomato And Meat Sauce",
"Macaroni & Beef In Tomato Sacue",
"Egg Rolls",
"Texas Toast",
"100% Prune Juice",
"It's Juice 100% Orange Juice From Concentrate",
"Fruit Juice",
"Juice",
"100% Juice, Orange & Pineapple",
"100% Juice, White Grapefruit",
"Shrimp",
"H-E-B, All Natural Pesto Genovese",
"Central Market, Piquillo & Jalapeno Tapenade",
"H-E-B, Sun Dried Tomato Tapenade",
"H-E-B, Artichoke & Cheese Tapenade",
"Creamy Potato Soup",
"Sweet Potato Tortilla Chips With Sea Salt",
"Whole Wheat Couscous",
"Couscous",
"Couscous",
"Couscous",
"Couscous Parmesan",
"Ice Tea",
"Pink Salmon",
"Central Market, Black Pepper Uncured Bacon",
"Central Market, Apple Cinnamon Uncured Bacon",
"Central Market, Uncured Bacon, Hickory Smoked",
"Cafe Ole, Cappuccino, French Vanilla",
"Old Fashioned Oats",
"Cafe Ole, Cappuccino Coffee, Hazelnut",
"Simply Cheesy Pasteurized Cheese Product, Picoso",
"Cantinero Snack Mix, Peanuts And Chips With Chili And Garlic",
"Green Beans Club Pack",
"Cafe Ole Coffee, Mocha",
"Cafe Ole, Cappuccino, Caramel",
"H-E-B, Organics, Organics Primavera Pasta Sauce",
"H-E-B, Organics, Garlic Lover's Pasta Sauce",
"H-E-B, Organics, Mushrooms Pasta Sauce",
"H-E-B, Organics, Tomato & Basil Pasta Sauce",
"Lower Sodium Bacon",
"Borracho Beans",
"Specialty Series Salsa, Cilantro",
"Pinto Beans",
"Belgian Chocolate Pudding",
"Zero Calories Cola, Original",
"Citrus Rush Soda",
"Raisin Bran",
"Sweet Corn & Chile Salsa Relish",
"Cocoa Rageous Sweetened Rice Cereal With Real Cocoa",
"Barbeque Sauce",
"Serrano Salsa",
"Long Grain Rice",
"Wild Red, Red Soda",
"Calorie Free Diet Ginger Ale Soda, Ginger",
"H-E-B, Organics, Organics Marinara Pasta Sauce",
"Tilapia",
"Tilapia Parmesan Crusted",
"Salmon Honey Chipotle Crusted",
"Potato Crusted",
"Organics, Organic Sunflower Seeds, Roasted And Salted",
"Whole Milk Mozzarella Shredded Cheese",
"New York Extra Sharp Cheddar",
"Drunken Noodles With Chicken",
"Red Curry With Vegetables",
"Massaman Curry Sauce With Chicken",
"Roasted Tomatillo Salsa",
"Central Market, Chili Pequin Salsa",
"Black Bean Corn, & Cilantro Salsa",
"Salsa",
"Chipotle Salsa",
"That Red Sauce",
"Instant Oatmeal",
"Deli Style Pepperoni Pizza",
"Supreme Pizza",
"Pancake & Waffle Mix",
"Pancake & Waffle Mix",
"Diet Cola, Original",
"Pizza Sauce, Traditional",
"Roasted Garlic Pizza Sauce",
"Stuff 'Em, Whole Jalapenos For Stuffing",
"Squeeze Me! Blended Fruit Sauce",
"Apple Strawberry Banana",
"Blended Friut Sauce",
"Squeeze Me!",
"Pork & Beef Cocktail Smokies Sausage",
"Mild Cheddar Sliced Cheese",
"Colby Shredded Cheese",
"Cheddar Cheese",
"Shredded Cheese",
"Mild Cheddar Sliced Cheese",
"Monterey Jack Shredded Cheese",
"Monterey Jack Sliced Cheese",
"Sharp Cheddar Cheese",
"Sharp Cheddar Sliced Cheese",
"Baked Multigrain Pita Chips",
"Queso Fredo, Pasta Sauce",
"Cream, Tomatoes & Cajun Spices",
"Mild Cheddar Cheese Sticks",
"Mexican Blend Shredded Cheese",
"Queso Rojo, Pasta Sauce, Tomatoes, Manchego,And Cotija Cheeses",
"Texas Marinara, Tomatoes Sweetened With Texas Honey, Pasta Sauce",
"Organic Cream Cheese",
"Nonfat Greek Strained Yogurt",
"Casa Magnifica,Yellow Corn",
"Sweet Peas",
"Fat Free Refried Pinto Beans",
"Refried Black Beans",
"Refried Pinto Beans",
"Grahams, Honey Con Miel",
"Pickle Me Dilley, Whole Spiced Polish Dills",
"Italian Salad",
"Green Soup",
"Yellow Soup",
"Orange Soup",
"Red Soup",
"Raisin Bran Cereal",
"Almond Milk",
"Almond Milk",
"Almond Milk",
"Juice",
"Peanut Buttery Filled Squares Cereal",
"Unsweetened Apple Sauce",
"Apple Sauce",
"Sandwich Crackers",
"Hot Cocoa Mix",
"Hot Cocoa Mix",
"Organics, Pasta Rings In Tomato Sauce",
"Organics, Cheese Ravioli In Tomato Sauce",
"Premium Ice Cream",
"Crispy Rice, Cereal",
"Grahams Cinnamon",
"Tomato Basil Soup",
"Organics, Lentil Soup",
"Beef Stock",
"Opti-Meal Protein Meal Bar",
"Rich Golden Crackers",
"Thin Wheat Crackers",
"Organics, Traditional Pizza Sauce",
"Smoked Uncured Bacon",
"Penne Rigate, Macaroni Product",
"Chicken Breast Chunks With Rib Meat",
"Whole Wheat Spaghetti",
"Whole Wheat Linguine Pasta, Macaroni Product",
"Whole Wheat Penne Rigate",
"Whole Wheat Elbows Pasta",
"Whole Wheat Fusilli, Macaroni Product",
"Tomato Sauce",
"Applesauce",
"Unsweetend Applesauce",
"Whole Peeled Tomatoes",
"Tomato Paste",
"Roasted Garlic Bread",
"Multigrain Bread",
"Ciabatta Bread",
"Tortilla Strips",
"Mi Comida Shredded Asadero Style Cheese",
"Queso Tipo Manchego Rallado De Leche Entera De Vaca Shredded Manchego Style Cheese",
"Shredded Oaxaca Style Cheese",
"Shredded Quesadilla Cheese",
"Shredded Muenster Cheese",
"Whole Raw Cashews",
"Whole Dry Roasted Cashews With Sea Salt",
"Raw Almonds",
"Dry Roasted Almonds",
"Blueberries",
"Broccoli Cuts",
"Pumpkin Spice Muffin Bars",
"Normandy Blend",
"Cold Soup",
"Cold Soup",
"Gazpacho Cold Soup",
"Cold Soup",
"Mesquite Smoked Turkey Breast And White Turkey",
"Turkey Breast And White Turkey",
"Deli Shaved Black Forest Smoked Ham",
"Just Peachy Soda, Peach",
"Apple Crisp Soda, Apple",
"Mini Pancakes",
"Whole Roasted Cashew",
"Premium Seasoned Croutons",
"Premium Croutons, Caesar",
"Premium Croutons, Onion & Garlic",
"Good Stuff Salsa",
"Salsa",
"Restaurant Salsa",
"Great Escape Smoothie",
"Mustard",
"Organics, Marinara Pasta Sauce",
"Organics, Pasta Sauce, Tomato Basil",
"Garlic Lovers Pasta Sauce",
"Peanut Butter",
"Popcorn",
"Mild Salsa",
"Medium Salsa",
"Organic Mini Cut & Peeled Carrots",
"Freeze Pops",
"Organics, Vegetarian Chili",
"All Purpose Flour",
"Fat Free Milk",
"2% Reduced Fat Milk, Vitamins A & D",
"Crustless White Bread",
"Crustless Wheat Bread",
"Central Market, Organics Half & Half",
"Chocolate Milk",
"Desert Honey",
"Light Smoked Gouda Cheese Wedges",
"Cliantro & Lime",
"Triple Chip Cookies",
"Habanero Mango & Red Pepper",
"Aji- Peruvian Yellow Pepper",
"Cherry Sweet & Spicy",
"Fudge Cookies",
"Country Spread",
"Country Spread",
"Vegetable Oil Country Spread",
"Organic Milk",
"Snowfloss",
"Kraut",
"Polish Style With Caraway Seeds Kraut",
"Bavarian Style Sweet With Caraway Seeds",
"Sardinas In Soybean Oil",
"Sardines In Olive Oil",
"Skinless & Boneless Sardines In Soybean Oil",
"Sprats Ahumados",
"Sardinas",
"Skinless & Boneless Sardines",
"Fillets Of Anchovies In Olive Oil",
"Anchovies In Olive Oil",
"Rolled Fillets Of Anchovies",
"Smoked Anchovy Fillets",
"Anchovy Paste",
"Whole Baby Clams",
"Minced Clams",
"White Crab Meat",
"Skinless & Boneless Mackerel Fillets In Soybean Oil",
"Smoked Mussels",
"Marinated Mussels",
"Smoked Oysters",
"Escorgots Snails",
"Escargot Snails",
"Spiced Octopus With Vegetables",
"Grilled Artichoke Hearts Fresh Pack",
"Grilled Piquillo Peppers",
"Bruschetta Piquillo",
"Fusion Solutions, Cranberry Horseradish Finishing Sauce",
"Artichoke Hearts",
"Artichoke Hearts",
"Artichoke Hearts",
"Imported Artichoke Hearts Marinated & Quartered",
"Marinated Artichoke Hearts",
"Marinated Artichoke Salad With Olives & Pimientos",
"Artichoke Bottoms",
"Artichoke Bottoms",
"White Asparagus",
"Sliced Bamboo Shoots",
"Sliced Mushrooms",
"Whole Mushrooms",
"Wild Forest Mushrooms",
"Dried Porcini Mushrooms",
"Dried Mixed Wild Mushrooms",
"Dried Shiitake/Black Mushrooms",
"Whole Baby Corn",
"Baby Corn Pickled",
"Marinated Fire Roasted Red Peppers",
"Fire Roasted Red Peppers",
"All Natural Marinated Whole Long Red Peppers",
"Marinated Red Pepper Strips",
"Whole Golden Pepperocini",
"Sweet & Peeled Red Pimientos",
"Hot Sliced Jalapeno Peppers",
"Sliced Banana Peppers",
"Marinated Hearts Of Palm",
"Hearts Of Palm Premium",
"Hearts Of Palm",
"Green Lentils",
"Grape Leaves",
"White Truffle Cream",
"White Truffle Cream",
"Black Truffle Cream",
"Eggplant Caponata Appetizer",
"Chestnut Puree",
"Sun-Dried Tomatoes In Olive Oil",
"Sun-Dried Tomato Pesto",
"Pesto",
"Kalamata Greek Olive Spread",
"Arugula Pesto",
"Lemon Pesto",
"Maraschino Cherries",
"Cherries, Lime",
"Cherries, Passion Fruit",
"Cherries, Wild Berry",
"Mango Slices In Light Syrup",
"Papaya Chunks In Light Syrup",
"Tropical Fruit Salad",
"White Peach Halves In Light Syrup",
"Kadota Figs Whole In Light Syrup",
"Whole White & Ruby Red Grapefruit Segments Mix In Light Syrup",
"Fancy Whole Mandarin Oranges",
"Fancy Whole Mandarin Oranges Segments In Water",
"Fancy Whole Mandarin Oranges",
"Speculoos Cookie Butter",
"Capers In Sherry Vinegar",
"Pure Ground Sesame Seed",
"Ground Black Sesame Seeds Tahini",
"Spiced Tahini Ground Sesame Seeds",
"Wasabi Paste, Ready-To-Use",
"Indian Major Grey's Mango Chutney",
"Extra Strong Dijon Mustard",
"Duck Sauce, Sweet & Sour",
"Green Peppercorns In Vinegar",
"Garlic Cloves With Fine Herbs",
"Glaze Made With Balsamic Vinegar Of Modena",
"White Balsamic",
"Seasoned Rice Wine Vinegar",
"Balsamic Vinegar Of Modena",
"Chianti Red Wine Vinegar",
"Don Bruno, Sherry Vinegar",
"White Truffle Oil",
"Black Truffle Oil",
"Fine Crystals Sea Salt",
"Coarse Crystals Sea Salt",
"Sea Sa;Lt",
"Rough Cut Sugar Cubs From Pure Cane",
"Whole Wheat Crackers",
"Country Style Crackers",
"Water Crackers",
"Classic Water Crackers",
"French Galettes Shortbread Cookies",
"French Table's Shortbread Cookies",
"Chocolate Tartlettes",
"Raspberry Tartlettes",
"Strawberry Tartlettes",
"Lemon Tartlettes, Lemon",
"Tartlettes, Apricot",
"Manzanilla Olives Stuffed With Anchovies",
"Green Mount Pelion Olives",
"Manzanilla Olives Pimento Stuffed",
"Israeli Couscous, Roasted Garlic",
"Israeli Couscous",
"Israeli Couscous, Garlic Jalapeno",
"Porcini Mushroom Israeli Couscous",
"Israeli Couscous, Roasted Garlic",
"Tuscan Herb Israeli Couscous",
"Barley Couscous",
"Pre-Cooked Couscous",
"Pre-Cooked Whole Wheat Couscous",
"Farro",
"Pre-Washed White Quinoa",
"White Quinoa",
"Polenta",
"Amaranth",
"Quinoa, Lemon Curry",
"Pre-Washed Red Quinoa",
"Pre-Washed Red Quinoa",
"Quinoa, Roasted Garlic",
"Quinoa Garden Vegetable",
"Black Quinoa, Pre-Washed",
"Quinoa Black Bean",
"Quinoa, Toasted Sesame Ginger",
"Quinoa Mediterranean",
"Kaniwa Grain",
"Quinoa Sun - Dried Tomato",
"Quinoa, Onion & Chive",
"Organic Buckwheat Soba Noodles",
"Lo Mein Noodles",
"Traditional Udon Noodles",
"Truffle Mac & Cheese",
"Whole Wheat Truffle Mac & Cheese",
"Basmati Rice",
"Brown Basmati Rice",
"Farfalle Tricolor, Traditional Artisanal Pasta",
"Puff Pastry Crisps Twists, Swiss Cheese",
"Puff Pastry Crips Twists, Spinach Gruyere",
"Kalamata Olive Twists, Puff Pastry Crisps",
"Glaze Balsamic Vinegar Of Modena",
"Pomegranate Glaze Made With Balsamic Vinegar Of Modena",
"Balsamic Glaze, Tamarind",
"Balsamic Vinegar Of Modena, Fig Glaze",
"Glaze, Ginger",
"Rose' Balsamic",
"Sesame Seeds, Wasabi",
"Original Rice Crackers",
"Nori Seaweed Rice Crackers",
"Maki Rolls, Seaweed Wrapped Rice Crackers",
"Wasabi Coated Peanuts, Hot",
"Straw Mushrooms, Broken",
"Dried Seaweed",
"Korma Luxury Curry Sauce, Mild",
"Rogan Josh Medium Luxury Curry Sauce",
"Jalfrezi Luxury Curry Sauce, Medium",
"Madras, Curry Sauce, Hot",
"Vindaloo Hot Luxury Curry Sauce",
"Luxury Mint Chutney",
"Lite Coconut Milk",
"Satay Peanut Sauce",
"Spicy Black Bean Sauce, Spicy",
"Oyster Sauce",
"Sesame Oil",
"Classic Style Melba Sauce With Black & Red Raspberries",
"Sriracha Chili Sauce",
"Thai Style Spicy Chili Sweet Sauce",
"Oriental Style Chili Sauce, Hot",
"Hot Sesame Oil",
"Curry Yellow Paste",
"Curry Green Paste",
"Szechuan Hot Paste",
"Barbeque Sauce, Garlic Honey",
"Garlic Chili Sauce",
"Mango Chili Sauce",
"Chili Sauce, Pineapple",
"Ginger Chili Sauce",
"Fish Sauce",
"Lemon Sliced Grass",
"Panko Bread Crumbs",
"Panko Whole Wheat Bread Crumbs",
"Bread Crumbs",
"Premium White Miso Soybean Paste Shiro Miso",
"Whole Lychees In Heavy Syrup",
"Cocktail Sauce For Seafood, Extra Hot",
"Recipe & Seasoning Mix, Tomato Basil Salmon",
"Caribbean Citrus Seafood Marinade Mix",
"Salmon Rub",
"Scampi Seafood Sauce",
"Flavored Seafood Sauce, Lemon Butter Dill",
"Lemon Butter Dill Flavored Seafood Sauce",
"Seafood Sauce, Cajun",
"Golden Dipt, Oven Easy Seafood Coating Mix, Lemon & Pepper",
"Cocktail Sauce For Seafood",
"Tartar Sauce For Seafood",
"Golden Dipt, All-Purpose Breading, Fry Easy, Fry Mix",
"Golden Dipt, Cracker Meal, Seafood Fry Mix",
"Seafood Steamers Seasoning & Steaming Bag",
"Seafood Steamers Seasoning & Steaming Bag, Lemon Garlic",
"Asian Seafood Sauce",
"Santa Fe Style Seafood Sauce",
"Mediterranean Seafood Sauce",
"Golden Dipt, All-Purpose Batter, Fry Easy Fry Mix",
"Golden Dipt, Fry Easy Onion Ring Seasoned Batter Mix",
"Golden Dipt, Cajun Seafood Fry Mix",
"Golden Dipt, Seafood Fish Fry Mix",
"Golden Dipt, Hush Puppy Corn Meal Mix",
"Golden Dipt, Seafood Fry Mix",
"Golden Dipt, Fry Easy Funnel Cake Batter Mix",
"Nacho Cheese Sauce, Medium",
"Nacho Cheese Sauce, Chipotle",
"Ghost Pepper Nacho Cheese Sauce, Scary Hot",
"Chipotle Barbecue Sauce",
"Ghost Pepper Barbecue Sauce, Hot",
"Hot Chow Chow",
"Jalapeno Green Salsa, Hot",
"Hot Salsa",
"Mild Salsa",
"Gourmet Salsa, Medium",
"Medium Black Bean Salsa",
"Habanero Salsa",
"Classic Barbecue Sauce, Medium",
"Chipotle Corn Salsa, Medium",
"Roasted Salsa",
"Peach Salsa, Mild",
"Raspberry Chipotle Salsa, Medium",
"Mango Habanero Salsa, Medium Hot",
"Tequila Salsa",
"Pineapple Salsa",
"Pomegranate Salsa With Chipotle, Medium",
"Jalapeno Peppers, Nacho Sliced",
"Ghost pepper salsa",
"Portabella Mushroom Authentic Italian Pasta Sauce",
"Apple Juice",
"100% Pure Cider",
"100% Pure Apple Juice",
"Gold Medal, Unfiltered Apple Juice, Apple",
"Organic Sparkling Cider",
"Sparkling Cider",
"Martinelli's, Gold Medal, Organic Apple Juice",
"Martinelli's, Gold Medal, 100% Pure Apple Juice",
"100% Sparkling Juice, Apple Cranberry",
"Organic Sparkling Apple Juice",
"Martinelli's, Gold Meal, Apple Juice",
"Martinelli's, Sparkling Apple-Mango Juice",
"Martinelli's, Gold Medal, Sparkling Apple-Grape Juice, Apple, Grape",
"Sparkling Organic Apple - Grape Juice",
"Martinelli's, 100% Apple Juice",
"Martinelli's, Sparkling Beverage, Red Grape",
"Martinelli's, Organic Sparkling Juice, Apple-Peach",
"Classic Lemonade",
"Prickly Passion Lemonade",
"Blood Orange",
"Martinelli's, Gold Medal Sparkling Cider, California Apples",
"Muffins, Apple Spice",
"Chopped Mustard Greens",
"Chopped Turnip Greens",
"Chopped Kale",
"Ultimate Double Chocolate Chip Cookies",
"Ultimate Oatmeal Raisin Cookies",
"Fresh Ultimate Peanut Butter Cookies",
"Pretzel Hamburger Buns",
"Fresh Pretzel Demi Baguette",
"Vortex, Dessert Cake",
"Fresh Cinnamon Roll Iced",
"Baking Chips, Vanilla White",
"Baking Chips, Butterscotch",
"Candiquick, Candy Coating, Chocolate",
"Butter Pasta & Sauce",
"Alfredo Pasta & Sauce",
"Fresh Crispy Almond Cookie",
"Crispy Salted Caramel Cookie",
"Fresh Crispy Brownie Cookies 10 Ct",
"Fresh Crispy Chocolate Chip Cookie, Chocolate Chip",
"Sea Salt Caramel Chocolate Pie",
"Chocolate Creme Pie",
"Fresh Banana Creme Pie",
"Fresh Wholegrain Multi-Seed Sliced Loaf Bread",
"Candiquick, Candy Coating, Vanilla",
"Naturals Black Beans",
"Light Red Kidney Beans",
"Fresh Louisiana Crunch Creme Cake",
"Fresh Chocolate Creme Cake",
"Fresh Cut Out Cookies, Sugared Pumpkin",
"Cut Out Cookies",
"Cinnamon Crunch Muffins",
"Kettle Cooked Potato Chips, Jalapeno",
"Dessert Gelatin, Berry Blue",
"Instant Pudding & Pie Filling, Banana Cream",
"Bake At Home Ultimate Chocolate Chip Cookie",
"Sugar Cookies",
"Brownie Bites",
"Fresh Mini Black And White Snack Cake",
"All Butter Madeleine",
"Multigrain Mini Baguette",
"Cracked Wheat Rolls",
"Angel Food Cake",
"Ultimate Pumpkin White Chocolate Cookies",
"Fresh Ultimate Pumpkin Cookies, White Chocolate",
"Pumpkin Chiffon Pie",
"Ciabatta Roll Square",
"Multigrain Ciabatta Roll Square",
"Fresh Italian Sliced Sandwich Bread",
"Party Cheese, Pasteurized Process Cheese Snack, Cheddar",
"Party Cheese, Pasteurized Process Cheese Snack, Sharp Cheddar",
"Party Cheese, Pasteurized Process Cheese Snack, American",
"Mustard, Original",
"Organics, Monterey Jack Cheese",
"Organics, Mild Cheddar Cheese",
"Organics, Feta Crumbled Cheese",
"True Goodness, Crumbled Blue Cheese",
"Cocktail Sauce For Seafood",
"White Round Tortilla Chips",
"Organic Spicy Brown Mustard",
"Light French Style Dressing",
"Italian Dressing, Light",
"Thousand Island Dressing Light",
"Regular Pork Sausage Roll",
"Sugar Free Gelatin Dessert, Strawberry",
"Restaurant Style Family Size Tortilla Chips",
"Pie Crust",
"Enriched All-Purpose Flour",
"Colby Jack Cheese",
"Organic Dijon Mustard",
"Gemelli, Enriched Macaroni Product",
"Tri-Color Farfalle, Enriched Spinach & Tomato Macaroni Product",
"Cavatappi, 100% Durum Semolina , Enriched Macaroni Product",
"Ranch Dip Mix",
"Italian Dressing Mix",
"Everything Bagels",
"Waffles, Chocolate Chip",
"Jumbo Flaky Biscuits, Buttermilk",
"Hearty Layers Flaky, Buttermilk",
"Pine Nuts",
"Nut Topping",
"Instant Oatmeal, Cinnamon Roll",
"Amish Baked Beans, Three Varieties Of Beans With Pork In A Sweet And Tangy Barbecue Sauce",
"Buttermilk Ranch Dressing",
"Creamy Select, Frosting, Creamy Lemon",
"No Bake Cheesecake Mix, Cherry",
"Bratwurst, Original",
"Italian Sausage, Hot",
"Fresh Polish Sausage, Original",
"Sliced Swiss Aged Cheese",
"Chunk Braunschweiger",
"Lima Beans",
"Mixed Vegetables",
"Select Italian, Whole Wheat Penne Rigate",
"Select Italian, Whole Wheat Rotini",
"Baking Chips, Peanut Butter",
"Cholesterol & Fat Free Evaporated Milk",
"Cream Of Potato Condensed Soup",
"Moist Select, Brownie Mix, Chocolate Fudge",
"Classic Potato Chips, Original",
"Soft Margarine 80% Soybean Oil Spread",
"Preserves, Red Raspberry",
"Sloppy Joe Sauce",
"Butter",
"Sloppy Joe Seasoning Mix",
"Mushroom Gravy Mix",
"Pork Gravy Mix",
"Beef Stew Seasoning Mix",
"Brown Gravy Mix",
"Chili Seasoning Mix",
"Chicken Gravy Mix",
"Organics, Hazelnut Creamer",
"French Vanilla Creamer Made With Real Milk And Cane Juice",
"Double Dipped Peanuts, Milk Chocolate",
"Chocolate Peanut Clusters, Roasted Peanuts Drenched In Rich Milk Chocolate, Chocolate",
"Chocolate Covered Raisins",
"Sharp Cheddar Singles",
"American Cheese Singles",
"Low-Moisture Park-Skim Mozzarella Cheese",
"Natural Mozzarella Cheese",
"Colby Jack Cheese",
"Decaffeinated Classic Black Tea",
"Fruit Slices",
"Spice Drops",
"Caramel Nut Clusters Milk Chocolate",
"Pepper Jack, Monterey Cheese With Jalapeno Peppers",
"Pepper Jack",
"Singles Swiss Cheese",
"Green Tea",
"Plain Cake Donuts",
"Wheat Select, Saltine Crackers",
"Malted Pancake & Waffle Mix",
"Complete Pancake Mix, Blueberry",
"Salsa Con Queso, Medium",
"Stadium Style Cheddar Dip",
"White Salsa Con Queso, Medium",
"Black Bean Dip",
"Organic Salted Rice Cake",
"Organic Unsalted Rice Cakes",
"Instant Pudding & Pie Filling, Chocolate",
"Fresh Glazed Donut Holes, Plain",
"English Muffin Bread",
"Glazed Chocolate Cake Donut Hole",
"Brown & Serve White Rolls",
"White Hamburger Enriched Buns",
"White Hamburger Buns",
"Enriched White Hot Dog Buns",
"White Hot Dog Buns",
"Vitamin D Milk",
"Vitamin D Milk",
"Vitamin D Grade A Milk",
"2% Reduced Fat Milk",
"2% Reduced Fat Milk",
"2% Reduced Fat Milk",
"Fat Free Milk",
"Fat Free Milk",
"Cultured Lowfat Buttermilk",
"Cultured Lowfat Buttermilk",
"Grade A Pasteurized Half & Half",
"Half & Half",
"1% Lowfat Milk",
"1% Lowfat Milk",
"Heavy Whipping Cream",
"Encore!, Cola",
"Small Curd Pasteurized Cottage Cheese",
"Large Curd Pasteurized Cottage Cheese",
"Small Curd Pasteurized Cottage Cheese",
"Large Curd Pasteurized Cottage Cheese",
"Sour Cream, Original",
"Original Sour Cream",
"Grade A Fat Free Milk",
"100% Juice, Prune",
"Finely Shredded Cheddar Jack Cheese",
"Mini Muffinns, Cranberry Orange",
"Deluxe Macaroni And Cheese Dinner",
"Asiago Cheese Bagel",
"Baking Chips, Milk Chocolate",
"Finely Shredded Mexican 4 Cheese",
"Corn On The Cob",
"Macaroni Salad",
"Macaroni Salad",
"American Potato Salad",
"American Potato Salad",
"Potato Salad, Mustard",
"Potato Salad, Mustard",
"Amish Potato Salad",
"Amish Potato Salad",
"Refried Beans",
"Vegetarian Refried Beans",
"Noodle-Iscious Condensed Soup",
"Cream Of Broccoli Condensed Soup",
"Original Sausage Links",
"Sausage Links, Maple",
"Graham Cracker Pie Crust",
"Ultimate Peanut Butter Cookies",
"Sugared Shamrock Cut Out Cookies",
"Plain Cake Donut Holes",
"Mini Muffins, Blueberry",
"Lemon Poppyseed Mini Muffins",
"Cream Cheese Muffins",
"Banana Nut Muffins",
"Fresh Raisin Bran Muffins",
"Double Choc Chip Muffins",
"Fresh Chocolate Chip Muffins",
"Pumpkin Muffins",
"Whole Wheat Mini Bagels",
"Fresh Lemon Creme Cake",
"Pumpkin Creme Roll",
"Mini Carrot Cupcake",
"Market Fresh, Apple Danish Coffee Cake Ring",
"Fresh Coffee Cake Ring, Cinnamon Pecan",
"Variety Pack Mini Muffin",
"Cheesecake Mom Fudge Brownie",
"Waffles",
"Waffles, Buttermilk",
"Waffle, Cinnamon",
"Waffles, Blueberry",
"Dry Roasted Peanuts",
"Orange Juice",
"Crab Deluxe Flake Style Imitation Crabmeat",
"Crab Deluxe Imitation Crabmeat",
"Chunk Style Lobster Deluxe Imitation Meat",
"100% Durum Semolina Alphabets, Enriched Macaroni Product",
"Enriched Macaroni Product, Tubettini Pasta",
"Orzo, Enriched Macaroni Product",
"Radiatore, Enriched Macaroni Product",
"Whipped Cream Cheese Spread",
"Fresh Assorted Cake Donut Holes",
"Red Velvet Muffins",
"Unsweetened Dark Sweet Cherries",
"Unsweetened Blackberries",
"Unsweetened Sliced Peaches",
"Medley Berry",
"Unsweetened Tart Cherries",
"Unsweetened Blueberries",
"Mixed Fruit, Unsweetened Peaches, Strawberries, Grapes, Cherries & Pineapple",
"Beef Gravy",
"Chicken Gravy",
"Turkey Gravy",
"Spaghetti",
"Grated Parmesan Style Topping",
"Fully Cooked Bacon, Natural Smoke Flavor",
"Cream Cheese Spread, Garden Vegetable",
"Peach Praline Pie",
"Fresh Market, Angel Food Ring Cake",
"Mini Two Tone Cupcake",
"Mini Candy Bite Cookies",
"Frosted Cookie",
"Oven-Ready Lasagna, Enriched Macaroni Product",
"Pumpernickel",
"Rye Swirl Bread",
"Potato Dinner Roll",
"Meijer Round Pumpernickel Bread",
"Glazed Pumpkin Donut Holes",
"Raspberry Danish Coffee Cake",
"Boneless Skinless Chicken Breast Portions With Rib Meat",
"Elbow Macaroni",
"Spaghetti, Enriched Spaghetti Product",
"Juice Cocktail, Cranberry",
"Juice Cocktail, Cranberry Apple",
"Juice Cocktail Flavored Juice Beverage With 3 Other Juices From Concentrate, Cranberry Raspberry",
"100% Juice, White Grapefruit",
"Ruby Red Grapefruit Juice Cocktail",
"Natural Colby Cheese",
"Sliced Pepperoni",
"Sliced Pepperoni",
"Butter",
"100% Vegetable Juice",
"Limeade Concentrate",
"Complete Pancake Mix, Buttermilk",
"Complete Pancake Mix",
"Bread Crumbs",
"Great For Baking Or Frying, Toppings, Stuffing And Coatings",
"Water Added Cooked Ham",
"Cut Yams Sweet Potatoes In Syrup",
"Cut Yams",
"Instant Oatmeal, Strawberry & Cream",
"Instant Oatmeal, Peaches & Cream",
"Regular Instant Oatmeal",
"Cooked Sausage Links, Original",
"Cooked Sausage Links, Maple",
"Small Curd Pasteurized Cottage Cheese, Fat Free",
"Sour Cream, Original",
"Fat Free Sour Cream",
"Baked Wheat Crackers",
"Steak Sauce, Original",
"American Singles",
"Jumbo Homestyle Biscuits, Buttermilk",
"Red Sockeye Salmon",
"Chicken Breast Portions",
"Turtle Drizzle Brownie",
"English Muffins, Cinnamon Raisin",
"Juice Cocktail, Cranberry Strawberry",
"100% Juice",
"Juice Cocktail, Cranberry Grape",
"Pasta Sauce Meatless",
"Organic Sloppy Joe Sauce",
"Stuffed Shells Cheese",
"Long Grain Instant White Rice",
"Instant Brown Rice",
"Instant Boil-In-Bag Rice, Precooked Enriched Long Grain White Rice",
"Select, Saltine Crackers",
"Diced Onions",
"Red Raspberries",
"White Pita Bread",
"Wheat Pita Bread",
"Applause, Reduced Fat Crackers",
"Plain Bagels",
"Chipsters, Chunky Chocolate Chip Cookies",
"Orange Juice, Orange",
"Select, Soup & Chili Crackers",
"Jumbo Rolls With Icing, Cinnamon",
"Turkey Breast, Oven Roasted",
"Garlic Bread Sticks, Butter",
"Oriental Fried Rice Mix With Vermicelli & Herbs",
"Cooked Sausage Patties",
"Creamy Select, Frosting, Creamy Fudge",
"Creamy Select, Frosting, Creamy Vanilla",
"Creamy Select, Frosting, Milk Chocolate",
"Moist Select, Muffin Mix, Blueberry",
"Moist Select, Chocolate Nut Brownie Mix, Chocolate Chunk Walnut",
"Moist Select, Classic White Cake Mix",
"Moist Select, Classic Yellow Cake Mix",
"Moist Select, Devil's Food Cake Mix",
"Moist Select, Deep Chocolate Cake Mix, Deep Chocolate",
"Moist Select, Cake Mix, Classic Pound",
"Moist Select, Cake Mix, Angel Food",
"Onion Soup Mix",
"Select Italian, Rigatoni, 100% All Natural Macaroni Product",
"Select Italian, Rotini, All Natural Macaroni Product",
"Select Italian, Fettuccine, All Natural Macaroni Product",
"Select Italian, Linguine",
"Select Italian, Spaghetti All Natural Macaroni Product",
"Select Italian, Capellini",
"Julienne Potatoes",
"Select Italian, Farfalle",
"Chicken Noodle Condensed Soup",
"Chicken With Rice Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Vegetable With Beef Stock Condensed Soup",
"Cream Of Mushroom Condensed Soup",
"Tomato Condensed Soup",
"Tomato Condensed Soup",
"Juice Cocktail From Concentrate, Cranberry",
"Rainbow Rotini Pasta",
"Bean With Bacon Condensed Soup",
"Unpeeled Apricot Halves",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail 100% Juice In Pear Juice Frm Concentrate",
"Chunky Mixed Fruit 100% Juice In Pear Juice From Concentrate",
"Peach Halves In Heavy Syrup, Yellow Cling",
"Yellow Cling Peach Slices In Heavy Syrup",
"Yellow Cling In Peach Juice And From Concentrate",
"Peach Halves In Peach Juice And Pear Juice From Concentrate, Yellow Cling",
"Bartlett Pear Halves In Heavy Syrup",
"Bartlett Pear Halves, 100% Juice In Pear Juice From Concentrate",
"Bartlett Pear Slices In Heavy Syrup",
"Pear Slices In Pear Juice From Concentrate, Bartlett",
"Mostaccioli, Enriched Macaroni Product",
"Medium Shells Enriched Macaroni Product",
"Baked Whole Wheat Crackers",
"Woven Wheats, Baked Whole Wheat Crackers",
"Cream Cheese Spread With Other Natural Flavor, Strawberry",
"Cream Cheese Spread, Chive + Onion",
"Texas Toast Bread",
"Kettle Cooked Potato Chips, Original",
"Colby Jack Cheese",
"Small Shells Macaroni Product",
"Rotelle",
"Enriched Macaroni Product, Penne Rigate",
"Enriched Macaroni Product, Bow Ties 100% Durum Semolina",
"Hamburger Buns",
"Sandwich White Bread",
"Maraschino Cherries",
"Maraschino Cherries With Stems",
"Maraschino Cherries",
"Double Cheddar Natural Cheese",
"Cheddar & Monterey Jack Cheese",
"Colby Jack Cheese",
"Stuffing Mix, Chicken",
"Italian Style Shredded Mozzarella Cheese",
"Flour Tortilla, Fajita",
"Classic Garlic Bread",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Raspberry",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Strawberry",
"Sugar Free & Fat Free Instant Pudding & Pie Filling, Butterscotch",
"Pudding & Pie Filling, Chocolate",
"Pudding & Pie Filling, Vanilla",
"Cook & Serve Pudding & Pie Filling, Chocolate",
"Instant Pudding & Pie Filling, Chocolate",
"Instant Pudding & Pie Filling, Coconut Cream",
"Instant Pudding & Pie Filling, Pistachio",
"Cream Of Celery Condensed Soup",
"Vegetable Beef Condensed Soup",
"Mustard",
"Instant Pudding & Pie Filling, Vanilla",
"Instant Pudding & Pie Filling, French Vanilla",
"Gelatin Dessert, Grape",
"Fat Free Flavored Mini Marshmallows, Lemon, Lime, Orange & Strawberry",
"Gelatin Dessert, Lime",
"Unflavored Gelatin",
"Creamy Select, Frosting, Cream Cheese",
"French Dressing",
"Italian Dressing",
"Ranch Dressing",
"Sandwich Cremes Cookies, Vanilla",
"Assorted Sandwich Cremes",
"Duplex Sandwich Cremes Cookies",
"Sandwich Cremes Cookies, Lemon",
"Original English Muffins, Original",
"Chunky Three Cheese Pasta Sauce",
"Chunky Zesty Garlic & Cheese Pasta Sauce",
"Garden Combo Pasta Sauce",
"Pudding & Pie Filling, Butterscotch",
"Diced Green Bell Peppers",
"Light Red Kidney Beans",
"Light Red Kidney Beans",
"Dark Red Kidney Beans",
"Deluxe Macaroni And Cheese Dinner",
"Spirals Macaroni And Cheese Dinner, Original",
"Flour Tortillas",
"Pizza Sauce",
"Crescent Rolls",
"Medium Cheddar",
"Finely Shredded Cheddar Cheese, Mild",
"Kettle Cooked Potato Chips, Mesquite Bbq",
"Baked Wheat Crackers",
"Stuffing Mix, Natural Turkey Flavored",
"No Bake Cheesecake Mix, Original",
"Elbow Macaroni, Enriched Macaroni Product",
"Sliced Jalapenos, Hot",
"Egg-Free, Noodle Style, Extra-Wide Pasta",
"Pretzels",
"Reduced Calorie Lite Syrup, Butter",
"Mustard, Dijon With White Wine",
"Walnuts",
"100% Pure Orange Juice",
"Small Curd Pasteurized Cottage Cheese",
"Small Curd Pasteurized Cottage Cheese",
"Light Sour Cream",
"Applesauce, Original",
"Applesauce, Cinnamon",
"Applesauce, Unsweetened",
"Applesauce, Chunky",
"Mandarin Orange Segments In Light Syrup",
"Yellow Cling Peach Slices In Heavy Syrup",
"Yellow Cling Peach Slices In Heavy Syrup",
"Peach Halves In Heavy Cyrupe, Yellow Cling",
"Yellow Cling Peach Slices, 100% Juice In Peach Juice And Pear Juice",
"Pear Slices In Heavy Syrup, Bartlett",
"Pear Halves In Heavy Syrup, Bartlett",
"Bartlett Pear Halved In Heavy Syrup",
"Pear Halves 100% Juice In Pear Juice From Concentrate, Bartlett",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Pear Juice From Concentrate",
"Mini Marshmallows",
"Mini Marshmallows",
"Fat Free Marshmallows",
"Fat Free Marshmallows",
"Stuffing Mix, Chicken Flavored",
"Gourmet Crackers",
"Wafers, Vanilla",
"Saltine Crackers",
"Applause, Low Sodium Crackers",
"Applause, Crackers",
"Select, Saltine Crackers",
"Halves Pecans",
"Sliced Almonds",
"Slivered Almonds Nuts",
"Walnuts",
"Premium Quality Chopped Walnuts",
"Black Walnuts",
"Sliced Blanched Almonds",
"Wheat Bread",
"Alaskan Pink Salmon",
"Fine Egg Noodles",
"Medium Egg Noodles",
"Enriched Noodle Product, Wide Egg Noodles",
"Extra-Wide Egg Noodles, Enriched Noodle Product",
"Rigatoni, Enriched Macaroni Product",
"Enriched Macroni Product",
"Mixed Vegetables",
"Cut Green Beans, No Salt Added",
"Cut Green Beans",
"Cut Green Beans",
"French Style Green Beans",
"French Style Green Beans",
"French Style Green Beans",
"Whole Green Beans",
"Cut Wax Beans",
"Cut Wax Beans",
"Lima Beans",
"Large Butter Beans",
"Great Northern Beans",
"Chili Beans, Mild",
"Pinto Beans",
"Red Beans",
"Black-Eyed Peas",
"Dark Red Kidney Beans",
"Sliced Beets",
"Sliced Beets",
"Pickled Sliced Beets",
"Pickled Whole Beets",
"Whole Beets, Medium",
"Harvard Beets",
"Sliced Carrots",
"Sliced Carrots",
"Sliced Carrots",
"Peas & Carrots",
"Peas & Carrots",
"Golden Sweet Corn",
"Golden Sweet Corn",
"Whole Kernel Golden Sweet Corn",
"Sweet White Corn",
"Golden Sweet Corn, Cream Style",
"Cream Style Golden Sweet Corn",
"Small Sweet Peas",
"Small Sweet Peas",
"Sweet Peas",
"Sweet Peas",
"Sauerkraut",
"Sauerkraut",
"Cut Leaf Spinach",
"Cut Leaf Spinach",
"Cut Leaf Spinach",
"Whole Potatoes",
"Sliced Potatoes",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinnamon",
"100% Juice, Apple",
"Pinto Beans",
"Naturals, Pinto Beans",
"Naturals, Navy Beans",
"Great Northern Beans",
"Split Green Peas",
"Lentils",
"Extra Long Grain Rice",
"Enriched Extra Long Gain Rice",
"Enriched Extra Long Grain Rice",
"Enriched Medium Grain Rice",
"Long Grain Brown Rice",
"Instant White Rice",
"Rice & Vermicelli Mix With Chicken Broth & Spices, Chicken",
"Mashed Potatoes",
"Mashed Potatoes",
"Scalloped Potatoes",
"Potatoes, Sour Cream And Chive",
"Au Gratin Potatoes",
"Pure Granulated Sugar",
"Pure Granulated Sugar",
"Confectioners Powdered Sugar",
"Enriched All-Purpose Flour",
"Enriched All-Purpose Flour",
"Enriched All-Purpose Flour",
"Baking Chips, Semi-Sweet Chocolate",
"Reduced Calorie Lite Syrup",
"Syrup, Original",
"Soft Margarine 80% Vegetable Oil",
"Cream Cheese",
"Cream Cheese Spread, Original",
"Cream Cheese, Light",
"Low Fat Yogurt",
"Classic Tea",
"Decaffeinated Classic Tea",
"Homogenized Evaporated Milk",
"Homogenized Evaporated Milk",
"Non-Dairy Creamer, Original",
"Non-Dairy Creamer, Original",
"Concord Grape Jelly, Grape",
"Concord Grape Jelly, Grape",
"Strawberry Preserves",
"Strawberry Preserves, Strawberry",
"Creamy Peanut Butter",
"Deluxe American Cheese",
"American Singles",
"Singles American Cheese Product",
"American Singles Cheese Product",
"American Singles, Pasteurized Prepared Cheese Product",
"Shredded Mozzarella Cheese",
"Shredded Mozzarella Cheese",
"Low Moisture Part-Skim Mozzarella Cheese",
"Mild Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Extra Sharp Cheddar",
"Shredded Cheddar Cheese, Mild",
"Shredded Sharp Cheddar Cheese",
"Finely Shredded Cheddar Cheese, Mild",
"Italian Style Part Skim Ricotta Cheese",
"Grated Cheese, Parmesan",
"Grated Parmesan & Romano Cheese",
"Low Fat Pork & Beans",
"English Muffins, Sourdough",
"English Muffins",
"100% Pure Orange Juice",
"Traditional Refried Beans",
"Macaroni And Cheese Dinner, Original",
"Pie Crusts",
"Hash Brown Potatoes",
"Chili Sauce",
"Pasta Sauce Flavored With Meat",
"Pasta Sauce With Mush Rooms",
"Apple Juice, Apple",
"Juice Cocktail, Grape",
"Orange Juice, Original",
"Lemonade",
"Frozen Concentrate, Pink Lemonade",
"California Sun-Dried Raisins",
"Cut Green Beans",
"French Style Green Beans",
"Broccoli Cuts",
"Crinkle Cut Carrots",
"Whole Kernel Golden Corn",
"Green Peas",
"Mixed Vegetables",
"Winter Blend Vegetables",
"Florentine Style Vegetables",
"Neufchatel Cheese",
"French Style Green Beans",
"Whipped Topping",
"Whipped Topping",
"Chopped Spinach",
"Peas & Carrots",
"Sweet Corn",
"Green Peas",
"Mixed Vegetables",
"Broccoli Cuts",
"Sliced Strawberries",
"Unsweetened Whole Strawberries",
"Finely Shredded Taco Cheese Blend, Cheddar, Monterey Jack & Colby Cheeese",
"Encore!, Diet Cola",
"Preserves, Strawberry",
"Macaroni And Cheese Dinner, Thick 'N Cheesy",
"Honey Ham Water Added",
"Pure Prepared Mustard, Honey",
"100% Pure Pumpkin",
"Black Beans",
"Garbanzo Beans, Chick Peas",
"Petite Green Peas",
"Apple Jelly, Apple",
"Preserves, Apricot",
"Peach",
"Blackberry Preserves, Blackberry",
"Marmalade, Orange",
"Red Raspberry Preserves",
"Finely Shredded Mozzarella Cheese",
"Stir Fry Vegetables",
"Italian Style Ricotta Cheese",
"Light Brown Sugar",
"Dark Brown Sugar",
"Confectioners Powdered Sugar",
"Light Brown Sugar",
"Sauerkraut",
"Confectioners Powdered Sugar",
"Lite Whipped Topping",
"Chipsters, Real Chocolate Chip Cookies",
"Cinnamon Rolls With Icing, Cinnamon",
"Biscuits, Buttermilk",
"Original Biscuits",
"Syrup, Butter",
"Sweetened Condensed Milk",
"Non-Dairy Lite Creamer",
"Chicken Seasoning & Coating Mix",
"Fresg Cin-A-Butter Pound Cake",
"Rye Bread",
"Fresh Party Cocktail White Bread",
"Apple Strudel Bites",
"Fresh Cinnamon Raisin Mini Bagels",
"Fresh Cookies, Ultimate Double Chocolate Chip",
"Imported Non-Pareilles Capers",
"Non - Pareil Capers",
"Mango Chutney",
"Balsamic Vinegar Of Modena",
"White Balsamic Condiment",
"Organic Balsamic Vinegar Of Modena",
"Piquant & Crunchy Cornichons",
"Anchovies In Olive Oil",
"Anchovies Rolled With Capers In Olive Oil",
"Fillets Of Anchovies In Olive Oil",
"Anchovy Paste",
"Large Smoked Oysters",
"Tiny Smoked Oysters",
"Smoked Baby Clams",
"Smoked Mussels",
"Quartered Artichoke Hearts",
"Whole Artichoke Hearts",
"Whole Artichoke Bottoms",
"Artichokes",
"Quartered & Marinated Artichokes",
"Whole Hearts Of Palm",
"Whole Baby Corn",
"Marinated Mushrooms",
"Extra Large Pitted Green Olives",
"Sliced Green Olives",
"Almond Stuffed Olives",
"Garlic Stuffed Olives",
"Jalapeno Stuffed Olives",
"Stuffed Olives",
"Greek Kalamata Pitted Olives",
"Organic Red Wine Vinegar, Red Wine",
"Organic White Wine Vinegar",
"Napolean, Sherry Vinegar",
"Sherry Vinegar",
"Quartered & Marinated Hearts Artichokes",
"Tortellini, Original",
"Tortellini Tricolor Pasta With Cheese Filling",
"Tortellini With Cheese Filling, Spinach",
"Pickled Green Asparagus",
"Basil Pesto",
"Pesto, Sweet Pepper",
"Sweet Pepper Tapenade",
"Artichoke Tapenade",
"Salted Non-Pareil Capers",
"Capote Capers",
"Organic Capers",
"Grilled Marinated Artichoke",
"Hearts Of Palm",
"Tomato Paste",
"Roasted Piquillo Peppers, Sweet & Flavorful",
"Fire Roasted Sliced Red Peppers",
"Whole Red Peppers",
"Comstock, Original Country Apple Pie Filling & Topping",
"Comstock, Simply Blueberry Pie Filling & Topping, Blueberry",
"Comstock, Original Pie Filling & Topping, Royal Blueberry",
"Comstock, Pie Filling & Topping, Simply Cherry",
"Comstock, Pie Filling & Topping, Strawberry",
"Comstock, Original Pie Filling & Topping, Red Ruby Cherry",
"Comstock, Pie Filling & Topping, Country Peach",
"Apple Pie Filling & Topping",
"Blueberry Pie Filling & Topping",
"Comstock, Original Pie Filling & Topping, Country Cherry",
"Comstock, Peach Pie Filling & Topping",
"Comstock, Berry Patch Strawberry Pie Filling & Topping, Original",
"Comstock, Pie Filling & Topping, Cherry",
"Comstock, Pie Filling & Topping, Lite Cherry",
"Sweet & Tangy Harvard Beets",
"Pie Filling & Topping",
"Comstock, Lite Cherry Pie Filling & Topping",
"Comstock, Original Pie Filling & Topping, Country Cherry",
"Comstock, Premium Dark Sweet Cherry Pie Filling & Topping",
"Premium Blackberry",
"Comstock, Raspberry Pie Filling & Topping, Raspbrry",
"Comstock, Cherry Pie Filling & Topping",
"Comstock, Apple Pie Filling & Topping",
"Comstock, Original Pie Filling & Topping, Lemon Creme",
"Comstock, Pie Filling & Topping, Original Key Lime Creme",
"Comstock, Pie Filling & Topping, Original Caramel Apple",
"Comstock, Original Berry Medley Pie Filling & Topping",
"Homestyle Chicken Noodle Hearty Soup Mix",
"Strawberry Easy Squeeze Spread",
"Bama, Spread, Strawberry",
"Grape Jam",
"Jam, Red Plum",
"Jam, Grape",
"The Southern Tradition, Jelly, Grape",
"Bama, Jelly, Apple",
"The Southern Tradition Strawberry",
"Preserves, Peach",
"Strawberry Preservatives",
"Grape Jelly",
"Bama, The Southern Tradition, Jam, Grape",
"Bama, Jelly, Apple",
"Strawberry Preserves",
"Easy Squeeze",
"Strawberry Spread",
"Whey Protein Powder, Chocolate",
"Puffed Grain Snack",
"Sweet Potato- Naturally Flavored, Little Puffs -Puffed Grain Snack",
"Little Puffs, Puffed Grain Snack",
"Strawberry Apple Little Puffs, Puffed Grain Snack",
"Slim Rite French Vanilla Shake Mix, French Vanilla",
"Slim Rite Milk Chocolate Shake Mix",
"Chocolate Peanut Clusters",
"Chocolate Bridge Mix",
"Chocolate Covered Raisins",
"Chocolate Covered Peanuts",
"Candy Disks, Butterscotch",
"Fruit Gummies, Gummi Bears",
"Gummi Worms Fruit Gummies",
"Jelly Beans Candies",
"Candies, Dinner Mints",
"Gummies, Peach Rings",
"Starlight Mints Candies, Peppermint",
"Fruit Gummies, Sour Gummi Bears",
"Sour Neon Worms Fruit Gummies",
"Sour Slices Jelly Candies",
"Spearmint Candies, Starlight Mints",
"Yogurt Bites",
"Whey & Soy Protein, Flavored Drink Mix, Vanilla",
"Lollipop Bouquet",
"Baby Food Puree, Sweet Potato, Apple",
"Purred Baby Food, Banana",
"Baby Food Puree, Banana Blueberry Oatmeal",
"Valentine Marshmallow",
"Conversation Hearts",
"Milk Chocolate Covered Pretzels",
"Yogurt Covered Pretzels",
"Happy Caster Jelly Beans",
"Happy Easter Plush Toy With Brach's Jelly Beans",
"Bunny Lollipop",
"Bunny Lollipop",
"Bunny Lollipop",
"Jewelry Candy",
"Lollipops",
"Princess Candy Jewelry",
"Sports Candy Jewelry",
"Flashlight With Candy",
"Comforts For Toddler, Yogurt Puffs Puffed Whole Grain Snack, Strawberry",
"Yogurt Puffs, Whole Grain Snack, Vanilla",
"Holiday Marshmallow, Vanilla",
"The Kroger Co, Holiday Marshmallow, Vanilla",
"Holiday Marshmallow, Vanilla",
"Santa Gummy",
"Sour Gourmet Jelly Beans, Sour Cherry, Sour Apple, Sour Mango, Sour Strawberry, Sour Lemon, Sour Grapefruit, Sour Blueberry, Sour Grape, Sour Lime, Sour Pomegranate, Sour Tangerine, Sour Watermelon",
"Dark Chocolate Swiss Bar, Cranberry Orange Honey",
"Chewy Confections Crafted With Real Cherry Juice, Cherry Jellies Collection",
"Malted Milk Balls",
"Apple Fruit Crisps",
"Fruit Crisps, Apple, Cinnamon",
"Fruit Crisps 100% Freeze-Dried Fruit, Asian Pear",
"Baby Food Puree, Apple Oatmeal With Cinnamon",
"Organic Fruit & Veg Puree, Pear, Spinach & Pea",
"Fruit & Veg Puree Baby Food, Pear, Carrot & Blueberry",
"Pureed Baby Food, Apple, Sweet Potato & Pumpkin",
"Little Munchers, Baked Whole Grain Corn Snack, Cheddar Cheese",
"Soft Caramels, Vanilla Cream",
"Toasted Pecan Soft Caramels Candy",
"Candies, Cherry Sours",
"Jellies, Orange Slices",
"Fruit Slices Jellies",
"Jellies, Spice Drops",
"Candies, Assorted Juju Fish",
"Old Fashioned Oven Ready Meat Loaf Mix",
"Jackson & Company, Half & Half",
"Mild Salsa",
"Dipsy Doodles, Wavy Corn Chips",
"Onion Rings, Onion",
"Dip Mix, Green Onion",
"Popcorn, Cinammon",
"Dipsy Doodles Wavy Corn Chips, Barbecue",
"Potato Chips, Onion & Garlic",
"Flavored Popcorn, White Cheddar",
"Popcorn, Butter",
"Potato Chips, Beef Barbacoa Tacos",
"Potato Chips, Chili Cheese Dog",
"Cheez Waffies",
"Onion Flavored Rings",
"Dipsy Doodles, Wavy Corn Chips, Bar-B-Q",
"Potato Chips, Salt & Vinegar",
"Ridgies Potato Chips",
"Kettle Cooked Potato Chips, Tomato Basil",
"Cheez Doodles, Baked Jalapeno Cheddar Poppers",
"Onion Rings, Grilled Steak",
"Potato Chips, Chile Limon",
"Ridgies Potato Chips, Dili Pickle",
"Ridged Potato Chips",
"Premium Whole Grain Air-Popped Popcorn",
"Kettle Cooked Potato Chips, Cracked Pepper",
"Ridgies, Ridged Potato Chips, Dill Pickle",
"Cheez Doodles, Puffed Baked Corn Snack, Honey Bbq & Cheese",
"Potato Chips, Golden Original",
"Lightly Salted Potato Chips",
"Unsalted Potato Chips",
"Potato Chips, Honey Bbq",
"Potato Chips, Onion, Garlic",
"Potato Chips, Salt & Vinegar",
"Ridgies, Ridged Potato Chips",
"Ridgies Potato Chips, Sour Cream & Onion",
"Restaurant Style Tortilla Chips",
"Dip, French Onion",
"Salsa Con Queso, Medium",
"Ridged Potato Chips",
"French Onion Dip",
"Cheez Doodles, Baked Corn Snacks, Jalapeno Cheddar Poppers, Cheese",
"Potato Chips",
"Potato Chips",
"Ridgies, Ridged Potato Chips, Dill Pickle",
"Ridgies, Potato Chips",
"Cheez Doodles, Puffed Corn Snacks, Cheese",
"Rings Snacks, Onion",
"Kettle Cooked Potato Chips, Original",
"Cooked Potato Chips",
"Flavored Potato Chips, Barbecue",
"Regular White Popcorn",
"Premium Air- Popped Whole Grain Popcorn, Sweet & Salt",
"All Natural Potato Chips",
"Potato Chips",
"Ridgies Potato Chips",
"Baked Corn Snacks",
"Cheez Doodles, Corn Snacks, Cheese",
"Cheez Doodles, Puffed Corn Snacks, Cheese",
"White Cheddar Popcorn, White Cheddar",
"Premium Popcorn, Butter",
"Popcorn, White Cheddar",
"Dipsy Doodles, Wavy Corn Chips, Original",
"Air Popped Popcorn, Sea Salt",
"Potato Chips, Sour Cream & Onion",
"Spinach Dip",
"Sugar, Pure Cane, Extra Fine Granulated",
"Marshmallows",
"Crispy Hexagons Corn & Rice Cereal",
"Puffed Wheat Cereal",
"Puffed Rice Cereal",
"Oat Bran Hot Cereal",
"Unsweetened Applesauce",
"Unsweetened Applesauce",
"Whole Green Beans",
"Cut Wax Beans",
"Sliced Beets",
"Cut Beets",
"Sliced Beets",
"Whole Beets",
"Sliced Carrots",
"Sliced Carrots",
"Sliced Carrots",
"Sauerkraut",
"Cut Yams Sweet Potatoes In Syrup",
"Cut Yams Cut Sweet Potatoes In Syrup",
"Leaf Spinach",
"Leaf Spinach",
"Asparagus Spears",
"Cut Asparagus",
"Red Raspberries",
"Unsweetened Juice Concentrate, Pineapple Orange",
"Cranberry Raspberry Juice Cocktail",
"Cranberry Juice Cocktail Frozen Concentrate",
"Fruit Punch",
"Unsweetened Juice Concentrates, Apple",
"Grape Juice Cocktail",
"Lemonade Frozen Concentrate",
"Pink Lemonade Frozen Concentrate",
"Limeade Frozen Concentrate",
"Cooked Squash",
"Brussels Sprouts",
"Frozen Cauliflower",
"Broccoli Cuts",
"Italian Blend",
"California Blend, Broccoli, Cauliflower And Carrots",
"Broccoli Cuts",
"Brussels Sprouts",
"Winter Blend Broccoli & Cauliflower",
"Chopped Spinach",
"Cut Leaf Spinach",
"Cut Leaf Spinach",
"Lemon Juice, Lemon",
"White Grapefruit Juice",
"Juice From Concentrate, Cranberry",
"Juice Cocktail Fromconcentrate, Ruby Red Grapefruit",
"Flavored Juice Cocktail From Concentrate, Cranberry, Apple",
"Original Deluxe Shells & Cheese Dinner",
"Original Deluxe Macaroni & Cheese Dinner",
"Creamy Peanut Butter",
"Fruit Cocktail In 100% Juice",
"Fruit Cocktail",
"Yellow Cling Sliced Peaches",
"Sliced Peaches In 100% Juice",
"Bartlett Pear Halves",
"Bartlett Pear Halves",
"Nonfat Instant Dry Milk",
"Regular Graham Cracker Pie Crust",
"Powdered Sugar",
"Light Brown Sugar",
"Light Brown Sugar",
"Powdered Sugar",
"Coconut Flakes",
"Cream Cheese Spread",
"Lowfat Cottage Cheese",
"Whole Milk Cottage Cheese",
"Whole Milk Cottage Cheese",
"Rice Cakes",
"American Cheese Slices, Classic",
"American Singles Pasteurized Prepared Cheese Slices",
"Vermont Cheddar Cheese",
"Cheddar Cheese, Medium",
"Sharp Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Monterey Jack Cheese",
"Pure Clover Honey",
"Pure Clover Honey",
"Pure Clover Honey",
"Spreadable Cream Cheese",
"Stuffing Mix For Chicken",
"Original Macaroni & Cheese Dinner",
"White Grape Juice",
"100% Juice With Added Ingredient, Grape",
"100% Juice, Fruit Punch",
"Bagels, Onion",
"Bagels",
"Great Northern Beans",
"Black Beans",
"Spaghetti Rings & Mini Meatballs In Tomato Sauce",
"Seltzer Water, Mandarin Orange",
"Seltzer Water, Lemon",
"Seltzer Water, Original",
"Seltzer Water, Lime",
"Refried Beans",
"Refried Beans",
"Unsweetened 100% Grape Juice",
"Seltzer Water, Lemon",
"Seltzer Water, Lime",
"Original Seltzer Water",
"Seltzer Water, Raspberry Lime",
"Bagels",
"All Purpose Baking Mix",
"100% Prune Juice",
"Grape Cranberry Juice Cocktail From Concentrate",
"Wheat Flakes Cereal",
"Dark Brown Sugar",
"Bread, Garlic",
"Bouillon Cubes, Beef Flavor",
"Bouillon Cubes, Chicken",
"Concentrate, Wild Berry Punch",
"Classic Potato Salad",
"Original Macaroni Salad",
"Yellow Cling Sliced Peaches",
"Fruit Cocktail Juice",
"Bartlett Pear Halves",
"100% Pure Maple Syrup",
"Canadian White Sliced Bread",
"Extra Sharp Cheddar Cheese",
"Instant Pudding & Pie Filling",
"Instant Pudding & Pie Filling",
"Instant Pudding & Pie Filling",
"Instant Pudding & Pie Filling",
"Pudding & Pie Filling",
"Garden Vegetable Cream Cheese Spread",
"Part-Skim Mozzarella Cheese",
"Natural Whole Milk Mozzarella Cheese",
"Cream Cheese Spread, Strawberry",
"Seasoning Mix",
"Far Free Ricotta Cheese",
"Cannellini Beans",
"Hot Cocoa Mix, Milk Chocolate",
"Stuffing Mix",
"Stuffing Mix",
"Sparkling Water, White Grape",
"Sparkling Water",
"Sparkling Water Beverage",
"Sparkling Water Beverage, Raspberry",
"Sparkling Water, Kiwi-Strawberry",
"Sparkling Water, Flavored Sparkling Water Beverage With Other Natural Flavors",
"Sparkling Water Beverage, Key Lime",
"Italian Dressing Mix",
"Graham Cookies, Fudge Covered",
"Romano Cheese",
"100% Juice, Prune",
"Plain Donuts",
"Powdered Donuts",
"Cranberry Raspberry Juice",
"Juice, Grape, Cranberry",
"N Sweet Corn",
"Crispy Rice Snacks, Cheddar",
"Pizza Sauce",
"Sparkling Water Beverage, Key Lime",
"Sparkling Water, Kiwi, Strawberry",
"Sparkling Water Beverage, Raspberry",
"Sparkling Water Beverage, Black Cherry",
"Provolone Cheese",
"Natural Pepper Jack Cheese",
"Yellow Cling Diced Peaches In Light Syrup",
"Mixed Fruit In Light Syrup",
"Pineapple Tidbits In Pineapple Juice From Concentrate",
"French Onion Diip",
"Sour Cream, Ranch Dip",
"Oats & More with Strawberries Cereal",
"American Deli Slices",
"Delux American Deli Slices Cheese",
"Easy Cheesy Melt",
"Whipped Cream Cheese Spread",
"Cream Cheese Spread, Onion And Chive",
"Broccoli Florets",
"Mandarin Oranges In Light Syrup",
"Parmesan & Romano Cheese",
"Colby Jack Natural Cheese",
"Pepper Jack Cheese",
"Whole Carrots",
"Fresh Frozen Broccoli Cuts",
"Chopped Broccoli",
"Cheese Puffs",
"Curls Corn Snack, Cheese",
"Sharp Cheddar Natural Cheese",
"Sparkling Water, Cranberry Raspberry",
"Egg Mates",
"Classic Ice Cream Cones",
"Rice Pudding",
"Tapioca Pudding",
"Garlic Texas Toast",
"Egg Mates",
"Tortilla Chips, Yellow Corn Tortilla Rounds",
"White Corn Restaurant Style Tortilla Chips",
"Popcorn, White Cheddar",
"Tomato Juice From Concentrate",
"Low Sodium 100% Juice",
"Lowfat Cottage Cheese",
"Classic Italian Dressing",
"Thousand Island Dressing",
"Plain Rice Cakes",
"Rice Cakes, Unsalted",
"Multigrain Rice Cakes",
"Cinnamon-Raisin Swirl Bread",
"Microwave Popcorn",
"White Sliced Bread",
"Juice Cocktail, Cranberry",
"Crackers, Peanut Butter",
"Lowfat Sherbet, Orange",
"Rainbow Sherbet",
"Super Sweet Cut Corn",
"Cut Green Beans",
"Harvest Vegetable Mix",
"Green Beans",
"Prince Edward Vegetable Mix",
"Broccoli Florets",
"Round Cheese Ravioli",
"Cheese Ravioli",
"Cheese Tortellini",
"Tri-Color Tortellini",
"Tortilla Chips",
"Restaurant Style White Corn Tortilla Chips",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Original, Hazelnut",
"Coffee Creamer",
"Light Juice Drink, Cranberry & Raspberry",
"Provolone Cheese Slices",
"Natural Muenster Cheese Slices",
"Natural Colby Jack Cheese Slices",
"Churn Stlyle Light Ice Cream",
"Yellow Cling Sliced Peaches In Extra Light Syrup",
"Yellow Cling Sliced Peaches",
"Yellow Cling Peach Halves In Extra Light Syrup",
"Light Syrup",
"Fruit Cocktail In Extra Light Syrup",
"Bartlett Halves Pear In Extra Light Syrup",
"Bartlett Sliced Pears In Extra Light Syrup",
"Unpeeled Apricot Halves",
"Seasoned French Fried Potatoes",
"Crispy Crowns Shredded Potato Rounds",
"Yogurt",
"Frozen Yogurt, Vanilla Raspberry Swirl",
"Churn Style Light Ice Cream",
"Ice Cream",
"Rocky Road Chocolate Ice Cream",
"Ice Cream, Chocolate Chip",
"Ice Cream, Vanilla",
"Ice Cream",
"Ice Cream, Chocolate, Strawberry, Vanilla",
"Ice Cream, Coffee",
"Ice Cream, Vanilla Fudge",
"Ice Cream, Strawberry",
"Ice Cream",
"Ice Cream Maple Walnut",
"Ice Cream",
"Ice Cream",
"Pure Maple Syrup",
"Original Potato Chips",
"Kettle Cooked Potato Chips, Salt & Vinegar",
"Potato Chips, Mesquite Barbecue",
"Vegetable Juice",
"Vegetable Juice",
"Instant Pudding & Pie Filling",
"Instant Pudding & Pie Filling",
"Yellow Onions",
"Yellow Onions",
"Double Fiber Wheat Sliced Bread",
"Chicken Breast",
"Pitted Prunes",
"Pitted Prunes",
"Unseeded Rye Sliced Bread",
"Pumpernickel Sliced Bread",
"Beef Jerky",
"Beef Jerky",
"Baby Brussels Sprouts",
"Chopped Spinach",
"Unseeded Italian Sliced Bread",
"Light Eggnog",
"Natural Casing Franks",
"Natural Casing Franks",
"Coffee Creamer, French Vanilla",
"Large Donuts, Plain",
"Rainbow Peppers",
"New York Extra Sharp Cheddar Cheese",
"New York Natural Extra Sharp Cheddar Cheese",
"Colby Jack Cheese",
"Natural Swiss Cheese",
"Sharp Cheddar Cheese",
"Natural Sharp Cheddar Cheese",
"Natural Monterey Jack Cheese",
"Crispy Rice Snacks, Chocolate",
"Deluxe Mixed Nuts",
"Navy Beans",
"Blackeye Peas",
"Great Northern Beans",
"Great Northern Beans",
"Green Split Peas",
"Large Lima Beans",
"Lentils",
"Light Red Kidney Beans",
"Pearled Barley",
"Pinto Beans",
"Small Red Beans",
"Small White Beans",
"Yelloweye Peas",
"Whole Wheat Sliced Bread",
"Reduced Fat Colby Jack Cheese",
"Natural Sharp Cheddar Cheese",
"Baby Cut Carrots",
"Bagels",
"Bagels, Plain",
"Works Bagels",
"Croutons, Cheese Garlic",
"Croutons With Garlic & Parmesan Cheese, Caesar",
"Orange Juice",
"100% Orange Juice",
"Lemonade",
"Iced Tea, Lemon",
"Iced Tea, Raspberry",
"Tonic Water",
"Diet Tonic Water",
"Club Soda",
"Seltzer Water, Original",
"Seltzer Water, Lemon Lime",
"Seltzer Water",
"Seltzer Water, Lemon Lime",
"Seltzer Water, Mandarin Orange",
"Apple Juice Cocktail From Concentrate",
"Black Beans",
"Seltzer Water, Raspberry",
"Seltzer Water, Raspberry",
"Hickory Smoked Bacon",
"Sliced Provolone Cheese",
"Corned Beef",
"Bread Crumbs",
"Bread Crumbs, Original",
"Sharp White Cheddar Cheese Snack Slices",
"Ginger Snaps Cookies",
"Mini Italian-Style Meatballs",
"Pepper Jack Cheese",
"Walnuts",
"Halved Pecans",
"Chipped Pecans",
"Chopped Walnut",
"Chopped Pecans",
"Sliced Almonds",
"Extra Sharp Cheddar Cheese",
"Candiquik, Candy Coating, Chocolate",
"Candiquik, Candy, Vanilla",
"Condensed Cream Of Chicken Soup",
"Fudge Covered Mint Cookies",
"Muffin Mix, Blueberry",
"Fudge Striped Cookies, Coconut Caramel",
"Fudge Covered Cookies, Peanut Butter Filled",
"Energy Water Enhancer, Cherry Limeade",
"Replenish Water Enhancer, Strawberry Watermelon",
"Replenish Water Enhancer, Berry, Pomegranate",
"Tortilla Chips, Stone Ground White Corn",
"Instant Mashed Potatoes",
"Mild Cheddar Cheese",
"Sweet & Creamy Iced Coffee, Mocha",
"Iced Coffee, Vanilla",
"Peanut Butter Sandwich Cookies",
"Fudge Striped Shortbread Cookies",
"Juice, Pineapple",
"Lemonade From Concentrate",
"Lemonade, Raspberry",
"Juice Cocktail From Concentrate, Cranberry Pomegranate",
"Tropical Juice Splash From Concentrate",
"Berry Juice Splash From Concentrate, Berry Flavored Juice Beverage With A Blend Of Carrot, Apple And 4 Berry Juices From Concentrate With Other Natural Flavors",
"Curious George Fruit Snacks",
"Sparkling Water Beverage, Kiwi-Strawberry",
"Sparkling Water Beverage, Chill",
"Chill Sparkling Water Beverage, Black Raspberry",
"Provolone Cheese Slices",
"Extra Sharp Cheddar Cheese",
"Broccoli Quiche",
"Quiche Lorraine",
"White Striped Chocolate",
"100% White Corn Tortilla Chips",
"Tortilla Rounds Chips",
"100% White Corn Tortilla Chips",
"Restaurant Style White Corn Tortilla Chips",
"Fudge Marshmallow Whirls Cookies",
"Crispy Chicken Strips",
"Buffalo-Style Chicken Strips",
"Summer Vegetable",
"Regular Pizza Dough",
"Stuffed Chicken Breast",
"Raw Stuffed Chicken Breast With Rib Meat",
"Raw Stuffed Chicken Breast",
"Crispy Rice And Wheat Flakes",
"French Toast Bagels",
"Sliced Jalapeno Pepperoni",
"Fully Cooked Oven Roasted Diced Chicken Breast With Rib Meat",
"Crispy Rice & Wheat Flakes With Strawberries",
"Jumbo Flaky Biscuits",
"Bok Choy Blend",
"Stir Crazy Blend",
"Far Fast Blend",
"Hearty Stew Starter",
"Root Vegetable Pot Roast Blend",
"Chicken Poblano",
"Clery Hearts",
"Washed & Cut Mexican Fajita Stir Fry",
"Hearty Stew Starter",
"Cheese Snack Bars",
"Cheese Snack Bars, Pepper Jack",
"Root Vegetable",
"Bread Dough",
"Arctic Ice Cream Bars",
"Red Skin Mashed Potatoes",
"Cheese Crackers, White Cheddar",
"Side Garden Salad",
"Side Greek Salad",
"French Toast Bites, Cinnamon",
"Granola Cereal",
"Fruit & Nut Granola Cereal",
"Granola Cereal",
"Granola Cereal",
"Cinnamon Discs",
"Chocolate Covered Peanuts",
"Candy",
"Garden Salad",
"Chef Salad",
"Sherbet Rainbow",
"Orange Juice, Orange",
"Golden Creme-O's Vanilla Sandwich Cookies",
"Baby-Cut Supreme Carrots",
"Holiday Spice Drops Gummies",
"Holiday Bells Candy",
"Starlights Mints Candy, Peppermint",
"Holiday Wreath Gummies",
"Ice Cream",
"Granny Smith Apple",
"Red Delicious Apple",
"Crisp, Dense & Aromatic Gala Apples",
"Sweet & Slightly Aromatic Fuji Apples",
"Golden Delicious Apples, Crisp & Sweet",
"Russet Potates",
"California White Potatoes",
"White Potatoes",
"Thin Spaghetti",
"Classic Spaghetti, Enriched Macaroni Product",
"Elbow Macaroni",
"Classic Thin Spaghetti",
"Classic Elbow Macaroni",
"Classic Thin Spaghetti",
"Spaghetti, Enriched Macaroni Product",
"Spaghetti, Enriched Macaroni Product",
"Classic Thin Spaghetti",
"Spaghetti, Enriched Macaroni Product",
"Classic Potato Chips",
"Wavy Potato Chips",
"Potato Chips, Barbecue",
"Potato Chips, Barbecue",
"Potato Chips, Sour Cream & Onion",
"Potato Chips, Sour Cream & Onion Artificially Flavored",
"Rippled Potato Chips",
"Rippled Potato Chips",
"Purified Water",
"Baked Honey Wheat Pretzel Braids",
"Baked Pretzel Rods",
"Baked Pretzel Sticks",
"Pretzel Pieces, Honey Mustard & Onion",
"Buffalo Style Pretzel Pieces",
"Baked Waffle Pretzels",
"Sour Dough Pretzels",
"Caffeine Free Diet Cola",
"Diet Soda, Mountain Lion",
"Diet Soda, Dr. Perky",
"Soda, Dr. Perky",
"Soda, Mountain Lion",
"Diet Soda, Root Beer",
"Diet Soda",
"Soda, Limon Up",
"Caffeine Free Diet Cola",
"Diet Soda, Cola",
"Soda, Grape",
"Soda, Cola",
"Soda, Cream",
"Soda, Orange",
"Soda, Peach",
"Ginger Ale",
"Diet Soda, Mountain Lion",
"Diet Soda, Dr. Perky",
"Soda, Root Beer",
"Diet Caffeine Free Soda, Cola",
"Diet Soda, Cola",
"Diet Soda, Root Beer",
"Diet Soda, Orange",
"Soda, Limon Up",
"Original Soda, Orange-Pineapple",
"Soda, Dr. Perky",
"Diet Ginger Ale",
"Soda, Mountain Lion",
"Soda, Cream",
"Diet Soda, Dr. Perky",
"Diet Soda, Mountain Lion",
"Diet Ginger Ale",
"Diet Soda, Cola",
"Soda, Grape",
"Soda, Strawberry",
"Diet Limon Up, Diet Soda, Diet Lemon Lime Flavored Soda With Other Natural Flavors",
"Soda, Dr. Perky",
"Soda, Fruit Punch",
"Soda, Cream",
"Soda, Mountain Lion",
"Diet Root Beer",
"Soda, Limon Up",
"Diet Soda, Orange",
"Soda, Orange",
"Soda, Root Beer",
"Diet Caffeine Free Soda, Cola",
"Soda, Cola",
"Ginger Ale",
"Soda, Orange",
"Diet Cola",
"Soda, Orange",
"Soda, Cola",
"Diet Ginger Ale",
"Soda, Root Beer",
"Soda, Cola",
"Ginger Ale",
"Ginger Ale",
"Ketchup",
"Limited Edition Pizza The Da Vinci",
"Grated Parmesan Cheese",
"Parmesan Cheese",
"Classic Style Garlic & Onion Pasta Sauce",
"Classic Garlic & Herb Pasta Sauce",
"Pasta Sauce",
"Pasta Sauce",
"Mac 'N' Cheese Dinner",
"Double Cheeseburger Dinner",
"Beef Pasta Dinner",
"Mini Pizza Bagels",
"Pasteurized Process American Cheese Slices",
"Slices Provolone Cheese",
"Pepper Jack Cheese Slices",
"Swiss Cheese Slices",
"Fruit Punch Drink Mix, Artificial Flavor",
"Iced Tea With Lemon Drink Mix",
"Drink Mix",
"Low Calorie Drink Mix, Raspberry Lemonade",
"Drink Mix, Pink Lemonade",
"Drink Mix, Raspberry",
"Iced Tea, Lemon",
"Drink Mix, Raspberry Lemonade",
"Instant Milk Chocolate Hot Cocoa Mix",
"Frankfurter Buns",
"Frankfurter Buns",
"Giant White Sliced Bread",
"Sliced White Bread",
"Enriched Sandwich Sliced Bread",
"100% Whole Wheat Sliced Bread",
"Split Top Wheat Sliced Bread",
"Wheat Sandwich Sliced Bread",
"Rainbow Peppers",
"Sweet Mint Peppers",
"Lowfat Milk",
"1% Lowfat Milk",
"Whole Milk",
"Whole Milk",
"Fat Free Milk",
"Fat Free Milk",
"Juice",
"Juice, Orange",
"Orange Juice",
"100% Juice, Orange",
"Juice",
"Crispy Thin Crust Pizza",
"Crispy Thin Crust Pizza",
"Crispy Thin Crust Pizza",
"Maine Lobster Roll",
"Chicken Cobb Salad",
"Mixed Fruit",
"Mango Chunks",
"Pineapple Chunks",
"Dark Sweet Cherries",
"Whole Strawberries",
"Natural Blue Cheese Crumbles",
"Natural Feta Cheese Crumbles",
"Cookies, Chocolate Chip",
"Chocolate Chunk Cookies",
"Granola Clusters, Chocolate & Toasted Coconut",
"Peanut Butter Granola Clusters",
"Strawberry Rhubarb Crisp",
"Chipotle Roasted Corn With Red Peppers, Tomato, And Cilantro In A Chipotle Jalapeno Dressing",
"Caprese Quiche",
"American Chop Suey, Macaroni With Beef And Vegetables In Tomato Sauce",
"American Chop Suey",
"Neapolitan Ice Cream, Vanilla, Strawberry & Chocolate",
"Ice Cream",
"Half & Half, Original",
"Fat Free Half & Half",
"Ultra-Pasteurized Half & Half, Original",
"Half & Half Ultra - Pasteurized Grade A",
"Fancy Chredder Mild Cheddar Cheese",
"Fancy Shredded 4 Cheese Mexican Blend",
"Natural Fancy Shredded Mild Cheddar Cheese",
"Harp Cheddar Cheese",
"Natural Fancy Shredded 4 Mexican Blend Cheese",
"Fancy Shredded Colby Jack Cheese",
"Shredded Mac & Cheese Blend Cheese",
"Shredded Mild Cheddar Cheese",
"Fancy Shredded Low-Moisture Part-Skim Mozzarella Cheese",
"Mexican Taco Cheese",
"Shredded Parmesan Cheese",
"Shredded Mozzarella Cheese",
"Mexican Blend Cheese",
"Fancy Italian Blend Shredded Cheese",
"Natural Shredded Mild Cheddar Cheese",
"Shredded Pizza Blend Cheese",
"Fancy Shredded Swiss Cheese",
"Natural Shredded Mozzarella Cheese",
"Shredded Mild Cheddar Cheese",
"Natural Shredded Mozzarella Cheese",
"Pizza Blend Cheese",
"Natural Fancy Shredded Cheese, Monterey Jack",
"Shredded Double Cheddar Cheese",
"Classic American Singles Cheese",
"American Singles",
"American Cheese",
"Classic American Singles Pasteurized Prepared Cheese Product",
"American Singles Pasteurized Cheese, Classic",
"Classic Swiss Singles",
"Cookies, Salted Caramel Fudge",
"Crackers",
"Ginger Ale, Cranberry",
"Soda, Cranberry Lemon-Lime",
"Diet Soda, Cranberry Lemon-Lime",
"Sparkling Beverage, Lemonade",
"Sparkling Water Beverage, Pink Lemonade",
"Sparkling Beverage, Raspberry Lemonade",
"Vegetable Oil Spread",
"Original Sour Cream",
"Sour Cream",
"Light Sour Cream",
"Original Sour Cream",
"Grade A Fat Free Sour Cream",
"Fat Free Sour Cream",
"Biscuits, Buttermilk",
"Extra Creamy Whipped Topping",
"Potato Chips",
"Ice Cream Sandwiches, Vanilla & Chocolate",
"Ice Cream Bars",
"Ice Cream Sandwiches",
"Assorted Pops",
"Ice Cream Sandwiches",
"Ice Cream Cups",
"Ice Cream Cups",
"Frozen Chocolate Dessert Fudge Bars",
"Ice Cream Sandwiches",
"Fudge Sticks, Frozen Chocolate Dairy Dessert",
"Citrus Pops",
"Mozzarella String Cheese",
"Mozzarella String Cheese",
"Mozzarella String Cheese Twisters",
"Mozzarella String Cheese",
"Cream Cheese Bar",
"Neufchatel Cheese",
"Low Fat Vanilla With Nut-Free Granola, Mixed Berry Yogurt Parfait",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Brown Rice",
"Long Grain Brown Rice",
"Long Grain Instant Brown Rice",
"Frosted Flacks",
"Waffles, Blueberry",
"Homestyle Waffles",
"Waffles, Buttermilk",
"Waffles, Multigrain",
"Waffles, Chocolate Chip",
"Waffles, Buttermilk",
"Homestyle Waffles",
"Waffles, Blueberry",
"Seasoned Coating Mix For Pork",
"Seasoned Coating Mix For Chicken",
"Oat Cereal",
"Simple Living, Oat Cereal",
"Seedless Raisins",
"Seedless Raisins",
"Seedless Raisins",
"Raisins",
"Wafer Bars, Peanut Butter",
"Fudge Stripe Snack Cakes",
"Swiss Rolls",
"Oatmeal Cremes Cookies",
"Frozen Fresh Sliced Strawberry",
"Picked Fresh Whole Strawberries",
"Whole Strawberries",
"Picked Fresh Blueberries",
"Blueberries",
"All-Purpose Flour",
"All-Purpose Flour",
"All Purpose Flour Enriched & Pre-Sifted",
"Sliced Swiss Cheese",
"Sharp Cheddar Cheese Slices",
"Shredded Sharp Cheddar Cheese",
"Fancy Shredded Sharp Cheddar Cheese",
"Shredded Cheddar Jack Cheese",
"Cheese Pizza",
"Thin Crust Pepperoni Pizza",
"Thin Crust Pizza",
"Thin Crust Pizza",
"Ground Chunk Beef Patties",
"Ground Beef Patties",
"Turkey Breast, Roasted",
"Sliced Danish Brand Ham",
"Sliced Cooked Ham",
"Lowfat Yogurt",
"Lowfat Yogurt, Plain",
"Non Fat Yogurt",
"Lowfat Yogurt",
"Lowfat Yogurt",
"Nonfat Yogurt",
"Non Fat Yogurt With Fruit",
"Plain Nonfat Yogurt",
"Nonfat Yogurt, Strawberry",
"Grade A Non Fat Yogurt",
"Nonfat Yogurt",
"Light Nonfat Yogurt",
"Nonfat Yogurt",
"Nonfat Yogurt",
"Lowfat Yogurt",
"Nonfat Yogurt",
"Nonfat Yogurt",
"Sliced Cooked Ham",
"Peanut Butter",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Crunchy Peanut Butter",
"Lite Syrup",
"Syrup",
"Sugar Free Syrup",
"Juice Cocktail, Apple",
"Apple Juice",
"Juice, Apple",
"Punch Drink, Lemon Berry Punch",
"Flavored Punch, Kiwi Strawberry Punch",
"Cheese Slices, Sharp Cheddar",
"Swiss Extra Thin Cheese Slices",
"Provolone Extra Thin Cheese Slices",
"Classic Potato Chips",
"Potato Chips, Salt & Vinegar",
"Potato Chips, Sour Cream & Onion",
"Potato Chips, Barbeque",
"Potato Chips, Wavy",
"Bacon, Jalepeno & Cheddar Quiche",
"Oatmeal Cranberry Walnut Cookie Dough",
"Juice, Orange",
"100% Juice, Orange",
"Orange Juice With Pulp",
"Whole Evaporated Milk",
"Whole Evaporated Milk",
"Granulated Sugar",
"Granulated Sugar",
"Iced Tea Mix, Lemon",
"Iced Tea Mix, Lemon",
"Sugar Sweetened Iced Tea Mix, Lemon",
"Whole Wheat Pita Bread",
"Thick Sliced Bacon",
"White Rice",
"White Rice",
"Enriched Long Grain, Precooked Instant White Rice",
"Instant White Rice",
"Enriched Long Grain White Rice",
"Enriched Long Grain White Rice",
"Lemon Blueberry Bread Pudding",
"Crispy Thin Crust Pizza",
"Crispy Thin Crust Pizza",
"Crispy Thin Crust Pizza",
"Mexican Style Crispy Thin Crust Pizza",
"Dry Roasted Peanuts",
"Dry Roasted Peanuts",
"Dry Roasted Peanuts",
"Dry Roasted Peanuts",
"Dry Roasted Peanuts",
"Mixed Nuts",
"Party Peanuts",
"Lightly Salted Cashews Halves & Pieces",
"Cashews Halves & Pieces",
"Mixed Nut",
"Lightly Salted Whole Cashews",
"Honey Roasted Whole Cashews",
"Pistachio Kernels",
"Roasted & Salted Almonds",
"Whole Cashews",
"Almonds",
"Dry Roasted Sunflower Kernels",
"Dry Roasted Macadamia Nuts Made With Sea Salt",
"Strawberry Preserves",
"Jelly",
"Preserves, Strawberry",
"Jelly, Grape",
"Jelly",
"Spread",
"Penguin Crackers, Baked Snack Crackers, Cheddar",
"Sesame Bulkie Rolls",
"Onion Bulkie Rolls",
"Organic Wheat Bulkie Rolls",
"Multigrain Bulkie Rolls",
"White Fudge Drizzled Kettlecorn",
"Ravioli Pasta",
"Spice Drops",
"Potato Sticks",
"Chunk Light Tuna In Water",
"Creamed Spinach",
"Soft Molasses, Old Fashioned Cookies",
"Old Fashioned Cookies, Soft Dutch Cocoa",
"Thin Wheats Crackers",
"Woven Wheats, Baked Whole Wheat Crackers",
"Cream Cheese Spread, Honey Nut",
"Graham Crackers",
"Sweet & Crispy Graham Crackers",
"Saltines, Original",
"Real Fruit Fig Bars",
"Zoo Cookies",
"Old Fashioned Oats",
"Old Fashioned Whole Grain Oats",
"Quick Oats",
"100% Wholegrain Oats",
"Cut Corn",
"Cut Green Beans",
"French Cut Green Beans",
"Green Peas",
"Whole Green Beans",
"Guiding Stars, Cut Corn",
"Cut Green Beans",
"Green Peas",
"Ice Cream",
"Brownie Blast, Vanilla",
"Purified Water",
"Shark Fruit Flavored Snacks",
"Fruit Flavored Snacks",
"Tropical Fruit Flavored Snacks, Assorted",
"Sugar Cookies",
"Navel Oranges",
"Navel Oranges",
"Yellow Popcorn",
"Microwave Popcorn",
"Microwave Popcorn",
"Microwave Popcorn, Butter",
"Microwave Kettle Popcorn",
"Microwavable Popcorn",
"Microwave Popcorn, Butter",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Thick & Chunky Mild Salsa",
"Flour Tortillas",
"Mushroom Stems & Pieces",
"Mushroom",
"N Sweet Corn",
"Cut Green Beans",
"Cut Green Beans",
"French Cut Green Beans",
"French Cut Green Beans",
"Mixed Vegetables",
"French Cut Green Beans",
"Cut Green Beans",
"Sweet Peas",
"Crisp 'N Sweet Corn",
"N Sweet Corn",
"Movie Theater Butter Microwave Popcorn",
"Whole Grain Wheat Cereal, Strawberry Frosted",
"Tasteeos, Sweetened Toasted Oat Cereal With Honey And Natural Almond Flavor, Honey Nut",
"Multigrain Tasteeos, Lightly Sweetened Multigrain Cereal",
"Raisin Bran Cereal",
"Frosted Shredded Wheat Cereal",
"Tasteeos Oat Cereal, Honey Nut",
"Tasty Taters Shredded Potato Puffs",
"Straight Cut French Fried Potatoes",
"Pie Filling & Topping",
"Pie Filling & Topping",
"Carrots & Feta",
"Roasted Cauliflower",
"Beef & Bean Burritos",
"Red Hot Beef Burritos",
"Tasteeos Roasted Whole Grain Oat Cereat",
"Toasted Corn Cereal",
"Honey Dijon Dressing",
"Trail Mix, Cranberry",
"Caramel Cashew Trail Mix",
"Trail Mix, Berry Yogurt",
"Trail Mix",
"Indulgent Trail Mix",
"Snicker Doodle Cookie Dough",
"Breakfast Biscuits",
"Breakfast Biscuits, Blueberry",
"Breakfast Biscuits, Cinnamon & Brown Sugar",
"Holiday Nog Dairy Beverage",
"Real Bacon Bits",
"Roasted & Salted Sunflower Seeds",
"Graham Cracker",
"Ginger Snaps Made With Real Ginger & Molasses",
"Mandarin Oranges In Light Syrup",
"Dried Cranberry & Honey Roasted Pecan Toppers",
"Baby Kale Fresh Greens",
"Roasted Brussel Sprouts",
"Butternut Squash",
"Green Bean Casserole",
"Creme-O's, Chocolate Sandwich Cookies, Mint Creme",
"Classic Seafood Stuffing",
"Drink Mix, Cherry",
"Cheddar Bacon Mashed Potatoes",
"Seltzer Water, Cranberry, Lime",
"Seltzer Water, Raspberry Lime",
"Seltzer Water",
"Seltzer Water, Grape Fruit",
"Seltzer Water",
"Seltzer Water",
"Candy Corn",
"Seltzer Water, Cranberry Lime",
"Seltzer Water, Raspberry & Lime",
"Seltzer Water, Grapefruit",
"100% Whole Wheat Sliced Bread",
"Sliced Bread",
"Sliced White Potatoes",
"Whole White Potato",
"Sliced Bread",
"Original French Toast Sticks",
"French Toast Sticks",
"Sliced Pickled Beets",
"100% Red Grapefruit Juice",
"Red Potatoes",
"Oatmeal Sliced Bread",
"Wheat Sliced Bread",
"Cheese Cake",
"Crumbled Feta Cheese",
"Sliced Bacon, Hickory Smoke",
"Sliced Bacon, Maple",
"Regular Sliced Bacon",
"Regular Sliced Bacon Hardwood Smoked Sugar Cured",
"Bologna",
"Beef Bologna",
"Cooked Salami",
"Bunny Big Ears Hollow Milk Chocolate",
"Hollow Milk Chocolate",
"Palmar, Peanut Butter Cups",
"Caramel Claus Candy",
"Creamy Peanut Butter Santa In Chocolate Shell",
"Caramel Balls",
"Chocolate Caramel Balls",
"Chocolate Caramel Bar",
"Premium Milk Chocolate Eggs",
"Peanut Butter Cups",
"Hollow Milk Chocolate",
"The Legend Of The Candy Cane, Milk Chocolate Flavored Candy",
"Happy Valentine's Day Mine",
"Lil' Pete Solid Milk Chocolate",
"Milk Chocolate Coins",
"You'Re Worth A Million Bucks! Milk Chocolate",
"Be My Valentine Milk Chocolate Bar",
"Tool Kit, Milk Chocolate",
"Merry Christmas! Double Crisp",
"Milk Chocolate, Make Up Kit",
"Fun N' Games Double Crisp N Crunchy Chocolaty Candy",
"Double Crisp, Chocolaty N' Smooth...Crisp N' Crunchy Candy",
"Tuff Trucks",
"Peanut Butter Cups",
"Peppermint Patties Candy, Chocolaty",
"Holiday Bells Milk Chocolate",
"Candy",
"Cookies & Creme Patties Candy",
"Mini Crisp Kringle Double Crisp",
"Double Crisp Candy",
"Mega Coin Belgian Milk Chocolate",
"Flavored Truffles",
"Ugly Sweater Double Crisp Candy",
"Merry Money Chocolate Bar, Milk Chocolate",
"Peanut Butter Filled Penguin Pals",
"Hollow Milk Chocolate Apple",
"Candy",
"Chocolaty N' Smooth... Crisp N' Crunchy Candy",
"Sweet Notes Hearts",
"Chocolaty Hearts",
"Read My Lips...Be My Valentine Milk Chocolate Flavored Candy",
"Double Crisp, Be My Valentine! Candy",
"Crispy Chocolaty Hearts With Pop Rocks",
"Peanut Butter Hearts",
"Making Candy Fun, Double Crisp Hearts",
"Peanut Butter Hearts",
"Luscious Lips Candy, Milk Chocolate",
"Conversation Hearts Candy, Milk Chocolate",
"Hearts Candy, Creamy Caramel",
"Heart Candy",
"Candy, Milk Chocolate",
"You'Re A-Mazeing Candy, Double Crisp",
"Chocolate Heart, Milk Chocolate",
"Hollow Milk Chocolate Bar, Apple",
"Happy Valentine Day Candy",
"Double Crisp, Solid Chocolate Fish",
"Double Crisp Easter Eggs Candy",
"Easter Buddies Yummy Chocolaty Candy",
"Chocolaty & Smooth Crisp & Crunchy Candy",
"Little Beauty Great Tasting Candy",
"Yummy Candy, Milk",
"Hoppy Hollow Candy",
"Grand Slam Bunny Hollow Milk Chocolate",
"Hollow Creamy Candy with Cookie Bits",
"Milk Hollow Chocolate",
"Milk Chocolate Flavored Bunny",
"Bunny Ears Candy",
"Happy Easter Pop",
"Happy Easter! Double Crisp N' Crunchy Candy",
"Easter Eggs",
"Candy",
"Soft Caramel Bunny Bites",
"Easter Bunnies",
"Chocolaty 'N Smooth Crisp And Crunchy Candy",
"Easter Eggs",
"Peanut Butter Cups Candy",
"Easter Eggs, Marshmallow Creme",
"Double Crisp Chocolate N' Smooth Bunnies",
"Peanut Butter Cups",
"Hollow Milk Chocolate",
"Easter Minis Candy, Peanut Butter",
"Easter Minis Candy, Marshmallow Creme",
"Happy Easter Chocolate, Milk Chocolate",
"Double Crisp, Too Tall Bunny",
"Caramel Cups",
"Double Crisp Bunny Crunchy Candy",
"Peanut Butter, Milk Chocolate",
"Easter Eggs Candy, Milk Chocolate",
"Easter Friends, Milk Chocolate",
"Minis Marshmallow Cream Filled",
"Happy Easter Candy, Milk Chocolate",
"Big Bunny Bites",
"Tricky Treats Chocolaty Mix",
"Double Crisp, Skulls Candy",
"Mint Favors, Rich Chocolaty Flavor With A Cool Taste Of Mint",
"Mini Peppermint Patties",
"Almond Bark Bar, Milk Chocolate",
"Peanut Butter Cups",
"Pretzel Bites Bar, Milk Chocolate",
"Patties, Chocolaty & Peppermint",
"Gold Coins, Solid Milk Chocolate",
"Supersports, Candy, Milk Chocolate",
"Yoohoo, Candy Mini Bites",
"Thousand Island Dressing",
"Creamy Caesar Dressing",
"Instant Long Grain Brown Rice",
"Pasteurized Small Curd",
"Lite Syrup",
"Potato Chips",
"Classic Potato Chips",
"Wavy Potato Chips",
"Potato Chips, Cheddar & Sour Cream",
"Natural Sharp Cheddar Cheese",
"Chicken Gravy Mix",
"String Cheese",
"Deluxe Slices Pasteurized Process American Cheese",
"Chicken Seasoning & Coating Mix",
"Spaghetti Rings, In Tomato Sauce",
"Spaghetti Rings & Meatballs",
"Creamy Ranch Dressing",
"Fat Free Italian Dressing",
"Chewy Granola Bars, Chocolate Chip",
"Mexican Style Blend Cheese",
"Mild Cheddar Cheese, Mild",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinaamon",
"Regular Instant Oatmeal",
"Flavored Soda, Strawberry",
"Spiral Macaroni & Cheese Dinner Mix",
"Sweet Bread & Butter",
"Garbanzo Beans",
"Jumbo Biscuits, Buttermilk",
"Fancy Shredded Mild Cheddar Cheese",
"Diced Tomatoes With Green Chilies",
"Pizza Sauce",
"Oatmeal, Old Fashioned",
"Pie Filling, Apple",
"Pineapple Chunks In Natural Juiice",
"Flavored Soda, Orange",
"Root Beer - Soda",
"Cola",
"Chili Seasoning Mix",
"Spaghetti Sauce Mix",
"Sloppy Joe Seasoning Mix",
"Tomato Puree",
"Tomato Sauce",
"Beef Stew Seasoning Mix",
"Pork Gravy Mix",
"Shredded Mild Cheddar Cheese",
"Au Gratin Potatoes",
"Pasta Sauce, Meat",
"Traditional Pasta Sauce",
"Pasta Sauce, Tomato, Onion & Garlic",
"Soup & Oyster Crackers",
"Steak Sauce",
"Beef Gravy",
"Authentic Worcestershire Sauce",
"Unpeeled Apricot Halves In Heavy Syrup",
"Sweet Pickle Relish",
"Flavored Soda, Grape",
"Deli Style Spice Brown Mustard",
"Low-Moisture Part-Skim Mozzarella Cheese",
"Premium Chunk Chicken Breast With Rib Meat In Water",
"Premium Chunk Chicken Breast With Rib Meat In Water",
"Monterey Jack Cheese",
"Sharp Cheddar Cheese",
"Broth, Beef",
"Chicken Gravy",
"Coffee Creamer, Irish Creme",
"Baby Kosher Dill Pickles",
"Colby & Monterey Jack Cheese",
"Lasagna Dinner Mix",
"Carbonated Water",
"Chunk Light Tuna Packed In Water",
"White Albacore Tuna Packed In Water",
"Flavored Beverage, Fruit Punch",
"Sour Cream",
"Rich And Creamy Hot Cocoa Mix With Mini Marshmallows",
"Rich And Creamy Hot Cocoa Mix",
"Brown Gravy Mix",
"Unsweetened Apple Sauce",
"Applesauce",
"Original Applesauce",
"Pasteurized Small Curd Cottage Cheese",
"Turkey Gravy Mix",
"Colby Jack",
"Turkey Gravy",
"Chicken Gravy",
"Kosher Dill Sandwich Slices",
"Monterey Jack Cheese",
"Juice From Concentrate, Lemon",
"Bran Flakes",
"Cheeseburger Pizza",
"Sausage Pizza",
"Fruit Cocktail",
"Sliced Pepperoni",
"Cornbread Stuffing Mix",
"Stuffing Mix, Chicken",
"Pasteurized Cream Cheese",
"Biscuits, Buttermilk",
"Biscuits",
"Small Curd 4% Milkfat Cotton Cheese",
"Cottage Cheese",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Ice Cream",
"Pie Crusts",
"Signature, Cappuccino Drink Mix",
"Tasteeos, Toasted Whole Grain Oat Cereal",
"Yellow Corn Meal Mix",
"Macaroni & Cheese Bowl",
"Deluxe Macaroni & Cheese Dinner",
"Onion Soup Mix",
"Au Jus Gravy Mix",
"Meatloaf Seasoning Mix",
"Mushroom Gravy Mix",
"Cinni-Minni Crunch Whole Wheat And Rice Cereal, Cinnamon",
"Honey Graham Crunch, Honey Graham Cereal",
"Sweetened Multi-Grain Apple Whirls Cereal, Apple And Cinnamon",
"Sweetened Oat Cereal With Colored Marshmallow Bits",
"Crispy Rice",
"Whole Grain Quick Oats",
"Raisin Bran Cereal",
"Steamable California Style Vegetables",
"Steamable Broccoli Florets",
"Asparagus Cuts & Tips",
"Chili Beans",
"Cut Green Beans",
"Cut Blue Lake Green Beans",
"French Style Green Beans",
"Dark Red Kidney Beans",
"Pinto Beans",
"Tender Sliced Beets",
"Sliced Carrots",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Chili With Beans",
"Cream Style Golden Sweet Corn",
"Golden Sweet Corn, Cream Style",
"Golden Sweet Corn Whole Kernel",
"Golden Sweet Corn Whole Kernel",
"100% Apple Juice From Concentrate",
"Tomato Juice",
"Mushroom Stems & Pieces",
"Mandarin Oranges In Light Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Peeled Bartlett Pear Halves In Heavy Syrup",
"Peas & Diced Carrots",
"Mixed Sweet Peas",
"Mixed Sweet Peas",
"100% Natural Raisins",
"Beef Ravioli In Tomato & Meat Sauce",
"Unsweetened Applesauce",
"Unsweetened Applesauce",
"Applesauce, Original",
"Original Applesauce",
"Applesauce",
"Jellied Cranberry Sauce",
"Tomato Sauce",
"Sauerkraut",
"Condensed Soup, Bean With Bacon",
"Cream Of Mushroom Condensed Soup",
"Garden Spinach",
"Tomato Paste",
"Tomato Paste",
"Whole Peeled Tomatoes",
"Diced Tomatoes",
"Petite Diced Tomatoes",
"Petite Diced Tomatoes",
"Mixed Vegetables",
"Concord Grape Jelly",
"Manzanilla Olives Stuffed With Minced Pimento",
"Creamy Peanut Butter",
"Hamburger Dill Slices",
"Kosher Baby Dill Pickles",
"Dill Spears",
"Sweet Bread & Butter Chips",
"Scalloped Potatoes",
"Instant Mashed Potatoes",
"Seedless Blackberry Preserves",
"Orange Marmalade",
"Red Raspberry Preserves",
"Strawberry Preserves",
"Real Mayonnaise",
"Real Mayonnaise",
"Whipped Dressing Squeezable",
"Butter Syrup, Butter",
"Tartar Sauce Squeezable",
"York, Gourmet Coffee Creamer, Peppermint, Dark Chocolate",
"Cold Stone Creamery, Gourmet Coffee Creamer, Sweet Cream",
"Gourmet Coffee Creamer, Peppermint And Dark Chocolate",
"Gourmet Coffee Creamer, Sweet Cream",
"Heath, International Delight, Gourmet Coffee Creamer, Milk Chocolate",
"Iced Coffee",
"Iced Coffee, Mocha",
"Coffee Creamer Singles, Natural Almond Joy",
"Coffee Creamer",
"Gourmet Coffee Creamer, Vanilla Caramel Creme",
"Sugar Free Gourmet Coffee Creamer, French Vanilla",
"Gourmet Coffee Creamer, White Chocolate Macadamia",
"Stock, Cold-Brew Coffee Shot",
"Gourmet Coffee Creamer, White Chocolate, Raspberry",
"Gourmet Coffee Creamer, White Chocolate Raspberry",
"Gourmet Coffee Creamer, Caramel Macchiato",
"Gourmet Coffee Creamer, White Chocolate Mocha",
"Non-Dairy Coffee Creamer, Hazelnut",
"Coffee Creamer Singles, French Vanilla",
"Gourmet Coffee Creamer, Fat Free, Caramel Macchiata",
"Gourmet Coffee Creamer, Caramel Macchiato",
"Gourmet Coffee Creamer, White Chocolate Mocha",
"Gourmet Coffee Creamer, Pumpkin Pie Spice",
"Mini I.D.'s, Coffee Creamer, Caramel Macchiato",
"Coffee Creamer, French Vanilla",
"Cold Stone Creamery, Mini I.D.'s Coffee Creamer",
"Dunkin' Donuts, Coffee Creamer, Unsweetened",
"Hershey's, Iced Coffee, Cookies'N'Cream",
"Cold Stone Creamery, Iced Coffee Coffeehouse Drink, Sweet Cream",
"Dunkin' Donuts, Coffee Creamer, Original",
"Dunkin' Donuts, Coffee Creamer",
"Iced Coffee, Caramel Macchiato",
"Gourmet Coffee Creamer, Salted Caramel Mocha",
"Light Iced Coffee, Vanilla",
"Iced Coffee, Mocha",
"Gingerbread Latte, Gourmet Coffee Creamer",
"Gourmet Coffee Creamer, Irish Creme Cafe",
"Gourmet Coffee Creamer, Italian Amaretto",
"Gourmet Coffee Creamer, Cinnamon Rolls",
"Cinnabon, Gourmet Coffee Creamer, Classic Cinnamon Roll",
"Almond Joy, Gourmet Coffee Creamer, Milk Chocolate Almond",
"Gourmet Coffee Creamer, Almond Joy",
"Light Sweet & Creamy Iced Coffee, Caramel Macchiato",
"International Dleight, Mini I.D.'s, Single Serve Non-Dairy Coffee Creamer",
"Mini I.D.'s, Sugar Free Single Serve Non-Dairy Creamers, French Vanilla",
"Cold Stone Creamery, International Delight, Coffee Creamer, Sweet Cream",
"Gourmet Coffee Creamer, Southern Butter Pecan",
"Gourmet Coffee Creamer, Caramel Macchiato",
"Gourmet Coffee Creamer, Hot For Cookie, Cookie Sundae",
"Gourmet Coffee Creamer",
"Coffee Creamer",
"Gourmet Coffee Creamer",
"Gourmet Coffee Creamer, Hazelnut",
"Gourmet Coffee Creamer, Caramel Macchiato",
"Coffee Creamer, Sweet Cream",
"Gourmet Coffee Creamer, Chocolate Almond Biscotti",
"Gourmet Coffee Creamer, Caramel Marshmallow",
"Gourmet Coffee Creamer, Caramel Macchiato",
"Gourmet Coffee Creamer, Hazelnut",
"Pumpkin Pie Spice Gourmet Coffee Creamer",
"Gourmet Coffee Creamer, Frosted Sugar Cookie",
"Gourmet Coffee Creamer, Peppermint Mocha",
"Pumpkin Pie Spice Gourmet Coffee Creamer",
"Nog, Dairy Beverage",
"Nog, Festive Dairy Beverage, Very Vanilla",
"Gourmet Coffee Creamer, French Vanilla",
"Gourmet Coffee Creamer, French Vanilla",
"Latte, Chai Tea",
"Creamer Singles, French Vanilla",
"Coffee Creamer, Hazelnut",
"Half & Half Coffee Creamer",
"Non-Dairy Coffee Creamer, Southern Butter Pecan",
"Coffee Creamer, Pumpkin Spice Spice",
"Coffee Creamer, French Vanilla",
"Gourmet Coffee Creamer, Irish Creme Cafe",
"Gourmet Coffee Creamer",
"Hershey's, Gourmet Coffee Creamer, Chocolate Caramel",
"Gourmet Coffee Creamer, Southern Butter Pecan",
"Delight International, Gourmet Coffee Creamer, French Vanilla",
"Gourmet Coffee Creamer, Hazelnut",
"Crème café",
"Gourmet Coffee Creamer, Hazelnut",
"Mini I.D.'s, Non-Dairy Coffee Creamer, Pumpkin Pie Spice",
"International Delight French Vanilla",
"Coffee Creamer, Hazelnut",
"Creamer Singles, Irish Creme Cafe",
"Southern Butter Pecan Gourmet Coffee Creamer, Pecan",
"Gourmet Coffee Creamer, French Vanilla",
"Dunkin' Donuts, Non-Dairy Coffee Creamer",
"Dunkin Donuts, Coffee Creamer, Hazelnut",
"Dunkin' Donuts, Coffee Creamer",
"Gourmet Coffee Creamer, Vanilla Macchiato Caramel",
"Gourmet Coffee Creamer, Vanilla Macchiato",
"Coffee Creamer, Hazelnut Macchiato",
"Macchiato Gourmet Coffee Creamer, Hazelnut",
"Dunkin' Donuts, Coffee Creamer, Vanilla",
"Hot Chocolate Dairy Beverage, Milk Chocolate",
"Heat & Drink Hot Chocolate Dairy Beverage, Dark Chocolate",
"Gourmet Coffee Creamer, Pumpkin Pie Spice",
"Dunkin' Donuts, Coffee Creamer, Vanilla",
"Dunkin Donuts, Coffee Creamer, Caramel",
"Dunkin' Donuts, Coffee Creamer, Hazelnut",
"Dunkin' Donuts, Coffee Creamer, Chocolate",
"Simply Pure, Coffee Creamer, Vanilla",
"Simply Pure Coffee Creamer, Caramel",
"Simply Pure, Coffee Creamer, Hazelnut",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Caramel Macchiato",
"Coffee Creamer, Sweet Cream",
"Coffee Creamer, Southern Butter Pecan",
"Stok, Cold Brew Un-Swee Black Iced Coffee",
"Stok, Cold-Brew Iced Coffee Beverage",
"Stok, Cold Brew Iced Coffee",
"Coffee Creamer, Salted Caramel Mocha",
"Sweet & Creamy Iced Coffee",
"Sweet & Creamy Iced Coffee, Salted Caramel Mocha",
"Stok, Cold-Brew Coffee Shot",
"Frosting Coffee Creamer",
"Zapata, Coconut Milk Lite",
"Artichoke Hearts",
"Artichoke Hearts",
"Artichoke Bottoms",
"Artichoke Hearts Quartered & Marinated",
"Artichoke Hearts",
"Feta Stuffed Olives In Extra Virgin Olive Oil",
"Alla Genovese Pesto",
"Polenta",
"Tomato Basil",
"Spanish Extra Virgin Olive Oil, Fruity",
"Greek Extra Virgin Olive Oil",
"Pomegranate Balsamic",
"Chunky Mixed-Up Garlic Seasoning",
"Mixed-Up Steakhouse Seasoning",
"Toasted Mixed-Up Sesame Seasoning",
"Bf, Balsamic Vinegar Of Modena",
"Syrup",
"Pop Corn",
"Piquillo, Roasted Red Peppers",
"Grated Romano Cheese",
"Bf, Balsamic Vinegar Of Modena",
"Balsamic Vinegar Of Modena",
"White Balsamic Vinegar",
"Arrabbiatta Sauce",
"Marinara Sauce",
"Puttanesca",
"Extra Virgin Olive Oil",
"Extra Virgin Olive Oil",
"Premium White Clam Sauce",
"Premium Red Clam Sauce With Olive & Garlic",
"Flame Roasted Red Peppers",
"Mixed Mushrooms In Sunflower Oil",
"Kalamata Olive Tapenade",
"Sundried Tomato Tapenade",
"Roasted Red Pepper And Artichoke, Tapenade",
"Green Olive Tapenade",
"Sweet Red Pepper & Goat Cheese Tapenade",
"Raspberry Balsamic Vinegar, Raspberry",
"French Rolls",
"Sliced Gourmet Sandwich Rolls",
"Purified Drinking Water",
"Snacktime Gummi Butterflies",
"Snacktime Assorted Gummi Rings",
"Holiday Pantry, Snacktime Super Size! Gummi Fish",
"Holiday Pantry, Snacktime Gummi Red Raspberries",
"Holiday Pantry, Fall Gummi Worms",
"Holiday, Hot Cocoa, Milk Chocolate",
"Holiday Stationstores, Orange Peach Mango Juice",
"Holiday Pantry, Sour Gummi Bears",
"Holiday Pantry, Yogurt Parfait",
"Juice",
"Sweets Budz Candy",
"Snacktime Gummi Worms",
"Snake Eyes, Zero Blue Energy Drink",
"Zero Energy Drink",
"Smoothie mangue ananas fruit de la passion",
"Ultragrain Tortillas",
"Corn Tortillas",
"Flour Tortillas",
"Flour Tortillas Supersize Tacos",
"Taco Size Flour Tortillas",
"Azteca, Taco Salad Shells",
"Cherry Cola, Cherry",
"Fruit Punch",
"Sherbet",
"Frozen Whole Strawberries",
"Frozen Blackberries",
"Frozen Dark Sweet Cherries",
"Frozen Sliced Peaches",
"Frozen Red Raspberries",
"Frozen Berry Medley",
"Snack Mix, Cheddar",
"Pasteurized Cheese Snack, Cheddar",
"American Pasteurized Cheese Snack",
"Thin Wheat Crackers, Original",
"Cheese Baked Snack Crackers",
"Original Snack Crackers",
"Thin Wheat Crackers",
"Chewy Cookie",
"Premium Chocolate Chip Cookies",
"Cookies, Pecan Shortbread",
"Premium Chocolate Chunk Cookies",
"Fudge Sticks, Fudge Covered Creme Wafers",
"Sandwich Cream Cookies, Double Fudge",
"Toaster Pastries, Cookies & Creme",
"Toaster Pastries",
"Cultured Buttermilk",
"Premium Juice, Orange",
"Orange Juice, Orange",
"Premium Orange Juice",
"Fancy Shredded Mexican Blend Cheese",
"Shredded Double Cheddar Cheese, White Cheddra, Colored Cheddar",
"Cheddar Cheese",
"Ice Cream Color Cups",
"Lean Stuffed Sandwiches",
"Sausage & Biscuits",
"Cream Style Golden Sweet Corn",
"Whole Kernel Golden Sweet Corn",
"Premium Juice, Grapefruit",
"Spicy Ranch Dressing With Mild Red Pepper & Select Herbs",
"Sweet Vidalia Onion Dressing",
"Gelatin Desser",
"Tomato Ketchup",
"Creamy Peanut Butter",
"Mild Salsa",
"Caffeine Free Fruit Punch Soda, Fruit Punch",
"Root Beer",
"Ginger Ale, Ginger",
"Lemon Lime Soda, Lemon Lime",
"Mr. Pig, Soda",
"Mountain Yeller Citrus Soda, Citrus",
"Diet Lemon Lime Soda, Lemon Lime",
"Diet Ginger Ale, Ginger",
"Peach Soda, Peach",
"Red Pop Soda",
"Flavored Soda, Cream",
"Soda, Orange Pineapple",
"Mountain Yeller Soda, Citrus",
"Cola Soda",
"Flavored Soda, Orange",
"Soda, Grape",
"Fruit Punch",
"Mr. Pig Soda",
"Brownie Mix",
"White Cake Mix",
"Cake Mix",
"Red Velvet Cake Mix",
"Cake Mix",
"Butter Cream",
"Macaroni & Cheese Dinner Bowl",
"Spaghetti, Enriched Spaghetti Product",
"Pizza",
"Supreme Pizza",
"Mexican Style Pizza",
"Sausage Pizza",
"Mexican Style Quesadilla Pizza",
"Pepperoni Pizza",
"Hamburger Pizza",
"Combination Pizza",
"Three Meat Pizza",
"Country Style Sausage",
"Tuna In Water",
"Pretzel Bits",
"Ampi, American Cheese",
"Spinach & Cheese Ravioli",
"Angel Hair",
"Rotini",
"Extra Wide Egg Noodles",
"Penne Rigate, Whole Wheat Macaroni Product",
"Beef Gravy",
"Chicken Gravy",
"Home Style Beef Gravy",
"Home Style Turkey Gravy",
"Traditional Pasta Sauce",
"Flavored With Meat Pasta Sauce",
"Mushroom Pasta Sauce",
"Tomato, Garlic & Onion Pasta Sauce",
"Garden Vegetable Pasta Sauce",
"Three Cheese Pasta Sauce",
"Chicken Gravy Mix",
"Country Gravy Mix",
"Onion Gravy Mix",
"Turkey Gravy Mix",
"Gravy Mix, Mushroom",
"Taco Seasoning Mix",
"Meatloaf Seasoning Mix",
"Cruncy Oats & Honey Granola Bars, Oats & Honey",
"Crunchy Peanut Butter Granola Bars, Peanut Butter",
"Low Fat Granola Whole Grain Cereal With Almonds",
"Low Fat Granola, Whole Grain Cereal With Raisins & Almonds",
"Oats & Honey With Raisins & Almonds Cereal",
"Meusli, Multi Grain Cereal With Raisins, Dates & Almonds",
"Golden Corn Nuggets Sweetened Popped-Up Corn Cereal",
"Golden Wheat Puffs",
"Toasted Crispy Rice Cereal",
"Cinni-Mini Crunch, Sweetened Wheat & Rice Cereal With Cinnamon",
"Graham Crunch, Honey",
"Bite Size Frosted Lightly Sweetened Whole Grain Shredded Wheat Cereal",
"Bite Size Frosted Shredded Wheat, Strawberry Cream",
"Frosted Toaster Pastries, Brown Sugar & Cinnamon",
"Frosted Strawberry Toaster Pastries, Strawberry",
"Frosted S'Mores Toaster Pastries",
"Frosted Fruit Rings, Multi-Grain Sweetened Cereal, Fruit",
"Mini Cookies Sweetened Corn Cereal With Natural & Artificial Flavors",
"Wheat Bran Flakes Cereal",
"Crunchy Wheat And Barley Cereal, Nutty Nuggets",
"Toasted Oats",
"Toasted Oats",
"Corn Flakes Cereal",
"Apple Cinnamon Toasted Oats",
"Crunchy Oat Squares",
"Whole Grain Wheat Cereal",
"Crunchy Rice Squares, Oven Toasted Rice Cereal",
"Toasted Multi-Grain Cereal, Honey",
"Honey Oats & Flakes Toasted With Strawberries",
"Honey Oats & Flakes With Almonds Cereal",
"Crunchy Corn Squares, Oven Toasted Corn Cereal",
"Crunchy Wheat Squares 100% Whole Grain Cereal",
"Crunchy Honey Nut Squares",
"Variety Pack Cinnamon & Spice, Raisins & Spice, Apples & Cinnamon, Maple & Brown Sugar, Original Flavor",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinnamon",
"Instant Oatmeal, Raisins & Spice",
"Instant Oatmeal, Maple & Brown Sugar",
"Old Fashioned Oats",
"Instant Grits, Butter",
"A.1. Original Sauce",
"Ranch Dip",
"100% Tomato Juice",
"100% Tomato Juice",
"Tomato Calm Cocktail",
"100% Vegetable Juice",
"Light Flavored Juice Cocktail, Cranberry",
"Juice Cocktail, Cranberry Raspberry",
"Juice Cocktail, White Cranberry Strawberry",
"Juice Blend, Cranberry Raspberry",
"Sliced Ripe Olives",
"Medium Pitted Ripe Olives",
"Ripe Olives Pitted",
"Large Ripe Olives Pitted",
"Ripe Olives",
"Jumbo Ripe Olives Pitted",
"Baby Lima Beans",
"Large Lima Beans",
"Navy Beans",
"Blackeye Peas",
"Split Green Peas",
"Pinto Beans",
"Pinto Beans",
"Black Beans",
"Red Kidney Beans",
"Lentils",
"Great Northern Beans",
"Pinto Beans",
"Blue Cheese Dressing",
"Buttermilk Ranch Dressing",
"Italian Dressing",
"Creamy Ranch Dressing",
"Creamy Ranch Reduced Fat Dressing",
"Tomato Sauce",
"Tomato Sauce",
"100% Natural Whole Tomatoes",
"Diced Tomatoes With Sweet Onion",
"Yams, Cut Sweet Potatoes In Syrup",
"Barbecue Sauce, Original",
"Barbecue Sauce",
"Light Red Kidney Beans",
"Light Red Kidney Beans",
"Chili Beans In Sauce",
"Garbanzo Beans, Chick Peas",
"Pinto Beans",
"Pinto Beans",
"Navy Beans",
"Butter Beans",
"Pork & Beans",
"Pork & Beans",
"Homestyle Baked Beans, Tangy Sauce With Bacon And Brown Sugar",
"Original Baked Beans",
"Vegetarian Baked Beans",
"Cannellini Beans, White Kidney Beans",
"Red Beans",
"Juice, Orange",
"100% Juice, White Grapefruit",
"Apple Juice",
"Apple Cider 100% Juice",
"100% Juice, Grape",
"Tomato Ketchup",
"Tomato Ketchup",
"Honey Mustard",
"Hot Cocoa Mix, Milk Chocolate",
"Milk Chocolate, Hot Cocoa Mix",
"Hot Cocoa Mix With Mini Marshmallows, Milk Chocolate",
"Flavored Hot Cocoa Mix, No Sugar Added, Milk Chocolate",
"Balsamic Vinegar",
"Coffee Creamer, Hazelnut",
"Sauce",
"Natural Brown Rice",
"Enriched Long Grain White Rice",
"White Rice",
"Enriched Long Grain White Rice",
"Real Mayonnaise",
"Sandwich Spread",
"Real Mayonnaise",
"Real Mayonnaise",
"Instant Rice White",
"Instant Whole Grain Brown Rice",
"Instant White Rice",
"Instant White Rice",
"Rice, Boil-In-Bag, White Enriched Long Grain Rice",
"Bread & Butter Chips",
"Bread & Butter Chips",
"Relish, Hot Dog",
"Sweet Gherkins",
"Cream Cheese",
"Whipped Cream Cheese Spread",
"Whipped Cream Cheese Spread",
"Restaurant Sryle Medium Salsa",
"Homestyle Biscuits",
"Jumbo Flaky Biscuits",
"Homestyle Jumbo Flaky Biscuits",
"Jumbo Biscuits, Butter",
"Jumbo Biscuits, Buttermilk",
"Pie Crusts",
"Crescent Rolls",
"Crescent Rolls, Flaky Butter",
"Cinnamon Rolls With Icing",
"Break 'N Bake Chocolate Chip Cookie Dough",
"Chocolate Chip Cookie Dough",
"Artisan Style Plain Bagels",
"Natural Pepper Jack",
"Fancy Shredded Reduced Fat Colby& Monterey Jack Cheese",
"Reduced Fat Mexican Style Four Cheese Blend",
"Fancy Shredded Cheddar Cheese",
"Shredded Mozzarella Cheese",
"Natural Shredded Colby Jack Cheese",
"Natural Monterey Jack Cheese Shredded",
"Singles American Pasteurized Process Cheese Product",
"Cheese",
"Pasteurized Process Cheese Product",
"American Singles",
"Deli Style American Cheese",
"Colby Jack",
"Grated Romano Cheese",
"Parmesan & Romano Cheese",
"Parmesan Cheese",
"Low Fat Ricotta Cheese",
"Ricotta Cheese",
"Whole Milk Ricotta Cheese",
"Super Cheezy, Pasteurized Process Cheese Spread",
"Ruby Red Juice",
"Juice From Concentrates",
"Medium Pulp Orange Juice",
"Asparagus, Cut Spears",
"Green Beans, French Style",
"Cut Green Italian Beans",
"Cut Green Beans",
"Sliced Beets",
"Shoestring Beets",
"Small Whole Beets",
"Havard Beets",
"Sweet Peas",
"Cream Style Sweet Corn",
"Saucerkraut",
"Sliced Carrots",
"Mixed Vegetables",
"Green Lima Beans",
"Green Lima Beans",
"Diced Peaches, Peach",
"Mandarin Oranges In Light Syrup",
"Pineapple Tidbits In Pineapple Juice",
"Mixed Fruit, Cherry",
"Pieces & Stems Mushrooms",
"Small Whole Artichoke Hearts",
"Quartered & Marinated Artichoke Hearts",
"Chink Light Tuna In Water",
"Chunk Light Tuna In Water",
"Sliced Water Chestnuts",
"Whole Water Chestnuts In Water",
"Drink Mix, Orange",
"Drink Mix, Cherry",
"Caffeine Free Drink Mix, Tropical Punch",
"Caffeine Free Drink Mix, Lemonade",
"Cinnamon Graham Crackers",
"Honey Graham Crackers",
"Light Drink Mix, Lemonade",
"Light Iced Tea Drink Mix, Lemon",
"Peach Iced Tea Drink Mix, Peach",
"Light With Caffeine Wild Strawberry Drink Mix, Wild Strawberry",
"Drink Mix, Lemonade",
"Light Iced Tea, Lemon",
"Iced Tea, Peach",
"Light Drink Mix, Natural Pink Lemonade",
"Drink Mix, Grape",
"Light Drink Mix, Fruit Punch",
"Garlic Bread",
"Bread, Parmesan Garlic",
"Taco Seasoning Mix",
"Waffles",
"Smoothie",
"Cheese Stuffed Breadsticks",
"Real Bacon Pieces",
"Naturally Hardwood Smoked Bacon",
"Thick Sliced Bacon",
"Bacon, Maple Flavored",
"Fully Cooked Bacon, Smoke Flavor Added",
"Premium Pork Sausage",
"Premium Pork Sausage",
"Premium Deli Shaved Chicken Breast",
"Premium Deli Ham With Natural Juices, Honey",
"Ham With Natural Juices, Honey",
"Wafer Thin Sliced Honey Turkey",
"Juice Cocktail, Cranberry Apple",
"Cashews Whole",
"Butter Toffee Peanuts",
"Party Peanuts",
"Honey Roasted Peanuts",
"Peanuts, Lightly Salted",
"Beef Jerky",
"Peppered, Beef Jerky",
"Beef Jerky",
"Beef Steak Nuggets",
"Beef Steak Nuggets Teriyaki",
"Pure Dark Brown Sugar",
"Pure Light Brown Sugar",
"No Calorie Sweetener",
"Self-Rising Flour",
"Seasoned Coating Mix For Pork",
"Original Chicken Coat & Bake",
"Italian Style Bread Crumbs",
"Italian Style Bread Crumbs",
"Luncheon Meat",
"Chicken Breast With Rib Meat In Water",
"Loaded Mashed Potatoes",
"Loaded Scalloped 100% Russet Potatoes, In A Creamy Sauce With Sour Cream, Chives & Imitation Bacon Bits",
"Instant Mashed Potatoes",
"Stuffing Mix",
"Chicken Flavored Stuffing Mix, Chicken",
"Chili With Beans",
"Hot Chili With Beans",
"Homemade Style Pizza Sauce",
"Ultra Thin Pizza Crust",
"Thin Pizza Crust",
"Thin Wheat Pizza Crust",
"Spaghetti Rings With Meatballs",
"Macaroni & Beef In Tomato Sauce",
"Original Mac & Cheese Dinner",
"Microwavable Mac & Cheese Dinner, Triple Cheese",
"Fried Rice Mix",
"Rice Mix",
"Spanish Style Rice Mix",
"Rice Mix, Chicken Flavor",
"Pilaf Rice Mix",
"Rapid Rice, Flavored & Prepared Rice, Roasted Chicken",
"Garden Vegetable Rapid Rice",
"Long Grain & Wild Rice",
"Alfredo Pasta Side Dish",
"Pasta Side Dish",
"Pasta Side Dish",
"Onion Soup & Dip Mix",
"Noodle Soup Mix With Real Chicken Broth",
"Instant Bouillon Cubes",
"Fat Free Chicken Broth",
"Beef Broth",
"Chicken Noodle Condensed Soup",
"Chicken With Rice Condensed Soup",
"Vegetable Beef Condensed Soup",
"Condensed Soup, Cream Of Mushroom",
"Cream Of Celery",
"Cream Of Mushroom Condensed Soup",
"Chicken Noodle Soup",
"Cream Of Chicken Condensed Soup",
"Tomato Condensed Soup",
"Cream Of Chicken Condensed Soup",
"Cream Of Mushroom",
"Chunky Clam Chowder Soup",
"Chunky Soup, Sirloin Burger",
"Chunky Soup Beef With Country Vegetables",
"Chunky Soup",
"Chunky Vegetable Soup",
"Grilled Chicken Chunky Soup",
"Chunky Soup, Gumbo, Grilled Chicken & Sausage, Made With Lean Chicken Meat",
"Chicken, Broccoli, Cheese & Potato Chunky Soup",
"Chunky Creamy Chicken & Dumplings Soup",
"Chunky Soup",
"Traditional Lentil Soup",
"Traditional Vegetable Soup",
"Traditional Soup, Italian Style Wedding, With Meatballs",
"Traditional Chicken Noodle Soup",
"Chicken & Wild Rice Traditional Soup",
"Clam Chowder Traditional Soup",
"Liquid Water Enhancer With Vitamins (B3), (B6), (B12), Berry Pomegranate",
"Maraschino Cherries",
"Maraschino Cherries",
"Organic Apple Sauce",
"Cinnamon Apple Sauce",
"100% Juice Pear Halves",
"Snack Mix",
"Snack Mix Potato Chips",
"Liquid Water Enhancer, Raspberry Lemonade",
"Unsweetened Coconut Milk",
"Light Coconut Milk, Coconut",
"Marshmallow Creme",
"Raisins",
"Natural California Raisins",
"Peanut Butter Chips",
"Angel Food Cake Mix",
"Muffin Mix, Blueberry",
"Evaporated Milk",
"Sweetened Condensed Milk",
"Pine Nuts",
"Nut Topping",
"Sliced Almonds",
"Whole Almonds",
"Pecans Halves",
"Pecan Pieces",
"Pecans, Chopped",
"Walnuts, Halves & Pieces",
"Chopped Walnuts",
"Walnuts Pieces",
"Chopped Pecans",
"Pecans",
"Halves & Pieces Walnuts",
"Raw Peanuts",
"Halves & Pieces Walnuts",
"Walnuts Pieces",
"Halves Pecans",
"Pecan Pieces",
"Pure Baking Soda",
"Pitted Prunes Dried Plums",
"Pitted Prunes, Dried Plums",
"Rich & Creamy Fudge Frosting",
"Milk Chocolate Frosting, Rich & Creamy",
"Frosting, Vanilla",
"Rich & Creamy Cream Cheese",
"100% Extra Virgin Olive Oil",
"Graham Cracker Pie Crust",
"Pancake & Waffle Mix, Complete Buttermilk",
"Cherry Pie Filling Or Topping",
"Apple Pie Filling Or Topping",
"Light Syrup",
"Syrup, Butter",
"Original Syrup",
"Original Syrup",
"Pudding Snacks, Chocolate",
"Pudding Snacks, Vanilla",
"Tapioca Pudding Snacks",
"Pudding Snacks, Chocolate Fudge",
"Instant Pudding & Pie Filling, Vanilla",
"Instant Chocolate",
"Instant Pudding & Pie Filling, French Vanilla",
"Instant Pudding & Pie Filling, Chocolate",
"Sugar Free Instant Pudding & Pie Filling, Vanilla",
"Sugar Free Instant Pudding & Pie Filling, Chocolate",
"Sweetened Coconut Flakes",
"Instant Nonfat Dry Milk",
"Instant Nonfat Dry Milk",
"Gelatin Dessert, Cherry",
"Gelatin Dessert, Rasperry",
"Gelatin Dessert, Orange",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert, Cherry",
"Sugar Free Gelatin Dessert, Raspberry",
"Sugar Free Gelatin Dessert, Orange",
"Gelatin Dessert, Lime",
"Gelatin Dessert, Strawberry & Banana",
"Gelatin Dessert, Strawberry",
"Gelatin Dessert, Lime",
"Gelatin Dessert, Cherry",
"Naturally Fat Free Orange",
"Gelatin Dessert, Raspberry",
"Gelatin Dessert, Strawberry",
"Liquid Water Enhancer, Cherry Limeade",
"Sweet & Salty Pretzel Bars, Peanut Chocolate Chunk",
"Garlic Dinner Rolls",
"Chopped Broccoli",
"Cut Broccoli",
"Broccoli",
"All Natural Steamy Vegetables, Broccoli Florets",
"Brussels Sprouts",
"All Natural Brussels Sprouts",
"Crinkle Cut Carrots",
"Cauliflower Florets",
"Chopped Spinach",
"Corn On The Cob",
"Cut Green Beans",
"Cut Green Beans",
"Fordhook Lima Beans",
"All Natural Steamy Vegetables Cut Green Beans",
"Green Peas",
"Cut Leaf Spinach",
"Steamy Vegetables",
"Steamy Vegetables",
"Broccoli & Cauliflower Steamy Vegetables",
"Italian Style Vegetables",
"Country Trio Vegatables",
"Steamy Vegetables",
"Mixed Vegetables",
"Mixed Vegetables",
"Steamy Vegetables",
"Chopped Onions",
"Petite Green Peas",
"Whole Green Beans",
"Super Sweet Corn",
"Super Sweet Corn",
"Margarine",
"Watch Out Butter! Buttery Spread",
"Country-Style Spread",
"Fat Free Cottage Cheese, Pineapple",
"Milk",
"Fat Free Milk",
"1% Low Fat Milk",
"2% Milkfat Reduced Fat Milk",
"Vitamin D Milk",
"Blended Vanilla Yogurt",
"Blended Lowfat Yogurt, Raspberry",
"Lowfat Yogurt",
"Original Orange Juice",
"Homestyle Chicken Noodle Soup",
"Tomato",
"Chicken Cooking Stock",
"Cooking Stock Beef",
"Honey",
"White Enriched Bread",
"Raisin Bread",
"Deli Rye Bread",
"Split Top White Enriched Bread",
"Split Top Wheat Bread",
"Split Top Wheat Bread",
"Cottage White Enriched Bread",
"Cottage Wheat Enriched Bread",
"Enriched White Bread",
"Cocoa Crispy Rice Sweetened Rice Cereal Made With Real Cocoa",
"Fruity Crispy Rice",
"Crisp Crunch Berry, Sweetened Corn & Oat Cereal",
"Apple Butter",
"Sweet N' Tangy Barbecue Sauce",
"Chocolate Sandwich Cookies, Winter Peppermint",
"Creamy Peanut Butter",
"Extra Crunchy Peanut Butter",
"Creamy Peanut Butter Spread",
"Creamy Peanut Butter",
"Extra Crunchy Peanut Butter",
"Creamy Peanut Butter",
"Extra Crunchy Peanut Butter",
"Jelly, Concord Grape",
"Orange Marmalade",
"Jelly, Strawberry",
"Preserves, Peach",
"Preserves, Apricot",
"Strawberry Preserves, Strawberry",
"Pineapple Preserves, Pineapple",
"Jam, Seedless Strawberry",
"Seedless Blackberry Jam, Blackberry",
"Preserves, Red Raspberry",
"Preserves, Cherry",
"Preserves, Blueberry",
"Spread, Strawberry",
"Grape Jelly, Grape",
"Concord Grape Jelly",
"Strawberry Preserve, Strawberry",
"Frosted Flakes",
"Beef Stew",
"Greek non fat yogurt",
"Sour Cream & Onion Potato Chips",
"Packed Corn Chips",
"Tortilla Chips, Ranch",
"Crispy Rounds Tortilla Chips",
"Pretzel Rods",
"Pretzels, Honey Wheat",
"Mini Pretzels",
"Pretzel Sticks",
"Liquid Water Enhancer, Berry",
"Liquid Sucralose Sweetener",
"Liquid Stevia Extract Sweetener",
"Crushed Tomatoes With Basil",
"100% Natural Diced Tomatoes",
"Marinade",
"Grill Style Beans, Bourbon & Brown Sugar",
"Grill Style Beans, Southern Pit Barbeque Style, Barbeque",
"Grill Style Beans Sauce",
"Cured Bacon And A Touch Of Maple Syrup",
"Rich Sauce Seasoned With Bacon & Extra Brown Sugar",
"Honey Baked Beans, Seasoned With Honey & Bacon",
"Jumbo Shells, Enriched Macaroni Product",
"Lasagna, Enriched Macaroni Product",
"Rings, Enriched Macaroni Product",
"Chicken Broth",
"Apple Sauce, Peach Mango",
"Multigrain Toasted Cereal, Lightly Sweetened Multigrain Cereal",
"Chunk Light Tuna In Water",
"Bread, 12 Grain",
"Fruit Flavored Snacks",
"Baking No-Stick Cooking Spray",
"Grilling No-Stick Cooking Spray",
"Sloppy Joe, Original Sauce",
"Light Alfredo Pasta Sauce",
"Country White Bread",
"Juice Drink",
"Juice Drink",
"Chewy Protein Bars, Peanut, Almond & Dark Chocolate",
"Jalapeno String Cheese",
"Sliced Strawberries",
"Couscous Mix",
"Couscous Mix",
"Frosted Whole Grain Oat Cereal With Marshmallows.",
"Frosted Fruit-O's Sweetened Multi-Grain Cereal With Natural Fruit Flavors",
"Apple Crunchies",
"Cocoa Comets Sweetened Corn Cereal Made With Real Cocoa",
"Brownies Cookie",
"Honey Oats & Flakes, With Almonds, Toasted Multi-Grain Cereal, With Almonds & Honey Oat Clusters",
"Sriracha Hot Chili Sauce",
"Turkey Chili With Beans",
"Chicken Breast With Rib Meat In Water",
"Chicken Breast With Rib Meat In Buffalo Style Sauce",
"Pot Ready Spaghetti",
"Pot Ready Thin Spaghetti",
"Pot Ready Angel Hair, Enriched Macaroni Product",
"Cheesy Skillet Dinner",
"Cheesy Skillet Dinner",
"Spicy Corn",
"Fancy Shredded Sharp Cheddar Cheese",
"Fully Cooked Turkey Bacon",
"White Quinoa",
"Strudel Pastries",
"Strudel Pastries",
"Toaster Strudel Pastries",
"Red Quinoa",
"Tomato Ketchup",
"Ketchup",
"Beef Ravioli",
"Cooked Potato Chips",
"Cooked Potato Chips",
"Cooked Potato Chips",
"Cooked Potato Chips",
"Dip Chips",
"Potato Chips",
"Restaurant Style Tortilla Chips",
"Dipper Corn Chips",
"White Cheddar Cheese-Flavored Popcorn",
"Cheese Flavored Popcorn",
"Potato Chips",
"Slow Cooker Seasoning Mix",
"Chili Seasoning Mix",
"Liquid Water Enhancer, Orange Tangerine",
"Squirteez, Liquid Water Enhancer",
"100% Pure Maple Syrup",
"Chocolate Milk",
"Cream Cheese With Smoked Salmon",
"Cream Cheese Spread",
"Blueberry Cream Cheese Spread",
"Chewy Dipped Granola Bars",
"Granola Chew Bar",
"100% Pure Ground Beef Patties",
"100% Pure Ground Beef Patties",
"Italian Sausage",
"Italian Sausage",
"Bratwurst Sausage",
"Colby Jack",
"Pepper Jack Cheese",
"Cheddar Cheese",
"Wrapped Snack Bars",
"Apple Pie Filling Or Topping",
"Creamy Spinach Dip",
"Con Queso Salsa",
"French Onion Dip",
"Whole Kernel Sweet Corn",
"Sweet Peas",
"Low Sodium Cut Green Beans",
"Diced Carrots",
"Breakfast Sausage",
"Maple Syrup Breakfast Sausage",
"Corn Dogs",
"Classic Corn Dogs",
"Mandarin Oranges In Light Syrup",
"Diced Peaches In Light Syrup",
"Fruit Juice",
"Pepperoni Pizza Bites",
"Broth, Vegetable",
"Beef Broth",
"Island Escape Trail Mix",
"Trail Mix",
"Thin Spaghetti, Enriched Macaroni Product",
"Cheddar Party Cheese",
"Game Day Barbecue Trail Mix",
"Island Escape Trail Mix",
"Mixed Nuts",
"Dark Chocolate Almonds",
"Milk Chocolate, Hazelnuts",
"Roasted Salted Almonds",
"Dry Roasted Peanuts",
"Honey Roasted Peanuts",
"Endurance Edge Trail Mix",
"raisin bran",
"Chocolate Sandwich Creme Cookies",
"Golden Sandwich Cookies",
"Waffles",
"Waffles",
"Instant Oatmeal, Original",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apples & Cinnamon",
"Grated Parmesan Style Topping",
"Chocolate Covered Raisins, Milk Chocolate",
"Milk Chocolate Covered Peanuts",
"Malted Milk Balls",
"Original Pepperoni",
"Dinner Yeast Rolls",
"Crumbled Blue Cheese",
"Crumbled Feta Cheese",
"Shaved Parmesan Cheese",
"Shredded Parmesan Cheese",
"Shredded Parmesan Cheese & Romano Cheese",
"Crumbled Reduced Fat Feta Cheese",
"The Amazing Egg Whites, Liquid Egg Whites",
"Cream Cheese Spread & Greek Nonfat Yogurt",
"Homestyle Meatballs",
"Italian Style Meatballs",
"Dinner Size Turkey Meatballs",
"Creamy Peanut Butter",
"Kettle Chips, Potato Chips, Sea Salt & Cracked Pepper",
"Crunchy Oat Squares, Oat Cereal",
"Crunchy Oat Squares Cereal, Cinnamon",
"Chicken Breast Tenders",
"Chicken Breast Nuggets",
"Chicken Breast Patties",
"Jumbo Popcorn Chicken",
"Dino Bites Breaded Dinosaur Shaped Chicken Breast Patties With Rib Meat",
"Chicken Breast Nuggets",
"Diced Mango In Light Syrup",
"Diced Peaches",
"Balsamic Vinegar Of Modena",
"Hickory Smoked Honey Ham Slices",
"Hickory Smoked Diced Ham",
"Julienne Ham, Hickory Smoked",
"Pepper Jack",
"Baking Cheese Blend",
"Mild Cheddar Cheese",
"Fat Free Mozzarella Cheese",
"Restaurant Style Tortilla Chips",
"Australian Style Black Licorice Candy",
"Cheese Party Mix, Snack Mix",
"Sugar Sweetened Iced Tea Mix, Lemon",
"Essential Everday, Iced Tea, Lemon",
"Iced Tea, Lemon",
"Shortcake Dessert Shells",
"Thin Wheat Crackers",
"Thin Wheat Crackers",
"Woven Wheats Whole Crackers",
"Baked Whole Wheat Crackers",
"Orange Slices",
"Spice Drops Candy",
"Gummi Bears Candy",
"Essential Everday, Neon Sour Gummi Worms",
"Peach Gummi Rings",
"Transformers, Snacks, Fruit",
"Unsweetened Apple Sauce",
"Apple Sauce",
"Dairy Whipped Topping",
"Dairy Whipped Topping",
"Extra Creamy Dairy Whipped Topping",
"Cooking Stock Turkey",
"Green Onion Dry Dip Mix",
"Toasted Onion Dry Dip Mix",
"Dry Dip Mix, Ranch",
"Flour Tortillas",
"White Corn Tortillas",
"Flour Tortillas",
"Flour Tortillas",
"Whole Wheat Flour Tortilla",
"Refried Black Beans",
"Refried Beans",
"Refried Beans",
"Spicy Refried Beans",
"Vegetarian Refried Beans",
"Beef Jerky, Honey Barbecue",
"Bacon Jerky",
"Jumbo Flaky Biscuits",
"Cream Cheese Icing Cinnamon Rolls",
"Danish With Icing",
"Break 'N Bake Cookie Dough With Red And Green Tree Sprinkles",
"Break And Bake Sugar Cookie Dough With Red And Green Tree Sprinkles",
"Juice Cocktail, Grape",
"Berry Blend Splash",
"Flavored Vegetables And Fruit Juice Beverage, Tropical Fruit Splash",
"Fajita Seasoning Mix",
"Enchilada Sauce Mix",
"Fiesta Taco Seasoning Mix",
"Fiesta Taco Seasoning Mix",
"Mild Thick & Chunky Slasa",
"Thick & Chunky Salsa",
"Picante Sauce",
"Picante Sauce, Medium",
"Mild Taco Sauce",
"Salsa, Medium",
"Restaurant Style Salsa",
"Salsa, Roasted Tomato",
"Medium Black Bean And Corn Salsa",
"Thick & Chunky Salsa, Mild",
"Thick & Chunky Medium Salsa",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Essential Everday, Thick & Chunky Salsa, Medium",
"Tortilla Chips",
"Crispy Rounds Tortilla Chips",
"Homestyle Mashed Potatoes",
"Roasted Garlic Potatoes",
"Loaded Mashed Potatoes",
"Four Cheese Mashed Potatoes",
"Salsa Con Queso",
"Monsterey Jack Salsa Con Queso",
"Original Spread",
"Steel Cut Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Regular",
"Quick Cook Steel Cut Oats",
"Lime & Garlic Salsa",
"Potato Chips, Classic",
"Potato Chips, Barbecue",
"Flavored Tortilla Chips",
"Crunchy Cheese Curls Snacks, Cheese",
"Toasted Oats Cereal",
"Crunchy Corn Squares",
"Crunchy Wheat And Barley Cereal, Nutty Nuggets",
"Aspartame Sweetener",
"Old Fashioned Apple Pie",
"Old Fashioned Apple Crumb Pie",
"Old Fashioned Pie",
"Old Fashioned Cherry Pie",
"Oil Fashioned Pie",
"Old Fashioned Pecan Pie",
"Yellow Corn Taco Shells",
"Yellow Corn Taco Shells",
"Baked Snack Crackers, Cheddar",
"Extra Cheddar Penguins Baked Snack Crackers",
"Penguins Baked Snack Crackers, Cheddar",
"Double-Filled Golden Sandwich Cookies",
"Breakfast Biscuits",
"Breakfast Biscuits, Cinnamon Brown Sugar",
"Breakfast Biscuits",
"Animal Crackers",
"Loaded Potato Skins",
"Chicken Bites",
"Battered Green Beans",
"Gourmet Onion Rings",
"Cream Cheese Spread, Cranberry, Orange",
"Cookies",
"Caramel Coconut Fudge",
"Fig Bars",
"Pecan Shortbread Cookies",
"Eggnog",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream, Chocolate",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream",
"Ice Cream",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream",
"Reduced Fat Ice Cream, Chocolate & Vanilla",
"Strawberry Swirl",
"Reduced Fat Ice Cream",
"Tea",
"Animal Crackers",
"Kettle-Cooked Potato Chips, Original",
"Cooked Potato Chips",
"Kettle Cooked Potato Chips, Wasabi Soy",
"Ripple Potato Chips, Loaded Cheeseburger",
"Potato Chips",
"Nacho Cheese Tortilla Chips, Spicy",
"Ripple Potato Chips, Cheddar & Sour Cream",
"Salt Water Taffy",
"Candy",
"Gummi Worms Candy",
"Spice Drops",
"Jelly Beans Candy",
"Neon Sour Gummi Worms",
"Orange Slices Candy",
"Butterscotch Discs Candy",
"Bit-O-Honey, Candy",
"Tootsie Roll, Midgees, Candy",
"Cinnamon Bears Candy",
"Candy",
"Tootsie, Fruit Chews Candy",
"Peach Gummi Rings",
"Circus Peanuts",
"Caramel Creams",
"Candy Corn",
"Sour Gummi Bears Candy",
"Candy, Sour Cherry Balls",
"Candy",
"Double-Filled Spring, Sandwich Cookies",
"Double-Filled Halloween Chocolate Sandwich Cookies",
"Pee Wee Jelly Bird Eggs Candy",
"Speckled Jelly Bird Eggs Candy",
"Jelly Bird Eggs Candy",
"Premium Deli Chicken Breast",
"Tri-Color Cheese Tortellini",
"Ground Pork",
"Italian Ground Pork Sausage",
"Country Style Ground Pork Sausage",
"Plain Brownie Bites",
"Sliced Loaf Cake",
"Sliced Loaf Cake",
"Sliced Loaf Cake",
"Bread, Honey Whole Wheat",
"Harvest Pumpkin Pie",
"Orange Cranberry Scones",
"Scones",
"Cheesecake",
"Original Variety Cheesecake",
"New York Style Cheesecake",
"Take & Bake Supreme Pizza",
"Chili Beans In Sauce",
"Homestyle Egg Noodles",
"Homestyle Egg Noodles",
"Homestyle Flat Dumplings",
"Penne",
"Whole Grain Penne Pasta",
"Rotini",
"Penne",
"Prestopasta, Whole Grain Penne",
"Rotini Singles",
"Apple Juice Cocktail From Concentrate",
"Stuffing Mushrooms",
"Sliced Baby Bella Mushrooms",
"Baby Bella Mushrooms",
"Portabella Mushroom Caps",
"Coconut Water",
"100% Pure Coconut Water",
"Petite Party Tray",
"Boyer, Mallo Cup, Milk Chocolate",
"Boyer, Mallow Cup, Milk Chocolate Whipped Cream Center Cup",
"Milk Chocolate Whipped Creme Center",
"Apple Sauce",
"Apple Sauce, Original",
"Apple Sauce",
"Applesauce",
"Mandarin Orange Whole Segment Mandarin Oranges In Light Syrup",
"Fruit Cocktail In Heavy Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Crushed Pineapple In Unsweetened Pineapple Juice",
"Chunk Pineapple In Pineapple Juice",
"Sliced Pineapple In Unsweetened Pineapple Juice",
"Chunk Pineapple In Heavy Syrup",
"Sliced Pineapple In Heavy Syrup",
"Crushed Pineapple In Heavy Syrup",
"Apple Sauce",
"Chunky Apple Sauce",
"Chunk Pineapple In Unsweetened Pineapple Juice",
"Crushed Pineapple In Unsweetened Pineapple Juice",
"Sliced Pineapple",
"Cherry, Cherry",
"Pie Filling Or Topping",
"Apple Sauce",
"Diced Pears In Light Syrup",
"Pineapple Tidbits",
"Original Apple Sauce",
"Applesauce, Cinnamon",
"Red Tart Cherries In Water",
"Mandarin Oranges In Light Syrup",
"Apple Sauce",
"Sliced Peaches In A Natural Blend Of Fresh Peach Juice And Pear Juice",
"Cherry",
"Sweetened Dried Cranberries",
"Pitted Dark Sweet Cherries In Heavy Syrup",
"Blueberry, Blueberry",
"Mandarin Oranges In Light Syrup",
"Unpeeled Apricot Halves In Heavy Syrup",
"Unpeeled Apricot Halves In A Natural Blend Of Fresh Apricot & Pear Juice",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail",
"100% Chunky Mixed Fruit Juice",
"Peaches Halves In Heavy Syrup",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Yellow Cling Peach Slices",
"Yellow Cling Peach Halves In Peach Juice And Pear Juice From Concentrate",
"Bartlett Pear Halves In Heavy Syrup",
"Pear Halves In 100% Real Pear Juice From Concentrate",
"Bartlett Sliced Pears In Heavy Syrup",
"Maraschino Cherries With Stems",
"Apple Sauce",
"Applesauce, Mixed Berry",
"Mixed Fruits",
"Yellow Cling Diced Peaches",
"Pineapple Tidbits In Unsweetened Pineapple Juice",
"Whole Purple Plums In Heavy Syrup",
"Cranberry Sauce",
"Jellied Cranberry Sauce",
"Pie Filling Or Topping, Strawberry",
"Yellow Cling Peach Slices In Light Syrup",
"Pear Slices In Light Syrup",
"Fruit Cocktail In Light Syrup",
"Schuncks,Asparagus Spears Cuts & Tips",
"Cut Green Beans",
"French Style Green Beans",
"Whole Green Beans",
"Cut Green Beans",
"French Style Green Beans",
"Green Lima Beans",
"Cut Wax Beans Golden",
"Fancy Sliced Beets",
"Sliced Carrots",
"Sliced Carrots",
"Golden Creamed Corn",
"Golden Whole Kernel Corn",
"Whole Kernel Corn",
"Sauerkraut",
"Mixed Vegetables",
"Tender Sweet Peas",
"No Salt Added Tender Sweet Peas",
"Small Early Peas",
"Whole White Potatoes, Small Peeled",
"Spinach, Cut Leaf",
"Spinach Cut Leaf",
"Mixed Vegetables",
"Small Whole Beets",
"Classic Cut Green Beans",
"Golden Sweet Cream Style Corn",
"Whole Kernel Golden Sweet Corn",
"Small Sweet Peas",
"Sweet Peas",
"Asparagus Spears Cuts & Tips",
"Whole Peeled Tomatoes",
"Stewed Tomatoes With Onions, Celery & Green Peppers",
"Whole Peeled Tomatoes",
"Tomato Sauce",
"Tomato Paste",
"Tomato Sauce",
"Spicy Santa Fe Corn",
"Whole Kernel Corn With Chipotle Peppers",
"Chili Beans Mexican Style",
"Pinto Beans",
"White Beans",
"Navy Beans Small White",
"Kindney Beans",
"Pork & Beans, In Tomato Sauce",
"Stewed Tomatoes With Onions, Celery & Green Peppers",
"Whole Peeled Tomatoes",
"100% Juice",
"Whole Kernel Corn With Jalapeno Peppers",
"Pieces & Stems Mushrooms",
"Mushrooms Pieces And Stems",
"Sliced Beets Pickled",
"Traditional Sauerkraut",
"Traditional Sauerkraut",
"Tomato Paste",
"Tomato Sauce",
"Red Beans",
"Pumpkin Solid Pack",
"Chopped Turnip Greens, Seasoned",
"White Hominy Southern Style",
"Chopped Collard Greens",
"Chopped Mustard Greens & Turnip Greens",
"Whole Kernel Corn Vacuum Packed",
"White Sweet Whole Kernel Corn",
"Mushrooms Pieces & Stems",
"Golden Hominy Southern Style",
"Diced Tomatoes With Chipotle Peppers",
"Sliced Beets Fancy",
"Stewed Tomatoes With Onions, Celery & Green Peppers",
"Diced Tomatoes With Green Chilies",
"Extra Long Asparagus Spears",
"Cut Yams Sweet Potatoes In Light Syrup",
"Tomato Sauce",
"Whole Mushrroms",
"Mushrooms Pieces & Stems",
"Diced Tomatoes",
"Crushed Tomatoes In Tomato Puree",
"Italian Style Stewed Tomatoes With Basil, Garlic & Oregano",
"Italian Style Diced Tomatoes With Olive Oil, Garlic & Spices",
"Diced Tomatoes",
"Black Beans High In Fiber",
"Diced Tomatoes, Chili Ready",
"Diced Tomatoes Chili Ready With Onions",
"Diced Tomatoes With Garlic & Onion",
"Dixed Tomatoes",
"French Fried Onions",
"French Fried Onions",
"Baked Beans",
"Schnucks Diced Tomatoes",
"Diced Tomatoes With Green Chilies",
"Diced Tomatoes With Green Chilles",
"Baked Beans",
"Baked Beans, Bacon Maple Cured Bacon With Onion",
"Petite Diced Tomatoes",
"Quartered Artichoke Hearts",
"Quartered & ,Marinated Artichoke Hearts",
"Premium Artichoke Hearts",
"Mushrooms Sliced",
"Mushrooms Sliced",
"Sliced Beets",
"Tomato Puree",
"Diced Tomatoes With Lime Juice & Cilantro",
"Hot Diced Tomatoes With Habanero Peppers",
"Chicken Broth",
"Chicken Stock",
"Soup",
"Chunky Traditional Chicken Noodle Soup",
"Sirloin Burger Soup",
"Clam Chowder Soup",
"Beef Stock",
"Soup Mix",
"Noodle Soup Mix With Real Chicken Broth",
"French Onion Condensed Soup",
"Condensed Soup",
"Chicken Broth",
"Condensed Tomato Soup",
"Cream Of Mushroom Condensed Soup",
"Chicken Noodle Soup",
"Cream Of Chicken Soup",
"Condensed Soup",
"Vegetable Stock",
"Condensed Soup",
"Chicken Noodle Condensed Soup",
"Condensed Soup",
"Condensed Soup",
"Grilled Chicken And Sausage Gumbo Soup",
"Condensed Soup",
"Chicken Broth",
"Bouillon Cubes, Beef",
"Bouillon Cubes, Chicken",
"Instant Bouillon, Beef",
"Instant Bouillon, Chicken",
"Soup",
"Steak & Potato Soup",
"Condensed Cream Of Mushroom Soup",
"Condensed Soup",
"Condensed Soup",
"Chicken Noodle Condensed Soup",
"Cream Of Mushroom Soup",
"Beef Flavored Broth",
"Chicken Broth",
"Minestrone With Garden Vegetables In A Zesty Broth",
"Soup",
"Soup",
"Chicken & Wild Rice Soup",
"Lentil",
"Traditional Chicken Noodle",
"Grilled Chicken & Sausage Gumbo",
"Thick & Chunky Salsa",
"Thick & Chunky Salsa",
"Mexican Style Taco Sauce",
"Chunk Light Tuna In Wwater",
"Chunk Light Tuna In Oil",
"Solid White Albacore Tuna In Water",
"Chunk White Albacore Tuna In Water",
"Chunk Light Tuna In Water",
"Chunk Light Tuna In Water",
"Sliced Jalapenos",
"Refried Black Beans",
"Refried Beans",
"Coconut Milk",
"Lite Coconut Milk",
"Premium Chunk Chicken Breast",
"Premium Chunk Chicken Breast In Water",
"Premium Chunk White Chicken In Water",
"Taco Shells, Yellow Corn",
"Hot Sliced Jalapenos",
"Diced Green Chilies",
"Refried Beans",
"Refried Beans",
"Authentic Mexican Style Chunky Salsa",
"Authentic Mexican Style Chunky Salasa",
"Authentic Mexican Style Chunky Salsa",
"Enchilada Sauce",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer, Fat Free",
"Sweetened Condensed Milk",
"Non-Dairy Coffee Creamer, Sugar Free",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Non-Dairy Coffee Creamer",
"Mashed Potatoes",
"Small Red Beans",
"Schnucks Blackeye Peas",
"Green Split Peas",
"Rotisserie Chicken",
"Spicy Cilantro With Jalapeno Hummus",
"Three Olive Hummus",
"Honey Turkey With Smoky Bacon And Fresh Spinach",
"Rotisserie Chicken",
"Italian Pasta Salad",
"All Natural Ceviche Salad",
"Quinoa Tabouli",
"Orzo Salad With Sun Dried Tomatoes",
"Brown Rice & Vegetable Salad",
"Vegetarian Couscous Salad With Orange Dressing",
"Curried Tofu With Cashews & Raisins",
"9 Grain Salad With Whole Grains & Kale",
"Butternut Squash Salad",
"Vegetarian Wild Rice Salad",
"Strudel",
"Strudels",
"Pastry Strudels With Icing Packet",
"Southern Style Hash Browns",
"Western Style Hash Browns",
"Homestyle Waffles",
"Flavored Waffles, Buttermilk",
"Gourmet Uncured Beef Hot Dogs",
"Flavored Waffles, Chocolate Chip",
"Pie Crusts",
"Whole Unsweetened Blueberries",
"Tomato Ketchup",
"Chili Sauce",
"Tomato Ketchup",
"Tomato Ketchup",
"Local Bbq Sauce",
"Local Bbq Sauce",
"Local Bbq Sauce",
"Sweet Onion",
"1939 Local Bbq Sauce",
"Tomato Ketchup",
"Tomato Ketchup",
"Apple Juice",
"Juice From Concentrate",
"100% Juice",
"Cranberry Juice",
"Lemonade From Concentrate, Lemonade",
"100% Juice",
"Fruit Punch From Concentrate",
"Ruby Red Grapefruit Juice Drink",
"Cranberry Juice Cocktail",
"100% Juice",
"Cranberry Apple Juice Drink Blended With Another Juice",
"100% Prune Juice",
"100% Juice",
"100% Juice",
"100% Juice",
"100% Juice",
"Tomato Ketchup",
"Lite Cranberry Juice Cocktail",
"100% Juice",
"100% Juice",
"100% Juice",
"100% Juice With Enhanced Tomato Flavor With Added Ingredients",
"100% Juice",
"Juice Cocktail",
"100% Juice With Added Ingredients",
"Hot Cocoa Drink Mix, Milk Chocolate",
"Iced Tea",
"100% Natural Green Tea",
"Tea Bags",
"All Natural Horseradish Mustard",
"Truly Gooey Butter Cream Soda",
"Truly Gooey Butter Cream Soda",
"Super Cola",
"Super Black Cherry",
"S Super Cola",
"Dr Phizz, Schnucks, Soda",
"Super Up, Soda, Lemon, Lime",
"Drink Mix",
"Lemonade Drink Mix",
"Drink Mix",
"Diet Mountain Drop, Citrus Soda, Citrus",
"Super S, Creme Soda",
"Super S, Soda, Fruit Punch",
"Super S, Grape Soda, Grape",
"Super Up, Lemon Lime Soda, Lemon Lime",
"Super Orange Soda, Orange",
"Super S, Root Beer",
"Super S Soda, Strawberry",
"Super Cola",
"Super S Sparkling Lemonade",
"Low Calorie Drink Mix",
"Low Calorie Drink Mix",
"Low Calorie Drink Mix",
"Pasta Sauce",
"Pasta Sauce, Meat",
"Arrabiata Pasta Sauce",
"Cabernet Marinara Pasta Sauce",
"Relish Sweet",
"Sweet Relish",
"Midgets Sweet Pickles",
"Gherkins Sweet Pickles",
"Whole Sweet Pickles",
"Alfredo Pasta Sauce",
"Pasta Sauce",
"Four Cheese Pasta Sauce",
"Roasted Garlic Pasta Sauce",
"Olives",
"Pasta Sauce",
"Olives Ripe",
"Colossal Pitted Olives",
"Cock Tail Sauce",
"Steak Sauce",
"Coarse Ground Dijon Mustard",
"German Pub Mustard",
"All Natural Sweet & Hot Mustard",
"Honey Dijon Mustard",
"Spaghetti Sauce Mix",
"Brown Gravy Mix",
"Bread And Butter Sandwich Slice",
"All Natural Dijon Mustard",
"Soy Sauce",
"Marinade & Sauce",
"Spicy Brown Mustard",
"Sloppy Joe Sauce",
"Steak Zesty Sauce",
"Pasta Sauce",
"Pasta Sauce, Meat",
"Pasta Sauce",
"Pasta Sauce, Tomato, Onion & Garlic",
"Pasta Sauce",
"Pasta Sauce",
"All- Natural Honey Mustard",
"Relish",
"Raspberry Chipotle Sauce",
"Mango Chipotle",
"Cracked Pepper And Garlic",
"Lime Chipotle",
"Buffalo Wing Sauce",
"Hot Buffalo Wing Sauce",
"Bread & Butter Chips",
"Bread & Butter Chips",
"Relish Hot Dog",
"Garlic, Buffalo Wing Sauce",
"Buffalo Wing Sauce",
"Pasta Sauce",
"Creamy Vodka Pasta Sauce",
"Relish, Sweet",
"Smooth & Creamy Real Mayonnaise",
"Butter & Garlic Croutons",
"Schnucks Robust Italian Dressing",
"Fat Free Italian Dressing",
"Lite Raspberry Vinaigrette Dressing",
"Fat Free Ranch Dressing",
"Seasoned Restaurant Style Croutons",
"Croutons Caesar Restaurant Style",
"Real Mayonnaise",
"Whipped Dressing",
"Schnucks Balsamic Vinaigrette Dressing",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Crunchy Peanut Butter",
"100% Pure Honey",
"Honey",
"Red Raspberry Preserves",
"Peanut Butter",
"Butter Flavored Syrup, Butter",
"Original Syrup",
"Lite Syrup",
"Pb & J Stripes Grape Grape Jelly & Peanut Butter",
"Pb&J Stripes Strawberry Jelly & Peanut Butter",
"Creamy Spread",
"Natural Peanut Butter Spread",
"Original Syrup",
"Honey",
"Honey",
"Pure Maple Syrup",
"Pure Maple Syrup",
"Select, Select Pure Maple Syrup",
"Sugar Free Original Syrup",
"Creamy Peanut Butter",
"Peanut Butter",
"100% Pure Honey",
"Peanut Butter",
"Apple Cinnamon Syrup",
"Marshmallows",
"Mini Marshmallows",
"Mixed Nuts",
"Cashews Halves & Pieces",
"Peanuts",
"Whole Cashews",
"Peanuts Spanish",
"Peanuts",
"Cashews",
"Mixed Nuts",
"Peanuts",
"Almonds",
"Sunflower Kernels Dry Roasted",
"Gourmet Snack Mix",
"Gourmet Snack Mix",
"Starlight Mints",
"Chocolatey Pretzels",
"Almonds",
"Almonds",
"Almonds",
"Almonds",
"Almonds",
"Almonds, Peanuts, Pistachios, Pecans, Walnuts And Filberts",
"Energy Mix Almonds, Dark Chocolate Soybeans, Walnuts, Peanuts, Pecans, Pretzels",
"Cashews, Almonds, Macadamia Nuts",
"Red, White & Blue Gummi Bears",
"Sweet Shop Watermelon Slices",
"Salty Sea Shore Caramel",
"Dry Roasted Peanuts",
"Milk Chocolate, Peanut Butter Cup",
"Chlinaria, Dark Chocolate, Mint And Cookie",
"Sweet Shop, Laffy Taffy",
"Almonds Roasted & Salted",
"Truly Gooey Butter Cake, Lemon",
"Trail Mix",
"Trail Mix Tropical",
"Fruit & Nut Medley",
"Peanuts",
"Peanuts",
"Truly Gooey, Red Velvet Butter Cake",
"Truly Gooey Butter Cake",
"Virginia Peanuts",
"Virginia Peanuts",
"Handcooked Virginia Peanuts",
"Colossal Cashews",
"Gourmet Blend",
"Cashew & Macadamia Mix",
"Mixed Nuts",
"Milk Chocolate, Pumpkin Spice",
"Peppermint Candy",
"Milk Chocolate, Peanut Butter & Jelly",
"Pie, Banana Cream",
"Candy Corn",
"Autumn Mix Candy",
"Pumpkins Candy, Mellocream",
"Sundae Cones",
"Holiday Spice Drops",
"Holiday Jelly Wreaths",
"Holiday Jelly Beans",
"Holiday Starlight Mints",
"Soft Peppermints",
"Jelly Eggs Candy",
"Licorice Jelly Eggs",
"Jelly Rabbits",
"Speckled Jelly Eggs",
"Gummi Bunnies",
"Cinnamon Imperials",
"Sugar Powder Confectioner",
"Saltines Original",
"Saltines Unsalted Tops",
"Honey Grahams",
"Whole Grahams Cracker",
"Light, Crisp & Delicious",
"Honey Grahams",
"Grahams Crackers, Cinnamon",
"Italian Style Bread Crumbs",
"Snack Crackers",
"Oyster Crackers Great For Soup!",
"Sandwich Cookies",
"Oyster, Crackers",
"Baked Snack Crackers",
"Home Style Soft & Chewy Molasses Cookies",
"Sandwich Creme Cookies",
"Sandwich Creme Cookies, Vanilla",
"Sandwich Creme Cookies, Lemon",
"Sandwich Creme Cookies",
"Sandwich Creme Cookies",
"Twist-Offs, Sandwich Cookies, Vanilla Creme Filled, Extra Filled",
"Real Chocolate Chip Cookies",
"White Popcorn",
"Yellow Pop Corn",
"Popcorn Snacks, Caramel Corn",
"Original Corn Chips",
"Dipping Style Corn Chips",
"Ripple Potato Chips",
"Popcorn",
"Potato Chips",
"Kicker Potato Chips",
"Popcorn Snacks",
"Original White Popcorn",
"White Cheddar Popcorn",
"Tortilla Crispy Strips",
"Authentic Restaurant Style Tortilla Chips",
"American Cheese Snack",
"Cheezy Does It, Pasteurized Cheese Snack, Sharp Cheddar",
"Salsa Con Queso",
"Popcorn",
"Popcorn",
"Popcorn",
"Popcorn",
"Popcorn",
"Toaster Pastries, Frosted Strawberry",
"Toaster Pastries, Frosted Blueberry",
"Toaster Pastries, Frosted Cherry",
"Pie Crust",
"Creamy Frosting Vanilla",
"Moist Classics, Angel Food Deluxe Cake Mix",
"Fruit And Grain Cereal Bars, Strawberry",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Toaster Pastries, Frosted Chocolate Fudge",
"Complete Pancake & Waffle Mix",
"Buttermilk Pancake & Waffle Mix",
"Creamy Frosting",
"Toaster Pastries, Frosted Brown Sugar Cinnamon",
"Pudding Snacks Chocolate Fudge",
"Pudding Snacks",
"Pudding Snacks",
"Gluten Free Wheat-Free Baking Mix, Classic Chocolate Cake",
"Chocolate Chip Cookie Baking Mix",
"Wheat-Free Baking Mix, Honey Cornbread Mix",
"Gluten Free, Wheat - Free Baking Mix",
"Toaster Pastries, Frosted Wildberry",
"100% Organic Coconut Oil",
"Coconut Oil",
"100% Natural Granola",
"100% Natural Granola",
"Instant Oatmeal Apples & Cinnamon",
"Maple & Brown Sugar Instant Oatmeal",
"Instant Oatmeal",
"Corn Flakes, Golden Flakes Of Corn Cereal",
"Bran Flakes",
"Quick Oats",
"Crunchy Wheat & Barley Cereal",
"Fruity Jewels",
"Quick Oats Made With Whole Grain",
"Old Fashioned Oats",
"Toasted Oats",
"Cocoa Crunchies, Sweetened Corn Cereal",
"Berrry Treets, Crisp Crunch Sweetened Multi-Gain Cereal",
"100% Natural Granola With Vanilla, Almonds & Pecans",
"100% Natural Granola",
"100% Natural Granola With Almonds & Pecans",
"100% Natural Granola With Cranberry, Cherries, Almonds & Pecans",
"Low Fat Granola With Raisins & Almonds Made With Whole Grains",
"100% Natural Granola With Blueberries, Apples, Almonds, Pecans & 4 Seeds",
"100% Natural Granola",
"Frosted Flakes, Sweetened Flakes Of Corn",
"Essential Choice, Crunchy Rice And Wheat Flakes, Vanilla Almond",
"Premium Granola",
"Premium Granola",
"Premium Granola With Nuts",
"Premium Granola With Raisins",
"Toaster Pastries, Frosted Smores",
"Honey & Oats With Strawberries, Toasted Multi-Grain Cereal",
"Twin Grain Crisp, Crispy Corn & Rice Cereal",
"Toasted Rice & Wheat Flakes Cremeal",
"Instant Oatmeal, Maple & Brown Sugar",
"Bite Size Frosted Shredded Wheat Cereal",
"Bite Size Shredded Wheat Cereal",
"Rice, Oven Toasted Rice Cereal",
"Wheat Squares Toasted Wheat Cereal",
"Corn Squares Toasted Corn Cereal",
"Rice Squares, Toasted Rice Cereal",
"Honeynut Squares",
"Coco Loco, Sweetened Corn Cereal Made With Real Cocoa",
"Coco Loco, Sweetened Crunchy Corn Cereal With Peanut Butter And Cocoa, Peanut Butter Coco Loco, Peanut Butter",
"Freaky Fruits, Cereal",
"Hokus Pokus, Sweetened Oat Cereal With Marshmallows",
"Apple Cinnamon Toasted Oats",
"Toasted Oats, Sweetened Toasted Oat Cereal, Honey Nut",
"Sweetened Toasted Oat Cereal With Real Berries",
"Chewy Granola Bars, Chocolate Chip",
"Chewy Granola Bars, Peanut Butter Chocolate Chip",
"Chewy Granola Bars, Chocolate Chunk",
"Koo-Kies! Naturally & Artificially Flavored Sweetened Cereal",
"Crunchy Raisin Bran",
"Old Fashioned Oats",
"Sweetened Multi-Grain Apple Flavored Cereal",
"Fruit Frenzy Natural Fruit Flavors With Other Natural Flavors",
"Original Toasted Oats",
"Honey & Oats With Honey & Oat Clusters",
"Toasted Multi-Grain Cereal With Almonds & Honey Oat Clusters",
"Cranberry Whole Grain Oatmeal Made With Flaxseed",
"Essential Choice, Instant Whole Grain Oatmeal High Fiber",
"Essential Choice, Instant Whole Grain Oatmeal High Fiber, Cinnamon",
"Essential Choice, Instant Whole Grain Oatmeal, Maple & Brown Sugar",
"Fiber Bran Cereal",
"Oat Wise, Cereal",
"Raisin Brain Cereal",
"Cereal",
"Rice Squares, Toasted Rice Cereal",
"Corn Squares Toasted Corn Cereal",
"Fiber Chewy Granola Bars",
"Trail Mix Chewy Granola Bars",
"Protein Chewy Granola Bars",
"Lasagna",
"Mostaccioli Durum Semolina",
"Elbow Macaroni",
"Elbow Macaroni",
"Spaghetti",
"Vermicell Durum Semolina",
"Deluxe Shells & Cheddar Dinner In A Cheddar Cheese Sauce",
"Linguine",
"Thin Spaghetti",
"Jade Blend Rice Mix",
"Enriched Long Grain White Rice",
"Pure Black Barley",
"Pasta & Sauce, Creamy Garlic",
"Kamut Blend Rice Mix",
"Aztec Blend, Rice Mix",
"Charcoal Wheat Heirloom Grain",
"Golden Jewel Blend",
"Small Shells",
"Instant Rice",
"Long Grain Brown & Wild California Rice",
"Rigatoni",
"Macaroni Large Shells",
"An Enriched Spaghetti Product Angel Hair",
"Rotoni",
"Natural Whole Grain Instant Brown Rice",
"Spinach, Tomato & Carrot Pasta Blend",
"Instant White Rice",
"Instant White Rice",
"Fettuccine",
"Penne Rigate, An Enriched Macaroni Product",
"An Enriched Macaroni Product",
"An Enriched Macaroni Product Bow Tie",
"Bronze Die Linguine",
"Bronze Die Penne Rigate",
"Bronze Die Fusilli",
"Bronze Die Rigationi",
"Bronze Die Farfalle",
"Spaghetti",
"Whole Wheat Macaroni Pasta, Rotini",
"Whole Grain Macaroni Product Penne Rigate",
"Long Grain Brown Rice",
"Spaghetti",
"Thin Spaghetti",
"Half New Year Shadow Cake",
"Cherry Cake",
"Banana Cake",
"Banana Cupcakes",
"Chocolate Cupcake",
"Strawberry Cupcakes",
"White Iced Chocolate Cake",
"Half Neapolitan Cake",
"Delux Petite Red Velvet Cake",
"Delux Petite Cake Triple Chocolate",
"Bakery, Deluxe Petite Cake, German Chocolate",
"Bakery, Delux Petite Cake, Carrot",
"Delux Petite Cake, Chocolate Iced Yellow",
"Bakery, Blue Velvet Cake, Cream Cheese Icing",
"Hamburger Buns",
"Hamburger Buns",
"Onion Hamburger Buns",
"Lemon Pudding Cake",
"Chocolate Pudding Cake",
"Red Velvet Pudding Cake",
"Cookie, Coconut Macaroon",
"New York Style Cheesecake",
"Real Cream Cheescake",
"Cheesecake, Strawberry Swirl",
"New York Style Cheesecake",
"Chessecake",
"Variety Sampler Cheesecake",
"Cheesecake, Chocolate",
"Key Lime Cheesecake, Real Cream Cheese",
"Cheesecake, Pumpkin",
"Pepperoni Pizza",
"Cheese Pizza",
"Pizza",
"Pizza",
"Pizza Bites",
"Baklava",
"Creme Brulee Dessert",
"Ice Cream",
"Ice Cream, Sea Salt Caramel",
"Mango Sherbet",
"Premium Ice Cream",
"Freshly Frozen Cut Green Beans",
"French Style Green Beens",
"Cut Broccoli",
"Cauliflower Florets",
"Whole Kernel Golden Corn",
"Mixed Vegetables",
"Peas & Carrots",
"California Style Vegetables",
"Florentine Style Vegetables",
"Crinkle Cut Carrots",
"Cut Leaf Spinach",
"Stir Fry Vegetables",
"Baby Lima Beans",
"Brussels Sprouts",
"Freshly Frozen Cut Broccoli",
"Green Peas",
"Whole Kernel Golden Corn",
"Green Peas",
"Fat Free Milk",
"Skim Milk",
"Vitamin D Milk",
"1% Lowfat Milk",
"Non-Fat Cottage Cheese",
"Local Farm Eggs",
"Ready To Bake Pizza Crust",
"Break 'N Bake Sugar Cookie Dough",
"Chocolate Chips Cookie Dough",
"Texas Style, Biscuits, Butter",
"Rolled & Ready To Bake Pie Crust",
"10 Flour Tortillas",
"Whole Wheat Tortillas",
"Whipped Cream Cheese Spread",
"Cream Cheese Spread",
"Cream Cheese Spread",
"Garden Vegetable Cream Cheese Spread",
"Cream Cheese With Honey Nut",
"Chipotle Cheddar Cheese",
"Shredded Queso Quesadilla Blend",
"Shredded Extra Sharp Cheddar Cheese",
"Shredded Mozzarella Cheese",
"Shredded Natural Mozzarella Cheese",
"Shredded Sharp Cheddar Cheese",
"Shredded Mozzarella Cheese",
"Cheese Mexican Blend",
"Natural Swiss Cheese",
"Pepper Jack Cheese",
"Sliced Cheddar Cheese",
"Shredded Mild Cheddar Cheese",
"Juice, Orange",
"100% Juice, Orange",
"Lemonade",
"Raspberry Lemonade",
"Breakfast Sandwiches",
"Breakfast Sandwiches",
"Breakfast Sandwiches",
"Cocktail Smokies",
"Beef Patties",
"Turkey Breast",
"Honey Ham Water Added",
"Red Curry Chicken With Jasmine Rice",
"Bison Chili With Beans",
"Frijoles Refritos Beans",
"Cochinita Pibili",
"Chata, Refried Beans With Chorizo And Cheese",
"Chata, Chilorio Shredded, Seasoned Pork Meat",
"Chata, Chilorio Shredded Seasoned Pork Meat",
"Chicken Broth",
"Light Deluxe French Dressing",
"Fat Free Italian Dressing",
"Light Thousand Island Dressing",
"Fat Free Chunky Blue Cheese Dressing",
"Creamy Italian Dressing",
"Creamy Tomato Basil Dressing",
"Creamy Italian With Romano Cheese Dressing",
"Ranch Dressing",
"Italian Dressing",
"Light Honey Dijon Mustard Dressing",
"Sweet & Spicy French Dressing",
"Signature Italian Dressing",
"Caesar Vinaigrette Dressing",
"E.V.O.O. Dressing, Garlic Basil",
"E.V.O.O. Dressing, Lemon Herb",
"E.V.O.O. Dressing, Roasted Red Pepper",
"E.V.O.O. Dressing, Sundried Tomato",
"Ristorante Italiano Dressing, Creamy Peppercorn Caesar",
"Ristorante Italiano Dressing Vinaigrette, Garlic Parmesan",
"Ristorante Italiano Roasted Garlic Dressing",
"French Dressing",
"Thousand Island Dressing, Light",
"Creamy Caesar Dressing",
"Ranch Dressing",
"Light Ranch Dressing",
"Ranch Dressing",
"Light Ranch Dressing",
"Olive Oil Vinaigrette",
"Red Wine Vinaigrette Dressing",
"Red Wine Vinaigrette Dressing",
"Chunky Blue Cheese Dressing",
"Chunky Blue Cheese Dressing",
"Blue Cheese Dressing, Light",
"Italian Dressing",
"Italian Dressing",
"Creamy Italian Dressing",
"Italian Dressing",
"Robusto Italian Dressing",
"Robusto Italian Dressing",
"Russian Dressing",
"Russian Dressing",
"Thousand Island Dressing",
"House Italian Dressing",
"Deluxe French Dressing",
"Deluxe French Dressing",
"French Dressing",
"Italian Dressing",
"Ranch Dressing, Classic Ranch",
"Fat Free Italian Dressing",
"Light Italian Dressing",
"Light Italian Dressing",
"Chunky Blue Cheese Dressing",
"Thosand Island Dressing",
"Balsamic Vinaigrette Dressing",
"Balsamic Vinaigrette Dressing",
"Light Blue Cheese Dressing",
"Creamy Caesar Dressing, Light",
"Light Parmesan Peppercorn Ranch Dressing",
"Raspberry Hazelnut Vinaigrette Salad Dressing",
"Tartar Sauce",
"Light Fantastic, Dressing & Marinade",
"Herb Garden, French Dressing & Marinade",
"Dressing & Marinade, Cheese & Garlic",
"Creamy Caesar Dressing & Marinade",
"Dressing & Marinade",
"Balsamic Italian Dressing & Marinade",
"Italian Dressing & Marinade, Fat Free, Cheese & Garlic",
"Ranch Dressing",
"Italian Dressing",
"Italian Dressing",
"Robusto Italian Dressing, Big Bold",
"Ronamo Basil Vinaigrette Dressing",
"Balsamic Italian Vinaigrette Dressing",
"Ristorante Italiano Dressing, Parmesan Ranch",
"Avocado Oil Dressing, Roasted Garlic Citrus",
"Bacon Balsamic Vinaigrette Dressing",
"Garden Herb Vinaigrette Avocado Oil Dressing",
"French Dressing",
"Bruschetta Italian Dressing",
"Vinaigrette Dressing, Superfruit Berry",
"Mediterranean Italian Dressing",
"Greek Vinaigrette Dressing",
"Vinaigrette Dressing",
"Buffalo Ranch Dressing",
"Dressing With Frank's Redhot Pepper Sauce, Buffalo Ranch",
"Buffalo Ranch Dressing, Light",
"Guacamole Ranch Dressing",
"Buffalo Ranch Dressing",
"Italian Marinade",
"Balsamic Marinade",
"Asian With Sesame & Ginger Vinaigrette Dressing, Delicately Sweet & Tangy",
"Light Vinaigrette Dressing, Raspberry Walnut",
"Light Vinaigrette Dressing, Balsamic & Basil",
"Original Chili Con Carne With Beans",
"Original Chili Con Carne With Beans",
"Chili Con Carne With Beans, Cheese",
"Chili Con Carne With Beans, Onion",
"Chili Con Carne With Beans, Hot",
"Turkey Chili With Beans",
"Big Chunk, No Beans Chili Con Carne",
"Luncheon Meat, Pork",
"Corned Beef Hash",
"Italian Dessing",
"Flavored Dressing, Cheddar Bacon Ranch",
"Chipotle Ranch Dressing",
"Buffalo Blue Cheese Dressing",
"Chipotle Ranch Dressing",
"Teriyaki Marinade",
"Italian Dressing & Seasoning Mix",
"Robusto Italian Dressing & Seasoning Mix",
"Italian Dressing & Seasoning Mix",
"Western, Sweet & Smooth Dressing",
"Western, Fat Free Sweet & Smooth Dressing",
"Western, Sweet & Smooth Dressing",
"Western, Light Sweet & Smooth Dressing",
"Western, Sweet & Smooth Dressing",
"Western Original Dressing",
"Western, Sweet & Smooth Dressing",
"Sandwich Creations, Shredded Chicken In Buffalo Sauce",
"Sandwich Creations, Shredded Chicken In Taco Sauce",
"Sandwichcreation, Shredded Chicken In Bbq Sauce",
"Sandwich Creations, Pulled Pork In Bbq Sauce",
"Ranch Dressing & Seasoning Mix",
"Sweet & Spicy Honey Mustard Dressing",
"Honey Mustard Dressing & Seasoning Mix",
"Spicy Caesar Dressing",
"South Of The Border Dressing, Ranch",
"Real Mayonnaise",
"Original Chili Sauce, Hot Dog",
"Chili Con Carne With Beans, Onion",
"Seapak Shrimp & Seafood Co., Oven Crispy Popcorn Shrimp",
"Popcorn Shrimp",
"Seapak, Popcorn Shrimp",
"Seapak, Snack Size Clam Strips",
"Butterfly Shrimp",
"Shrimp Poppers",
"Seapak, Shrimp Scampi",
"Shrimp Scampi, Light!",
"Seapak Shrimp & Seafood Co., Tilapia Tenders",
"Shrimp Burgers",
"Beer Battered Shrimp",
"Crunchy Beer Battered Shrimp",
"Sea Pak ., Shrimp Fries",
"Shrimp 'N Batter",
"Fish Bites",
"Sea Pak, Shrimp Poppers Snack",
"Farm Rich, French Toast Sticks, Cinnamon",
"Clam Strips",
"Sea Pak, Stuffed Clams",
"Clam Strips",
"Jumbo Butterfly Shrimp",
"Farm Rich, Breaded Mozzarella Sticks",
"Farm Rich, French Toast Sticks",
"Farm Rich, French Toast Sticks, Cinnamon",
"Meatballs",
"Breaded Jalapeno Peppers Filled With Cream Cheese",
"Breaded Cheese Sticks",
"Pretzel Crusted Cheese Sticks",
"Potato Stick Crusted",
"Loaded Potato Skins Stuffed With Cheddar Cheese & Bacon",
"Marinara Stuffed Mozzarella Sticks",
"Breaded Jalapeno Peppers Filled With Cream Cheese",
"Farm Rich, Breaded Dill Pickle Slices",
"Smokehouse, Dry Rub Smoked Pork",
"Dry Rub Smoked Chicken",
"Pulled Pork Bbq",
"Pulled Pork Bbq In A Sweet And Spicy",
"Loaded Potato Skins",
"Smokehouse, Pulled Beef Brisket",
"Brownie Bites",
"Pie Bites",
"Toasted Ravioli",
"Organic Mozzarella Sticks",
"Mozzarella Bites",
"Mozzarella Bites",
"Brunch Bites",
"Pepperoni Pizzeria Bites",
"Cheddar Bacon Bites",
"Battered Onion Rings",
"Jalapeno Peppers",
"Original French Toast Sticks",
"Breaded Mozzarella Sticks",
"Breaded Mushrooms",
"Farmrich, Mozzarella Sticks",
"Queso Cheese Bites",
"Farm Rich, Breaded Mushrooms",
"Breaded Jalapeno Peppers Filled With Cream Cheese",
"Farmrich, Buffalo Style Breaded Chicken Wings",
"Farm Rich, Boneless Chicken Bites",
"Toasted Ravioli",
"Lighthouse Selections Marinated Shrimp",
"Shrimp & Veggie Griller",
"Shrimp Potstickers",
"Shrimp Spring Rolls With Dipping Sauce",
"Butterfly Shrimp",
"Breaded Mozzarella Sticks",
"Pizza Roll-Ups",
"Italian Style Meatballs",
"Meatballs",
"Turkey Meatballs",
"Breaded Mushrooms",
"Balsamic vinegar",
"Stuffed Olives With Minced Tuna",
"Select Spanish Olives Stuffed With Minced Anchovies",
"Stuffed Olives",
"Small Pitted Ripe Black Olives",
"Large Pitted Ripe Black Olives",
"Medium Pitted Ripe Black Olives",
"Sliced Ripe Black Olives",
"Green Pigeon Peas",
"Premium Green Pigeon Peas",
"Green Pigeon Peas",
"Premium Green Pigeon Peas With Coconut",
"Dry Pigeon Peas",
"Black Bean Soup",
"Red Kidney Beans",
"Small Red Beans",
"Green Pigeon Peas",
"Pink Beans",
"White Beans In Sauce",
"Pinto Beans In Sauce",
"Chick Peas",
"Black Bean Soup",
"Pinto Beans In Sauce Prepared With Garlic & Onion",
"Red Kidney Beans",
"Black Bean Soup",
"Pana De Pepita",
"Yuca",
"Premium Jelly, Guava",
"Preserve",
"Premium Pineapple Preserve",
"Squeez-It, Jelly, Grape",
"Sancocho Stew",
"Beef Tripe Stew With Vegetables Mondogo",
"Fiesta, Baked Beans, Original",
"Fiesta, Baked Beans",
"Fiesta, Baked Beans, Jalapeno",
"Sauteed Onions",
"Liquid Seasoning",
"Cream Of Coconut",
"Cream Of Coconut",
"Cream of Coconut",
"Leche de coco",
"Reduced Fat Coconut Milk",
"Coconut Milk",
"Cream Of Beans With Coconut",
"Cream Of Coconut",
"Black Bean Soup",
"Lentil & Vegetable Soup",
"Barley & Vegetable Soup",
"Coconut Water With Pulp",
"Black Beans",
"Red Kidney Beans",
"Organically Grown Black Beans",
"Chick Peas",
"Dark Kidney Beans",
"Pinto Beans",
"Chick Peas Garbanzos",
"Black Beans",
"Pink Beans",
"Chick Peas",
"Pinto Beans",
"Black Beans",
"Red Kidney Beans",
"Red Kidney Beans",
"Premium Pink Beans",
"Pink Beans",
"Small White Beans",
"Premium Roman Beans",
"Small Red Beans",
"Chick Peas",
"Chick Peas",
"Blackeye Peas",
"Premium Pinto Beans",
"Pinto Beans",
"Alubias",
"Premium Cannellini Beans",
"Premium Small White Beans",
"Premium Dark Kidney Beans",
"Pinto Beans",
"Premium Pink Beans",
"Premium Red Kidney Beans",
"Black Beans",
"Premium Chick Peas",
"Black Beans",
"Premium Whole Green Peas",
"Premium Black Beans",
"Small White Beans",
"Red Kidney Beans",
"Pinto Beans",
"Baby Lima Beans",
"Blackeye Peas",
"Whole Green Peas",
"Lentils",
"Pink Beans",
"Garbanzos/Chick Peas",
"Black Beans",
"Dominican Red Beans",
"Large Lima Beans",
"Pigeon Peas, Gandules",
"Roman Beans",
"Large Fava Beans",
"Great Northern Beans",
"Small Red Beans",
"Green Split Peas",
"Cannellini",
"Cow Peas",
"Navy Beans",
"Yellow Split Peas",
"Yellow Popcorn",
"Whole Yellow Peas",
"Barley",
"Canary Beans",
"Red Lentils",
"White Hominy Corn",
"White Corn",
"Chulpe Corn For Toasting",
"Pardina Lentils",
"16 Bean Soup Mix",
"Central America Red Beans",
"Peeled Fava Beans",
"Red Cargamanto Beans",
"White Cargamanto Beans",
"Bola Roja Beans",
"Black Lentils",
"Blackeye Peas",
"Pink Beans",
"Lentils",
"Central American Red Beans",
"Canary Beans",
"Red Kidney Beans",
"Chick Peas",
"Small Red Beans",
"Black Beans",
"Roman Beans",
"Yellow Split Peas, Chana Dal",
"Pinto Beans",
"Black Beans",
"Pinto Beans",
"Roman Beans",
"Green Beans, French Style",
"Cut Green Beans",
"Louisiana Style Jambalaya Mix",
"Lentils Masoor Dal",
"Canary Beans",
"Central American Red Bean",
"Green Split Peas",
"Peas And Carrots",
"Whole Kernel Golden Corn",
"Mixed Vegetables",
"Sliced Beets",
"Whole Mushrooms",
"Sliced Mushrooms",
"Sliced Mushrooms",
"Sliced Beets",
"Green Asparagus",
"Prime Premium Mixed Vegetables",
"Central American Style Rice & Red Beans Gallo Pinto",
"White Hominy",
"White Hominy",
"Enriched Medium Grain Rice",
"Enriched Medium Grain Rice",
"Medium Grain Rice",
"Enriched Medium Grain Rice",
"Brown Rice",
"Brown Rice",
"Thai Brown Jasmine Rice",
"100% Jasmine White Rice",
"Jasmine Rice",
"Thai Jasmine Rice",
"Authentic Style Rice Pilaf",
"California Pearl Rice",
"Canilla, Enriched Rice, Extra Long Grain",
"Canilla Extra Long Grain Enriched Rice",
"Spanish Style Instant Yellow Rice, Arroz Amarillo",
"Instant Mexican Rice",
"Instant Brown Rice With Vegetables",
"Mexican Style Rice With Green Peppers & Corn",
"Coconut Rice",
"Jasmine Rice",
"Rice & Pinto Beans With Green Chiles & Tomatoes",
"Hoppin' John Seasoned Rice With Blackeye Peas",
"Flavored Rice, Chicken",
"Fiesta Rice With Wild Rice & Vegetables",
"Rice & Pigeon Peas, Authentic Caribbean Recipe",
"Spanish Style Yelow Rice",
"Mexican Rice, Chicken",
"Rice & Black Beans",
"Rice & Red Beans",
"Country Style Rice & Cheese Sauce, Broccoli & Cheddar",
"Curry Rice, With Carrots & Onions",
"White And Red Quinoa With Brown Rice",
"White Quinoa With Brown Rice",
"Spanish Rice, Pasta, Tomatoes & Bell Peppers",
"Seasoned Yellow Rice & Red Beans",
"Yellow Rice & Corn",
"Quinoa Blend With Brown Rice",
"Spanish Style Yellow Rice",
"Yellow Rice",
"Coconut Water",
"Coconut Water",
"Coconut Water",
"Coconut Water",
"Coconut Water",
"Yellow Rice",
"Premium Delight Nectar, Pear Pera",
"Nectar, Peach",
"Premium Dedelight Nectar, Apple",
"Diet Nectar, Pera",
"Premium Delight Nectar, Guava",
"Diet Nectar, Apricot",
"Diet Guanabana Nectar Drink",
"Diet Guayaba Nectar",
"Mango Nectar, Diet",
"Nectar, Pear",
"Diet Nectar, Guayaba",
"Nectar, Guayaba",
"Coconut Milk Drink",
"Coconut Water",
"Pure Coconut Water",
"Roasted Coconut Water With Pulp",
"Coconut Water With Pulp",
"Agua De Coco Sin Endulzar Naturalmente Hidratante",
"Coconut Water With Pulp",
"Coconut Wtaer",
"Coconut Water With Pulp",
"Roasted Coconut Water With Pulp",
"Nectar",
"Juice From Concentrate",
"Pear Halves",
"Cocktail",
"Nectar",
"Nectar",
"Nectar",
"Mango Nectar",
"Tropical Fruit Juice Drink, Mango",
"Gazpacho",
"Gazpacho, Mediterranean Vegetable Medley",
"Yellow Cling Peach Slices In Heavy Syrup",
"Yellow Cling Peach Slices",
"Light Guava Nectar",
"Fruit Cocktail In Heavy Syrup",
"Fruit Cocktail In Heavy Syrup",
"Aged Basmati Rice",
"Aged Basmati Rice",
"Sliced Pineapple",
"Diced Green Chiles",
"Green Pickled Jalapeno Peppers",
"Jalapeno Peppers, Green Pickled",
"Fire Roasted Diced Green Chiles",
"Green Pickled Sliced Jalapeno Peppers",
"Green Pickled Sliced Jalapeno Peppers",
"Green Pickled Serrano Peppers",
"Green Pickled Serrano Peppers",
"Pozole, Pork And Hominy Soup",
"Mexican Style Hominy",
"Green Pickled Jalapeno Nacho Slices",
"Crushed Tomatillos",
"Chipotle Peppers In Adobo Sauce",
"Tender Cactus",
"Zucchini Flower",
"Chipotle Peppers In Adobo Sauce",
"Menudo",
"Cuitlacoche Corn Mushroom",
"Mexican Red Salsa",
"Mexican Green Salsa",
"Salsita, Hot Sauce, Hot",
"Hot Sauce Tangy Arbol Chiles",
"Hot Sauce, Salsita, Salsa Picante, Ancho Chiles",
"Pure Fire Ripe Habanero Chiles Hot Sauce",
"Medium Salsa Verde",
"Hot Salsa Taquera",
"Mild Salsa",
"Hot Salsa",
"Pickled Slice Carrots",
"Refried Pinto Beans With Chorizo",
"Refried Pinto Beans, Traditional",
"Refried Pinto Beans With Chipotle",
"Refried Pinto Beans",
"Refried Black Beans",
"Mole",
"Refried Black Beans",
"Refried Pinto Beans, Fat Free",
"Refried Pinto Beans",
"Traditional Refried Pinto Beans",
"Flor De Izote In Brine",
"Fruit Punch",
"Panela Brown Sugar Cane",
"Panela Brown Sugar Cane",
"Panela",
"Traditional Refried Pinto Beans",
"Refried Black Beans",
"Nance In Light Syrup",
"Spanish Plums",
"Pickled Salad In Brine",
"Salvadorean Pickled Salad, In Brine",
"Loroco Flower",
"Pacaya Palm",
"Piquin In Brine",
"Refried Red Beans",
"Marinade For Chicken, Pork & Beef",
"Marinade Mojo Picante",
"Bitter Orange Concentrate",
"Mojo Chipotle Marinade",
"Tropical Juice",
"Marinade Mojo Chipotle",
"Mojo Criollo Marinade",
"Marinade, Mojo Criollo",
"Mojo Criollo Marinade",
"Marinade, Bitter Orange",
"Marinade, Bitter Orange",
"Mango Paste",
"Guava Paste",
"Quince Membrillo",
"Tropical Juice",
"Guava Paste",
"Guava Paste",
"Guava Paste",
"Guava Paste",
"Papaya Slices In Heavy Syrup",
"Ceviche Marinade",
"Mojo Pina Marinade, Pineapple",
"Black Mint Paste",
"Premium Red Hot Pepper Paste",
"Premium Yellow Hot Pepper Paste",
"Rice Majarete Pudding",
"Rice Pudding",
"Majarete Corn Pudding",
"Tembleque Coconut Flavored Pudding",
"Spanish Natilla Style Custard",
"Spanish Style Flan Custard",
"Baby Corn In Vinegar",
"Honey",
"Organic Blue Agave Sweetener",
"Sliced Poblano Peppers",
"Reduced Sodium Powdered Bouillon, Chicken",
"Chorizos",
"Chorizos",
"Chorizos",
"Vienna Sausage",
"Vienna Sausage Added In Chicken Broth",
"Hot Chicken Vienna Sausage In Chicken Broth",
"Chicken Vienna Sausages In Chicken Broth",
"Chicken Vienna Sausage",
"Cooked Ham",
"Corned Beef",
"Roast Beef & Gravy",
"Salchichon Salami",
"Salchichon Salami",
"Pork & Chicken Luncheon Meat",
"Refined Lard",
"Whole Kernel Golden Corn",
"Prime Premium Sliced Beets",
"Coldfish",
"Sardines With Lemon In Oil",
"Premium Sardines In Olive Oil",
"Premium Sardines In Spicy Oil",
"Sardines In Tomato Sauce",
"Sardines, Wild Caught",
"Tinapa, Sardines In Tomato Sauce",
"Tinapa, Sardines In Hot Tomato Sauce, Hot",
"Sardines In Vegetable Oil",
"Macarela",
"Codfish In Biscayan Sauce",
"White Tuna In Olive Oil",
"Bonito, In Tomato Sauce",
"Premium Mussels In Pickled Sauce",
"Squid",
"Jumbo Squid, (Pieces) In Olive Oil",
"Octopus In Pickled Sauce",
"Premium Jumbo Squid (Pieces) In Garlic Sauce, Hot",
"Octopus In Hot Sauce, Hot",
"Octopus In Olive Oil",
"Milk Caramel Spread",
"Dulce De Leche, Milk Caramel Spread",
"Vitamin D Added Evaporated Milk",
"Queso Blanc",
"White Cheese",
"Sazon A Low Sodium Seasoning",
"Con Ajo Y Cebolla Sazon (With Garlic And Onion)",
"Sazon A Unique Seasoning",
"Sazon Goya, Con Azafran Seasoning",
"Sin Achiote (Without Annatto) Seasoning",
"A Unique Seasoning, (Coriander & Annatto)",
"Seasoning",
"Con Azafran",
"Seasoning, Cilantro & Tomato",
"Low Sodium Seasoning",
"Taco Authentic Latina Seasoning Mix",
"Picadillo Authentic Latina Seasoning Mix",
"Fajita Seasoning Mix",
"Low Sodium Seasoning",
"Sazonador Total The Perfect Seasoning With Pepper Con Pimienta",
"All Purpose Light Adobo Seasoning",
"Ham Concentrate",
"All Purpose Seasoning",
"Curz De Malta, Mate Cocido Yerba Mate Tea Bags",
"Pickled Peppers",
"Aji Picante Hot Pickled Peppers",
"Hot Pickled Peppers",
"Hot Pickled Peppers",
"Salsa Picante Hot Sauce",
"Hot Sauce, Salsa Picante",
"Hot Sauce",
"Light Adobo All Purpose Seasoning",
"Adobo Light, All Purpose Seasoning",
"Pasta Sauce",
"100% Real Mayonnaise",
"Mayonnaise",
"100% Real Mayonnaise With Lime Juice",
"Mayo Ketchup",
"Reduced Sodium Ham Flavored Concentrate",
"Bread Crumbs",
"Marinara Pasta Sauce",
"Sazonador Total Perfect Seasoning",
"Sazondor Total",
"Sazonador Total",
"Sea Salt",
"Chipotle Sauce, Home Style",
"Diced Tomatoes",
"Whole Hearts Of Palm",
"Salad Cut Hearts Of Palm",
"Crushed Tomatoes",
"Artichoke Hearts",
"Crushed Tomatoes",
"Mediterranean Salad",
"Roasted Pimientos",
"Fancy Pimientos",
"Seasoned Tomato Sauce, Hot",
"Tomato Sauce",
"Soda Crackers",
"Cracker Meal",
"Crackers",
"Tomato Sauce, Spanish Style",
"Tomato Sauce, Spanish Style",
"Spanish Style Tomato Sauce",
"Tomato Paste",
"Tomato Paste",
"Dominican Style Tomato Paste",
"Angel Hair, Enriched Macaroni Product",
"Fideline, Enriched Macaroni Product",
"Alphabet Enriched Macaroni Product",
"Small Elbow Noodles",
"Shells Pasta",
"Malt Beverage",
"Malta Goya, Malt Beverage, Non-Alcholic",
"Refresco Soda, Guava",
"Pineapple Soda",
"Tamarind Soda",
"Refresco Soda, Mandarin",
"Lemon Lime Soda",
"Soda, Fruit Punch",
"Cola Champagne",
"Coconut Soda",
"Ginger Beer",
"Strawberry Soda",
"Malta Goya, Non-Alcoholic Malt Beverage",
"Malta Goya, Malt Beverage",
"Malta Goya, Malt Beverage",
"Light Non-Alcoholic Malt Beverage",
"Apple Soda",
"Grape Soda",
"Sangria Carbonated Beverage",
"Malt Beverage",
"Tropi-Cola, Sparkling Cola Champagne Soda",
"Cola Champagne",
"Tropi-Cola, Sparkling Cola Champagne Soda",
"Coconut Soda",
"Fruit Punch Soda",
"Pineapple Soda",
"El Dorado Golden Soda",
"Clasico Refresco Cola Champagne",
"Refresco Canesugar Soda, Coconut",
"Cane Sugar, Pineapple",
"Diet Cola Champagne",
"Diet Soda",
"Diet Soda",
"Sparkling Diet Cola Champagne Soda",
"Ripe Plantain Chips, Maduros",
"Plantain Chips",
"Plantain Chips",
"Plantain Chips, Garlic",
"Maria Cookies",
"Maria Cookies",
"Palmeritas",
"Maria Cookies",
"Crackers, Butter",
"Snack Crackers",
"Snack Crackers, Whole Wheat",
"Maria Cookies",
"Maria Cookies",
"Vanilla Wafers",
"Strawberry Wafers",
"Guava Wafers",
"Wafers, Dulce De Leche",
"Chocolate Wafers",
"Pineapple Wafers, Pineapple",
"Coconut Wafers",
"Vanilla Wafers, Mango",
"Wafers Duplex, Vanilla, Strawberry",
"Sugar Free Maria Cookies",
"Wafers",
"Wafers",
"Wafers",
"Dulce De Leche Wafers",
"Vanilla Wafers",
"Wafers",
"Wafers",
"Wafers",
"Instant Oats, Avena En Hojuelas",
"Quinoa",
"Quinua Seeds",
"Masarica, Instant Corn Masa Flour",
"Corn Meal, Enriched, Fine Yellow",
"Coarse Yellow Corn Meal",
"Tapioca Starch",
"Bacalaitos Codfish Fritter Mix",
"Coarse Yellow Corn Meal",
"Fine Yellow Corn Meal, Enriched",
"Fine Yellow Corn Meal",
"Enriched Coarse Yellow Corn Meal",
"Corn Meal",
"Extra Fine Yellow Corn Meal",
"Enriched Yellow Corn Meal",
"Black Beans",
"Red Kidney Beans",
"Premium Pinto Beans",
"Turro'N De Alicante Nougat",
"Antiu Xixona, Mix Selection Chocolate",
"Dark Whith Almonds Chocolate",
"72% Cocoa Intense Dark Chocolate",
"Milk Creamy Chocolate",
"Milk Chocolate",
"Nectar Juice",
"Coconut Water With Pulp",
"White Corn Arepa",
"Corn Arepa Filled With Cheese",
"Sweet Corn Arepa",
"Sweet Corn Arepa Filled With Mozarella Cheese",
"Yucca Arepas Filled With Cheese",
"Tequenos South American Cheese Sticks",
"Baked Beef Empanadas",
"Chicken Empanadas",
"Baked Spinach Empanadas With Cheese",
"Calabaza Squash",
"Gandules Pigeon Peas",
"Cheese Empanadas",
"Chicken Empanadas",
"Beef Empanadas",
"Mexican Style Stuffed Peppers Rellenos",
"Potato Puffs",
"Fried Plantains Tostones",
"Platanos Maduros, Ripe Plantains",
"Tostones, Fried Plantains",
"Yuca Cassava",
"Yautia",
"Pigeon Peas",
"Cassava",
"Yuca Cassava",
"Discos Dough For Turnover Pastries",
"Discos Para Empanadas Dough For Turnover Pastries",
"Cuban Style Tamales",
"Ham Croquettes",
"Fruta, Blackberry Pulp",
"Chicken Croquettes",
"Fruta, Guava Pulp",
"Crinkle Cut French Fried Potatoes",
"Curuba Pulp",
"Fruta Whole Blackberry",
"Fruta Whole Yellow Cherries Nance",
"Coconut Coco Rallado Flake-Grated",
"Fruta, Mamey Pulp",
"Fruta Guanabana Pulp",
"Fruta, Tamarind Pulp",
"Papaya Chunks",
"Mango Pulp",
"Fruta, Passion Fruit Pulp",
"Strawberry Pulp",
"Fruta Pineapple Chunks",
"Fruta Whole Plum",
"Chunks Tropical Fruit Cocktail",
"Baked Ripe Plaintains",
"Ripe Plantains Maduros",
"Maduros Ripe Plantains",
"Fried Plantains Tostones",
"Chorizo Croquettes, Tasty Homestyle Chorizo Filled Delights",
"Chorizo Croquettes",
"Straight Cut French Fried Potatoes",
"Fruta, Chirimoya Pulp",
"Cut Okra",
"Peas",
"Whole Baby Okra",
"French Fried Potatoes",
"Lima Beans",
"Rice With Chicken",
"Beef Stew With Rice",
"Chicken Fricassee With Rice",
"Rice With Ground Beef",
"Rice With Pigeon Peas And Uncured Ham",
"Rice With Black Beans",
"Yellow Rice With Pink Beans",
"Dough For Turnover Pastries",
"Dough For Turnover Pastries",
"Dough For Turnover Pastries",
"Fruta Plum Pulp",
"Pupusas (Stuffed Corn Tortillas), Cheese",
"Jumbo Corn",
"Whole Kernel Corn",
"Yellow Chili",
"Fruta Tamarillo Whole",
"Fruta Mango Pulp",
"Fruta Fruit Pulps",
"Guanabana Pulp",
"Sweet Corn Tamales",
"Sancocho Ecuadorian Stew Mix",
"Fruta, Fruit Pulp",
"Authentic Churros Pastry Snack",
"Whole Strawberries",
"Berry Blend",
"Tropical Blend",
"Jamaican Style Beef Patties",
"Jamaican Style Beef Patties",
"Yuca Bites",
"Yuca Bites",
"Buffalo Yuca Bites, Medium",
"Yuca Cups",
"Dough For Turnover Pastries",
"Masarepa",
"Cod Croquettes",
"Cheese Croquettes",
"Mini Discos, Para Empanadas Dough",
"Mini Discos Dough For Turnover Pastries",
"Ham Croquettes",
"Ham Croquettes",
"Chicken Croquettes",
"Green Pigeon Peas",
"Dry Pigeon Peas",
"Premium Dry Pigeon Peas",
"Red Kidney Beans",
"Pink Beans",
"Prime Premium, Black Beans",
"Chick Peas",
"Prime Premium, Pinto Beans",
"Small White Beans",
"Red Kidney Beans",
"Pink Beans",
"Small White Beans",
"Roman Beans",
"Small Red Beans",
"Chick Peas, Garbanzos",
"Frijol Carita, Blackeye Peas",
"Great Northern Beans",
"Premium Dominican Red Beans",
"Dark Kidney Beans",
"Pinto Beans",
"Butter Beans",
"Cannellini",
"Premium Canary Beans",
"Premium Lentils",
"Premium Navy Beans",
"Premium Whole Green Peas",
"Black Beans",
"Tender Sweet Peas",
"Green Beans, French Style",
"Cut Green Beans",
"Field Peas With Snaps",
"Peas And Carrots",
"Golden Corn",
"Mixed Vegetables",
"Sliced Beets",
"Whole Kernel Golden Corn",
"Sliced Carrots",
"Green Lima Beans",
"White Hominy",
"Golden Hominy Mote Amarillo",
"Nectar",
"Nectar",
"Nectar",
"Cocktail",
"Nectar, Pear & Passion Fruit",
"Nectar",
"Nectar",
"Tamarind Nectar",
"Nectar",
"Papaya Nectar",
"Nectar",
"Nectar",
"Nectar",
"Nectar",
"Nectar",
"Unsweetened Juice From Concentrate",
"Grapefruit Juice",
"Pineapple Juice",
"Tropical Fruit Punch Nectar",
"Cola Champagne",
"Sweetened Condensed Filled Milk",
"Evaporated Filled Milk",
"Mild Cheddar Cheese",
"Lite Italian Dressing & Marinade",
"Light Options, Dressing, Caesar",
"Light Options, Dressing, Honey French",
"Light Options, Honey French Dressing, Honey French",
"Italian Dressing & Marinade",
"Blue Cheese With Gorgonzola Dressing",
"Dressing, French With Applewood Smoked Bacon",
"Russian Dressing",
"Chef's Reserve, Tableside Caesar Cressing",
"Honey Balsamic Dressing",
"Ken's, Chef's Reserve, Italian Dressing",
"Farmhouse Ranch With Buttermilk",
"Honey Mustard Dressing",
"Light Options, Parmesan & Peppercorn Dressing",
"Light Options, Dressing, Ranch",
"Light Options, Olive Oil & Vinegar Dressing",
"Italian Dressing & Marinade",
"Creamy French Dressing",
"Russian Dressing",
"Thousand Island Dressing",
"Buttermilk Ranch Dressing",
"Creamy Italian Dressing",
"Red Wine Vinegar & Olive Oil Dressing",
"Italian Dressing & Marinade, Lite",
"Dressing & Marinade, Caesar",
"Lite Caesar Dressing & Marinade",
"Lite Red Wine Vinegar & Olive Oil Dressing",
"Lite Ranch Dressing",
"Country French Dressing, Orange Blossom Honey",
"Light Dressing, Country French",
"Zesty Italian Dressing & Marinade",
"Light Options, Vinaigrette Balsamic Dressing",
"Chef's Reserve, Steak House Dressing, Golden Vidalia Onion",
"Light Options, Vinaigrette, Sweet Vidalia Onion",
"Creamy Caesar With Roasted Garlic Dressing",
"Italian Dressing & Marinade",
"Ranch Dressing, Topping & Spread",
"Dressing, Zesty Italian",
"Lite Northern Italian With Basil & Romano Dressing & Marinade",
"Light Options, Dressing, Italian",
"Chunky Blue Cheese Dressing",
"Lite Creamy Parmesan Dressing",
"Lite Raspberry Walnut Vinaigrette Dressing",
"Lite Olive Oil Vinaigrette Dressing",
"Balsamic Vinaigrette Dressing",
"Dressing",
"Italian Dressing, Three Cheese",
"Lite Northern Italian With Basil & Romano Dressing & Marinade",
"Lite Sweet Vidalia Onion Dressing",
"Lite Chunky Blue Cheese Dressing",
"Sweet Vidalia Onion Dressing",
"Lite Northern Italian With Basil & Romano Dressing & Marinade",
"Dressing, Topping & Spread, Thousand Island",
"Lite Caesar Dressing & Marinade",
"Ken's steak house",
"Greek With Feta Cheese, Black Olives And Imported Olive Oil Dressing",
"Lite Vinaigrette Dressing, Raspberry Walnut",
"Ken's Steakhouse, Marinade & Sauce, Teriyaki",
"Honey Teriyaki Marinade & Sauce",
"Marinade & Sauce, Lemon Pepper",
"Marinade & Sauce, Herb & Garlic",
"Italian With Aged Romano Dressing & Marinade",
"Extra Heavy Mayonnaise",
"Fat Free Vinaigrette Dressing, Sun-Dried Tomato",
"Fat Free Dressing, Raspberry Pecan",
"Raspberry Walnut Dressing",
"Dressing, Raspberry Pecan",
"Fat Free Sun-Dried Tomato Vinaigrette",
"Lite Balsamic Vinaigrette",
"Chef's Reserve, Ranch Dressing",
"Ranch",
"Dressing, Ranch",
"Dressing, Topping & Spread, Chunky Blue Cheese",
"Honey Mustard",
"Buffalo Wing Sauce",
"Lite Creamy Caesar Dressing",
"Lite Asian Sesame Dressing, Ginger & Soy",
"Lite Honey Mustard Dressing",
"Lite Dressing, Sun-Dried Tomato",
"Honey Mustard",
"Lite Dressing, Topping & Spread, Creamy Caesar",
"Italian With Extra Virgin Olive Oil Dressing & Marinade",
"Balsamic Dressing, With Honey",
"Thousand Island Dressing, Lite",
"Lite Poppy Seed Dressing",
"Balsamic Vinaigrette Dressing",
"Creamy Wisconsin Blue Cheese Dressing",
"Strawberry Vinaigrette With White Balsamic",
"Creamy Caesar Dressing, Topping & Spread",
"Southwest Ranch Dressing Topping & Spared",
"Lite Apple Cider Vinaigrette Dressing",
"Lite Dressing",
"Balsamic Vinaigrette Dressing",
"Lite Buttermilk Ranch Dressing",
"Italian Dressing & Marinade",
"Ranch Dressing, Topping & Spread",
"Dressing, Chef's Reserve, Dressing, Farmhouse Ranch, With Buttermilk",
"Bacon-Wrapped Stuffed Shrimp",
"Greek Vinaigrette Dressing",
"Blackberries in light syrup",
"Blueberries, Whole Berries In Light Syrup",
"Boysenberries, Whole Berries In Light Syrup",
"Gooseberries, Whole Berries In Light Syrup",
"Red Raspberries, Whole Berries In Heavy Syrup",
"Pitted dark sweet cherrie in heavy syrup",
"Royal Anne Cherries, Whole Pitted Cherries In Heavy Syrup",
"Purple Plums, Whole Plums In Heavy Syrup",
"Oregon Specialty Fruit, Red Tart Cherries",
"Red Tart Whole Pitted Cherries In Water",
"Red Tart Cherries",
"Thompson Grapes, Seedless Grapes In Light Syrup",
"Strawberry Pourable Fruit Diced Fruit In Sweetened Sauce",
"Italian Chef, Macaroni & Cheese Dinner",
"Sweet & Tangy Barbecue Sauce",
"Medium Salsa",
"Hot Salsa",
"Spicy Black Bean Salsa",
"Marinara Pasta Sauce",
"Beef Base",
"Chicken Base",
"Poultry Gravy Mix",
"Taco Seasoning Blend",
"America's Finest Bar - B - Q Sauce",
"Sweet Sue, Premium Chicken Breast",
"Vienna Sausage, Chicken-Pork",
"Sweet Sue, Premium Chunk White Chicken In Water",
"Premium Chicken Breast",
"Sweet Sue, Chunk White Chicken In Buffalo-Style Sauce",
"Sweet Sue, Chunk White Chicken In Barbeque Sauce",
"Premium Chunk White Chicken In Water",
"Sweet Sue, Chicken Broth",
"Chunk White Chicken In Water",
"Original Red Twists",
"Twists",
"Black Licorice",
"Redvines, Twistettes, Original Red Bite Size Twists",
"Twistettes, Original Red Bite Size Twists",
"Candy Twists, Cherry",
"Black Licorice Twists",
"Red Vines, Grape Twists Candy, Grape",
"Original Red Twists",
"Original Red, Black Licorice",
"Original Red Twists",
"Jumbo Original Red Twists",
"Original Red Twists, Original",
"Sour Punch, Rainbow Straws, Strawberry, Green Apple, Blue Raspberry, Lemon",
"Bites, Flavored Candy, Strawberry",
"Bites, Flavored Candy, Apple",
"Straws Candy, Strawberry",
"Straws Candy, Strawberry",
"Straws Candy",
"Straws Candy",
"Sour Punch Straws Candy, Cherry",
"Twists Candy",
"Twists Candy",
"Sour Punch Twists",
"Twists",
"Red Vines, Red Twists, Original",
"Punchies, Soft, Chewy, Sour Candy, Lemon, Strawberry, Tangerine, Blue Raspberry, Green Apple",
"Punchies, Lemon, Strawberry, Tangerine, Blue Raspberry, Green Apple",
"Ragin' Reds Candy",
"Sour Punch, Straws, Strawberry, Lemonade",
"Bites Candy",
"Bites, Flavored Candy, Strawberry",
"Bites, Flavored Candy, Strawberry Blue Raspberry Green Apple",
"Sour Punch, Bites, Assorted Flavors Candy, Strawberry Blue Raspberry Green Apple",
"Bites",
"Bites Candy",
"Sour Punch, Sour Candy, Tropical Blend",
"Rainbow Straws",
"Sour Punch, Rainbow Straws Candy, Strawberry, Green Apple, Blue Raspberry, Lemon",
"Sour Punch, Candy, Assorted",
"Red Vines, Original Red Twists",
"Original Red Twists",
"Sour Punch, Artificial Flavored Candy, Blue Raspberry Straws",
"Sour Punch, Candy Straws, Apple",
"Sour Punch, Strawberry Straws Candy",
"Fruit Vines Bites",
"Cherry Bies",
"Red Vines, Mini Twists Candy, Original Red",
"Toasted Flake Coconut",
"Jones, Potato Chips, Sour Cream & Onion",
"Jones, Potato Chips, Wavy Sour Cream & Onion",
"Potato Chips",
"Jones', Potato Chips, Original",
"Jones', Potato Chips, Sour Cream & Onion",
"Jones', Wavy Potato Chips",
"Jones', Potato Chips, Wavy Barbecue",
"Jones', Potato Chips, Wavy Salt & Vinegar",
"Jones', Wavy Potato Chips",
"Potato Chips",
"Potato Chips, Honey Bbq",
"Potato Chips, Sour Cream & Onion",
"Potato Chips, Cheddar & Sour Cream",
"Potato Chips, Bbq",
"Wild Caught Shrimp",
"Milk Chocolate Coins",
"Sponge Bob Square Pants Candy Mix, Original, Green Apple, Grape, Cherry, Blue Raspberry",
"Teenage Mutant Ninja Turtles Fan With Candy",
"Teenage Mutant Ninja Turtles Lollipop Rings",
"Spongebob Squarepants Fan With Candy",
"Spongebob Squarepants Gummy Krabby Patties Candy Mix, Original, Green Apple, Grape, Cherry, Blue Raspberry",
"Lollipop Rings, Tropical Fruit",
"Sponge Bob Square Pants Karbby Patties Mystery Candy",
"Avengers Assemble Fan With Candy",
"Sanrio, Hello Kitty Fan With Candy",
"Real Fruit Juice",
"Soft Licorice, Strawberry",
"Soft Licorice Concord Grape",
"Soft Licorice, Strawberry",
"Teenage Mutant Ninja Turtles Lollipop",
"Mickey Mouse & Friends Mini Milk Chocolate Bars",
"Mini Milk Chocolate Bars",
"Frozen, Mini Milk Chocolate Bars",
"Mini Milk Chocolate Bars",
"Mini Milk Chocolate Bars",
"Disney Frozen Lollipop Rings, Blue Raspberry Artificially Flavored",
"Wonder Ball Milk Chocolate With Candy",
"Cold Stone Creamery, Candu Cone Creations, Real Sugar Cone Filled With Caramel Vanilla Cream, Caramel Crave",
"Frozen, Mini Milk Chocolate Bars",
"Mini Milk Chocolate Bars",
"Mini Milk Chocolate Bars",
"Dig 'N Dip, Spongebob Squarepants Candy Stick & Dip, Blue Raspberry, Vanilla",
"Teenage Mutant Ninja Turtles Lollipop Rings",
"Teenage Mutant Niada Turtles Lollipops",
"Lollipops",
"Lollipops",
"Marvel, Avengers Assemble, Mini Milk Chocolate Bar",
"Mini Milk Chocolate Bars",
"Lollipops",
"Spongebob Squarepants, Gummy Krabby Patties Candy Mix, Berry",
"Lollipops",
"Lollipops",
"Lollipops",
"Disney Lollipops",
"Disney Frozen Mini Milk Chocolate Bars",
"Gummy Turtle Power Candy Pizza",
"Zombies Gummy Candy",
"Krabby Patties Candy Corn Gummy",
"Nickelodeon, Teenage Mutant Ninja Turtles Lollipops, Sour Apple",
"Hello Kitty, Candy Bracelets",
"Gummy Body Parts Candy",
"Spongebob Squarepants, Candy, Cherry, Grape, Blue Raspberry, Green Apple",
"Gummy Turtle Power Candy Pizza",
"Dig'N Dips, Disney Frozen Dipping Candy, Vanilla, Blue Raspberry & Strawberry",
"Milk Chocolate",
"Milk Chocolates",
"The Elf On The Shelf, A Christmas Tradition Giant Candy Cane, Cherry",
"A Christmas Tradition Mug Set",
"Elf On The Shelf, Crispy Chocolaty Candy",
"Milk Chocolate",
"Candy Llc, Milk Chocolate Balls",
"Giant Candy Cane, Green Apple",
"Giant Candy Cane, Cherry",
"Spongebob Squarepants Milk Chocolate Money",
"Nickelodeon Spongebob Squarepants Candy Book Hard Candy Rolls, Assorted",
"Candy Canes, Sour Apple, Blue Raspberry, Watermelon & Strawberry",
"Paw Patrol, Collectable Tin With Candy",
"Avengers Assemble Giant Candy Cane",
"Marvel, Ultimate Spiderman Candy Cane, Cherry",
"Candy, Collectable Tin With Gummy Candy",
"Milk Chocolate",
"Frozen, Giant Cant Cane, Blue Raspberry",
"Frozen, Holiday Countdown Calendar Milk Chocolates",
"Candy Canes",
"Milk Chocoalte",
"Disney Frozen Chocolatey Favorites Candy, Milk Chocolate",
"Frozen, Crispy Chocolaty Candy",
"Collectable Tin With Candy",
"Candy, Disney, Minnie Candy Jewelry",
"Avengers Assemble, Holiday Countdown Calender Milk Chocolates",
"12 Candy Canes",
"Jewelry Candy",
"Hello Kitty, Collectable Tin With Candy",
"Cold Stone Creamery, Ice Cream Gift Set",
"Holiday Countdown Calendar With Chocolate Pieces",
"Milk Chocolate Coins",
"Travel Mug With Milk Chocolate",
"Candy Canes, Hawaiian Punch",
"Candy Cans",
"Travel Mug With Hot Cocoa",
"Milk Chocolate Coins",
"Som Ee Cards With Milk Chocolate Hearts",
"Love The Beard Heart Box, Milk Chocolate Foiled Hearts",
"Someecards, Milk Chocolate Hearts",
"Som Ee Cards With Milk Chocolate Hearts",
"Shopkins, Friendship Exchange Hearts With Candy",
"Shopkins, Chocolate Candy",
"Milk Chocolate",
"You'Ve Stolen A Pizza My Heart Chocolate",
"Milk Chocolate Hearts",
"Milk Chocolate Hearts",
"Love Bandit Plush With Milk Chocolate Hearts",
"Hedge Hugs With Milk Chocolate Hearts",
"Smart Fox With Milk Chocolate Hearts",
"Milk Chocolate Hearts Candy",
"Forget Me Nut With Milk Chocolate Hearts Candy",
"Heart Shaped Milk Chocolate With Teacher Mug",
"Shellraiser Candy & Tin Box",
"Chocolaty Candy",
"Paw Patrol Valentine Candy Card Kit",
"Paw Patrol With Crispy Chocolate Hearts",
"Paw Patrol Friendship Exchange Hearts With Candy",
"Nickelodeon, Paw Patrol Gummi Candy",
"Nickelodeon, Paw Patrol With Gummy Hearts",
"Paw Patrol Hearts Gummy Candy",
"Crispy Chocolaty Hearts",
"Candy",
"Despicable Me Friendship Exchange Hearts With Candy",
"Heart Box With Gummy Krabby Patties Candy",
"Teenage Mutant Ninja Turtles Gummy Hearts",
"Classroom Valentine Heats With Candy",
"Spongebob Squarepants, Dig'N Dips Candy Stick & Dip",
"Nicklodeon, Spongebob Squarepants Candy Hearts",
"Phineas And Ferb Valentine Candy Card Kit",
"Teenage Mutant Ninja Turtles Classroom Valentine Hearts With Candy",
"Teenage Mutant Ninja Turtles Hearts Candy",
"Spongebob Squarepants Marshmallow Pop",
"Candy, Gummy Heats",
"Nickelodeon Spongebob Squarepants Mug & Gummy Hearts",
"Teenage Mutant Ninja Turtles Lollipops & Character Candy",
"Teenage Mutant Ninja Turtles Valentine Candy Card Kit",
"Turtles Lollipops",
"Spongebob Squarepants Valentine Candy Card Kit",
"Spongebob Squarepants Krabby Patties Candy",
"Spongebob Squarepants Classroom Valentine Hearts With Candy",
"Spongebob Squarepants Lollipops",
"Hearts With Candy",
"Friendship Exchange Hearts With Candy",
"Princess, Classroom Valentine Hearts With Candy",
"Disney Princess Classroom Valentine Hearts With Candy",
"Crispy Chocolaty Hearts",
"Crispy Chocolaty Hearts",
"Hearts With Candy",
"Disney Frozen Classroom Valentine Hearts With Candy",
"Disney Frozen Classroom Valentine Hearts With Candy",
"Classroom Valentine Hearts With Candy",
"Crispy Chocolaty Hearts",
"Candy Card Kit",
"Frozen Milk Chocolate",
"Disney Frozen Heart Box With Gummy Hearts",
"Frozen, Milk Chocolate Bar & Card Kit",
"Candy Bracelets And Necklaces",
"Frozen, Valentine Candy Card Kit",
"Disney Frozen Valentine Marshmallow Pop",
"Valentine Candy Card Kit",
"Valentine Candy Card Kit",
"Crispy Chocolaty Hearts",
"Princess Classroom Valentine Hearts With Candy",
"Disney Planes Fire & Rescue Valentine Candy Card Kit",
"Gummy Candy",
"Classroom Valetine Hearts With Candy",
"Disney Heart Box Gummy Hearts Candy",
"Classroom Valentine Hearts With Candy",
"Marvel Avengers Assemble, Valentine Candy Card Kit",
"Heart Box With Gummy Candy",
"Valentine Candy Card Kit",
"Marvel Avengers Assemble, Heart Box Gummy Candy",
"Marvel Avengers, Gummy Candy",
"Marvel Avengers, Activity Kit With Cut Outs Gummy Candy",
"Marvel Avengers Milk Chocolate Bar & Card Kit",
"Marvel, Ultimate Spider-Man Valentine Candy Card Kit",
"Marvel, Avengers Valentine Candy Care Kit",
"Crispy Chocolaty Hearts",
"Marvel Avengers Assemble, Classroom Valentine Hearts With Candy",
"Hello Kitty Lollipop",
"Milk Chocolate",
"Hello Kitty, Hearts With Candy",
"Heart Box Gummy Hearts",
"Hello Kitty, Gummy Hearts",
"Crispy Chocolaty Mini Bars & Hearts",
"Valentine Crispy Chocolaty Mini Bars And Hearts",
"Milk Chocolate Foiled Hearts",
"Mustache Heart Box Milk Chocolate Foiled Hearts",
"Happy Valentine's Day Crispy Chocolaty Hearts",
"Teacher Heart Box Milk Chocolate Foiled Hearts",
"Milk Chocolate Foiled Hearts",
"Milk Chocolate Foiled Hearts",
"Classroom Valentine Hearts With Candy",
"Classroom Valentine Hearts With Candy",
"Inspirational Egg Hunt",
"Hello Kitty, Hello Kitty Eggs With Candy Inside",
"Jelly Beans, Concord Grape, Strawberry, White Grape Peach, Raspberry, Orange",
"Disney Frozen Crispy Chocolaty Easter Eggs",
"Tmnt, Crispy Chocolaty Eggs",
"Finding Dory Milk Chocolate Candy",
"Easter Eggs With Candy",
"Teenage Mutant Ninja Turtles Candy + Stickers",
"Lollipops, Jelly Beans And Sour Candy",
"Princess, Milk Chocolate",
"Milk Chocolate",
"Tmnt, Milk Chocolate",
"Marvel Avengers, Milk Chocolate",
"Marvel Ultimate Spiderman, Milk Chocolate",
"Disney Frozen Milk Chocolate",
"Milk Chocolate Hollow Egg With Candy Characters",
"Krabby Patties Candy Gummy",
"Spongebob Squarepants, Gummy Crabby Patties Candy Mix",
"Tin Pail With Milk Chocolate Eggs",
"Nickelodeon, Dora And Friends Candy & Stickers",
"Teenage Mutant Rinda Turtles Characters Candy",
"Disney Frozen Candy & Stickers",
"Disney Frozen Candy And Stickers",
"Paw Patrol Candy & Stickers",
"Nickelodeon, Paw Candy",
"Paw Patrol Jelly Beans Candy",
"Egg Hunt Candy",
"Egg Hunt With Candy Bananas",
"Egg Hunt With Candy",
"Frozen, Egg Hunt With Candy",
"Easter Eggs With Candy",
"Disney Junior Candy & Stickers",
"Candy Jwellery",
"Disney Princess Candy",
"Castle Shaped Lollipop",
"Marvel Avengers, Marvel Avengers Candy And Stickers",
"Egg Hunt With Candy",
"Egg Hunt With Candy",
"Stickers & Candy",
"Happy Easter Candy Gift Set",
"Peter Rabbit Milk Chocolate",
"Chocolate Covered Peanut Butter Cream Egg With Brownie Bits, Peanut Butter Madness",
"Chocolate Covered Fudge Cream Egg With Cashews And Caramel",
"Chocolate Covered Cake Batter Cream Egg With Rainbow Sprinkles And Cookie Dough",
"Chocolaty Peanut Butter Filled",
"Chocolaty Peanut Butter Filled",
"Cookies N' Cream",
"Milk Chocolate",
"White Chocolate",
"Peter Rabbit Milk Chocolate",
"Milk Chocolate",
"Milk Chocolate",
"Lollipops",
"Marvel Avengers Mini Milk Chocolate Bars",
"Disney Frozen Mini Milk Chocolate Bar",
"Spongebob Squarepants, Krabby Patties Gummy Candy",
"Milk Chocoalte Hanukkah Gelt",
"Real Milk Chocolate",
"Milk Chocolate Coins",
"Gummy Krabby Patties Candy",
"Mini Canes",
"Walkers, Milk Chocolate",
"Travel Mug Milk Chocolate",
"Crispy Chocolaty Tmnt",
"Spongebob Squarepants Valentine Candy Card Kit",
"Milk Chocolate Foiled Hearts",
"Guitar Foiled Heart Box Milk Chocolate",
"Milk Chocolate Foiled Hearts",
"Crispy Chocolate Hearts",
"Milk Chocolate Foiled Hearts",
"Milk Chocolate Hearts",
"Milk Chocolate Hearts",
"Dora Boots Gummy Hearts",
"Dora Boots Lollipop Rings",
"Candy Llc, Heart Box Gummy Hearts",
"Hello Kitty, Dear Daniel Gummy Candy",
"Bunny Bucks Milk Chocolate",
"Milk Chocolate",
"Bunnies And Chicks Egg Hunt With Jelly Beans",
"Easter Jewels Egg Hunt With Jelly Beans",
"Whole Kernel Golden Sweet Corn",
"Non-Dairy Coffee Creamer",
"Coffee Creamer, Original",
"Coffee Creamer Non -Dairy",
"Yellow Split Peas",
"Black Beans",
"Salvadorean Red Beans",
"Yellow Popcorn",
"Yellow Popcorn",
"Sliced Mushrooms",
"Juice Cocktail From Concentrate, Pink Grapefruit",
"100% Grape Juice From Concentrate With Added Vitamin C",
"Flavored Juice Blended With Two Other Juices, Cranberry",
"Tropical Blend",
"Splash Flavored Juice Beverage, Strawberry Kiwi",
"Juice Blend Concentrate, Apple, Orange, Pineapple",
"Ruby Red Grapefruit Juice Cocktail",
"Fruit Punch Concentrate",
"Fruit Cocktail In Light Syrup",
"Sliced Peaches In 100% Fruit Juice",
"Yellow Cling Peach Halves In 100% Fruit Juice",
"Apple Sauce",
"Asparagus, Cut",
"Premium Garbanzo Beans",
"Premium Garbanzo Beans",
"Kidney Beans",
"Kidney Beans",
"Fancy Black Beans",
"Premium Mexican Style Chili Beans",
"Fancy Cut Green Beans",
"Fancy Cut Green Beans",
"Short Cut Green Beans",
"Fancy French Style Green Beans",
"Sliced Pickled Beets",
"Shoestring Beets",
"Fancy Sliced Beets",
"Fancy Sliced Carrots",
"Cream Style Corn",
"Whole Kernel Corn",
"Whole Kernel Corn",
"Whole Kernel Corn",
"Sweet Peas",
"Fancy Tender",
"Blackeye Peas",
"Peas & Carrots",
"Potatoes In Creamy Sauce, Au Gratin",
"Potatoes In Creamy Sauce, Scalloped",
"Fancy White Sliced Potatoes",
"Spinach",
"Fancy Tomato Puree",
"Pieces & Stems Mushrooms",
"Whole Peeled Tomatoes",
"Whole Peeled Tomatoes",
"Sliced Stewed Tomatoes",
"Stewed Tomatoes",
"Crushed Tomatoes",
"Diced Tomatoes",
"Fancy Mix Vegetables",
"Tomato Ketchup",
"Fancy Tomato Paste",
"Fancy Tomato Paste",
"Tomato Sauce",
"Fancy Tomato Sauce",
"Bbq Sauce, Original",
"Bbq Sauce, Hickory",
"Mesquite Bbq Sauce",
"Honey Bbq Sauce",
"Hamburger Dill Chips",
"Sweet Relish, Original",
"Whole Dills",
"Hamburger Dill Chips",
"Special Value, Ranch Light Dressing",
"Special Value, Dressing",
"Special Value, Italian Dressing",
"Special Value, Thousand Island Mil Islas",
"Traditional Yellow Mustard",
"Dressing",
"Italian Dressing",
"Dressing",
"Dressing",
"Special Value, Mayonnaise",
"Horseradish Mustard, Hot-N-Robust",
"Traditional Yellow Mustard",
"Traditional Yellow Mustard",
"Vegetable Oil",
"Canola Oil",
"Corn Oil",
"Non-Stick Cooking Spray, Canola Oil",
"Corned Beef Hash",
"Authentic Taco Shells",
"Chili Con Carne",
"Chili Con Carne With Beans",
"Chili Con Carne With Beans",
"Chicken Broth",
"Macaroni & Cheese Dinner",
"Salad Macaroni, Enriched Macaroni Product",
"Enriched Macaroni Product, Small Elbow Macaroni",
"Large Elbow Macaroni Enriched Product",
"Mostaccioli, Enriched Macaroni Product",
"Enriched Macaroni Product, Rotelle",
"Enriched Macaroni Product, Small Shells",
"Lasagna Macaroni Product",
"Rainbow Rotini Pasta",
"Rigatoni, Enriched Macaroni Product",
"Spaghetti Enriched Macaroni Product",
"Enriched Macaroni Product, Thin Spaghetti",
"Linguine, Enriched Macaroni Product",
"Enriched Macaroni Product, Fettuccine",
"Large Shells, Enriched Macaroni Product",
"Extra Wide Egg Noodles",
"Pot Ready Spaghetti",
"Crispy Rice And Wheat Flakes With Strawberries",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Original",
"Raisin Bran",
"Corn Flakes Cereal",
"Cereal, Raisin Brain",
"Instant Oats",
"Instant Oatmeal, Maple & Brown Sugar",
"Bread Crumbs, Traditional",
"Italian Style Bread Crumbs",
"Bread Crumbs, Italian Style, Seasoned With A Blend Of Cheese, Salt, Parsley And Spices",
"Bread Crumbs",
"Instant Original Hot Cocoa Nix",
"Original Hot Cocoa Instant Mix",
"Saltines",
"Unsalted Tops Saltines",
"Snack Crackers",
"Graham Crackers, Honey",
"Graham Cracker Pie Crust",
"Pancake Mix, Complete Buttermilk",
"Corn Muffin Mix",
"Cornbread Mix",
"Chocolate Chip Cookies",
"Artificially Flavored",
"Shortbread Cookies, Strawberry",
"Duplex Sandwich Creme Cookies",
"Assorted Sandwich Creme Cookies",
"Color Cups",
"Sugar Cones",
"Cake Cups",
"Light Brown Sugar",
"Sugar, Dark Brown",
"Sugar, Dark Brown",
"Powdered Sugar",
"Powdered Sugar",
"Light Brown Sugar",
"Premium Syrup, Pancake & Waffle",
"Special Value, Pancake & Waffle Syrup",
"Maraschino Cherries",
"Maraschino Cherries",
"Maraschino Cherries With Stems",
"Microwave Popcorn",
"Light Microwave Popcorn, Butter",
"Extra Butter Microwave Popcorn, Theatre Style",
"Popcorn",
"Microwave Popcorn",
"Classic Gravy Mix",
"Spaghetti Sauce",
"Classic Seasoning, Zesty Taco",
"Hearty Chili",
"Classic Gravy Mix",
"Marshmallows",
"Mini Marshmallows",
"Butter Toffee Peanuts",
"Deluxe Mixed Nuts",
"Sliced California Ripe Olives",
"Chopped California Ripe Olives",
"Medium Pitted California Ripe Olives",
"Large Pitted California Ripe Olives",
"Pineapple Chunks",
"Whole Green Beans",
"Cut Whole Kernel Corn",
"Microeasy, Peas & Carrots",
"Microeasy, Cut Corn",
"Tender & Flaky Pie Shells",
"Chopped Spinach",
"Waffles",
"Homestyle Waffles",
"Waffles, Chocolate Chip",
"Flavored Waffles, Strawberry",
"Buttermilk Waffles, Buttermilk",
"Cut Whole Kernel Corn",
"Mixed Vegetables",
"Waffles, Blueberry",
"12 Pancakes, Buttermilk",
"Waffles",
"Peas & Carrots",
"Fancy Chopped Mustard Greens",
"Popcorn Shrimp, Original",
"Fish Sticks Made From Minced Fish",
"Crunchy Fish Sticks",
"Crunchy Fish Sticks",
"Crunchy Fish Fillets Made From Whole Fillets",
"Margarine",
"Buttermilk Biscuits",
"Ranch Dip",
"Non-Dairy Dessert Topping",
"Sweetened Whipped Topping",
"Low-Moisture Part-Skim Mozzarella Cheese, Mozzarella",
"Monterey Jack Cheese",
"Mild Longhorn Style Cheddar Cheese",
"Low-Moisture Part-Skim Mozzarella Cheese, Mozzarella",
"Monterey Jack Cheese With Jalapeno Peppers",
"Provolone Cheese Slices",
"Swiss Cheese",
"Monteresy Jack Cheese",
"Shredded Imitation Monterrey Jack Cheese",
"Monterey Jack Cheese",
"Low-Moisture Part-Skim Mozzarella Cheese, Mozzarella",
"Monterey Jack Cheese",
"Low-Moisture Part-Skim Mozzarella Cheese, Mozzarella",
"Kitchen Chef Signature, Gourmet White Sliced Loaf",
"Kitchen Chef Signature, Traditional Sourdough Sliced Loaf",
"United Bakery, Sourdough Baguette",
"Kitchen Chef Signature, Traditional Sourdough Batard",
"Sourdough Hard Dinner Rolls",
"Kitchen Chef Signature, Petite Sourdough Baguette",
"Kitchen Chef Signature, Traditional Sourdough Round",
"Golden Creme, Vitamin D Milk",
"Reduced Fat Milk",
"Fat Free Milk",
"Low Fat Milk",
"1% Milkfat Low Fat Milk",
"Golden Creme, Fat Free Milk",
"Golden Creme, Low Fat Milk, 0.01",
"Golden Creme, Milk, Homogenized",
"Vitamin D Milk",
"Vitamin D Milk",
"Golden Creme, Reduced Fat Milk, 0.02",
"Golden Creme, Milk, Reduced Fat, 2% Milkfat",
"Golden Creme, Half & Half",
"Reduced Fat Milk, 2% Milkfat",
"Golden Creme, Citrus Punch",
"Golden Creme, Mango Peach Punch",
"Ultrapasteurized Heavy Whipping Cream",
"Heavy Whipping Cream",
"Fruit Punch",
"Yellow Cling Peaches Irregular Pieces In Light Syrup",
"Whipped Shortening",
"100% Lactose Free Reduced Fat Milk",
"Fat Free Milk",
"Fat Free Milk",
"Lowfat Milk",
"100% Lactose Free Lowfat Milk",
"100% Lactose Free Fat Free Milk",
"Whole Milk",
"100% Lactose Free Whole Milk",
"100% Lactose Free Reduced Fat Milk",
"100% Lactose Free Fat Free Milk",
"100% Lactose Free Fat Free Milk",
"Milk, 1% Milkfat, Lowfat, 100% Lactose Free",
"100% Lactose Free Reduced Fat Milk",
"100% Lactose Free Whole Milk",
"Lowfat Milk",
"Fat Free Milk",
"Chocolate Lowfat Milk",
"Lowfat Cottage Cheese",
"Holiday Nog",
"Ice Cream, Berry Chocolate Crumble",
"Totally Light Tea, Lemon",
"Totally Light, Green Tea Liquid Water Enhancer, Honey & Natural Lemon",
"Liquid Water Enhancer",
"Liquid Water Enhancer, Fruit Punch",
"Totally Light, Liquid Water Enhancer, Wildberry Pomegranate",
"Liquid Water Enhancer",
"Liquid Water Enhancer",
"Liquid Water Enhancer",
"Energy Rush Liquid Water Enhancer, Berry",
"Iced Tea",
"Green Tea",
"Diet Iced Tea",
"Half & Half Diet Ice Tea Lemonade",
"Diet Iced Tea",
"Iced Tea Mix",
"Iced Tea Mix, Peach",
"Iced Tea Mix",
"Iced Tea Mix",
"Bread Crumbs, Seasoned, Salt Free",
"Light Decaffeinated Iced Tea Mix, Lemon",
"Green Tea Iced Tea Mix",
"Half & Half Iced Tea Lemonade Mix, Lemonade",
"Parmesan-Romano",
"Italian Pecorino Romano Grated Cheese",
"Iced Tea Mix, Natural Lemon",
"Green Iced Tea Mix",
"Decaffeinated Iced Tea Mix",
"Peach Red Tea, Iced Tea Mix",
"Iced Tea Mix, Lemon",
"Green Iced Tea Mix, Honey & Lemon",
"Naturally Decaffeinated Iced Tea Mix, Lemon",
"Natural Flavor Drink Mix, Lemonade",
"Green Tea Iced Tea Mix",
"Totally Light 2 Go Drink Mix, Lemonade",
"Half & Half Iced Tea-Lemonade Mix",
"Green Tea Iced Tea Mix",
"Half & Half Iced Tea Lemonade Mix",
"Drink Mix, Lemonade",
"Drink Mix",
"Homestyle Grated Parmesan Cheese",
"Grated Parmesan Cheese",
"100% Natural Parmesan Romano Grated Cheese",
"Bread Crumbs, Seasoned",
"Half & Half Iced Tea Lemonade Mix, Lemon",
"Seasoned Bread Crumbs",
"Seasoned Bread Crumbs",
"Bread Crumbs, Seasoned",
"Energy Rush Half & Half Iced Tea Lemonade Mix",
"Energy Rush Drink Mix With Taurine",
"Drink Mix, Wildberry Pomegranate",
"Iced Green Tea Mix",
"Japanese Style Panko Seasoned Bread Crumbs",
"Japanese Style Panko Seasoned Bread Crumbs",
"Bread Crumbs, Japanese Style",
"Chipotle Seasoned Panko, Bread Crumbs, Spicy Hot",
"Japanese Style Panko Plain Bread Crumbs",
"Japanese Style Panko Plain Bread Crumbs",
"Japanese Style Panko Seasoned Bread Crumbs",
"Japanese Style Panko Plain Bread Crumbs",
"Whole Wheat Seasoned Breadcrumbs",
"100% Whole Wheat Bread Crumbs, Plain",
"Seasoned Crumbs",
"Italian Style Seasoned Crumbs With Pecorino Cheese",
"Plain Crumbs",
"Crumbs",
"Iced Tea Mix, Green Tea, Pomegranate",
"Drink Mix, Lemonade",
"Drink Mix",
"Drink Mix",
"Pink Lemonade Drink Mix",
"Fruit Punch",
"Drink Mix",
"Drink Mix",
"Wild Berry Pomegranate",
"Bread Crumbs, Plain",
"100% Natural Parmesan Grated Cheese",
"Plain Bread Crumbs",
"Plain Bread Crumbs",
"Iced Tea Mix, Lemon",
"Iced Tea Mix",
"Plain Bread Crumbs",
"Antioxidant Drink Mix",
"Grated Italian Pecorino Romano Cheese",
"Decaffeinated Iced Tea Mix, Lemon",
"Iced Tea Mix",
"Parmesan & Romano Grated Cheese",
"Iced Tea Mix",
"Terriyaki sauce",
"Less Sodium Sauce",
"Gyoza Dipping Sauce",
"Chili Ponzu",
"Tamari Soy Sauce",
"All-Purpose Seasoning",
"Shusi & Sashimi Soy Sauce",
"Light Color Soy Sauce",
"Sweet Soy Glaze",
"Unagi Sushi Sauce",
"Hot Chili Sauce, Sriracha",
"Sriracha Mayo",
"Tamari Soy Sauce",
"Oyster Sauce, Oyster",
"Teriyaki Marinade & Sauce",
"Teriyaki Marinade & Sauce",
"Marinade & Sauce, Teriyaki",
"Marinade & Sauce, Teriyaki",
"Marinade & Sauce, Teriyaki",
"Marinade & Sauce, Teriyaki Roasted Garlic",
"Baste & Glaze, Teriyaki",
"Baste & Glaze With Honey & Pineapple, Teriyaki",
"Thai Red Curry Sauce",
"Thai Yellow Curry Sauce",
"Curry Sauce, Tikka Masala",
"Teriyaki Sauce, Original",
"Spicy Miso Teriyaki Sauce",
"Teriyaki Sauce, Garlic & Green Onion",
"Teriyaki Sauce, Triple Ginger",
"Quick & Easy Marinade, Toasted Sesame",
"Roasted Garlic & Herb Marinade",
"Gourmet Teriyaki Marinade",
"Sauce, Oyster",
"Hoisin Sauce",
"Thai Style Chili Sauce",
"Plum Sauce, Plum",
"Black Bean Sauce With Garlic",
"Thai Style Peanut Sauce",
"Seasoned Soy Sauce For Seafood",
"Seasoned Rice Vinegar",
"Seasoned Rice Vinegar",
"Sukiyaki Sauce",
"Memmi Noodle Soup Base",
"Tempura Dipping Sauce",
"Sauce, Stir-Fry",
"Ponzu Citrus Seasoned Dressing & Sauce",
"Miirin",
"Kotteri Mirin",
"Katsu Sauce, Japanese Steak & Cutlet Sauce",
"Steak Sauce",
"本つゆ",
"Soup Base For Noodles",
"Soup Base For Noodles",
"Somen Tsuyu Dipping Sauce For Noodles",
"Soup Base For Cold Noodles",
"Soba Tsuyu Dipping Sauce For Noodles",
"Soup Base For Cold Noodles",
"Citrus Seasoned Dressing & Sauce, Ponzu Lime",
"Sweet Soy Sauce For Rice",
"Stir-Fry Sauce",
"Sweet & Sour Sauce",
"Baste & Glaze, Teriyaki",
"Teriyaki Baste & Glaze With Honey & Pineapple",
"Orange Sauce",
"Roasted Sesame Sauce & Dressing",
"Instant Aka Miso Soup",
"Instant Shiro Miso Soup, Soybean Paste Soup (White)",
"Instant Tofu-Spinach Miso Soup",
"Instant Tofu Miso Soup",
"Instant Wakame Seaweed Soup",
"Instant Osuimono Japanese Clear Broth",
"Egg Flower Soup Mix",
"Chinese Style Egg Flower Soup Mix, Corn",
"Egg Flower Soup Mix",
"Instant Spicy Miso Soup, Kimchi",
"Instant Spicy Miso Soup, Wasabi",
"Chinese Style Seafood Soup Mix, Crab",
"Chinese Style Seafood Soup Mix, Scallop",
"Fried Rice Seasoning Mix",
"Stir-Fry Seasoning Mix",
"Sauce Mix, Sweet & Sour",
"Teriyaki Sauce Mix",
"Broccoli-Beef Stir-Fry Seasoning Mix",
"Pad Thai Seasoning Mix",
"Mongolian Beef Seasoning Mix",
"Kung Pao Chicken Seasoning Mix",
"Tandoori Chicken Seasoning Mix",
"Spicy Szechwan Soup Mix",
"Sauce, Sweet & Sour",
"Sweet & Sour Dipping Sauce",
"Panko Japanese Style Bread Crumbs, 100% Whole Wheat",
"Pearl, Organic Soymilk, Vanila",
"Pearl, Green Tea Organic Soymilk",
"Organic Soymilk, Chocolate With Organic Cocoa",
"Kikooman, Pearl, Unsweetened Organic Soymilk",
"Triple Fruits Spread, Strawberry With Raspberry & Plum",
"Triple Fruits, Fruit Spread, Grape With Apple And Plum",
"Peach Spread",
"Organic Raspberry Cherry Rhubarb Spread",
"Preserves, Strawberry",
"E.D. Smith, Blueberry Preserves",
"E.D.Smith, Raspberry Preserves",
"E.D. Smith, Apricot Preserves",
"World Confections, Inc., Candy Sticks",
"Marvel, Sour Straws",
"World Confections, Inc, Justice League Sour Straws",
"Sour Dudes, Sour Strawz Candy, Assorted Fruit",
"Taffy Chews",
"Conversation Hearts",
"World Sour Dudes, Sour Bites",
"Sour Dudes, Sour Belts",
"Candy Sticks",
"Bubble Gum Crayons",
"Sliced Almonds Salad Toppings",
"Caramel Apple Kit",
"Meat Loaf Mix",
"Tempo, Italian Meatball Mix",
"Tempo, Swedish Meatball Mix",
"Seafood Bake Crispy Topping, Lemon Dill",
"Home Style Chicken Bake Topping, Lemon Pepper",
"Tempo, Sloppy Joe Mix",
"Tempo, Old Style Southwestern Chili Mix",
"Hollandaise Sauce Mix, Original",
"Smoothie Mix, Orange",
"Smoothie, Banana",
"Tempura Style Onion Ring Batter",
"Mushroom Batter, Tempura Style",
"Smoothie Strawberry",
"Smoothie, Tropical Pineapple",
"Smoothie, Tropical Mango",
"Broccoli Soup",
"Broccoli Soup, Cheddar Cheese",
"Roasted Potato Seasoning Mix, Original",
"Carrot Glaze, Original",
"Sweet Potato & Yam Glaze, Original",
"Mashed Potato Seasoning Mix, Roasted Garlic & Herbs",
"Salsa Seasoning Mix, Mild",
"Salsa Seasoning Mix, Hot",
"Ranch Dip Seasoning Mix",
"Authentic Guacamole Mix, Lime & Cilanto",
"Fresh Cranberry Bread Mix",
"Potato Topping",
"Original Salad Topping",
"Imitation Bacon Bits, Hickory - Smoked",
"Guacamole Mix, Mild",
"Guacamole Mix, Extra Spicy",
"Smoothie Mix, Chocolate Banana",
"Asian Style Stir Fry Mix",
"Chiquita, Banana Bread Mix",
"Coleslaw Mix, Original",
"Southern-Style Green & Kale Seasoning Mix",
"Smoothie Mix With Flaxseed, Blueberry, Banana",
"Southwest Seasoning Mix",
"Apple Crisp",
"Fat-Free Caramel Dip",
"Caramel Dip",
"Pumpkin Spice Caramel Dip",
"Caramel Dip",
"Caramel Apple Wrap, The Original",
"Jfg, Real Mayonnaise",
"Real Mayonnaise",
"Sandwich Spread",
"Jfg, Real Mayonnaise",
"Buttermint Creams",
"Pink Buttermints",
"Blue Buttermints",
"Buttermint Creams",
"Buttermint Creams",
"Candy",
"Big Dots/Bright Pink Buttermint Creams",
"Buttermint Creams",
"Party Sweets, Buttermint Creams",
"Buttermint Creams",
"White Buttermint Cream",
"Party Sweets, Buttermint Creams, 198g",
"Party Sweets, Buttermint Creams",
"Wedding Buttermints",
"Party Sweets, Wedding Buttermints",
"Buttermints",
"Flavored Syrup",
"Boneless Skinless Chicken Breasts With Rib Meat",
"Root Beer",
"Regular Sour Cream",
"Ginger Ale",
"Chicken Tenderloins",
"1% Milkfat, Grade A Lowfat Milk",
"Soda",
"Chicken Wingettes",
"Original Whipped Topping",
"Lemon Lime Soda, Lemon Lime",
"Somer-Salt",
"Black Cherry Soda, Black Cherry",
"Evaporated Milk",
"Grape Soda, Grape",
"Diet Ginger Ale",
"Diet Rootbeer",
"Mixedfruit",
"Whole Grade A Milk",
"Original Style Bread Crumbs",
"Italian Style Bread Crumbs",
"Hickory Barbecue Sauce",
"Confectioners Powdered Sugar",
"Original Style Panko Bread Crumbs",
"Ranch Salad Dressing",
"Fruit Punch",
"Caffeine Free Cola",
"Pre-Cooked Rice",
"Caffeine Free Diet Cola",
"Cherry Cola, Cherry",
"Diet Lemon Lime Soda, Lemon Lime",
"Reduced Fat Grade A Milk",
"Quick Cooking Oats",
"Cooking Spray",
"Old Fashioned Oats",
"Publix, Water Enhancer, Strawberry Lemonade",
"Oats, Old Fashioned",
"Water Enhancer, Orange Tangerine",
"Halves Unpeeled Apricot",
"Water Enhancer, Black Cherry",
"Instant Oatmeal, Apples & Cinnamon",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Original",
"Bridge Mix Candy, Chocolate Covered",
"Taco Seasoning Mix",
"Cookies Squares",
"Walnuts",
"Unsweetened Apple Sauce",
"Old Fashioned Applesauce",
"Pecan Halves",
"Fudge Striped Shortbread Cookies",
"Apple Sauce",
"Mandarin Orange Segments In Light Syrup",
"Black Cherry Soda, Black Cherry",
"Diet Black Cherry Soda, Black Cherry",
"Drpublix, Soda",
"Cola",
"Light Sour Cream",
"Raisin, Date & Walnut Instant Oatmeal",
"Old Fashioned Applesauce",
"Soda, Grape",
"Unsweetened Apple Sauce",
"Flavored Soda, Orange",
"Chocolate Grade A Milk",
"Enriched Macaroni Product, Tri Color Rotini Pasta",
"Root Beer",
"Ginger Ale Soda",
"Lemon Lime Soda, Lemon Lime",
"Basil & Tomato Pasta Sauce",
"Cream Soda",
"Diet Cola",
"Orgainc Pizza",
"Diet Root Beer",
"Organic Cut Leaf Spinach",
"Bakery Creme Cake",
"Ginger Ale, Diet",
"Diet Lemon Lime Soda, Lemon Lime",
"Ice Cream",
"Organic Whole Broccoli Florets",
"Less Sodium Soy Sauce",
"Caffeine Free Cola",
"Caffeine Free Diet Cola",
"Cherry Cola, Cherry",
"Organic Sweet Corn",
"Juice Drink",
"Mountainsplash, Soda, Citrus",
"Organic Sweet Peas",
"Juice Drink",
"Juice Drink",
"Juice Drink",
"Juice, Spice Cider",
"Panko Crusted Onion Rings",
"Baby Lima Beans",
"Peppertrio",
"Petite Green Peas",
"Organic Apple Sauce",
"Organic Unsweetened Apple Sauce",
"Flavored Soda, Orange",
"Cut Green Beans",
"Supreme Apricots",
"Mixed Vegetables",
"Applesauce",
"Cola",
"Premium Marinara Pasta Sauce",
"Apple Sauce",
"Root Beer Soda, Root Beer",
"California Blend",
"Ginger Ale",
"Traditional Meat Flavored Pasta Sauce",
"Premium Cookies",
"Unsweetened Applesauce",
"Lemon Lime Soda, Lemon Lime",
"Butter Pecan Praline Cookies",
"Diet Cola",
"Crinkle Cut Carrots",
"Cherry Cola, Cherry",
"Florets Cauliflower",
"Ginger Ale, Ginger",
"French Cut Green Beans",
"Cut Pole Beans",
"Thick And Chunky Salsa",
"Chopped Spinach",
"Cutleaf Spinach",
"Green Wise, Organic Yellow Corn Tortilla Chips",
"Japanese Blend",
"Instant Oatmeal, Maple & Brown Sugar",
"Instant Oatmeal, Apple & Cinnamon",
"Alpine Blend Broccoli And Cauliflower",
"Greenwise, Organic Blue Corn Tortilla Chips",
"Flavored Soda, Fruit Punch",
"Roma Blend",
"Ford Hook Lima Beans",
"Butter Peas",
"Cut Okra",
"Organic Tomato Basil Sauce",
"Vegetable Soup Mix",
"Greenwise, Organic Roasted Garlic Sauce",
"Wheatsnacks",
"Wheat Snacks Baked Wheat Crackers",
"Fully Cooked Italian-Style Meatballs",
"Natural Whole Almonds",
"Chopped Collard Greens",
"Raisins, California",
"Diet Lemon Lime Soda, Lemon Lime",
"Soda, Grape",
"Black Eyed Peas",
"Fruit Squeeze",
"Creamsoda",
"Chopped Turnip Greens",
"Premium Chicken Tenderloins",
"Diet Ginger Ale",
"Succotash Corn And Baby Lima Beans",
"Fruit Squeeze",
"Sweet Corn Yellow Kernels",
"Diet Soda, Orange",
"Diet Soda, Orange",
"Tomato Sauce",
"Caffeine Free Diet Cola",
"Diet Soda, Orange",
"Nut & Chocolatey Trail Mix",
"Diet Root Beer",
"Tropical Trail Mix",
"Caffeine Free Cola",
"Yellow Cling Peach Slices",
"Fruit Cocktail",
"Original French Fried Onions",
"Thin Sliced Rotisserie Seasoned Chicken",
"Ground Turkey",
"Sweetened Multi-Grain Cereal",
"Fresh Sausage Links",
"Fresh Bulk Sausage",
"Fresh Bratwurst",
"Fresh Kielbasa",
"Cheese Danish Ring",
"Raisin Bran Wheat Bran Cereal",
"Oat Crunch Cereal, Original",
"Hot Italian Turkey Sausage",
"Greenwise, Organic White Corn Tortilla Chips",
"Thin Sliced Turkey",
"Bakery Double Berry Bar Cake",
"Charpcheddar Fancy Shredded Cheese",
"Pepper-Coated Salami",
"Herbs-Coated Salami",
"Hard Salami Panino Fingers",
"Tea Cookies",
"Carrot Cake Cheesecake",
"Raisin Bran Jumbo Muffins",
"Corn Jumbo Muffins",
"Chocolate Chip Jumbo Muffins",
"Jumbo Muffins",
"Bakery, Chocolate Raspberry Creme Cake, Chocolate Raspberry",
"Hickory Smoked Ham",
"Creamy Homestyle Macaroni & Cheese",
"Traditional Style Mashed Potatoes",
"Turkey Sausage",
"Jumbo Muffins",
"Sweet & Hot Beef Jerky",
"Original Beef Jerky",
"Apple Bran Jumbo Muffins",
"Beef Jerky",
"Turkey Jerky",
"Bakery, White Chocolate Macadamia Nut Cookies",
"Creamy Peanut Butter",
"Premium Chicken Sausage",
"Beer Bratwurst",
"Bakery, Cinnamon Donut Holes",
"Bakery, Almond Bark With Cocoa",
"Cookies & Cream Bark",
"Green Bean Provencale",
"Super Markets, Green Wise, Turkey Breast",
"Bark",
"Sea Salt Pretzel Cocoa Bark",
"Party Time Ice Cream",
"Monterey Jack Cheese With Jalapeno Peppers",
"Cracker Cut Sharp Cheddar Cheese",
"Broccoli Florets",
"English Peas",
"Wax Beans",
"Sugar Snap Peas",
"Snow Peas",
"Okra",
"Ask Foods, Inc., Escalloped Potatoes Mornay With Leeks",
"Brewed Iced Tea And Real Lemonade",
"Organic Ice Cream",
"Organic Chocolate Ice Cream",
"Premium Pistachio Lowfat Frozen Yogurt",
"50/50 Lite Blend Iced Tea, Lemonade",
"Deli Fresh Mozzarella Cheese",
"Ice Cream Sandwiches",
"Deli, Brewed Iced Tea, Coconut",
"Organic Baby Spinach",
"Lemonade",
"Limited Edition Ice Cream",
"Premium Limited Edition Ice Cream",
"Ice Cream, Peanut Butter Pie",
"Deli Lemonade",
"Greenwise, Organic Low Fat Milk",
"Premium Neapolitan Lowfat Frozen Yogurt",
"Premium Lowfat Frozen Yogurt",
"Deli, Brewed Iced Tea, Apple Cider Tea",
"Organic Ice Cream",
"Apple Cider Tea",
"Iced Tea, Vanilla & Peach",
"Deli, Brewed Iced Tea, Vanilla & Peach",
"Deli, Blackberry Lemonade",
"Italian Gorgonzola Cheese",
"Mesquite Smoke Almonds",
"Shrimp Skerwers",
"Tuscan Herb Finishing Butter",
"Organic Dark Chocolate Covered Walnuts",
"Milk Chocolate Covered Peanut Butter Pretzels",
"Marcona Almonds Roasted & Salted",
"Trail Mix, Dark Chocolate, Cranberry",
"Goat Cheese",
"Deli Chipotle Turkey Breast Salad",
"Deli, Black Bean Hummus, Olive Oil And Roasted Red Peppers",
"Deli, Spicy Black Bean Dip",
"Deli, Shredded Italian Blend Cheese",
"Pecorino Romano Cheese",
"Deli, Shredded Parmigiano Reggiano Cheese",
"Soft Ripened Cheese",
"Chocolate Raisins With Sea Salt Caramel Flavored Coating",
"Deli, Goat Cheese, Cranberry Cinnamon",
"Southern Style Potato Salad",
"Chicken Salad",
"Had Salad",
"Deli Macaroni Salad",
"Deli Egg Salad",
"Homestyle Red Potato Salad",
"Deli New York Style Potato Salad",
"Tuna Salad",
"Deli, Greek Kalamata Hummus",
"Traditional Party Mix",
"Premium Indulgent Yogurt",
"Premium Indulgent Yogurt",
"Premium Authentic Greek Yogurt",
"Premium Indulgent Yogurt",
"Indulgent Yogurt With Graham Cookie Pieces",
"Premium Indulgent Yogurt With Cookie Bits",
"Indulgent Yogurt With Coconut Almond Granola Clusters",
"Premium Plain Lowfat Authentic Greek Yogurt",
"Premium Lowfat Greek Yogurt",
"Premium Plain Nonfat Greek Yogurt",
"New England Clam Chowder",
"Turkey Sausage And Kale Soup",
"Deli Chicken With Rice & Broccoli",
"Beef Short Ribs With Duchess Potatoes & Vegetables",
"Combos Pepperoni Cracker GM",
"Boston Baked Beans, Candy Coated Peanuts",
"Brachs, Gummi Roses, Strawberry Watermelon And Cherry",
"Long Lasting Original Chews",
"Sour Gummy Crunchers Candy, Assorted",
"Red Hots, Cinnamon Sticks Candy",
"Bridge Mix, Milk & Dark Chocolate",
"Chocolate Creations, Milk & Dark Chocolate Bridge Mix With Almonds",
"Chuckles, Island Fruit Minis, Raspberry, Cantaloupe, Passion Fruit, Strawberry, Dragon Fruit, Coconut",
"Party Mix Hard Candy",
"Orange Slices",
"Chillin' Gummies",
"Gummy Bears Candy, Fruit",
"Summer Strips Soft Candy",
"Summer Stripes Soft Candy",
null,
"Fruit Snacks",
"Jaw Busters, Jaw Breakers Cand",
"Classic Jelly Bird Eggs",
"Original Mixed Fruit Chews, Apple, Strawberry, Grape, Cherry, Banana",
"Jel Bunnies Gummy Candy",
"Bobs, Sweet Stripes, Soft Fruit Candy",
"Malted Milk White Fiesta Eggs Candy, Milk Chocolate",
"Sour Brite, Gummi Beans, Cherry, Lemon, Orange, Strawberry, Lime & Grape",
"Extreme Sour, Eegg Bites",
"Extreme Sour Egg Bites, Raspberry, Citrus, Apple & Watermelon",
"Sour Brite Gummi Beans Candy, Cherry, Lemon, Orange, Strawberry, Lime & Grape",
"Minis Peanut Clusters, Sea Salt Caramel",
"Tiny Conversation Hearts",
"Tiny Conversation Hearts",
"Emotion Conversation Hearts, Classic Flavors",
"Tiny Conversation Hearts, Strawberry, Cherry, Raspberry And Watermelon",
"Tiny Conversation Hearts",
"Gummy Warms",
"Conversation Heart - Jelly Beans",
"Conversation Hearts Candy",
"Gummy Bears & Worms",
"Extreme Sour Heart Bites Chewy Candy",
"Caramels, Cherry Vanilla",
"Candy Corn, Strawberry Shortcake",
"Tart Conversation Hearts, Tart",
"Now And Later, Extreme Sour Soft Fruit Chews, Watermelon, Apple, Cherry",
"Gummi Conversation Hearts",
"Jube Jel Candy, Cherry Hearts",
"Conversation Heart Jelly Beans",
"Chewy Candies",
"Alphabet Candies, Conversation Hearts",
"Now And Later, Extreme Sour Fruit Chews Candy",
"Brach*S, Speckled Jelly Bird Eggs",
"Spiced Jelly Bird Eggs",
"Conversation Heart Friendship Exchange Candy",
"Sour Brite Crawlers Gummi Candy",
"Bob's, Sweet Stripes, Wintery Mix Candy, Chcolate Mint, Hot Chocolate, Caramel Macchiato",
"Jelly Candy Canes, Peppermint Creme",
"Bob's, Sweet Stripes, Sweet Stripes - Soft Mint Candy Peppermint Stir Sticks",
"Jujlyfruits Chewy Fruity Candy",
"Tiny Conversation Hearts, Classic",
"Boston Baked Beans, Candy Coated Peanuts",
"Fruit Snacks",
"Fruit Snacks, Mixed Berry",
"Valentine Hearts Fruit Snacks",
"Cherryhead, The Original Cherry Candy",
"Milk & Dark Chocolate Caramel & Nut Mix",
"Chocolate Creations, Peanut Clusters, Sea Salt Caramel",
"Caramel Creations, Sea Salt Caramel Swirls",
"Caramel Creations, Chocolate Caramel Swirls",
"Goodies, Maple Nut",
"Lemonhead, Lemon Candy",
"Chewy Fruit Mix Candy",
"Lemonhead, Lemon Candy",
"Chewy Lemonhead, Flavor Fusers, Candy",
"Flavor Fusers, Lemonhead, Candy",
"Gummy Candy",
"Atomic Fireball, Candy",
"Protein Energy Gummies, Cherry",
"Protein Energy Gummies, Cherry",
"Organic, Organic Gummy Worms",
"Santa's Choice Candy Canes",
"The Original Lemon Candy",
"Chewy Lemonhead, Assorted Fruit Flavored Candies, Natural & Artificial Flavors",
"Chocolate, Milk Chocolate, Orange",
"Dark Chocolate",
"Soft Mint Candy",
"Jelly Hearts, Cinnamon",
"Bobs, Sweet Stripes, Soft Stir Sticks Mint Cnady, Cinnamon",
"Sour Brite Trees, Sour Gummi Candy",
"The Original Candy Canes",
"Jelly Bird Eggs, Black",
"Candy, Cinnamon",
"Crunch Nougats, Peppermint",
"Gummi Candy",
"Sour Brite Canes Candy",
"Fruit Snacks, Berry, Cherry, Grape, Strawberry, Pear",
"Jelly Candy Peppermint Creme Candy Canes",
"Bobs, Sweet Stripes, Wintery Mix Candy",
"Candy",
"Sour Brite Crawlers, Gummi Candy",
"Extreme Sour Bites",
"Extreme Sour Bites, Chewy Candy",
"Extreme Sour Bites Fruitz Chewy Candy",
"Emoticon Tiny Conversation Hearts Candy, Classic",
"Sour Brite Crawlers, Mins - Gummi Candy",
"Sour Brite Crawlers Minis Gummi Candy, Very Berry",
"The Original Grapehead Grape Candy",
"Lemonhead, Assorted Fruit Flavored Candies, Berry Awesome",
"Chicks & Rabbits Candy, Marshmallow",
"Fruit Fusions, Real Fruit Juice, Strawberry Cherry, Pineapple Watermelon, Apple Berry",
"Star Brites, Peppermint Candy",
"Redhots, Chewy, Intense Cinnamon",
"Redhots, Dark Chocolate Covered Chewy Candy, Cinnamon",
"Chewy Redhots, Flavored Candy, Kick'N Mango-Lime",
"Sour Brite Crawlers",
"Evil Twins Gummi Candy",
"Sour Brite Eggs Gummie Candy",
"Gummi Candy",
"Crawlers, Gummi Candy",
"Sour Brite Eggs Shaped Gummies With Candy Shell",
"Red Hots, Flavored Candy, Cinnamon",
"Gummi Candy",
"Big Bold Bears, Gummi Candy",
"Swirly Mustaches Gummi Candy",
"Sour Watermelon Sharks",
"Extreme Sour Fruitz Bites, Chewy Candy, Sour Blue Raspberry, Sour Green Apple, Sour Watermelon, Sour Citrus",
"Sour Gummi Candy",
"Bosted Baked Beans, Candy Coated Peanuts, Original",
"Greek Yogurt Granola Bites, Straweberry",
"Brachs, Dark Chocolate, Blueberry Acai",
"America's Candy Maker, Brach's, Trail Mix Clusters",
"Chewy Redhots, Flavored Candy, Intense Cinnamon",
"Milk & Sark Chocolate Bridge Mix",
"Peppermint Candy",
"Sour Brite Blasts Gummy Candy",
"Sour Brite Blasts Gummi Candy, Strawberry Mango, Apple Watermelon, Cherry Lime, Blue Raspberry Lemon",
"Sour Neon Gummi Bears Candy",
"Juice Filled Fun Bugs Candy",
"Sour Brite Crawlers Minis Gummi Candy, Watermelon",
"Sathers, Candy, Sour Watermelon Slices",
"Sour Brite Crawlers Minis Gummi Candy, Very Berry",
"Candies",
"Sugar Free Hard Candy",
"Organic, Organic Gummy Bears, Cherry, Orange, Apple, Lemon, Pineapple",
"Jellies Candy",
"Sathers, Red Hots Candy",
"Sathers, Jujyfruits, Gummy Candy",
"Cherry Slices",
"Organic, Organic Soft Gummy Worms Candy, Assorted Fruit",
"Now And Later, Long Lasting Original Mixed Fruit Chews, Cherry, Grape, Strawberry, Watermelon, Apple",
"Bridge Mix, Milk & Dark Chocolate",
"Apple Mix Candy Corn",
"Chuckles, Jelly Candy",
"Chuckles, Gum Drops",
"Organic Gummy Bears & Worms",
"Organic, Organic Gummy Cherries",
"Now & Later, Soft Fruit Chews, Extreme Sour",
"Fruit Candies",
"Organic, Organic Gummy Bears, Cherry, Orange, Apple, Lemon, Pineapple",
"Sour Brite Crawlers Minis Gummi Candy, Very Berry",
"Gummi Candy, Peachie",
"Sour Brite Crawlers Minis, Gummi Candy, Cherry, Lemon, Strawberry, Grape, Orange, Lime",
"Sour Brite Crawlers Minis Gummi Candy, Tropical",
"Sour Brite Crawlers Candy",
"Sour Brite Crawlers Gummi Candy",
"Sour Brite Crawlers Gummi Candy",
"Sour Brite Crawlers Gummi Candy",
"Sour Brite Crawlers Minis",
"Gummy Candy",
"Chewy Candy",
"Sour Brite Bears Gummy Candy",
"Sour Brite Crawlers Minis Gummi Candy",
"Organic, Organic Gummy Cherries",
"Bob's, Sweet Stripes, Peppermint Soft Mint Candy",
"Star Brites Peppermint Candy",
"Brachs, Sour Jel Bursts Candy, Cherry, Watermelon, Blueberry",
"Chuckles, Jelly Candy",
"Caramels Candy",
"Soft & Chewy Chocolate Caramel Swirls",
"Sour Jel Bursts, Cherry Lemon, Orange Grape",
"Goodies Roasted Peanuts, Maple Nut",
"Mini Candy Corn",
"Gummy Candies",
"Cherry Sours",
"Brach*S, Crushed Candy Canes, Peppermint",
"Jelly Candy, Chewy Cherry",
"Dark Chocolate",
"Jel Bursts, Peppermint",
"Holiday Spicettes Candy",
"Trees & Santas Jelly Candy",
"Extreme Sour Soft Fruit Chews Candy, Watermelon, Apple, Cherry",
"Apple Mix Candy Corn",
"Sour Brite Crawlers Gummi Candy",
"Bob's, Sweet Stripes, Soft Peppermint Candy",
"Gummies",
"Gummi Candy",
"Trohi, Bites Fruitz, Chewy Candy, Chewy Candy Natural And Artificial Flavor",
"Sour Brite Crawlers Minis Gummi Candy",
"Minis Sharks Chewy Candy, Sour Watermelon",
"Extreme Sour Bites Chewy Candy",
"Sour Watermelon Shark Candy, Chewy",
"Shark Minis Chew Candy, Sour Watermelon",
"Gummi Candy, Very Berry",
"Sour Brite Crawlers, Gummi Candy",
"Sour Brite Crawlers, Gummi Candy, Very Berry",
"Chewy Lemonhead, Fruit Mix Candies",
"Chewy Candy",
"Bob's, Sweet Stripes, Soft Candy, Peppermint",
"Star Brites Candy, Peppermint",
"Santa's Choice, Peppermint Candy Canes",
"Boston Baked Beans, Candy Coated Peanut, Original",
"Red Hots, Cinnamon Flavored Candy",
"Brachs, Party Time Mix, Assorted Hard Candy",
"Now And Later, Soft Fruit Chews, Extreme Sour",
"Sour Brite Crawlers Gummi Candy",
"Candy, Cinnamon",
"Lemon Candy",
"Now And Later, Long Lasting Original Chewy Candy, Mixed Fruit",
"Berry Chewy Lemonhead & Friends Fruit Candy",
"Mega Pack Star Brites Candy, Peppermint",
"Chewy Lemonhead, Candies, Berry Awesome Assorted Fruit",
"Lemonhead, Candy, Lemon",
"Chewy Lemonhead, Fruit Mix, Assorted Fruit Flavored",
"Jujyfruits, Candy, Chewy Fruity Candy!",
"Boston Baked Beans, Candy Coated Peanuts",
"Applehead, Original Candy, Apple",
"Lemonhead, Fruit Mix Chewy Candy, Fruit",
"Heide, Jujubes, Candy",
"Chewy Lemonhead, Tropical Candies, Assorted Fruit",
"Snacks, Red Blends",
"Jelly Bean Nougats",
"Organic Fruit Flavored Snacks",
"Kung Fu Panda 3 Fruit Flavored Snacks",
"Home Fruit Snacks",
"Boston Baked Beans, Candy Coated Peanuts, The Original",
"Jordan Almonds",
"Lemonhead, Lemon Candy",
"Red Hots, Chewy Candy, Intense Cinnamon",
"Cinnamon Candy",
"Tiny Gummy Bears",
"Classic Jelly Beans Candy",
"Brachs, Red Fish Candy",
"Mini Blue Sharks",
"Sour Buddies",
"Classic Candy Corn, Honey",
"Cinnamon Bears",
"Slices Candy, Watermelon",
"Lemonhead & Friends Fruit Candy , Candy Canes",
"Lemonhead, Tropical Chewy Candies, Assorted Fruit",
"Cherry Slices Jelly Candy",
"Jelly Candy",
"Candy Corn, Sea Salt Chocolate",
"Candy Corn, Apple Mix",
"Mellowcreme, Autumn Mix Candy, Real Honey",
"Mini Jelly Candy",
"Chuckles, Minis Jelly Candy",
"Chuckles, Red Fruit Minis Jelly Candy",
"Classic Candy Corn, Made With Real Honey",
"Jujubes Candy, Candy",
"Red Hots Candy",
"Sea Salt Caramel Peanut Clusters",
"Jubf Jel Chicks & Rabbits",
"Creamy Jube Jel Flowers Candy",
"Jelly Chix & Rabbits Candy",
"Organic Gummy Bears",
"Gummi Mix",
"Ice Cream Nougats",
"Carrot Cake Candy Corn",
"Classic Jelly Bird Eggs Candy",
"Cinnamon Flavored Jelly Beans",
"Tiny Jelly Bird Eggs",
"Sour Brite Nite Crawlers Minis",
"Candy Corn",
"Tiny Jelly Beans, Fruit Cremes",
"Sour Gummi Beans",
"Candy Corn Chicks",
"Tiny Jelly Bird Eggs, 5 Pack Value!",
"Brachs, Candy Corn",
"Classic Candy Corn",
"Jelly Bird Eggs Candy",
"Eggs Shaped Gummies Chandy",
"Gummi Beans Candy",
"Pastel Candy Corn",
"Egg Shaped Gummies With A Candy Shell",
"Jumbo Jelly Beans Candy",
"Autumn Mix Candy",
"Pumpkins Candy",
"Indian Corn Candy",
"Classic Candy Corn",
"Autumn Mix Candy",
"Candy Corn, Caramel",
"Candy Corn, Sea Salt Chocolate",
"Chewy Lemonhead, Berry Awesome, Assorted Fruit Candies, Assorted Fruit",
"Lemonhead, Chewy & Friends Fruit Candy, Assorted",
"Lemonhead, Gummies Candy",
"Chewy Lemonhead, Chewy Tropical Candies, Assorted Fruit",
"Chewy Lemonhead, Assorted Fruit Flavored Candy",
"Lemonhead, Lemon Candy, Original",
"Tiny Conversation Hearts Candy",
"Jelly Hearts",
"Cinnamon Imperial Hearts",
"Conversation Hearts Tart & Sweet",
"Valentine Nougats Peppermint",
"Organic Lollipops",
"Premium Canes, Chocolate Caramel",
"Santa's, Candy Cane, Cherry",
"Organic, Candy Drops",
"Organic, Sour Heads Soft & Chew Candy",
"Brachs, Maple Almonds",
"Pumpkin Pie Almonds",
"Fruit Snacks",
"Triple Layer Fruit Snacks, Berry Collision",
"Real Fruit & Vegetable Juice Triple Layer Fruit Snacks",
"Organic, Organic Licorice Bites",
"Organic, Organic Fruity Chews Candy",
"Organic, Organic Fruity Chews, Lemon, Orange, Mango, Cherry",
"Real Fruit Juice, Fruit Medley",
"Now And Later, Splits, Candy, Lemonade Blends",
"Classic Conversation Hearts Candy",
"Redhead Chewy Hearts Candy",
"Candy Corn",
"Candy Corn",
"Brachs, Candy, S'Mores Caramels",
"Caramels, Caramel Macchiato",
"Sea Salt Caramel Royals",
"Triple Fruit Gummies, Orange, Lemon & Cherry",
"Fruity Chewy Beans Candy",
"Brachs, Candy Corn, Nougats",
"Candy Corn",
"Candy Corn",
"Candy Corn",
"S'Mores Candy Corn",
"Autumn Mix Candy",
"Corn Candy",
"Candy Corn",
"Organic, Sour Heads, Sour N' Sweet Soft & Chewy Candy",
"Organic Sour Head",
"Candy Drops, Mixed Fruit",
"Organics, Hard Candies, Caramel",
"Royals Chocolate, Apple, Caramel",
"Fruit Candy",
"Organic, Organic Hard Candies, Caramel",
"Classic Candy",
"Autumn Mix Candy",
"Candy Corn, Pumpkin Spice",
"Organic, Organic Sour Licorice Bites, Strawberry",
"Sour Brite, Weird Beards Gummi Candy",
"Orange & Grape Pumpkin Jellies",
"Sour Brite Bites, Artificially Flavored Chewy Candy, Blue Raspberry",
"Sour Brite Bites Chew Candy, Blue Raspberry",
"Sour Brite Bites Candy, Watermelon",
"Gummi Beans, Sour",
"Jumbo Jelly Beans Candy",
"Brunch Favorites, Candy Corn, French Toast & Maple Syrup, Waffles & Strawberry, Chocolate Chip & Pancakes",
"Celebration Candy Corn",
"Creamy Butter Hand Broken Crumbly Fudge, Sea Salt & Cocoa",
"Gummy Worms, Lemon+Orange, Apple+Cherry, Pineapple+Cherry",
"Peach Ringers",
"Gummy Bears & Worms Candy",
"Gummy Bears & Worms",
"Gummy Bears",
"Candy",
"Assorted Fruit Candy",
"Fruit Snacks",
"Gummy Bears",
"Fruit Snacks",
"Fruit Snacks, Fruit Medley",
"Triple Layer Fruit Snacks, Fruit Collision",
"Gummy Bears",
"Gummy Worms",
"Gummy Bears & Worms",
"Fruit Snacks, Berry Collision",
"Triple Layer Fruit Snacks",
"Triple Layer Fruit Snacks, Berry Collision",
"Fruit Snacks",
"Fruit Cremes Candy Corn, Artificial Flavor",
"Classic Candy Corn",
"Autumn Mix Candy",
"Triple Layer Chews, Candy Corn And Indian Corn",
"Pumpkins Candy, Mellow Creme",
"Classic Candy Corn, Honey",
"Classic Candy Corn, Real Honey",
"Autums Mix Candy",
"Mellowcreme Pumpkins Candy",
"Mellocreme Autumn Mix Candy",
"Candy Corn, Honey",
"Dark Chocolate Covered Crushed Candy Canes, Peppermint",
"Candy Corn, Peanut Butter Cup",
"Candy Corn, Pumpkin Spice",
"Tart Conversation Hearts Candy",
"Cinnamon Almonds",
"Double Crunch, Strawberry Almonds",
"Knockout Hearts Gummi Mello, Strawberry & Cherry",
"Caramel Candy Corn",
"Real Juice, Real Good, Fruit Snacks",
"Candy Canes, Pappermint",
"Sour Brite Crawlers Gummi Candy",
"Gummy Bears Candy",
"Gummy Worms",
"Gummy Bears & Worms",
"Gummy Worms",
"Gummy Bears",
"Gummy Bears & Worms",
"Gummy Bears",
"Gummy Worms With Real Fruit Juice",
"Caramel Macchiato -Candy Corn",
"Gummy Bears & Worms, Real Fruit Juice",
"Candy Co, Dreamworks Madagascar Fruit Snacks",
"Dreamworks, Dragons Fruit Snacks Made With Real Fruit Juice, Strawberry, Garpe, Raspberry, Watermelon, Cherry",
"Dreamworks, Fruit Snacks",
"Organic Fruity Cows Mixed Berry Snacks, Strawberry, Cherry, Raspberry",
"Organic Fruity Cows, Fruit Snacks, Strawberry",
"Sour Watermelon Sharks Minis",
"Sour Brite Crawlers Minis Gummi Candy, Watermelon",
"Sour Brite Crawlers, Minis Gummy Candy, Tropical",
"Protein Gummies",
"Sour Brite Crawlers Gummi Candy",
"Sour Gummi Candy",
"Sour Brite Crawlers, Can O' Worms Gummy Candy",
"Stuffed Giant Plush Worm",
"Protein Gummies, Strawberry",
"Tart & Sweet Conversation Hearts Candy",
"Christmas Nougats, Peppermint",
"Fruit Snacks, Fruit Medley",
"Chewy Fruity Candy",
"Dreamworks, Fruit Snacks",
"Emoticon, Tiny Conversation Hearts",
"Gummi Roses",
"Knockout Gummi \"Mello\" Hearts",
"Long Lasting Chews",
"Splits 2 In 1 Soft Chews",
"Now And Later, Splits, 2 In 1 Dual Flavor Chews, Lemon-Blue Raspberry",
"Now And Later, Chewy Intense Flavor Chews, Cherry, Grape, Blue Raspberry, Strawberry",
"Long Lasting Chews",
"Sour Brite Bears",
"Sour Brite Crawlers, Gummi Candy, Very Berry",
"Mellowcreme, Autumn Mix Candy",
"Organic Sour Heads Soft & Chew Candy, Sour N' Sweet",
"Peanut Caramel Clusters, Pumpkin",
"Original Famous Dressing & Marinade",
"Poppy Seed Dressing",
"Barbecue Sauce",
"Dressing & Marinade",
"Fat Free Poppy Seed Dressing",
"Wing Sauce",
"Original Raspberry Vinaigrette",
"Original Vidalia Onion Dressing & Marinade",
"Ranch Dressing & Dip",
"Chips Tortillas au Mais au Fromage",
"Mandarin Orange Broken Segments In Light Syrup",
"Sliced Peaches In Light Syrup",
"Mega Smoked Ham & Cheese Sandwiches",
"Sandwich",
"Sandwich",
"Deli Express, Cupcakes",
"Spicy Chicken & Pepperjack Cheese Sandwich",
"Organic Lowfat Yogurt, Strawberry",
"Smoked Oysters",
"White Acre Peas",
"Seasoned Field Peas & Snaps",
"Seasoned Blackeye Peas",
"Bruce's, Baked Sweet Potatoes",
"Cut Okra",
"Kale Greens",
"Mustard Greens",
"Fancy Spinach",
"Seasoned Turnip Greens",
"Turnip Greens And Roots",
"Seasoned Collard Greens",
"Seasoned Mustard Greens",
"Tomatoes And Okra",
"Tomatoes Okra And Corn",
"Triple Succotash",
"Green Boiled Peanuts",
"Tiny Field Peas With Snaps",
"Crowder Peas",
"Garbanzo Beans",
"Fancy Chopped Spinach",
"Mixed Greens",
"Cut Leaf Spinach",
"Dark Red Kidney Beans",
"Diced Rutabagas",
"Seasoned Green Beans & Potatoes With Vidalia Onions",
"Italian Green Beans",
"Low Sodium Spinach",
"White Kidney Beans",
"Navy Bean",
"Squash With Vidalia Onions",
"Squash With Vidalia Onions",
"Green And White Lima Beans",
"Hoppin' John With Blackeye Peas, Tomatoes, Onions & Jalapenos",
"Vegetarian Beans In Tomato Sauce",
"Seasoned Black Beans",
"Red Beans And Rice, Just Add Sausage",
"Spanish Rice",
"Seasoned Cabbage",
"Seasoned Turnip Greens & Roots",
"Seasoned Butter Beans",
"Seasoned Tiny Field Peas & Snaps",
"Blackeye Peas",
"Seasoned Great Northern Beans",
"Seasoned Pinto Beans",
"Seasoned Pinto Beans",
"Seasoned Green Lima Beans",
"Whole Potatoes",
"Black Beans",
"Yams Cut Sweet Potatoes",
"Yams",
"Small Whole White Potatoes",
"Black Beans",
"Buttered Corn",
"Hot & Spicy Green Boiled Peanuts",
"Vegetarian Baked Beans",
"Simple Suppers Jambalaya Fixins'",
"Simple Suppers Dirty Rice Fixins'",
"Simple Suppers, Chili Fixins'",
"Simple Suppers Creole Fixins'",
"Seasoned Purple Hull Peas",
"Seasoned Cut Green Beans",
"Sour Tomatoes",
"Complete Pancake Mix, Chocolate Chip",
"Complete Pancake Mix, Buttermilk",
"Apple Cinnamon Pancake Mix",
"Blueberry Pancake Mix",
"Pie Crust Mix",
"Coating Mix",
"Complete Pancake Mix, Buttermilk",
"Waffle Mix, Belgium",
"Complete Pancake Mix, Buttermilk",
"Buttermilk complete pancake mix",
"Artisan Bread Mix, Beer Bread",
"Old Fashioned Pancake & Waffle Mix",
"Old Fashioned Pancake & Waffle Mix",
"Bakery Style Cookie Mix, Meyer Lemon",
"Supreme Muffin Mix, Pumpkin Spice",
"Honey Raisin Bran Supreme Muffin Mix",
"Bakery Style Cookie Mix, Oatmeal Raisin",
"Bakery Style Cookie Mix, Triple Chocolate Chunk",
"Sugar Cookie Mix",
"Bakery Style Snickerdoodle Cookie Mix",
"Gingerbread Cookie Mix",
"Honey Cornbread & Muffin Mix",
"Supreme Muffin Mix, Wild Blueberry",
"Tempura Batter Mix",
"Supreme Muffin Mix, Oat Bran",
"Premium Brownie Mix, Double Chocolate",
"Lemon Poppyseed Supreme Muffin Mix",
"Supreme Muffin Mix, Apple Cinnamon",
"Supreme Muffin Mix, Wild Blueberry",
"Supreme Muffin Mix, Cranberry Orange",
"Supreme Muffin Mix, Cranberry Orange",
"Supreme Muffin Mix, Double Chocolate",
"Premium Brownie Mix, Dark Chocolate",
"Premium Brownie Mix, Caramel Turtle",
"Premium Brownie Mix, Chocolate Supreme",
"Premium Brownie Mix, Ultimate Fudge",
"Premium Brownie Mix, Triple Fudge",
"Krusteaz Buttermilk Complete Pancake Mix Just Add Water 4.53KG Reusable Pouch",
"Scone Mix",
"Supreme Muffin Mix, Almond Poppyseed",
"Southern Cornbread & Muffin Mix",
"Banana Nut Supreme Muffin Mix",
"Supreme Muffin Mix, Banana Nut",
"Supreme Muffin Mix",
"The Cake Mix Doctor, Cake Mix, Deep Dark Chocolate",
"Buttermilk Pancake Mix",
"Honey Cornbread Mix And Muffin Mix",
"Blueberry Muffin Mix, Natural Blueberry Flavor",
"Gluten Free Double Chocolate Brownie Mix",
"Supreme Mix, Cobbler Topping",
"Supreme Mix, Crisp Topping",
"Waffle Mix",
"Cheddar bay biscuit mix",
"Classic Mix, Brown Gravy",
"Homestyle Recipe, Classic Mix, Turkey Gravy",
"Homestyle Recipe, Classic Mix, Country Gravy",
"Gluten Free All Purpose Flour",
"Organic Buttermilk Pancake Mix",
"Organic Cornbread & Muffin Mix, Honey",
"Organic Yellow Cake Mix",
"Organic Double Chocolate Brownie Mix",
"Organic Whole Grain Muffin Mix",
"Popcorn, Chipotle Cheddar",
"Popcorn",
"Popcorn",
"Popcorn",
"Sea Salt Tortilla Chips",
"Buck Wild, Tortilla Chips, Jalapeno Jack",
"Buck Wild, Tortilla Chips, Jalapeno Jack",
"Buck Wild, Tortilla Chips, Korean Bbq",
"Tortilla Chips",
"Premium Cookie Mix, Dark Chocolate Chip",
"Premium Cookie Mix, Double Chocolate Crackle",
"Premium Cookie Mix, Chocolate Peanut Butter Chip",
"Cookie Mix",
"Bakery Style Cookie Mix, Butter Vanilla Sugar",
"Bakery Style Double Peanut Butter Cookie Mix",
"Oatmeal Cookie Mix",
"Bakery Style, Oatmeal Scotchie Cookie Mix, Butterscotch Chips",
"Wild Roots, Real Food For Real People, Toasted Wheat Germ",
"Buck Wild, Tortilla Chips, Garlic Sea Salt",
"Buck Wild, Tortilla Chips",
"Red Lobster, Cheddar Bay Biscuit Mix",
"Baking & Pancake Mix, Buttermilk",
"Cheddar Bay Biscuit Mix",
"Flatbread Mix, Italian Herb",
"Flatbread Mix, Garlic Onion",
"Whole Wheat Flatbread Mix",
"Classic Sourdough Artisan Bread Mix",
"Artisan Bread Mix, Italian Herb",
"Artisan Bread Mix, Hawaiian Sweet",
"Georgia Style Pecan Pie",
"Lemon Meringue Pie",
"Edwards, Cookies & Creme Pie In A Cookie Crust",
"Edwards, Key Lime Pie",
"Edwards, Hershey's Creme Pie In A Chocolate Cookie Crust",
"Edwards, Strawberry Creme Pie",
"Edwards, Turtle Pie In A Chocolaty Cookie Crust",
"Edwards, Sliced Crumble Crust Cookie Key Lime Pie",
"Chocolate Creme Pie",
"Edwards, Key Lime Pie",
"Cookies & Creme Pie",
"New York Style Cheesecake",
"Georgia Pecan Pie",
"Lemon Meringue Pie",
"Turtle Pie",
"Cheesecake",
"Creme Pie In A Cookie Crust",
"Edwards, Creme Pie, Pumpkin",
"Edwards, Creme Pie In A Cookie Crust, Triple Coconut",
"Edwards, Creme Pie In A Cookie Crust, Vanilla Caramel",
"Edwards, Creme Pie",
"Shoe Peg, White Sweet Corn, Fancy Whole Kernel",
"Gluten Free Country Gravy Mix",
"Brown Gravy Mix",
"Taco Seasoning",
"Chili Seasoning",
"White Wings, La Paloma, Harina Para Tortillas Flour",
"Roasted Turkey Gravy Mix",
"Complete Pancake Mix",
"Roasted Beef Gravy Mix",
"Pancake Mix",
"Pancakes Mix",
"Pancakes",
"Baking Mix, Buttermilk",
"Flour Tortillas",
"Pioneer Brand, Italian Meatloaf Mix",
"Brown Gravy Mix",
"Gravy Mix Biscuit",
"Pioneer, Country Sausage Flavor Gravy Mix",
"Gravy Mix, Peppered",
"Gravy Mix, Country",
"Turkey Gravy Mix",
"Caramel Homestyle Candy",
"Crown Candy, Macaroons, Coconut",
"Bon Bons Homestyle Candy",
"Crown, Coconut Bon Bons Traditional Holiday Treats, Chocolate, Vanilla, Strawberry Three Flavors",
"Parmesan Fresh Shredded Cheese",
"Smooth & Creamy Frozen Yogurt, Strawberry",
"Cultured Lowfat Buttermilk, 1% Milkfat",
"Lowfat Milk",
"1% Low Fat Cottage Cheese",
"Cultured Lowfat 1% Milkfat Buttermilk",
"Select Half & Half",
"Golden Egg Nog",
"Pure Juice, Orange",
"Fruit Juice, Orange",
"Frozen Yogurt, Vanilla",
"Ice Cream Sandwiches, Vanilla",
"Ice Cream Sandwiches, Vanilla",
"Sherbet, Orange",
"Sherbet, Raspberry",
"Fat Free Sherbet, Rainbow",
"Half & Half",
"Heavy Whipping Cream",
"Heavy Whipping Cream",
"Small Curd Cottage Cheese",
"2% Lowfat Cottage Cheese",
"Sour Cream",
"Sour Cream",
"Winter Snowmen Ice Cream, Chocolate, Strawberry, Vanilla",
"Frosrty Trees Mint Lowfat Ice Cream, Mint",
"Fat Free Cottage Cheese",
"Smooth & Creamy Yogurt, Chocolate",
"Kempswich Ice Cream",
"Reduced Fat Milk",
"Smooth & Creamy Frozen Yogurt, Caramel Praline Crunch",
"Ice Cream Sandwiches, Mint Chocolate Chip",
"Select Fat Free Skim Milk",
"Select Heavy Whipping Cream",
"Ice Cream Sundae Cones, Vanilla",
"Old Fashioned Ice Cream, Vanilla",
"Old Fashioned Ice Cream, New York Vanilla",
"Old Fashioned Ice Cream, Vanilla",
"Old Fashioned Ice Cream, Peppermint Bon Bon",
"Old Fashioned Ice Cream, Cookies & Cream",
"Ice Cream",
"Old Fashioned Ice Cream, Butter Pecan",
"Moose Tracks, Ice Cream With Peanut Butter Cups, Vanilla",
"Ice Cream, Cherry Fudge Chunk",
"Smooth & Creamy Frozen Yogurt, Strawberry",
"Denali Moose Tracks Frozen Yogurt, Smoothy & Creamy",
"Frozen Custard, Vanilla Custard",
"Cow Tracks Ice Cream, Caramel",
"Select 1% Lowfat Milk",
"Select Fat Free Skim Milk",
"Smooth & Creamy Frozen Yogurt, Chocolate Caramel Brownie",
"Caramel Sundae Cones",
"Ice Cream Sandwiches",
"Ice Cream, Moose Tracks Double Fudge",
"2% Reduced Fat Milk",
"Chocolate Chip Cookie Dough Ice Cream",
"Golden Egg Nog",
"Caribon Coffee, Ice Cream, Java Chunk",
"Ice Cream, Mint Chip",
"Ittibitz, Cotton Candy",
"Ice Cream, Cookies 'N Cream",
"Ice Cream, Banana Split",
"Select Swiss Style Lowfat Milk, Chocolate",
"Ice Cream, Chocolate Chip Cookie Dough",
"Lowfat Cottage Cheese",
"Ice Cream, Chocolate",
"Smooth & Creamy Low Fat Frozen Yogurt, Black Jack Cherry",
"Organic 1% Lowfat Milk",
"2% Lowfat Cottage Cheese",
"Mini Ice Cream Sandwiches, Vanilla",
"Sour Cream, Smooth & Creamy",
"Top The Tater, Sour Cream, Chive, Onion",
"Real Ice Cream, Turtle Tracks",
"Real Ice Cream",
"Real Ice Cream",
"Real Ice Cream",
"Ice Cream, Black Jack Cherry",
"Premium Light Eggnog",
"Green Bay Packers Ice Cream, Salted Caramel Frozen Tundra Twist",
"Smooth & Creamy Frozen Yogurt, Chocolate",
"Ice Cream, Salted Nut Roll",
"Smooth & Creamy Frozen Yogurt, Mint Chocolate Chip",
"Ice Cream Sandwiches",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Fat Free Skim Milk",
"Orange Cream Bars",
"Reduced Fat Ice Cream, Vanilla",
"Reduced Fat Ice Cream",
"Fudge Bars",
"Reduced Fat Ice Cream, Cookies N' Cream",
"Reduced Fat Ice Cream, Mint Chocolate Chip",
"Chocolate Swirl Ice Cream",
"Reduced Fat Ice Cream",
"Ice Cream, New York Vanilla",
"Ice Cream Bars, Vanilla",
"Ice Cream",
"Cottage Cheese With Chives",
"Top The Tater, Sour Cream Dip, Taco Fiesta",
"2% Reduced Fat Milk",
"Smooth & Creamy Low Fat Frozen Yogurt",
"Smooth & Creamy Frozen Yogurt, Chocolate Peanut Butter Cup",
"Eggnog, Vanilla",
"100% Pure Juice, Orange",
"Mid-America Farms, Top The Tater, Easy Squeeze Sour Cream, Chive, Onion",
"1% Cultured Low Fat Buttermilk",
"Smooth & Creamy Low Fat Frozen Yogurt, Vanilla",
"Greek Style Cottage Cheese, Cucumber Dill",
"Greek Style Cottage Cheese",
"Greek Style Snack Mousse",
"Greek Style Snack Mousse, Raspberries & Cream",
"Vitamin D Milk",
"2% Reduced Fat Milk",
"Fat Free Skim Milk",
"King Sandwich",
"King Neapolitan Sandwich Ice Cream",
"1% Lowfat Cottage Cheese Singles",
"Smooth & Creamy",
"Marshmallow Brownie Ice Cream",
"Frozen Yogurt",
"Ice Cream",
"Cookie Crunch Ice Cream, Double Caramel",
"Ice Cream Sandwiches, Salted Caramel",
"Ice Cream Sandwiches",
"Triple Chocolate Ice Cream Sandwiches",
"Ice Cream, Marshmallow Spumoni Twist",
"Select Fat Free Milk",
"Oak Grove, Sweet Tea",
"Greek Nonfat Yogurt",
"Smooth & Creamy Frozen Yogurt",
"Blended Greek Style Nonfat Yogurt",
"Greek Style Lowfat Yogurt",
"Greek Style Nonfat Yogurt With Protein",
"Greek Style Blended Lowfat Yogurt",
"Frozen Yogurt Shop Frozen Yogurt, Vanilla, Salted Caramel",
"Eggnog, Buttered Rum",
"Greek Style Blended Nonfat Yogurt",
"Ice Cream Sandwiches, Chocolate Chip Cookie Dough",
"Chocolate Peanut Butter Cup Frozen Yogurt",
"Frozen Yogurt, Cookies 'N Cream",
"Frozen Yogurt, Raspberry & Chocolate",
"Ice Cream",
"Old Fashioned Eggnog",
"Frozen Yogurt, Strawberry Cheesecake",
"Frozen Yogurt, Chocolate Lovers",
"Yogurt, Chocolate Hazelnut",
"Ice Cream Sandwiches, Rainbow Candy",
"Ice Cream Sandwiches, Strawberry",
"Mid-America Farms, Top The Tater, Sour Cream, Chive Onion",
"Packers Lowfat Milks",
"Frozen Yogurt Shop, Fudge Brownie & Cookie Dough",
"Pop Jr.'s, Cherry, Root Beer & Orange",
"All American Pops, Cherry-Lemon-Blue Raspberry",
"Sugar Free Pop Jr.'s, Cherry, Grape, Tangerine",
"Tropical Pops, Tropical Punch Mango Tango, Strawberry Kiwi",
"Lowfat Ice Cream Float Bars, Root Beer, Orange, Grape, Vanilla",
"Angel Hair, Enriched Macaroni Product",
"Cut Ziti, Enriched Macaroni Product",
"Spaghetti, Enriched Macaroni Product, 100% Durum Wheat Semolina",
"Spaghettini, Enriched Macaroni Product",
"Linguine, Enriched Macaroni Product, 100% Durum Wheat Semolina",
"Shells, Enriched Macaroni Product",
"Rigatoni, Enriched Macaroni Product",
"Elbows, Enriched Macaroni Product",
"Bow Ties, Enriched Macaroni Product",
"Luigi Vitelli, Rotini Pasta, Enriched Macaroni Product",
"Enriched Macaroni Product, Ditalini",
"168 Fideos, Enriched Macaroni Product",
"Italian Peeled Tomatoes With Basil Leaf",
"Italian Tomato Paste",
"Organic Pasta, Whole Wheat Fusilli",
"Tomato Puree",
"Tomato Sauce",
"Crushed Tomatoes",
"Red Kidney Beans",
"Black Eyed Peas",
"Luigi Vitelli, White Clam Sauce With Garlic & Herbs",
"Risotto Italian Gourmet Rice Dish, Butternut Squash",
"French Vanilla Flavored Syrup",
"Gourmet Caramel Flavored Syrup",
"Barbecue Sauce, Hickory Smoke",
"Barbecue Sauce",
"Barbecue Sauce, Original",
"Hazelnut Coffee Creamer, Hazelnut",
"Coffee Creamer Rich Creamy Taste",
"Potato Classics, Zesty Au Gratin",
"California Slices Rip Olives",
"California Medium Pitted Ripe Olives",
"California Ripe Olive Wedges",
"California Jumbo Pitted Ripe Olives",
"California Extra Large Pitted Ripe Olives",
"California Sliced Ripe Olives",
"Sugar",
"Enriched Bread",
"Sandwich White Enriched Bread",
"Round Top White, Enriched Bread",
"Split Top Wheat Bread",
"Sandwich White Enriched Bread",
"Lite Wheat Bread",
"Raisin Bread",
"Potato Bread",
"Italian Wheat Bread",
"Seeded Italian",
"Seedless Rye Enriched Bread",
"Lite Seeded Rye Enriched Bread",
"Seeded Rye",
"Italian Enriched Bread",
"Whole Wheat",
"Texas Toast",
"12 Grain Bread",
"Enriched Rolls",
"Oatmeal Enriched Bread",
"100% Whole Wheat",
"Kaiser, Enriched Rools",
"Steak Rolls",
"Hot Dog Enriched Rolls",
"Hamburger Enriched Rolls",
"Hot Dog Enriched Rolls",
"Sesame Seeded Rolls",
"Potato Hamburger Rolls",
"Potato Hot Dog",
"Lite Hamburger Enriched Rolls",
"Whole Grain Bread",
"100% Whole Grain Bread",
"Peanut Butter Filled Pretzels",
"Steak Rolls",
"Wheat Bread",
"English Muffins",
"English Muffins",
"Enriched Rolls",
"Potato Dinner Rolls",
"Enriched Rolls, Classic Brown & Serve",
"Stuffing Bread Cubes",
"Iced Honey Buns",
"Iced Honey Buns",
"Mini Donuts",
"Rich Frosted Mini Donuts",
"Angle Food Cake",
"Glazed Straberry Mini Donuts",
"Pecan Spins",
"Popped Popcorn, Cheese",
"Popped Popcorn, Butter",
"Baked Cheese Puffs",
"Baked Cheese Balls, Cheese",
"Sourdough Pretzel Pieces, Honey Mustard & Onion",
"Sourdough Pretzel Pieces, Seasoned Ranch",
"Kettle Style Potato Chips",
"Kettle Style Potato Chips, Honey Barbeque",
"Potato Chips",
"Ripple Cut Potato Chips",
"Potato Chips",
"Potato Chips",
"Wavy Potato Chips",
"Ripple Cut Potato Chips, Sour Cream & Onion",
"Restaurant Style Tortilla Chips",
"Nacho Tortilla Chips",
"White Round Tortilla Chips No Salt",
"Crunchy Cheese Sticks",
"Thick & Chunky Salsa, Hot",
"Thick & Chunky Salsa, Medium",
"Thick & Chunky Salsa, Medium",
"Black Bean & Corn Salsa, Medium",
"Medium Pineapple Salsa, Pineapple",
"White Round Tortilla Chips",
"Medium Salsa, Peach, Mango",
"Mild Salsa, Tequila Lime",
"Thick & Chunky Salsa, Mild",
"Thick & Chunky Medium Salsa",
"Party Mix Chips",
"White Cheddar Curls",
"Crunchy Cheese Curls",
"Chipotle Salsa, Medium",
"Salsa Con Queso, Medium",
"Ice Cream Cups, Crispy, Flavorful Tasting Cake Cups",
"Sugar Cones",
"Popcorn",
"Popcorn",
"Baked Puffs",
"Baked Cheese Balls",
"Sourdough Special Pretzels",
"Extra Thin Pretzels",
"Hard Pretzels",
"Nuggets Pretzels",
"Mini Wheel Pretzels",
"Honey Wheat Braided Twist Pretzels",
"Penny Rods Pretzels",
"Popped Chips, Barbecue",
"Popped Chips, Original",
"Popped Chips, Salt & Vinegar",
"Popped Chips, Sour Cream & Onion",
"Strawberry Fruit Bars",
"Coconut Fruit Bars",
"Fruit Bars",
"Mango Fruit Bars Made With Real Fruit",
"Grape Fruit Bars Made With Real Fruit",
"Ice Cream Sandwiches",
"Mini Ice Cream Sandwich",
"Eclair Bars",
"Eclairs Bars",
"Ice Cream Bars, Vanilla, Chocolate",
"Ice Cream Bars",
"Crunch Bars",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Ice Cream Sandwiches",
"Fudge Bars",
"Sundae Cones",
"Fruity Cream Pops",
"Fruity Pops",
"Fruity Pops",
"Ice Cream Bars",
"Premium Ice Cream Bars",
"Premium Ice Cream Bars",
"Premium Ice Cream Bars",
"Rocket Pops",
"Tropical Pops",
"Fudge Pops",
"Ice Cream",
"Devil's Food Cake Premium Ice Cream",
"Premium Ice Cream",
"Caramel Cake",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Peanut Butter Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Artificially Flavored Teaberry, Premium Ice Cream",
"Premium Ice Cream",
"Toffee Flavored Ice Cream With Caramel Cups And Luscious Denali Caramel",
"Ice Cream",
"Chocolate Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Chocolate Chip Cookie Dough",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Cream - Filled Chocolate Cupcake",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream, Tin Roof Sundae",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Premium Ice Cream",
"Greek Nonfat Frozen Yogurt",
"Greek Nonfat Frozen Yogurt, Vanilla Fudge Ywirl",
"Greek Non Fat Frozen Yogurt",
"Rich Creamy Vanilla Greek Nonfat Frozen Yogurt",
"Greek Nonfat Frozen Yogurt",
"Reduce Fat Ice Cream, Butter Pecan",
"Ice Cream",
"No Sugar Added Reduced Fat Ice Creams, Chocolate",
"Ice Cream, Peanut Butter Ripple",
"Smooth And Creamy Vanilla Ice Cream",
"Light Ice Cream, Butter Pecans In Light Ice Cream, Butter Pecan",
"Light Chocolate , Light Ice Cream Made With Imported Dutch Cocoa",
"Light Ice Cream, Chocolate Chip Cookie Dough",
"Light Coffee",
"Light Ice Cream, Chocolate Peanut Butter Cup",
"Light Ice Cream, Light Chocolate Marshmallow",
"Light Ice Cream, Light Cookies And Cream",
"Light Mint Choco Chip Ice Cream",
"Light Peanut Butter Ripple",
"Light Ice Cream, Two Delightful Flavors In One Package",
"Light Tin Roof Sundae Light Ice Cream",
"Light Ice Cream",
"Light Ice Cream",
"Light Ice Cream",
"Light Ice Cream",
"Ice Cream & Sherbet",
"Sherbet",
"Sherbet",
"Sherbet",
"Rainbow Sherbet",
"Sherbet",
"100% Natural Seedless Raisins",
"Large Prunes Snack Ready",
"Pitted Prunes Snack Ready",
"Pitted Prunes Snack Ready",
"Assorted Swedish Fish",
"Gummi Sour Worms",
"Jordan Almonds",
"Fresh Salsa",
"Roasted & Salted Macadamia Nuts",
"Roasted & Salted Sunflower Nuts",
"Roasted & Salted Soynuts",
"Roasted No Salt Soy Nuts",
"Roasted & Salted, Shelled",
"Roasted No Salt Almonds",
"Roasted & Salted Almonds",
"Honey Roasted Cashews",
"Roasted No Salt Cashews",
"Cashews",
"Fancy Deluxe Mix",
"Apricot Cranberry Mix",
"Brotherhood Mix",
"Canyon Mix",
"Cherry Almond Fruit'N Nut Mix",
"Cranberries 'N More",
"Cross'N Country, Peanuts, Milk Chocolate Candies, Raisins, Cashews",
"Fruit'N Nut Medley",
"Dried Fruit Nibbler",
"Mango Tango; Dried Pineapple, Yogurt Raisins, Dried Papaya, Dried Mango, Walnuts, Dried Cranberries",
"Milk Chocolate Candies, Honey Roasted Sesame Sticks, Cashews, Almonds",
"Oriental Party Mix",
"Sesame Oat Bran Sticks",
"Spicy Party Mix, Peanuts, Sesame Seeds, Chili Rice Crackers, Pumpkin Seeds, Almonds",
"Golden Raisins",
"Dried Mango Slices",
"Butter Toffee Peanuts",
"Dark Chocolate Almonds",
"Dark Chocolate Raisins",
"Milk Chocolate Almonds",
"Milk Chocolate Raisins",
"Praline Pecans",
"Yogurt Flavored Almonds",
"Peanuts, French Burnt",
"Fruit Runts",
"Gummi Worms",
"Original 100 % Pure Orange Juice",
"100% Pure Orange Juice",
"Frozen Concentrate For 100% Pure Orange Juice",
"100% Pure Apple Juice",
"Lemonade",
"Pink Lemonade",
"Frozen Concentrate For Grape Cocktail",
"Pastries With Icing Packets",
"Waffles",
"Waffles, Blueberry",
"Cream Cheese",
"Breakfast Strudel, 6 Pastries With Icing Packets",
"Waffles",
"Cinnamon Roll",
"Waffles",
"Thin Crust Pepperoni Pizza",
"Supreme Thin Crust Pizza",
"Thin Crust Pizza Cheese",
"Pepperoni, Thin Crust Pizza",
"Thin Crust Pizza, Supreme Sausage, Pepperoni, Peppers, Onions & Black Olives.",
"Pizza Bagels",
"Waffles",
"10 Chocolate Chip Waffles",
"Pancakes",
"Pizza Bagels",
"Self Rising Pizza, Chicken Bacon Ranch",
"Self Rising Four Cheese Pizza",
"Pepperoni Self Rising Pizza",
"Self Rising Pizza",
"Four Cheese Self Rising Pizza",
"Self Rising Pizza",
"Self Rising Pizza",
"Self Rising Supreme Pizza",
"Cinnamon Waffles",
"Classic Pasta, Cheese Ravioli",
"Classic Pasta Beef Ravoli, Stuffed With A Zesty Beef Filling",
"Classic Pasta Cheese Tortellini",
"Pancakes",
"Pancakes",
"Brick Oven Style Pizza, Calcium Propionate To Retard Spoilage Of Crust",
"Brick Oven Style Pizza",
"Sliced Peaches",
"Raspberries",
"Pineapple",
"Paradise Blend Peaches, Strawberries, Melon & Pineapple",
"Blueberries",
"Brussels Sprouts",
"Mango",
"Cauliflower Florets",
"Steam - In - Bag Microwave Ready Chopped Onions",
"Whole Green Beans, Microwave Ready Steam-In-Bag",
"Super Sweet Corn",
"Steam-In-Bag, Microwave Ready, Green Peas",
"Crinkle Cut Sliced Carrots",
"Steam-In-Bag Microwave Ready Cut Green Bean",
"Crinkle Cut Sliced Carrots",
"Baby Lima Beans",
"Mixed Vegetables, A Blend Of Carrots, Corn, Peas, Green Beans & Lima Beans",
"Whole Kernel Supersweet Corn",
"Broccoli Florets",
"Portabella Mushrooms Ravioli",
"Soup Mix",
"Cut Green Beans",
"Weis, Petite Broccoli Florets",
"Spinach Ravioli",
"Weis, Extra Fine Green Beans",
"Grade A Fancy Broccoli Spears",
"Chopped Broccoli",
"Chopped Spinach",
"Leaf Spinach",
"Chopped Spinach",
"Weis, Asparagus Spears",
"White Corn",
"Sugar Snap Peas",
"Petite Peas",
"Broccoli Cuts",
"Cauliflower Florets",
"Cut Leaf Spinach",
"Broccoli Florets",
"Sweet Peas",
"2 Cheese Manicotti",
"Fiesta Blend",
"A Blend Of Broccoli, Carrots, Cauliflower, Italian Beans, Zucchini & Lima Beans",
"Mixed Vegetables, A Blend Of Carrots, Corn, Peas, Green Beans And Lima Beans",
"Mini Supersweet Cob Corn",
"Peking Blend",
"Mandarin Blend",
"Edward Medley",
"Sliced Mushrooms",
"Pepper & Onion Stir Fry",
"Peas & Carrots",
"Chicken Fried Rice",
"Orange Chicken",
"Stuffed Shells , Tender, Fresh Pasta Shells Stuffed With Creamy Ricotta And Romano Cheeses Delicately Spiced To Perfection.",
"Sweet & Sour Chicken",
"Super Sweet Cob Corn",
"Hanover, Petite Sweet Corn",
"Weis, Baby Brussels Sprouts",
"Hanover, Whole Baby Carrots",
"General Tso's Chicken",
"Original French Toast Sticks",
"Pork Egg Rolls, Pork, Cabbage And Carrots In A Crispy Egg Roll Wrapper With A Sweet And Sour Sauce",
"Chicken Egg Rolls, White Meat Chicken, Cabbage And Carrots In A Crispy Egg Roll Wrapper With A Sweet And Sour Sauce",
"French Toast Bites",
"Vegetable Egg Rolls",
"Mixed Pepper Strips",
"French Fried Potatoes, Extra Crispy Crinkle Cut",
"Extra Crispy Shoestring French Fried Potatoes",
"Hash Brown Potato Patties",
"Steak Cut French Fried Potatoes",
"Shoestring French Fried Potatoes",
"Fried Potatoes",
"Fried Potatoes",
"French Fried Potatoes, Seasoned",
"French Fried Potatoes, Straight Cut",
"Crinkle Cut French Fried Potatoes",
"Crinkle Cut French Fried Potatoes",
"Tater Tots Fried Potatoes",
"Fried Potatoes, Tator Tots",
"Potato & Cheddar Creamy Whipped Potatoes And Cheddar Cheese Wrapped Inside A Pasta Shell",
"Pierogies, Potato & Onion Creamy Whipped Potatoes And Onion Wrapped Inside A Pasta Shell",
"Frozen Sliced Strawberries With Sugar",
"Mixed Berries",
"Whole Red Raspberries",
"Whole Strawberries",
"Sliced Peaches",
"Whole Blueberries",
"Oven Rising Pizza Four Cheese",
"Oven Rising Pizza Pepperoni",
"Oven Raising Pizza, Three Meat Pepperoni, Sausage & Hamburger",
"Organic Fruit",
"Extra Creamy Whipped Topping",
"Whipped Topping",
"Lite Whipped Topping, Lite",
"Sicilian Blend",
"Broccoli, Cauliflower Blednd",
"Diced Green Peppers",
"Pierogies, Potato, Spinach & White Cheddar",
"Freshly Frozen Strawberry",
"Freshly Frozen Blueberries",
"Mixed Berries",
"Enriched White Frozen Bread Dough",
"Classic Garlic Bread Sticks",
"Garlic Knots",
"Classic Texas Toast, Garlic",
"Classic Texas Toast, Three Cheese",
"Classic Bagels, Honey Raisin",
"Classic Bagels, Plain",
"Bagels Onion",
"Soft Pretzels Unsalted",
"Regular Pie Crusts",
"Wild Key West Pink Shrimp",
"Baby Back Ribs Fully Cooked Pork Ribs With Barbeque Sauce",
"100% Pure Ground Beef Hamburgers",
"Shrimp",
"Shrimp",
"Tilapia Fillets",
"Boneless Swai Fillets",
"Salmon Fillets",
"Italian Style Meatballs",
"Italian Style Meat Balls",
"Italian-Style Classic Meatballs",
"Classic Italian-Style Meatballs Made With Chicken, Pork & Beef",
"Classic Meatballs, Turkey Meatballs",
"Turkey With Gravy",
"Sandwich Steaks",
"Sandwich Steaks",
"Cook & Serve Chicken Marsala",
"Sweet & Sour Pork, Seasoned Pork In A Sweet & Sour Sauce",
"Beef Pot Roast, With Potatoes, Carrots, Celery & Pearl Onions, Family Size",
"Dry Sea Scallops",
"Dry Bay Scallops",
"Breaded Chicken Patties",
"Chicken Nuggets",
"Beef Shepherd's Pie",
"Buffalo Style Chicken Strips",
"Heat & Serve Green Bean Casserole, Family Size",
"Oversized Slices Of Real Potatoes, Smothered In A Blend Of Flavorful Cheeses",
"Shrimp",
"Shrimp",
"Shrimp",
"Cooked, Peeled And Pulled Vein Tail On Shrimp",
"Shrimp",
"Classic Lower Sodium Bacon",
"Classic Applewood Smoked Bacon",
"Breakfast Sausage, Original",
"Angus Beef Chili",
"Shrimp & Roasted Corn Chowder",
"Baked Potato Soup",
"Shrimp & Roasted Corn Chowder",
"Organic Vegetable Chili",
"Angus Beef Chili",
"Clam Chowder",
"Chicken & Artichoke Florentine Soup",
"Chicken & Dumpling Soup",
"Beef Vegetable Soup",
"Brown Sugar Ham",
"Durum Semolina & Egg Pasta",
"6 Cheese Tortellini",
"Tortelloni",
"Ravioli",
"Cheese Mini Ravioli",
"Pesto & Cheese Saccottini",
"3 Cheese & Spinach Ravioli",
"Indian Sausage Tortelloni",
"Lasagna Sheets, Durum Semolina & Egg Pasta",
"3 Cheese Ravioli",
"3 Cheese Ravioli Durum Semolina & Egg Pasta Stuffed With 3 Cheeses",
"Tortellini",
"Tortellini",
"Marinara Sauce",
"Sauce",
"Creamy Cole Slaw",
"Potato Salad",
"Macaroni Salad",
"Potato & Egg Salad",
"Amish Macaroni Salad",
"Potato Salad",
"Red Potato Salad",
"Old Fashioned Cole Slaw",
"Original Potato Salad",
"Potato Salad",
"Potato & Egg Salada",
"Macaroni Salad",
"Amish Macaroni Salad",
"Creamy Cole Slaw",
"Grill Franks",
"Classic Chicken Hot Dogs",
"Beef Franks",
"Turkey Hot Dogs",
"Sliced Dried Beef",
"Breast Of Turkey",
"Sauerkraut",
"Pasteurized Crabmeat, Jumbo Lump",
"Roast Beef",
"Cooked Ham With Natural Juices",
"Smoked Ham With Natural Juices",
"Honey Ham, With Natural Juices",
"Turkey Breast",
"Smoked Honey Turkey Breast",
"Honey Turkey Breast",
"Pasteurized Crabmeat",
"Cooked Ham, Water Added",
"Oven Roasted Turkey Breast",
"Boneless, Hickory Smoked Ham Steak",
"Reduced Sodium Boneless Ham Steak",
"Boneless - Hickory Smoked Honey Cured Ham Steak",
"Mix Blend Of Baby Spinach With Spring Mix",
"Baby Spinach",
"Spring Mix",
"Spinach",
"Baby Sweet Lettuce",
"St. Louis Style Pork Spareribs Fully Cooked With Barbeque Sauce",
"Pasteurized Crabmeat",
"Thick Cut Bacon",
"Regular Cut Bacon",
"Red Delicious Apples",
"Red Delicious Apples",
"Apples",
"California Navel Oranges",
"Potatoes",
"Red Skinned Potatoes",
"White Potaloes",
"Golden Potatoes",
"Crispy Garden Mix",
"Roasted Virginia Jumbo Peanuts",
"Roasted Peanuts",
"Baby Style Carrots",
"Icebera Garden",
"Kale Mix",
"Spinach & Arugula",
"Cole Slaw",
"Roasted Virginia Jumbo Peanuts",
"Roasted Peanuts",
"Iceberg Garden",
"100% Pure Pasteurized Orange Juice",
"100% Pure Pasteurized Orange Juice",
"Orange Juice From Concentrate With Pulp",
"Orange Juice From Concentrate",
"Swiss Salt Added Cheese",
"5 Star, Premium Cheese Spreado With Sundried Tomatoes, Smked Gouda",
"5 Star, Premium Cheese Spread, Garlic & Herb",
"Cheddar Cheese",
"Cheese",
"Reduced Fat Monterey Jack Cheese",
"Wisconsin Sharp Yellow Cheddar Cheese",
"White Cheddar Cheese",
"Cracker Cuts, Colby Jack Cheese",
"Pepperjack Cheese",
"Select Cracker Cuts Vermont Sharp White Cheese",
"Golden Melt Process Cheese Spread",
"Smoked Swiss Cheese",
"Select Smoked Cheddar Cheese",
"Extra Sharp Cheddar Cheese",
"Cheese Melt, Cheese Dip, Cheddar",
"Colby Jack Cheese",
"Mexican Four Cheese Blend",
"Cheddar Cheese",
"Mozzarella Cheese",
"Mozzarella Cheese",
"Cheddar Cheese",
"Cheese, Seasoned Taco Blend",
"Mexican Blend Four Cheese",
"Four Cheese",
"Colby Jack Cheese",
"Mac & Cheese Blend Shredded Cheese",
"Mexican Blend Cheese, Four Cheese",
"Mozzarella Cheese",
"Provolone Cheese",
"Swiss Cheese",
"Parmesan Cheese",
"Cheddar Cheese",
"Yellow Cheddar Cheese",
"Cheddar Cheese",
"Cheddar Blend Cheese",
"Cheddar Cheese",
"Cheese, Mozzarella",
"Mozzarella Cheese",
"Cheese Made With Whole Milk, Mozzarella",
"Made With Whole Milk, Mozzarella Cheese",
"100% Natural Cheese Made With Part Skim Milk, Mozzarella",
"Cheddar Cheese",
"Mozzarella Cheese",
"Mozzarella Cheese",
"Mozzarella & Provolone Cheese",
"String Cheese",
"String Cheese",
"Cheese, Mozzarella",
"Mozzarella Cheese",
"Cheddar Cheese",
"Cheddar Cheese",
"Yellow Cheese, Colby",
"Cheese, Monterey Jack",
"Pepper Jack Cheese",
"Cheddar Cheese",
"Sharp Yellow Shredded Cheddar Cheese",
"Stick Cheese Sharp Cheddar Cheese",
"Mild Yellow Cheddar Cheese",
"Mexican Blend Cheese, Four Cheese",
"Cheddar Cheese",
"Cheddar Cheese",
"Colby Cheese",
"Colby Jack Cheese",
"Sharp Yellow Cheddar Cheese",
"Muenster Cheese",
"Cheese, Provolone",
"Pepper Jack Cheese",
"Cheese, Sharp Yellow Cheddar",
"Mozzarella Cheese",
"Swiss Cheese",
"Monterey Jack Cheese",
"Cheese, Muenster",
"Pepper Jack Cheese",
"White Colby Cheese",
"Colby Jack Cheese",
"Cheddar Cheese",
"Medium Yellow Cheddar Cheese",
"Cheddar Cheese",
"Yellow Colby Cheese",
"Cheese, Swiss",
"Pasteurized Process Cheese",
"American Deluxe Pasteurized Process Cheese, Yellow",
"American Deluxe Pasteurized Process Cheese, White",
"Yellow American Deluxe Pasteurized Process Cheese",
"Traditional Flour Tortillas Burrito",
"Traditional Flour Tortillas",
"Tortillas",
"American Singles, White",
"Pasteurized Prepared Cheese Products",
"American Singles Pasteurized Prepared Cheese Product",
"Yellow American Singles",
"Cheese",
"American Singles Cheese Food",
"Nonfat Pasteurized Process Cheese Product",
"Fat Free American Singles, American",
"100 Calorie Greek Nonfat Yougurt, Vanilla",
"100 Calorie Greek Nonfat Yogurt, Strawberry",
"100 Calorie Greek Nonfat Yogurt",
"5 Star, Crumbled Feta Cheese",
"5 Star, Crumbled Blue Cheese",
"Gorgonzola Cheese",
"5 Star, Shaved Parmesan Cheese",
"Chunk,Feta Cheese",
"Cream Cheese Spread",
"Cream Cheese Spread And Blueberries",
"Classic Spinach Dip",
"French Onion Dip",
"Grade A Made With Real Sour Cream",
"Coffee Creamer, French Vanilla",
"Coffee Creamer, Hazelnut",
"Coffee Creamer, Cinnamon Vanilla",
"Guacamole Dip, Zesty",
"Whipped Cream Cheese Spread",
"Cream Cheese",
"Neufchatel Cheese",
"Cream Cheese, Original",
"Cream Cheese",
"Light Cream Cheese",
"Cream Cheese, Original",
"Cream Cheese Spread Pumpkin Spice",
"Cranberry Orange Cream Cheese Spread",
"Cream Cheese",
"Cream Cheese",
"Cream Cheese With Strawberries, Strawberries",
"Salted Butter Made With Sweet Cream",
"Butter,Salted",
"Unsalted Butter",
"Organic Salted Butter Made With Organic Sweet Cream",
"Ricotta Cheese",
"100% Whole Milk Ricotta Cheese",
"100% Natural Part Skim Ricotta Cheese",
"Ricotta Cheese",
"Fat Free Ricotta Cheese",
"Soft Margarine",
"Vegetable Oil Spread",
"Smart Choice Buttery Spread",
"Soft Margarine",
"Soft Vegetable Oil Spread",
"Nonfat Yogurt",
"Probiotic Nonfat Yogurt, Vanilla",
"0% Fat Greek Nonfat Yogurt, Black Cherry",
"Whipped Topping",
"Whipped Topping, Original",
"Whipped Topping",
"Greek Nonfat Yogurt",
"Greek Nonfat Yogurt",
"Snack Gelatin Desserts",
"Sugar Free Gelatin Desserts",
"Egg Nog",
"Light Egg Nog",
"Eggnog",
"Light Eggnog",
"Creamy Parfait Desserts",
"Lowfat Yogurt",
"Greek Nonfat Yogurt",
"0% Fat Greek Nonfat Yogurt, Peach",
"0% Fat Greek Nonfat Yogurt, Blueberry",
"0% Fat Greek Nonfat Yogurt, Vanilla",
"0% Fat Greek Nonfat Yogurt, Plain",
"0% Fat Greek Nonfat Yogurt, Pineapple",
"0% Fat Greek Nonfat Yogurt, Raspberry",
"0% Fat Greek Nonfat Yogurt",
"0% Fat Greek Nonfat Yogurt, Lemon",
"Nonfat Greek Yogurt",
"Ultra-Pasteurized Heavy Whipping Craem",
"0% Fat Greek Nonfat Yogurt, Strawberry Banana",
"Blended Low Fat Yogurt, Blueberry",
"Blended Lowfat Yogurt, Banana Creme",
"Blended Lowfat Yogurt, Strawberry",
"Light Nonfat Yogurt, Vanilla",
"Nonfat Yogurt",
"Probiotic Strawberry Lowfat Yogurt, Strawberry",
"Lowfat Yogurt With Other Natural Flavors",
"Blended Lowfat Yogurt, Peach",
"Blended Lowfat Yogurt, Cherry",
"Fat Free Yogurt",
"Light Nonfat Yogurt With Other Natural Flavors, Strawberry Banana",
"Blended Lowfat Yogurt, Strawberry, Banana",
"Light Nonfat Yogurt, Peach",
"Cheese, Swiss",
"Colby Jack Cheese",
"Cheddar Cheese",
"Cheddar Cheese",
"Cheese, Swiss",
"Lowfat Yogurt",
"Cheddar Jack Cheese",
"Light Nonfat Yogurt, Strawberry",
"Swiss Cheese",
"Nonfat Yogurt",
"Lowfat Yogurt, Peach",
"Probiotic Light Nonfat Yogurt, Apple Pie",
"Light Nonfat Yogurt, Boston Cream Pie",
"Blended Lowfat Yogurt, Pineapple",
"Pizza Crust",
"Pizza Crust",
"Light Nonfat Yogurt, Blueberry",
"Half & Half Lemonade Tea",
"100% Pure Orange Juice Not From Concentrate",
"100% Pure Orange Juice Not From Concentrate With Pulp",
"100% Pure Orange Juice",
"Raspberry Lemonade",
"100% Orange Juice Not From Concentrate, With Pilp",
"100% Pure Orange Juice",
"100% Pure Orange Juice Not From Concentrate",
"100% Pure Orange Juice Not Form Concentrate",
"100% Pure Orange Juice",
"100% Pure Orange Juice Not From Concentrate",
"Flaky Crescents",
"Pizza Crust",
"Organic Whole Milk",
"Organic 2% Reduced Fat Milk",
"Organic Lowfat Milk",
"Fat Free A Grade Organic Milk",
"100% Pure Orange Juice Not From Concentrate",
"100% Pure Ruby Red Grapefruit Juice Not From Concentrate",
"Raspberry Tea",
"Fat Free Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Cottage Cheese",
"Lowfat Cottage Cheese",
"Diet Green Tea, Pomegranate & Blueberry",
"Diet Green Tea",
"100% Orange Juice No Pulp",
"Juice Beverage",
"Cultured Lowfat Buttermilk",
"Lemonade",
"Orange Drink",
"Imported Coconut Milk",
"Sweetened Lemon Tea",
"Lite Coconut Milk",
"Organics, Organic Juice, Orange",
"Sweet Tea",
"Sweetened",
"Diet Iced Tea",
"2% Reduced Fat Milk",
"All Natural Sour Cream",
"All Natural Sour Cream",
"All Natural Sour Cream",
"Plus Protein Milk",
"1% Low Fat Milk",
"Whole Milk",
"Whole Milk",
"Fat Free Skim Milk",
"Whole Milk",
"1% Low Fat Milk",
"1% Lowfat Milk",
"2% Reduced Fat Milk",
"2% Reduced Fat Milk",
"1% Lowfat Milk",
"2% Reduced Fat Milk",
"1% Low Fat Chocolate Milk, Chocolate",
"1% Low Fat Chocolate Milk, Chocolate",
"1% Low Fat Chocolate Milk, Chocolate",
"Nonfat Milk, Skim Milk",
"Nonfat Milk, Skim Milk",
"Nonfat Milk",
"Grade A Original Half & Half Ultra-Pasteurized Homogenized, Light",
"Half & Half, Original",
"Half & Half, Original",
"Grade A Light Cream Ultra-Pasteurized Homogenized, Light",
"Heavy Whipping Cream",
"Heavy Whipping Cream",
"100% Liquid Egg Whites",
"Quick Eggs",
"Non Fairy Creamer",
"Soymilk",
"Soymilk, Vanilla Naturally Flavored",
"Almond Milk, Original",
"Grade A Light Sour Cream, Light",
"Grade A Light Sour Cream, Light",
"Sour Cream",
"Better'N Skim, A Non-Fat Milk With The Taste Of 2% Milk!, Skim Milk",
"100% Lactose Free Whole Milk",
"100% Lactose Free Reduced Fat Milk",
"100% Lactose Free Fat Free Milk, Fat Free Skim Milk",
"Organic Milk",
"Organic Milk, Whole",
"Milk",
"Organic Milk",
"Pie Crust",
"Cinnamon Rolls With Icing",
"Cookie Dough",
"Jumbo Biscuits",
"Crescents",
"Crescents",
"Jumbo Flaky Biscuits",
"Biscuits",
"Jumbo Glazed Donuts",
"Lyman Orchards, 9\" Red, White & Blue Pie",
"Apple Pie",
"Soft Sugar Cookies",
"Danish Strip, Apple",
"Danish Strip Cheese",
"Danish Strip",
"Strip Danish, Raspberry",
"Brownies",
"Mini Croissants",
"Chocolate Whoopie Pie, Vanilla Filling",
"Pumpkin Whoopie Pie",
"Rolls, Cinnamon",
"Cake Roll",
"Rolls",
"Rolls",
"Danish Ring, Raspberry",
"Light Juice Beverage, Orange",
"Reduced Fat Lite Real Mayonnaise",
"Real Mayonnaise",
"Mayo, Real Mayonnaise",
"Smooth & Creamy Whipped Dressing",
"Smooth & Creamy Whipped Dressing",
"Tartar Sauce",
"Croutons,Seasoned, Original",
"Classic Caesar Croutons",
"Italian Herb Croutons",
"Cheese And Garlic Croutons",
"Chips, Bacon",
"Classic Dressing, Ranch",
"Italian Dressing, Original",
"Creamy French Dressing",
"Italian Dressing, Original",
"California French Style Dressing",
"Creamy Thousand Island Dressing",
"Creamy Italian Dressing",
"Classic Ranch Dressing",
"Dressing, Zesty Italian",
"Ranch Dressing, Bacon",
"Ranch Dressing, Peppercorn",
"Italian House Dressing",
"Honey Mustard Dressing",
"Robust Italian Dressing",
"Balsamic Vinaigrette Dressing",
"Tangy Sweet & Sour Dressing",
"Italian Light Dressing",
"Dressing, Ranch, Light",
"Italian Dressing",
"Fat Free Buttermilk Ranch Dressing",
"Classic Caesar Dressing",
"Chunky Blue Cheese Dressing",
"Ginger Vinaigrette",
"Light Honey Mustard Dressing",
"Light Dressing, Caesar",
"Light Raspberry Vinaigrette Dressing",
"Buttermilk Ranch Dressing",
"Chunky Dressing",
"Vegetable Recipe Mix",
"Ranch Salad Dressing Mix",
"Ranch Dip",
"Marinade",
"Southwest Marinade",
"Savory Steak Marinade",
"Marinade, Herb & Garlic",
"30-Minute Marinade, Hawaiian",
"Marinade, Teriyaki",
"Thick & Rich Steak Sauce, Zesty",
"Ny Steak House Marinade",
"Worcestershire Sauce",
"Thick & Rich Steak Sauce",
"5 Star, Dipping Sauce, Thai Chili Roasted Garlic",
"Spicy Sweet Pepper Sauce",
"Stone Ground Dijon Mustard",
"Sweet & Hot Mustard, Spicy Sweet",
"Gourmet Horseraddish Spread",
"Gourmet Honey Mustard",
"Original Yellow Mustard",
"Honey Mustard, Sharp Tangy",
"Yellow Mustard",
"Yellow Mustard, Original",
"Gourmet Mustard, Cranberry Honey",
"Gourmet Champagne Dill Mustard",
"Creamy Peanut Butter",
"Creamy Peanut Butter",
"Natural Crunchy Peanut Butter",
"Creamy Peanut Butter",
"Natural Creamy Peanut Butter",
"Crunchy Peanut Butter",
"Reduced Sugar Peanut Butter",
"Creamy Peanut Butter",
"Peanut Butter",
"Creamy Peanut Butter",
"Creamy Peanut Butter & Cream Jelly",
"Original Barbecue Sauce",
"Sweet & Tangy Barbecue Sauce",
"Barbecue Sauce, Hickory",
"Barbecue Sauce, Thick & Zesty",
"Barbecue Sauce, Hickory",
"Barbecue Sauce, Honey",
"Kansas City Style Barbecue Sauce",
"Sweet & Savory Barbecue Sauce, Honey",
"Barbecue Sauce",
"Chili Sauce, Zesty",
"Cocktail Sauce",
"Cocktail Sauce, Zesty",
"Tomato Ketchup",
"Organics, Tomato Ketchup",
"Organics, Tomato Ketchup",
"Tomato Ketchup",
"Tomato Ketchup",
"Organics, Organic Ketchup",
"Made From Fresh Apples",
"No Artificial Flavors",
"Preserves No Artificial Flavors",
"Jelly, Grape",
"Strawberry",
"Grape Jelly",
"Squeezable Strawberry",
"Preserves",
"Apricot Preservews",
"No Artificial Flavors",
"Pineapple Preserves",
"Strawberry",
"Red Raspberry Preserves",
"No Artificial Flavors",
"Preserves",
"Grape",
"No Artificial Flavors",
"No Artificial Flavors",
"Gummi Bears",
"Double Dip Chocolate Peanuts",
"Roasted & Salted Soy Nuts",
"Walnut Halves & Pieces",
"Gummi, Red Raspberries",
"Fruit Slice Jells",
"Peanut Brittle",
"Dried Apple Rings",
"Milk Chocolate Raisins",
"Oriental Fantasy Mix",
"Dried Cranberries",
"Gummi Butterflies",
"Sunflower Meat",
"Roasted And Salted Sunflower Meat",
"Cherry Jells",
"Chocolate Banana Chips",
"Dried Pineapple Chunks",
"Fried & Salted Peas",
"Butter Toasted Peanuts",
"Low Fat Granola",
"Oat Bran Sesame Stix",
"No Salt Trail Mix",
"Gummi Peach Rings",
"Happy Valentine's Day Candy",
"Valentine Gummi Bears",
"Salted Sesame Stix",
"Australian Black Licorice",
"Dried Mango Slices",
"Sanded Gummi Hearts",
"Spice Drops",
"Assorted Juju Fish Candy",
"Raw Pecan Halves",
"Raw Whole Almonds",
"Corn Chips With Flax",
"Almonds",
"Juju Hearts",
"Valentine Mellocreme Mix",
"Juju Coins",
"Natural Sliced Almonds",
"Roasted & Salted Shelled Pumpkin Seeds",
"Roasted & Ted Natural Pistacnios",
"Orange Jells Candy",
"Markets, Valentine Pretzels",
"Cinnamon Roasted Almonds",
"Tootsie Rolls",
"Wasabi Coated Peas",
"Berry Full Mix",
"Sesame Stix Mix",
"Honey Roasted Sesame Stix",
"Happy Valentine's Day Hugs & Kisses Candy",
"Gummi Military Heroes",
"Mixed Nuts",
"Crystalized Dried Ginger",
"Roasted No Salt Shelled Pumpkin Seeds",
"Dark Chocolate Peanut",
"Oriental Rice Crackers",
"Garlic Sesame Stix",
"Golden Raisins",
"Sour Gummi Bears",
"Raw Pine Nuts",
"Red, White, & Blue Candy Corn",
"Honey Roasted Peanuts",
"Pumpkin Seeds",
"Dried Papaya Chunks",
"Maple Nut Goodies",
"Gummi Twin Cherries",
"Blanched Slivered Almonds",
"Dried Michigan Cherries",
"Patriot Star Pretzels",
"Pitted Whole Dates",
"Tootsie Roll Midgees",
"Dark Chocolate Almonds",
"Roasted Pecans",
"Oriential Wasabi Mix",
"Milk Chocolate Almonds",
"Candies",
"Chocolate Peanut Cluster",
"Markets, Roasted Almonds",
"Fruit Salad Mix",
"Walnut Pieces",
"Markets, Raw Pecan Pieces",
"Honey Bee Mix",
"Dried Kiwi Slices",
"Roasted & Salted Corn Nuts",
"Raw Sunflower",
"Raspberry Truffle Mix",
"Super Nutty Granola",
"Raw 320 Cashews",
"Red Licorice",
"Roasted / No Salt 320 Cashews",
"Green Bean Crunch",
"Gummi Worms Candies",
"White Quinoa",
"Organic Brown Flax Seeds",
"Organics, Organic Banana Chips",
"Organics, Organic Thompson Raisins",
"Organic Raw Shelled Pumpkin Seed",
"Organic Raw Sunflower Meat",
"Gummi Bears Candy, Red Raspberry",
"Gummi Bears, Watermelon",
"Gummi Bears, Strawberry",
"Gummi Swirl Bears",
"Gummi Starfish",
"Gummi Watermelon Sliced",
"Gummi Lobsters",
"Red & Green Gummi Bears",
"Gummi Trees & Snowmen",
"Christmas Chocolate Pretzels",
"Holiday Reindeer Corn",
"Holiday Yogurt Pretzels",
"Eggtravagant Gummi",
"Gummi Bunnies",
"Gummi Flowers",
"Happy Easter Eggstraspecial Sanded Gummies",
"Bunny Corn",
"Happy Easter",
"Pastel Chocolate Pretzels",
"Hot Sliced Cherry Peppers",
"Sweet Roasted Red Peppers With Garlic",
"With Roasted Red Peppers",
"Italian Marinated Mushrooms With Garlic",
"El Large Roasted Red Piquillo Peppers",
"Dill Relish",
"Sweet Whole Pickles",
"Sweet Midget Pickles",
"Banana Pepper Rings, Mild, Banana",
"Jalapeno Pepper Slices Without Spice, Hot",
"Kosher Dill Pickle Spears",
"Sweet Bread & Butter Pickle Chips",
"Whole Kosher Dills",
"Kosher Dill Whole Baby Pickles",
"Sweet Gherkins",
"Sweet Bread & Butter Pickle Chip",
"Dill Hamburger Chips",
"Bread & Butter Sandwich Slices",
"Kosher Dill Sandwich Pickle Slices",
"Whole Kosher Dill Pickles",
"Hot Dog Relish",
"Hamburger Relish",
"Squeeze Sweet Relish",
"Sweet Garden Crunchers",
"Hot & Sweet Chips",
"Sweet Bread & Butter Slices",
"Dills, Hot & Spicy",
"Sliced Jalapenos, Hot & Sweet",
"Sweet Relish",
"Pancake & Waffle Syrup, Butter",
"Butter Lite Reduced Calorie Syrup",
"100% Pure Maple Syrup",
"Maple Syrup",
"Pancake & Waffle Syrup, Original",
"Pancake & Waffle Syrup",
"Original Lite Reduced Calorie Syrup",
"Organic Maple Syrup",
"Unsulphured Golden Molasses",
"100% Pure Honey",
"Honey",
"Organics, Organic Honey",
"100% Pure Honey",
"100% Pure Honey",
"Pure Honey, Orange Blossom",
"Five Star, Buckwheat Pure Honey",
"Wild Flower Pure Honey",
"Alfalfa Pure Honey",
"Balsamic Vinegar",
"Balsamic Vinegar Of Modena",
"Malt Vinegar",
"White Cooking Wine",
"Sherry Cooking Wine",
"Marsala Cooking Wine",
"Vegetable Oil",
"Pure Vegetable Oil",
"Pure Canola Oil",
"100% Organic Extra Virgin Coconut Oil",
"Coconut Oil",
"Golden Corn",
"Yellow Corn Whole Kernel",
"Sweet Peas",
"Small Tender Sweet Peas",
"Crispy Onions",
"Cut Green Beans",
"French Style Green Beans",
"Cut Wax Beans",
"Whole Tiny Beets",
"Sliced Beets",
"Sliced Carrots",
"Shredded Sauerkraut",
"Whole Peeled Tomatoes, Sea Salt",
"Whole Tomatoes, Sea Salt",
"Diced Tomatoes",
"Crushed Tomatoes",
"Whole Peeled Tomatoes",
"Petite Diced Tomatoes",
"Italian Diced Tomatoes",
"Petite Diced Tomatoes",
"Diced Tomatoes, Sea Salt",
"Indian Diced Tomatoes",
"Stewed Tomatoes",
"Stewed Tomatoes",
"Italian Stewed Tomatoes",
"Diced Tomatoes With Green Chilies",
"Cream Style Golden Corn",
"Whole Kernel Yellow Corn",
"Whole Kernel Yellow Corn",
"White Sweet Shoepeg Corn, Sweet",
"Crisp N Sweet, Whole Kernel Golden Corn",
"Whole Kernel Golden Corn",
"Whole Leaf Spinach",
"Sweet Peas",
"Small Tender Sweet Peas",
"Jumbo Peas",
"Sweet Peas",
"Garbanzo Beans",
"Black Beans",
"Dark Red Kidney Beans",
"Dark Red Kidney Beans",
"Veggie - Green French Style Green Beans",
"Veggie-Green, Cut Green Beans",
"Cut Green Beans",
"French Style Green Beans",
"French Style Green Beans",
"Green Beans",
"Whole Green Beans",
"Cut Wax Beans",
"Artichoke Hearts",
"Artichoke Hearts Quartered",
"Marinated Artichokes",
"Whole Asparagus Spears",
"Cuts & Tips Asparagus",
"Whole Pickled Beets",
"Sliced Beets",
"Sliced Pickled Beets",
"Whole Beets",
"Cut Beets",
"Hearts Of Palm",
"Diced Water Chestnuts",
"Sliced Water Chestnuts",
"Sliced Carrots",
"Sliced Carrots",
"Shredded Sauerkraut",
"Shredded Sauerkraut",
"Cut Sweet Potatoes In Light Syrup",
"Cut Sweet Potatoes",
"Whole Potatoes",
"Whole Potatoes",
"Sliced Potatoes",
"Diced Potatoes",
"Whole Leaf Spinach",
"Mixed Vegetables",
"Organic Super Sweet Whole Kernel Corn",
"Organic Sweet Peas",
"Organic Cut Green Beans",
"Poatato & Egg Salad",
"Original Potato Salad",
"Potato Salad",
"Macaroni Salad",
"Original Macaroni Salad",
"Spiral Pasta Salad",
"Baked Lima Beans",
"Old Fashioned Cole Slaw",
"Creamy Cole Slaw",
"Pepper Cabbage",
"Fully Cooked Canadian Bacon",
"Hickory Smoked Bacon",
"Premium Beef Franks",
"Premium Meat Franks",
"Premium Heat Hot Dogs Made With Chicken & Pork",
"Meat Hot Dogs",
"Premium Cheese Franks",
"Knockwurst",
"Light Red Kidney Beans",
"Dark Red Kidney Beans",
"Light Red Kidney Beans",
"Great Northern Beans",
"Great Northern Beans",
"Hot Chili Beans",
"Butter Beans In A Sauce",
"Butter Beans In A Sauce",
"Cannellini Beans In Brine",
"Seasoned Black Beans",
"Black Beans",
"Garbanzo Beans",
"Light Red Kidney Beans",
"Organics, Organic Garbanzo Beans",
"Organic Black Beans",
"Organic Dark Red Kidney Beans",
"Baked Beans, Maple",
"Brown Sugar Baked Beans",
"Baked Beans, Homestyle",
"Country Style Baked Beans",
"Pork & Beans In Tomato Sauce, Original",
"Original Pork & Beans In Tomato Sauce",
"Instant White Long Grain Rice",
"White Long Grain Instant Rice",
"Brown Whole Grain Instant Rice",
"Boil-In-Bag Rice",
"Boil-In-Bag Rice",
"Simply Sides! Rice & Vermicelli With Broccoli In A Savory Sauce, Chicken",
"Simply Sides! Rice And Sauce, Chicken",
"Simply Sides! Rice And Sauce, Spanish Style",
"Simply Sides! Rice And Sauce, Broccoli Cheddar",
"Enriched Long Grain Rice",
"Rice, Brown Long Grain",
"Brown Long Grain Rice",
"Pinto Beans",
"Lentils",
"Green Split Peas",
"Blackeye Peas",
"Navy Beans",
"Great Northern Beans",
"Baby Lima Beans",
"Large Lima Beans",
"Red Kidney Beans",
"Maraschino Cherries With Stems",
"Jumbo Maraschino Cherries Without Stems",
"Maraschino Cherries Without Stems",
"Maraschino Cherries",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Crushed Pineapple In Pineapple Juice",
"Pineapple Chunks In Pineapple Juice",
"Fruit Cocktail In Heavy Syrup",
"Jellied Cranberry Sauce",
"Whole Mandarin Orange Segments In Light Syrup",
"Whole Mandarin Orange Segments In Light Syrup",
"Yellow Cling Sliced Peaches In Water, Artificially Sweetened",
"Bartlett Pear Halves In Water, Artificially Sweetened",
"Fruit Cocktail Packed In Water",
"Yellow Cling Peach Slices In Heavy Syrup",
"Yellow Cling Sliced Peaches",
"Yellow Cling Sliced Peaches",
"Pineapple Slices In Pineapple Juice",
"Crushed Pineapple In Pineapple Juice",
"Pineapple Chunks In Pineapple Juice",
"Diced Peaches In Light Syrup",
"Peaches, Pears, Pineapple, & Cherries Fruit Cocktail In Light Syrup",
"Mandarin Orange Segments In Light Syrup",
"Diced Pears In Light Syrup",
"Pineapple Tidbits In Light Syrup",
"Gel Cup Diced Peaches In Strawberry Gel",
"Gel Cup, Mandarin Orange Segments",
"Fruit Cocktail In Heavy Syrup",
"Light Fruit Cocktail In Pear Juice From Concentrate",
"Fruit Cocktail In Heavy Syrup",
"Yellow Cling Sliced Peaches In Pear Juice From Concentrate & Water",
"Light Fruit Cocktail In Pear Juice From Concentrate",
"Bartlett Pear Halves In Pear Juice From Concentrate",
"Bartlett Pear Halves In Heavy Syrup",
"Bartlett Pear Halves In Heavy Syrup",
"Apricot Halves Unpeeled In Light Syrup",
"Original Apple Sauce",
"Apple Sauce",
"Unsweetened Apple Sauce",
"Strawberry Apple Sauce",
"Chunky Apple Sauce",
"Light Apple Sauce",
"Original Apple Sauce",
"Unsweetened Apple Sauce",
"Cinnamon Apple Sauce",
"Mcintosh Apple Sauce",
"Original Apple Sauce",
"Apple Sauce",
"Cinnamon Apple Sauce",
"Squeezable Apple Sauce, Cinnamon",
"Jellied Cranberry Sauce",
"Whole Berry Cranberry Sauce",
"Yellow Cling Sliced Peaches In Heavy Syrup",
"Southwestern Salsa",
"Chesapeake Salsa",
"Dark Chocolate Raspberry Almonds",
"Seedless 100% Natural Raisins",
"100% Natural Raisins",
"100% Natural Seedless Raisins",
"Spiced Apple Pie Filling",
"Cherry Pie Filling",
"Cherry Pie Filling",
"Autumn Harvest Pumpkin",
"Autumn Harvest Pumpkin",
"Roasted No Salt Shelled Pumpkin Seeds",
"Pineapple Juice",
"Apple Juice From Concentrate With Added Ingredients",
"Premium 100% Apple Juice",
"100% Apple Juice From Concentrate",
"White Grape Juice",
"100% Juice Grape Juice",
"Prune Juice From Concentrate",
"Prune Juice From Concentrate With Added Pulp",
"100% Juice, Prune Juice",
"100% Juice Blend",
"Cranberry Apple Flavored Juice Blended With One Other Juice From Concentrate With Added Ingredients",
"Cranberry Grape, 100% Juice Blend",
"100% Juice Reconstituted Lemon Juice With Added Ingredients"
],
"y": [
64.29,
17.86,
57.81,
36.67,
60,
17.86,
66.67,
42.5,
46.67,
69.09,
23.33,
60,
57.41,
30,
30,
23.33,
64.44,
52.5,
58.82,
70.91,
24,
64.29,
50,
53.19,
68.89,
58.18,
63.64,
67.27,
70.91,
60,
60.34,
74.55,
25,
17.86,
28.57,
21.43,
21.43,
60,
46.67,
13.33,
51.92,
57.14,
56.67,
53.33,
60,
17.65,
72.5,
60,
71.11,
83.33,
62.5,
64.29,
60,
87.5,
70,
60.71,
32.14,
70.4,
32.35,
8.97,
23,
54.1,
38.7,
53.3,
14.2,
7.86,
93.3,
0.1,
70,
44.16,
47.22,
51.06,
33.33,
38.67,
61.95,
71.76,
52.94,
67.06,
60.71,
51.76,
45.88,
42.86,
39.02,
60.71,
45.88,
42.35,
52.78,
48.21,
45,
50.85,
52.63,
53.8,
68.24,
80.36,
54.2,
54.2,
10.4,
18.5,
0,
10.7,
17,
2.9,
24,
10.4,
55,
0,
0,
47.37,
44.12,
45.7,
3.57,
50,
53.85,
58.75,
56,
32.14,
43.75,
60,
60,
56,
57.2,
55.2,
67.86,
67.86,
50,
50,
22.54,
22.54,
8.8,
51,
8.8,
50,
8.8,
57,
57.14,
58.93,
57.5,
57.14,
57.5,
50,
58.14,
58.14,
44.74,
57.5,
57.5,
58.33,
58.33,
57.89,
57.89,
57.89,
67.5,
58.33,
58.33,
57.14,
57.89,
22.22,
44.44,
3.53,
3.53,
2.35,
3.53,
3.53,
9.52,
3.64,
7.06,
61.11,
59.46,
60,
11.67,
13.33,
11.25,
11.67,
11.67,
11.67,
78.57,
78.57,
65,
67.5,
67.5,
67.5,
67.5,
67.5,
67.5,
60,
75,
34,
77.5,
85,
71.43,
92.86,
85.71,
89.29,
94.12,
90,
90,
90,
91.67,
82.5,
82.5,
82.5,
82.5,
55,
72.5,
85,
82.61,
90.48,
51.76,
51.76,
51.76,
92.86,
92.86,
92.86,
70,
70,
70,
70,
70,
70,
80,
100,
70,
100,
100,
100,
80.95,
80.95,
80.95,
80.95,
80.95,
90,
90,
90,
90,
90,
0,
78.57,
35.71,
4,
60,
0,
65.38,
62.16,
57,
4.62,
54.84,
55,
71.43,
9.32,
2.53,
46.67,
96,
60.1,
64.3,
58.4,
59.3,
46.9,
67.5,
63.6,
70.2,
61.1,
63.6,
75,
21.88,
21.88,
21.88,
80.95,
81,
6.67,
10.66,
7.2,
9.02,
41.67,
5.6,
0,
77.5,
50,
33.1,
3.6,
50,
0,
60.8,
20,
26.67,
50,
86.67,
57,
54.2,
68.42,
0,
20,
25.6,
4.3,
60.71,
6.67,
0,
64.8,
58.6,
53.7,
53.4,
63.7,
62.5,
40,
40,
40,
62.5,
51.2,
69.7,
8.3,
7.6,
50,
50,
50,
50,
53.33,
62.5,
8.37,
5.3,
0,
13.7,
77.78,
46.67,
0,
21.2,
18.75,
18.75,
0,
18.8,
92.86,
60,
67.5,
88.33,
0,
25.81,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
48.89,
33.3,
10,
77.7,
14,
21.43,
6.1,
55.26,
6.67,
15,
58.54,
63.16,
60,
54.76,
45.24,
55,
56.41,
55,
52.5,
52.63,
0.5,
39.8,
6.67,
15.2,
63.89,
61.9,
10,
14.29,
72,
64.29,
53.7,
14.8,
20,
48.84,
46.51,
44.19,
44.44,
42.5,
0,
0,
14,
6.67,
3.33,
7.8,
1.9,
16.67,
59.4,
40,
45,
75,
62.22,
65,
4,
2,
10,
42.22,
1.4,
51.11,
60,
11.9,
26.32,
60,
23.5,
58.5,
22.35,
18.24,
16.67,
10.71,
10.71,
10.71,
46,
24,
36,
34.65,
35,
37,
29,
41,
25,
26,
28,
29,
34,
31,
24,
61.4,
61.4,
59.09,
66.67,
60,
66.67,
66.7,
61.54,
65.38,
61.4,
11.6,
55.56,
61.11,
72.22,
7.14,
7.14,
0,
11.38,
58.65,
55.11,
58.82,
71.43,
64.29,
57.14,
46.09,
13.11,
15.11,
13.11,
11.05,
9.3,
9.3,
4.23,
5.07,
5.07,
5.07,
5.07,
10.54,
90,
3.94,
100,
9.3,
90,
73.33,
73.33,
73.33,
13.33,
13.33,
20,
20,
33.33,
33.33,
33.33,
33.33,
13.33,
20,
20,
16.2,
69.23,
69.57,
57.69,
57.69,
8.14,
8.47,
8.47,
55.56,
1.23,
44.44,
7.69,
1.23,
1.85,
30.77,
56.52,
71.43,
71.43,
71.43,
71.43,
67.86,
71.43,
67.86,
71.43,
67.86,
71.43,
71.43,
70,
16,
15.8,
12.5,
10,
21.21,
24.24,
25,
28.57,
6.67,
27.38,
56.25,
51.35,
21.33,
88.33,
88.33,
88.33,
70,
42.86,
88.33,
88.33,
88.33,
88.33,
88.33,
72.41,
72.41,
67.5,
62.5,
58.14,
59.52,
66.67,
76.32,
68.42,
44.19,
71.43,
71.43,
68.57,
69.05,
67.5,
65,
58.97,
80,
80,
60.71,
67.39,
58.14,
57.89,
66.67,
73.33,
64.29,
59.52,
46.43,
45.16,
45.16,
68.57,
72.5,
80,
66.67,
66.67,
56.67,
62.79,
69.05,
45.95,
62.86,
37.84,
41.18,
10,
77.7,
8.6,
4.4,
6.1,
0.4,
64.29,
67.86,
63.89,
16,
3.33,
80,
8.86,
26.04,
20.83,
25,
27.08,
28.41,
26,
8.62,
75,
73.33,
68.75,
69.57,
12.5,
100,
100,
80.95,
45.77,
59.79,
26.67,
28.57,
26.67,
33.33,
26.67,
26.67,
26.67,
28.57,
21.43,
21.43,
21.43,
32.14,
21.43,
21.43,
26.67,
28.57,
3.57,
21.43,
26.67,
35.71,
21.43,
26.67,
7.14,
10.71,
21.43,
32.14,
17.86,
21.43,
26.67,
20,
21.43,
21.43,
26.67,
21.43,
26.67,
26.67,
29.31,
8.8,
8.24,
50,
20,
23.53,
80,
1.79,
5.26,
12.11,
12.11,
12.96,
23.53,
60,
55,
55,
52.5,
52.5,
41.67,
41.67,
41.67,
41.67,
51.22,
44.44,
44.44,
57.14,
51.35,
57.5,
52.5,
50,
52.5,
53.66,
41.67,
44.44,
57.14,
50,
42.42,
45.16,
50,
57.5,
44.44,
41.67,
41.67,
61.54,
66.67,
62.5,
65,
56.41,
37.5,
57.5,
41.67,
41.67,
38.89,
38.89,
38.89,
38.89,
38.89,
52.5,
55,
44.44,
50,
55,
52.5,
51.28,
51.22,
46.15,
52.5,
51.16,
41.67,
44.44,
38.89,
38.89,
50,
42.42,
66.67,
50,
43.75,
51.22,
55,
45.24,
47.37,
48.78,
58.97,
43.75,
48.78,
41.67,
57.5,
52.5,
52.5,
41.67,
44.44,
48.78,
44.74,
62.5,
60,
57.5,
62.5,
57.5,
57.5,
41.67,
45.83,
37.5,
41.67,
41.67,
45.83,
41.67,
38.89,
41.67,
44.44,
41.67,
44.44,
41.67,
44.44,
41.67,
38.89,
50,
52.5,
41.67,
64.29,
50,
42.42,
44.44,
41.67,
38.89,
41.67,
41.67,
50,
55,
50,
55,
55,
55.26,
52.27,
56.41,
55,
41.67,
41.67,
41.67,
44.44,
41.67,
41.67,
44.44,
41.67,
41.67,
38.89,
38.89,
60,
41.67,
38.89,
44.44,
41.67,
55,
55,
44.44,
41.67,
57.5,
62.5,
38.89,
57.5,
38.89,
41.67,
62.5,
30,
55,
41.67,
41.67,
41.67,
44.44,
41.67,
46.51,
41.67,
46.43,
38.89,
47.22,
41.67,
60,
55,
53.85,
41.67,
57.5,
38.89,
54.29,
40.48,
42.86,
52.5,
44.44,
38.89,
42.11,
47.22,
47.22,
44.74,
44.44,
41.67,
41.67,
57.5,
44.74,
16,
0,
47.37,
0,
1.02,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
47.37,
47.37,
47.37,
47.37,
47.37,
47.37,
47.37,
44.74,
47.37,
47.37,
47.37,
47.37,
47.37,
44.74,
47.37,
43.33,
40,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
47.5,
63.64,
47.5,
52.5,
52.5,
63.46,
65.38,
66.67,
65.38,
62.16,
56.7,
62.16,
56.8,
56.8,
56.8,
60,
5.65,
31.6,
8,
78.57,
50.5,
25.1,
41.18,
40,
46.67,
43.33,
43.33,
40,
46.67,
21.43,
21.43,
32.14,
28.57,
35.71,
39.29,
6.25,
0,
13.33,
8,
7.08,
18.82,
1.11,
12,
71.43,
73.33,
76.67,
43.75,
25,
16.67,
20,
13.33,
16.67,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.18,
58.82,
51.76,
12.94,
11.76,
14.12,
11.76,
28.57,
37.14,
28.57,
42.86,
46.43,
35.71,
13.33,
13.33,
13.33,
13.33,
13.33,
42.86,
13.33,
13.33,
13.33,
16.67,
25,
25,
46.43,
46.43,
28.57,
21.43,
21.43,
28.57,
25,
28.57,
28.57,
28.57,
25,
28.57,
28.57,
20,
3.25,
20,
30,
26.67,
20,
23.33,
13.33,
23.33,
22.86,
22.86,
21.43,
21.43,
18.75,
17.86,
25,
21.43,
17.86,
21.43,
17.86,
61.18,
65.88,
58.82,
42.86,
46.43,
46.43,
28.57,
23.53,
42.86,
23.53,
22.86,
25,
25,
28.57,
42.86,
39.29,
39.29,
39.29,
39.29,
2.94,
35.29,
39.29,
35.71,
28.57,
28.57,
32.14,
32.14,
28.57,
28.57,
28.57,
35.71,
35.71,
28.25,
39.29,
31.43,
31.07,
28.25,
2.62,
31.07,
16.67,
39.29,
39.29,
42.86,
21.43,
21.43,
2.62,
31.07,
50,
46.43,
3.57,
3.57,
3.57,
56,
64,
64,
66.67,
62.58,
72.41,
61.29,
60,
15,
13.33,
53.03,
38.05,
38.05,
40.71,
38.6,
49.56,
38.6,
38.6,
41.59,
38.6,
39.82,
38.05,
38.6,
40.71,
38.05,
26.56,
53.42,
38.82,
38.82,
56.16,
57.53,
37.65,
37.65,
53.85,
53.85,
50.77,
42.48,
39.36,
40.43,
37.23,
38.3,
39.36,
40.43,
26.76,
30.99,
54.87,
53.98,
32.94,
38.82,
7.06,
4.71,
5.88,
5.88,
1.18,
12.94,
6.67,
15.2,
0,
18.4,
42.86,
71.43,
71.43,
71.43,
50,
50,
50,
50,
50,
85.71,
85.71,
42.86,
42.86,
50,
53.57,
50,
50,
33.33,
50,
51.79,
80,
80,
71.43,
80,
80,
80,
77.14,
53.12,
80,
80,
80,
80,
80,
92.86,
89.29,
92.86,
80,
77.14,
80,
68.57,
17.7,
4.04,
20.35,
7.6,
7.6,
62.99,
68.03,
69.23,
17.86,
80.95,
69.2,
75.51,
75.6,
61.54,
61.54,
61.54,
62.79,
62.79,
82.5,
75,
87.5,
85.37,
78.05,
69.2,
74.36,
75.61,
90,
62.03,
65.71,
60.98,
73.08,
71.43,
62.5,
80.65,
15.9,
25.61,
28.05,
62.5,
62.5,
50,
62.5,
80,
53.33,
0,
56.34,
60.56,
60.56,
60.56,
59.15,
57.75,
57.75,
56.34,
57.75,
61.97,
61.54,
60,
62.35,
61.18,
61.18,
60,
61.18,
61.18,
62.35,
62.35,
60,
61.18,
61.18,
59.15,
59.15,
59.15,
59.15,
59.15,
63.53,
62.12,
60.61,
63.53,
64.29,
64.29,
2.2,
48.6,
76.19,
11,
18.82,
18.82,
12.94,
12.94,
12.5,
82.22,
0,
41.59,
56.64,
56.99,
55.56,
55.56,
50,
48.89,
48.89,
53.49,
55.56,
56.1,
46.51,
51.11,
51.1,
51.16,
53.85,
0,
48.28,
90,
53.49,
0,
0,
66.67,
24.73,
23.66,
32.94,
24.69,
28.42,
30.59,
28.05,
27.38,
30.59,
30.95,
28.05,
29.76,
32.35,
26.67,
13.33,
0,
0,
0,
3.57,
3.57,
83.33,
59.09,
11.25,
11.58,
13.56,
75,
5.49,
0,
83.12,
83.33,
6.67,
17.65,
0,
58.11,
50,
50.51,
28.57,
28.57,
57.14,
46.43,
28.57,
28.57,
57.14,
17.86,
17.86,
46.43,
60.71,
54.76,
54.76,
59.15,
55.13,
56.76,
49.45,
3.57,
0,
19.35,
21.88,
62.5,
13.56,
60,
82.86,
53.57,
30.67,
32.86,
31.43,
65.52,
24.29,
24.62,
25.71,
28.57,
30,
30.43,
33.8,
28.57,
9.68,
9.68,
10.16,
12.5,
10.16,
10.94,
10.94,
12.5,
10.16,
11.72,
10.16,
11.72,
61.11,
60.71,
64.52,
57.69,
59.26,
57.14,
66.67,
70.59,
25,
28.12,
21.88,
21.88,
29.41,
66.67,
57.58,
0.56,
0.56,
0.56,
9.89,
2.92,
2.92,
2.92,
20.65,
21.74,
20.51,
23.44,
26.56,
23.44,
28.12,
32.94,
41.89,
76.47,
76.47,
65.52,
87.1,
32.2,
29.31,
15.42,
15.42,
15.42,
72.73,
72.73,
72.73,
72.73,
66.67,
71.43,
60.71,
57.14,
67.86,
64.29,
60.71,
74.07,
76.67,
71.43,
73.33,
53.33,
17.86,
25,
32.35,
21.88,
65,
65,
7.14,
6.9,
9.68,
66.67,
43.24,
43.24,
37.29,
55.36,
14.29,
46.67,
7.14,
28.12,
16.25,
73.33,
66.67,
73.33,
73.33,
66.67,
11.67,
13.67,
16,
6.67,
0,
0,
82.86,
82.86,
76.47,
73.85,
77.61,
73.33,
71.43,
72.58,
75,
51.2,
3.57,
0,
80,
61.54,
42.62,
11.67,
13.67,
16,
25,
25,
11.11,
6.67,
10,
9.89,
1.98,
1.98,
32.94,
9.58,
1.98,
1.98,
9.89,
9.89,
17.65,
46.43,
67.5,
25,
44.44,
55.41,
64.29,
10,
10,
10,
10,
10,
60,
56.67,
50,
70.15,
72.6,
74.24,
10,
46.03,
16.67,
20,
20,
17.65,
44.71,
71.43,
27.94,
30.19,
31.13,
22.06,
61.72,
24.47,
3.33,
53.33,
75,
66.67,
73.33,
33.33,
16.13,
16.13,
35.29,
53.57,
48.28,
5.88,
4.71,
4.71,
4.71,
5.88,
5.88,
7.06,
8.24,
7.06,
4.71,
5.88,
80,
80,
5.88,
17.86,
23.33,
20,
20,
13.33,
13.33,
13.33,
13.33,
28.57,
51.72,
17.86,
3.45,
14.29,
21.43,
3.45,
11.25,
55.74,
52,
56,
56,
47.37,
44.19,
53.85,
14.29,
12.86,
18,
15.71,
50,
51.79,
49.28,
57.33,
65.79,
52,
6.12,
8.98,
7.76,
67.39,
67.39,
0,
7.35,
36.67,
5.71,
0,
3.57,
6.12,
50.94,
56.6,
53.77,
1.79,
1.79,
3.57,
1.79,
1.79,
0.89,
3.57,
66.67,
8.57,
64.29,
41.6,
48.65,
3.57,
3.54,
80,
85.96,
62.35,
65.96,
80,
65.57,
68.85,
53.85,
75.86,
49.12,
68.97,
71.43,
71.43,
80.95,
74.19,
70.97,
64.52,
0,
0,
73.33,
71.43,
71.43,
74.07,
65.52,
71.43,
77.42,
56.67,
61.29,
83.33,
80,
75,
59.38,
0,
0,
0,
57.14,
88.89,
92.31,
86.36,
85.71,
88.89,
88.89,
58.97,
53.85,
71.43,
71.43,
43.86,
50,
53.57,
53.57,
62.07,
57.14,
20.42,
19.92,
19.61,
20.16,
18.82,
20.3,
12.21,
12.21,
11.45,
17.11,
17.65,
17.39,
23.9,
18.77,
4.18,
3.64,
5.12,
3.76,
4.4,
6.19,
13.7,
24.38,
18.15,
10.1,
0.86,
13.65,
18.12,
9.09,
7.06,
13.57,
18.95,
18.4,
15.59,
14.4,
2.65,
13.16,
3.54,
2.63,
18.57,
15.71,
17.14,
15.29,
10.53,
13.57,
11.82,
13.27,
12,
20,
23.23,
24.52,
44.44,
42.59,
51.11,
51.11,
51.11,
86.42,
50,
51.58,
39.74,
47.5,
37.23,
30.99,
38.94,
35.4,
57.14,
56.63,
53.57,
54.93,
63.33,
56.67,
63.33,
56.67,
15,
8,
50.65,
55.84,
50.65,
54.55,
53.25,
56.6,
50.94,
52.83,
54.72,
44,
0,
7.76,
6.53,
8.57,
61.11,
14.29,
14.29,
14.29,
65.77,
64.86,
70.18,
70.18,
70.18,
77.65,
7.76,
72.73,
68.57,
51.61,
71.43,
16.96,
4.39,
43.86,
0,
0,
0,
0,
0,
0,
5.88,
5.88,
0,
0,
52.94,
52.56,
55.41,
55.56,
46.94,
82.61,
82.61,
40.57,
49.4,
50.6,
49.25,
51.89,
55.66,
35.19,
60.87,
45.28,
39.22,
40.74,
40.57,
70.18,
68.42,
82.61,
82.61,
82.61,
71.93,
70.18,
43.8,
43.8,
41.18,
53.57,
68.42,
68.42,
54.72,
70.18,
70.18,
68.42,
46,
50,
44,
67.19,
82.61,
71.43,
31.67,
81.82,
55,
13.48,
12.94,
9.22,
13.57,
16.8,
70,
85,
82.5,
87.5,
26.7,
20,
20,
43.33,
46.67,
7.96,
35.64,
53.75,
5,
5,
47.79,
1.25,
1.25,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5.08,
5,
5,
5.51,
5,
5,
5,
11.25,
3.33,
4.58,
13.75,
12.92,
4.42,
6.19,
4.42,
5.31,
4.42,
3.54,
3.54,
4.42,
4.42,
4.42,
4.42,
4.42,
3.54,
4.42,
4.42,
4.42,
2.35,
2.35,
2.35,
2.35,
18.82,
2.35,
2.35,
2.35,
20.59,
21.18,
7.06,
7.06,
7.06,
6.47,
7.65,
7.06,
18.24,
18.82,
17.65,
18.82,
2.35,
2.35,
4.41,
2.35,
7.05,
5.73,
75,
27.36,
47.3,
60.28,
34.46,
57.69,
62.35,
29.32,
6.67,
6.67,
6.67,
3.33,
6.67,
6.67,
6.67,
10,
6.67,
10,
6.67,
6.67,
2.35,
2.35,
10,
10,
10.83,
4.17,
7.5,
11.25,
12.92,
10,
12.92,
11.67,
10,
10,
10,
0,
7.92,
0,
4.84,
3.23,
10.83,
10.83,
15,
0,
0,
0,
13.33,
7.92,
7.92,
11.25,
15,
13.33,
12.15,
11.25,
0,
11.02,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.33,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
0,
10,
3.57,
3.57,
3.57,
0,
0,
0,
2.92,
5,
5,
5,
5,
5,
5,
3.33,
10,
3.33,
3.33,
10,
5,
5,
5,
13.75,
5,
5,
5,
5,
13.75,
28.12,
23.44,
5,
5,
10,
6.67,
6.67,
6.67,
6.67,
6.67,
6.67,
10,
13.75,
5,
5,
5,
5,
13.75,
10.71,
15.79,
10.83,
10.83,
10.83,
3.57,
3.57,
3.57,
3.57,
9.58,
9.58,
12.92,
10,
10,
3.33,
0,
3.12,
4,
9.33,
9.33,
9.33,
4.67,
4.67,
13.33,
6,
4.67,
4.67,
10.71,
10.71,
26.56,
32.35,
29.85,
31.34,
29.23,
30,
27.94,
24.62,
6.67,
28.12,
12.67,
13.33,
12.67,
5.33,
6,
2.36,
2.36,
2.03,
3.04,
2.7,
5.33,
13.33,
13.33,
13.33,
13.33,
13.33,
29.23,
14.58,
24.29,
22.86,
25.71,
25.71,
27.14,
28.57,
24.29,
28.57,
25.71,
30,
24.29,
24.29,
28.57,
32.94,
32.94,
32.94,
32.94,
25.71,
27.14,
24.29,
24.29,
32.94,
32.94,
26.56,
32.94,
34.48,
31.76,
28.05,
24.69,
24.73,
32.94,
30,
30,
25.71,
34.29,
31.76,
35.38,
23.44,
26.56,
25,
23.44,
25,
28.12,
28,
25,
26.56,
32.94,
32.94,
31.76,
24.62,
30,
24.29,
28.57,
37.27,
35.53,
28.38,
28.12,
40,
36.36,
27.66,
26.19,
23.53,
24.42,
13.95,
44.44,
44.44,
29.17,
30.61,
46.03,
43.75,
24,
0,
0,
5,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
9.52,
9.52,
4.76,
9.52,
5.26,
9.52,
5.26,
4.76,
12.5,
6.67,
6.67,
6.67,
5.08,
6.78,
1.69,
3.39,
3.57,
2.68,
0,
0,
30.86,
32.1,
25,
0,
0,
0,
0,
0,
0,
0,
52.83,
0,
35.4,
38.05,
0,
8,
6.06,
7.58,
13.64,
0.71,
0,
0,
0,
0,
17.86,
17.86,
17.86,
88,
85.71,
20,
20,
0,
0,
15,
17.93,
17.78,
15,
17.93,
17.78,
17.93,
15.71,
15.71,
10,
14.81,
17,
17.24,
18.52,
15.71,
50.88,
50.88,
50.88,
42.61,
67.5,
65.38,
63.33,
10.56,
15,
15,
49.12,
4.9,
7.35,
6.94,
9.39,
7.35,
6.53,
9.8,
6.94,
5.71,
6.53,
7.35,
4.9,
9.39,
7.35,
7.35,
6.12,
50,
43,
42,
43,
49,
55,
5,
7.38,
8.98,
11.84,
77.14,
28.57,
88.33,
22.58,
95.24,
75,
66.67,
66.67,
0,
20,
71.43,
71.43,
75,
78.57,
16.13,
9.68,
9.68,
9.68,
9.68,
9.68,
41.67,
6.67,
24.24,
10,
33.33,
13.33,
25,
28.12,
88,
92,
89.29,
85.71,
85.71,
85.71,
85.71,
85.71,
0,
19.35,
12.9,
16.67,
38.89,
38.89,
90,
70,
60,
55,
55,
65,
65,
70,
65,
65,
65,
0,
0,
85.71,
28.57,
26.67,
20,
75,
71.43,
75,
95.65,
70,
55,
6.67,
6.9,
6.67,
9.38,
28.57,
75,
100,
100,
100,
100,
100,
75,
0,
0,
13.33,
13.33,
32.14,
35.29,
72.73,
21.21,
70,
71.43,
71.43,
71.43,
31.25,
0,
63.16,
28.12,
0,
81.48,
77.78,
41.18,
35.29,
54.72,
52.83,
28.12,
21.88,
21.88,
17.86,
17.86,
66.67,
66.67,
71.43,
66.67,
23.53,
3.33,
12.31,
16.15,
16.15,
12.31,
13.85,
12.31,
66.67,
66.67,
50,
88.33,
64.29,
75,
20,
66.67,
66.67,
66.67,
60,
40,
66.67,
55.56,
66.67,
60,
75,
75,
75,
50,
50,
66.67,
20,
55,
50,
70,
3.33,
20,
17.86,
0,
16.67,
15.38,
14.62,
16.15,
0,
29.41,
12.5,
12.5,
47.37,
47.37,
47.37,
17.86,
21.71,
17.83,
93.75,
55.56,
47.62,
17.65,
41.18,
6.25,
25.71,
50,
65,
35.29,
41.18,
35.29,
6.9,
0,
0.42,
0,
0,
0.42,
76.19,
15.62,
10,
66.67,
15,
15,
18.18,
18.18,
6.67,
6.67,
7.69,
7.14,
7.14,
7.14,
14.29,
14.29,
10,
10,
23.57,
17.14,
67.39,
14.29,
68.29,
16.13,
51.22,
13.33,
14.29,
21.43,
13.33,
13.33,
20,
13.33,
6.67,
0,
10.16,
64.71,
12.9,
76.19,
76.19,
66.67,
6.67,
36.23,
12.5,
75.47,
67.5,
67.5,
50,
26.73,
35.29,
3.33,
6.67,
6.67,
6.67,
63.16,
30.86,
29.86,
80,
70.91,
70.91,
78.18,
90,
84.62,
90,
5.31,
21.43,
6.53,
7.14,
7.14,
87.1,
28.69,
30,
27.27,
13.33,
14.44,
6.67,
17.78,
15.6,
27.38,
18.58,
2.86,
17.6,
22.92,
35.29,
17.46,
10.66,
10.66,
39.82,
10,
10.83,
10.83,
10.83,
5.45,
16.47,
17.65,
3.33,
6.67,
10,
42.86,
35,
15.56,
60.53,
100,
41.43,
6.45,
21.43,
9.17,
0,
64.29,
60.71,
11.2,
9.84,
11.5,
10.62,
12.39,
51.79,
50,
15,
21.88,
16.67,
18.75,
18.75,
18.75,
18.75,
50,
80.36,
80.36,
17.11,
21.74,
21.18,
2.35,
7.2,
66.67,
53.33,
53.57,
64.29,
53.57,
53.57,
3.57,
5,
10.42,
57.58,
54.55,
53.33,
53.33,
54.55,
53.33,
4.17,
0,
0,
26.51,
63.16,
63.16,
4.29,
29.41,
30.59,
29.41,
2.31,
2.5,
75,
2.5,
7.14,
5.83,
47.06,
68.97,
31.08,
7.41,
3.33,
17.33,
4.35,
3.33,
2.61,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
7.5,
3.33,
13.6,
100,
10.7,
31.37,
31.37,
13.85,
15.45,
17.65,
13.57,
86.96,
73.33,
23.33,
86.96,
86.96,
86.96,
6.67,
6.67,
6.67,
6.35,
14.29,
84.38,
29.41,
13.57,
51.35,
51.35,
16.8,
17.46,
17.6,
51.35,
56.76,
72,
14.62,
0,
67.86,
67.86,
0,
16.81,
16.81,
0,
53.57,
12.92,
5,
4.8,
17.69,
57.14,
7.2,
13.6,
7.2,
13.6,
16,
7.2,
16.8,
64.29,
16.83,
24.32,
24.32,
24.32,
16,
60.71,
20,
20,
60.71,
6.56,
20,
20,
74.29,
15.93,
74.29,
14.4,
12,
6.67,
3.33,
6.67,
6.67,
3.33,
4.07,
4.13,
53.49,
70.59,
0,
47.06,
57.14,
0,
7.2,
7.2,
60.71,
60.71,
4.17,
4.17,
0,
0,
70.69,
9.6,
9.6,
9.6,
11.25,
10.83,
8,
8,
38.89,
16,
15.83,
15.2,
53.12,
63.16,
75,
8.97,
9.09,
0,
2.2,
17.05,
2.5,
2.5,
2.5,
2.5,
3.33,
67.86,
29.41,
59.52,
21.25,
21.25,
82.14,
6.5,
4.13,
4.13,
4.13,
5.69,
4.13,
6.5,
4.13,
4.13,
6.56,
75,
2.92,
4.17,
18.2,
6.56,
18.18,
6.56,
6.56,
6.67,
6.67,
3.33,
29.58,
45.61,
3.33,
15.38,
66.67,
71.43,
5.42,
46.15,
3.48,
9.39,
0,
5.42,
53.57,
25,
44.44,
44.44,
42.31,
44.44,
80.95,
42.31,
2.5,
0,
67.86,
67.86,
25.88,
6.17,
13.48,
18.58,
17.7,
19.47,
4.6,
12.5,
24.14,
21.43,
21.43,
48.44,
48.44,
15.19,
10,
26.67,
13.33,
14.67,
10.62,
10,
14.12,
14.29,
14.12,
5.31,
0,
11.67,
100,
4.17,
11.67,
14.17,
10,
15.83,
11.67,
100,
82.76,
34.51,
34.51,
33.63,
5,
70.49,
90,
42.86,
42.86,
5.05,
86.21,
78.57,
85.19,
0,
88.46,
69.57,
48.15,
20.71,
22.14,
16.67,
31.5,
31.5,
6.4,
7.03,
7.03,
7.94,
100,
7.14,
7.14,
3.85,
8.2,
5.79,
3.33,
5,
0,
0,
1.74,
2.11,
3.45,
29.41,
5.62,
23.33,
12.5,
22.83,
19.57,
21.74,
19.53,
21.74,
21.74,
14.52,
14.52,
14.29,
17.21,
11.29,
5,
5,
5,
13.33,
42.86,
45.61,
15.33,
70.97,
33.33,
33.33,
80,
72.22,
68.97,
78.26,
78.57,
75,
78.57,
74.29,
7.2,
6.4,
12.8,
7.2,
35.48,
13.49,
14.29,
14.62,
17.19,
19.23,
19.23,
17.19,
11.2,
20,
3.33,
19.23,
6.56,
1.96,
17.19,
11.29,
4.13,
2.17,
38,
4.13,
8.8,
9.6,
76.74,
13.6,
8.8,
3.48,
3.33,
9.6,
7.2,
3.33,
16,
3.57,
11.2,
14.04,
19.66,
13.93,
19.67,
13.93,
19.67,
13.93,
73.21,
64.29,
25,
80.95,
8.57,
16.39,
16.39,
0,
0,
0,
31.91,
90,
80,
0,
0,
73.33,
0,
46.67,
66.67,
75,
23.33,
0,
21.88,
88.46,
3.08,
71.15,
71.15,
11.67,
12,
11.33,
3.33,
12.67,
12,
20,
7.5,
14.58,
16.67,
69.09,
8.85,
0,
71.43,
71.43,
52,
47.89,
46.51,
46.51,
7.2,
8.13,
7.2,
7.2,
7.2,
16,
13.01,
7.2,
7.2,
8.8,
50,
51.11,
51.28,
0,
72.41,
6.12,
4.9,
8.16,
4.64,
9.39,
15.93,
14.16,
15.04,
3.57,
10.71,
3.33,
3.33,
3.33,
3.33,
0,
0,
80,
17.8,
3.33,
16.1,
53.57,
53.57,
57.14,
53.57,
52.68,
51.79,
24.36,
25,
80.95,
44.44,
44.44,
44.44,
8.87,
13.75,
13.65,
11.9,
44.44,
10.38,
0,
0,
14,
5.42,
14.17,
14.17,
8.9,
18.03,
0,
63.64,
53.85,
11.76,
12.74,
11.48,
9.43,
16.89,
7.08,
3.33,
3.33,
28.57,
6.67,
6.67,
66.67,
28.57,
3.57,
4.69,
28.57,
52.53,
41.86,
28.57,
75,
61.54,
60.71,
31.58,
6.9,
0.42,
1.69,
100,
20,
15.38,
20.75,
15.38,
28.57,
45.45,
14.47,
14.67,
0,
0,
0,
0,
0,
0,
0,
66.67,
45.45,
17.86,
53.49,
48.84,
11.83,
75,
37.5,
40,
40,
50,
9.41,
70.69,
40,
8.04,
6.67,
92.06,
29.41,
46.03,
24,
79.31,
21.2,
73.33,
0,
0,
4.17,
15.15,
6.67,
3.57,
100,
100,
10.83,
6.12,
8.16,
7.76,
27.06,
0.83,
75.76,
0,
9.52,
6.45,
72.41,
34.51,
4.9,
4.9,
13.33,
69.7,
20,
17.14,
19.79,
21,
39,
0,
3.59,
2.96,
0,
81.82,
81.82,
76.74,
79.63,
5.42,
5.42,
4.17,
57.14,
15.4,
32.89,
27.78,
40,
18.75,
20,
7.14,
22.58,
60.78,
60,
60,
76.67,
15,
54.55,
54.55,
73.21,
0.42,
0,
73.21,
73.21,
73.21,
69.7,
15.38,
15.38,
16.15,
14.62,
15.38,
0,
26.67,
33.33,
73.33,
9.75,
2.08,
7.2,
9.68,
75,
75,
17.86,
4.17,
64.29,
75,
75,
10.71,
75,
75,
75,
17.86,
17.86,
10.71,
17.74,
17.86,
75,
13.33,
75,
75,
75,
75,
75,
6.45,
6.45,
20,
10,
0,
0,
0,
87.88,
71.43,
8,
70,
72.86,
43.36,
70,
72.86,
47.47,
66.67,
0,
78.79,
41.18,
50,
78.12,
81.25,
53.57,
3.53,
53.57,
6.02,
78.57,
45.24,
60,
69.64,
73.21,
69.64,
69.64,
69.64,
69.64,
12.08,
78.95,
10,
10.83,
0,
9.17,
87.1,
78.95,
54.29,
12.5,
11.76,
46.51,
78.57,
46.51,
67.5,
77.14,
67.86,
77.14,
74.42,
5.42,
81.82,
80,
77.97,
28.97,
30.34,
73.33,
11.76,
4,
0,
79.31,
0,
73.33,
66.67,
66.67,
54.05,
54.05,
54.05,
17.86,
80.95,
0,
60,
57.58,
10,
10,
3.33,
11.6,
26.67,
26.67,
26.67,
6.67,
26.67,
26.67,
85.71,
0,
26.67,
100,
26.67,
6.02,
73.08,
10.66,
18.25,
6.02,
14.12,
10.62,
4.71,
17.7,
88.33,
10.16,
12.5,
3.33,
11.25,
11.25,
11.67,
7.2,
9.6,
4.52,
12.5,
10.16,
11.72,
79.49,
17.19,
79.49,
79.49,
19.53,
10,
10.16,
31.67,
5.83,
11.72,
12.5,
64.86,
7.06,
3.61,
73.21,
23.53,
60,
60,
62.86,
62.86,
77.78,
6.67,
6.67,
0,
60,
60,
60,
60,
62.86,
57.14,
60,
60,
60,
41.43,
57.14,
57.14,
52.86,
62.86,
60,
60,
62.86,
62.86,
60,
0,
77.78,
27.27,
77.78,
80,
80,
45.45,
80,
80,
80,
66.67,
0,
100,
0,
73.33,
21.33,
73.33,
60,
40,
40,
50,
13.27,
77.46,
33.33,
78.57,
80.95,
78.57,
15.38,
50,
32.14,
6.9,
6.9,
6.9,
21.43,
13.79,
10.94,
25.71,
73.33,
5,
70,
74.07,
74.07,
0,
4,
60,
68.97,
60,
63.46,
14.58,
75.86,
68.97,
14.17,
16.67,
76.67,
80,
44.44,
10.71,
71.88,
76.56,
65,
8.8,
10.4,
8.8,
8.8,
10.4,
54.29,
54.29,
33.33,
33.33,
14.29,
7.14,
9.09,
18.18,
64.29,
0,
72.73,
33.33,
31.97,
31.97,
31.97,
0,
0,
60.71,
28.47,
29.01,
29.85,
20,
6.67,
10,
20,
28.57,
28.57,
28.57,
28.57,
4.84,
4.76,
7.14,
16.92,
19.23,
16.92,
16.92,
30.51,
32.2,
32.2,
29.31,
8.33,
23.53,
13.19,
16.48,
7.5,
7.59,
18.58,
57.14,
8.16,
66.67,
7.69,
7.69,
9.17,
66.67,
2.5,
40,
17.46,
17.46,
40,
40,
40,
40,
28.57,
4.92,
6.56,
7.5,
15.83,
6.67,
13.33,
32.14,
66.67,
1.67,
5.33,
3.33,
1.67,
55.36,
53.57,
54.46,
58.82,
91.67,
35.29,
0.83,
33.33,
8.33,
8.33,
5,
6.67,
5,
60,
70,
63.33,
47.76,
0,
0,
20,
20,
23.53,
33.33,
27.78,
13.33,
60.53,
42.86,
42.86,
42.86,
42.86,
46.67,
65.52,
74.19,
43.4,
49.06,
47.17,
86.96,
35.29,
13.33,
13.33,
6.67,
60.53,
60.53,
0,
13.33,
73.21,
73.21,
73.21,
73.21,
10.71,
46.67,
53.33,
55.56,
50,
55.56,
50,
70.83,
70.83,
75,
14.62,
68.57,
71.43,
70,
72.5,
42.5,
67.57,
67.57,
67.57,
67.57,
70.83,
62.86,
60,
68.57,
23.53,
21.43,
21.43,
17.86,
44.19,
48.84,
46.51,
75,
75,
26.32,
4.49,
25,
4.71,
15.38,
0,
0,
0,
0,
0,
0,
22.93,
22.86,
16.44,
16.44,
17.86,
30.77,
21.21,
21.43,
60.29,
55.88,
58.82,
58.82,
100,
57.78,
60,
60,
36.84,
6.22,
11.84,
15.08,
94.12,
94.12,
73.33,
57.14,
72.86,
63.16,
63.16,
47.37,
49.12,
7.32,
15.45,
28.57,
72,
17.86,
1.79,
68,
4.82,
72,
72,
20,
20,
65.52,
68.42,
60,
60,
60,
9.32,
71.43,
73.21,
73.21,
73.21,
73.21,
73.33,
21.88,
81.82,
50.88,
50.88,
52.63,
54.39,
52.63,
28.41,
73.21,
73.21,
73.21,
73.21,
6.67,
6.67,
67.86,
71.43,
26.67,
6.67,
3.57,
7.07,
85.71,
79.49,
85.71,
76.67,
10.83,
14.62,
0,
55.56,
52.38,
13.57,
80.95,
84.44,
73.33,
53.33,
47.86,
22.22,
33.33,
0.42,
0,
40,
40,
40,
40,
13.33,
57.5,
6.67,
40,
6.67,
6.67,
22.22,
33.33,
33.33,
38.67,
34.67,
18.57,
42.86,
15.04,
63.16,
40,
2.86,
5.71,
10.62,
10.62,
18.05,
20,
26.74,
26.74,
23.81,
5.05,
2.02,
5.05,
75,
32.93,
34.18,
100,
100,
71.15,
3.28,
6.56,
6.67,
6.67,
60,
0.42,
0,
0.42,
0,
0,
0.83,
38.03,
0,
0,
17.78,
83.02,
14.44,
38.03,
38.03,
38.03,
6.78,
39.13,
53.57,
75,
49.09,
75,
75,
50.91,
40,
57.78,
5,
8.33,
8.33,
66.67,
50.68,
3.57,
49.32,
40.85,
3.57,
45.07,
3.57,
27.14,
9.29,
9.29,
13.57,
15,
12.14,
9.29,
18.46,
14.29,
27.14,
82.76,
62.16,
87.5,
85.19,
41.43,
38.57,
37.14,
15.49,
15.04,
18.14,
15.04,
15.49,
57.14,
57.14,
57.14,
57.14,
71.43,
71.43,
69.39,
76,
71.74,
3.54,
3.54,
6.67,
53.85,
55.32,
48.94,
55.81,
55.81,
48.24,
53.49,
53.49,
53.49,
0.85,
0.85,
42.22,
44.19,
46.51,
44.19,
73.21,
18.75,
0,
8.47,
9.32,
11.86,
10.83,
10,
53.09,
64,
23.81,
53.57,
71.88,
71.88,
6.45,
6.45,
67.74,
92.11,
23.33,
26.67,
11.58,
11.86,
12.71,
64.29,
0,
0,
10,
10,
0,
56.41,
10,
60.98,
0,
3.57,
100,
50,
50,
100,
33.33,
0,
0,
0,
0,
0,
0,
0,
52.17,
5.42,
52.17,
52.17,
52.17,
11.58,
13.28,
11.86,
0,
66.67,
21.18,
5.83,
75,
10,
68.97,
83.33,
70,
70,
27.06,
66.67,
32.61,
14.29,
6.67,
3.57,
28.57,
64.29,
21.43,
3.57,
3.57,
3.57,
72.97,
21.43,
23.81,
11.02,
14.97,
11.02,
67.86,
64.29,
77.42,
0,
37.14,
0,
64.71,
18.31,
18.31,
100,
66.67,
52.27,
39.29,
43.86,
43.86,
45.61,
42.86,
0,
11.3,
21.43,
23.53,
6.67,
12.99,
29.41,
4.84,
0,
11.86,
40,
16.15,
3.57,
81.25,
84.38,
6.67,
6.67,
10,
19.23,
21.62,
29.58,
34.75,
71.43,
73.21,
43.33,
4.62,
3.33,
35.71,
35.71,
72.09,
4.6,
9.41,
8.24,
4.65,
5.95,
6.17,
6.02,
24.1,
20.45,
12.5,
13.48,
27.16,
3.7,
11.63,
7.06,
29.55,
5.68,
16.09,
4.71,
8.05,
5.62,
12.5,
10,
3.7,
4.71,
13.1,
23.33,
69.51,
0,
63.16,
0,
0,
0,
3.33,
5.79,
70,
30,
3.57,
1.25,
100,
100,
0,
100,
0,
66.67,
35.95,
28.76,
30.72,
32.03,
58.82,
90.91,
35.38,
0,
0,
3.77,
0,
5.26,
50.59,
50.59,
65.22,
20,
0,
29.23,
32.7,
9.26,
7.41,
6.48,
11.61,
20.66,
6.67,
6.67,
6.67,
7.06,
7.06,
50,
54.55,
62.07,
20,
75,
57.14,
57.14,
70,
60,
0,
4.71,
25,
1.79,
3.53,
3.53,
4.71,
4.71,
5.88,
3.53,
4.71,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
2.35,
12.08,
25,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
25,
17.14,
6.67,
47.5,
50,
30,
57.14,
21.43,
17.86,
21.43,
2.53,
6.67,
6.67,
10,
0.83,
78.57,
80,
80,
73.33,
73.33,
76.67,
65,
65,
80,
3.53,
5.76,
12.27,
11.66,
4.71,
4.71,
12.63,
9.6,
3.53,
3.53,
7.65,
10.59,
4.71,
8.82,
2.82,
34.55,
20,
20.77,
22.31,
0,
0,
1.79,
0,
0,
0,
0,
0,
0.89,
23.53,
27.43,
23.53,
9.41,
25.68,
0,
0,
25.64,
5.36,
1.75,
9.41,
1.75,
1.79,
2.63,
3.57,
1.79,
1.79,
11.11,
10.53,
10.53,
0,
4.76,
7.89,
3.57,
0,
1.79,
0,
0,
0,
7.89,
13.16,
10.53,
11.11,
6.17,
8.93,
8.77,
4.65,
0,
2.94,
0,
0,
3.53,
1.18,
5,
1.43,
0,
10,
0,
0,
0,
0,
0,
0,
0,
14.44,
14.12,
3.53,
1.79,
1.82,
6.15,
3.08,
7.14,
1.18,
3.53,
3.53,
1.75,
1.54,
1.32,
0,
0,
1.75,
0,
0,
0,
0,
7.14,
6.41,
5.13,
6.41,
5.13,
5.36,
0.89,
6.41,
5.45,
3.64,
0,
0,
3.57,
2.68,
15.18,
3.57,
3.57,
7.14,
3.57,
3.57,
13.16,
10.53,
7.89,
10.53,
10.53,
11.63,
10.53,
11.63,
10.71,
7.14,
7.14,
0,
0,
0,
1.79,
1.79,
7.58,
2.22,
1.47,
4.44,
4.41,
0,
1.79,
5.36,
3.57,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
1.99,
1.79,
7.06,
3.57,
3.57,
3.57,
17.14,
19,
16,
23.57,
21.43,
4,
3.33,
0,
3.57,
0,
3.33,
0,
5.26,
3.33,
15.38,
15.38,
15.38,
16.15,
25,
0,
66.67,
55.56,
73.33,
78.12,
72.88,
72.88,
73.33,
80.95,
70.37,
70.37,
70.37,
70.37,
70.37,
79.31,
80,
80,
80.77,
80,
80.95,
80.95,
75,
21.43,
21.43,
21.43,
21.88,
13.33,
13.33,
29,
32,
32,
29,
26,
28.57,
24.29,
31.43,
25.71,
28.57,
22.86,
26,
28,
24,
24,
24,
26,
22,
23,
28.24,
28.24,
0,
10.62,
17.86,
17.86,
17.86,
17.86,
17.86,
10.71,
17.86,
35.71,
35.71,
19.53,
19.53,
15.71,
15.71,
19.23,
12.14,
12.14,
12.14,
17.19,
17.19,
17.19,
35.8,
28.24,
20.99,
32.94,
29.41,
30.59,
12.5,
12.5,
15.83,
15.83,
11.67,
12.5,
12.5,
12.5,
12.5,
12.5,
11.67,
8.75,
12.5,
16.67,
15.83,
0,
12.08,
17.92,
4.17,
4.17,
4.17,
4.17,
4.17,
4.58,
4.17,
67.86,
67.86,
93.33,
68.75,
75.86,
73.33,
76.67,
42.86,
2.5,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
13.27,
13.27,
3.33,
15.38,
16.15,
14.62,
75.56,
13.6,
14.62,
14.62,
14.62,
15.38,
14.62,
6.67,
6.67,
6.67,
14.29,
16.67,
5,
16.8,
16.8,
7.2,
7.2,
5.6,
3.85,
5.38,
8,
8,
9.6,
9.6,
9.6,
9.6,
9.6,
0,
0,
0,
0,
62.16,
0,
62.16,
0,
61.11,
61.11,
0,
60,
0,
59.38,
64.44,
57.89,
60.53,
60.53,
61.11,
59.38,
63.89,
7.89,
62.22,
3.38,
4.65,
34.38,
53.57,
0,
53.57,
5.88,
0,
8.24,
65,
65,
57.14,
73.53,
72.86,
75.44,
75,
66.67,
71.67,
75.56,
70,
69.64,
13.33,
60.49,
56.79,
56.79,
50,
50,
11.25,
82.14,
63.33,
54.39,
16.95,
75,
75,
77.42,
82.35,
84.85,
77.14,
66.67,
9.03,
9.09,
21.25,
21.25,
21.25,
9.17,
3.33,
3.33,
3.48,
3.48,
4.13,
4.13,
4.13,
4.13,
4.13,
7.32,
4.13,
6.56,
4.13,
4.13,
7.44,
4.13,
18.18,
14.29,
0,
20,
0,
7.14,
18.18,
8.2,
8.2,
0,
0,
2.7,
1.79,
0,
0,
0,
1.79,
0,
0,
0,
16.9,
32.14,
3.57,
25,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
21.43,
28.57,
3.57,
28.57,
28.57,
40,
40,
40,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
65,
65,
65,
65,
65,
63.16,
63.16,
63.16,
63.16,
63.16,
63.16,
64.52,
25,
25,
25,
25,
25,
25,
25,
21.88,
20,
20,
26.67,
26.67,
43.33,
3.33,
13.33,
40,
6.67,
40,
10,
10,
23.33,
6.67,
6.67,
26.67,
55.56,
40,
55.56,
23.33,
23.33,
6.67,
37.25,
50,
3.33,
5.71,
3.33,
6.67,
6.67,
6.67,
6.67,
3.33,
6.67,
6.67,
13.33,
10,
50,
5,
5,
8,
8,
8,
10.16,
9.38,
11.11,
10.24,
10.24,
10.16,
6.56,
7.32,
4.84,
4.84,
37.5,
37.5,
37.5,
37.5,
37.5,
48.65,
45.95,
13.33,
0,
20,
29.41,
29.41,
23.53,
23.53,
23.53,
23.53,
23.53,
23.53,
29.41,
25,
0,
0,
0,
0,
0,
0,
40,
9.68,
9.68,
9.68,
15.62,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
23.33,
26.67,
0,
0.42,
1.25,
6.94,
8.98,
6.53,
5.71,
4.49,
11.43,
9.39,
8.57,
9.39,
6.4,
10.2,
10.4,
6.4,
8,
8,
0.42,
9.6,
8.8,
6.35,
8,
7.2,
85.19,
87.88,
80,
78.57,
77.78,
80,
81.48,
79.31,
78.57,
57.14,
56.25,
10.94,
0,
0,
0,
75,
71.43,
70,
73.53,
70.97,
67.65,
92.86,
67.86,
67.86,
90.48,
90.48,
90.48,
90.48,
90.48,
90.48,
90.48,
90.48,
90.48,
92.86,
95.83,
95.83,
80,
92.86,
95.83,
22.83,
22.83,
21.74,
22.83,
21.74,
71.43,
28.57,
64.29,
64.29,
45.92,
40.71,
70.97,
67.74,
64.71,
71.43,
13.22,
14.46,
11.37,
13.75,
13.65,
13.75,
11.9,
16.92,
14.17,
14.17,
0,
13.33,
20.77,
18.46,
12.15,
7.2,
0,
21.54,
21.54,
10,
10,
56.41,
52.17,
52.17,
40,
72.73,
72.73,
72.73,
50,
50,
50,
100,
50,
50,
73.33,
73.33,
73.33,
73.33,
73.33,
85.71,
85.71,
66.67,
89.29,
85.71,
73.33,
73.33,
60,
60,
5.51,
5.51,
5.51,
5.08,
5.51,
5.51,
5.51,
5.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
90.91,
0,
90.91,
0,
0,
0,
0,
0,
94.12,
0,
0,
13.8,
13.8,
12.68,
12.39,
13.8,
13.24,
0,
14.08,
0,
0,
0,
0,
11.27,
10.42,
0,
10.99,
12.68,
10.42,
13.8,
14.08,
13.8,
13.8,
9.3,
12.68,
0,
9.01,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
68.42,
68.42,
73.21,
71.05,
72.73,
73.68,
51.52,
60.61,
51.52,
60.61,
78.26,
78.26,
60.71,
60.71,
64.29,
81.82,
81.82,
81.82,
74.42,
73.33,
73.33,
73.33,
77.78,
75,
75,
75,
78.95,
78.95,
77.78,
74.07,
75,
78.57,
15.71,
19.87,
78.57,
77.5,
77.5,
77.5,
59.52,
69.77,
65,
82.5,
77.5,
28.57,
28.57,
21.43,
28.57,
17.86,
21.43,
28.57,
19.35,
21.43,
14.29,
14.29,
21.43,
22.22,
25.27,
21.09,
22.13,
71.43,
66.67,
62.5,
76.67,
78.57,
88,
80,
80,
80.65,
60.71,
67.86,
82.14,
78.57,
78.57,
71.43,
71.43,
67.86,
71.43,
53.57,
57.14,
53.57,
62.07,
57.14,
46.67,
50,
53.33,
57.14,
75,
60.71,
56.25,
76.67,
53.57,
57.14,
53.57,
53.57,
57.14,
53.57,
57.14,
64.29,
64.29,
72.73,
70,
56.67,
80,
73.33,
77.42,
73.33,
77.42,
67.74,
78.57,
78.57,
78.57,
78.57,
64.29,
74.29,
74.29,
74.29,
66.67,
62.5,
73.08,
73.08,
73.08,
64.29,
60,
66.67,
70,
70,
77.42,
100,
33.33,
26.67,
26.67,
60,
3.33,
21.43,
63.64,
65.62,
63.64,
52.11,
57.75,
46.48,
47.89,
57.14,
53.57,
60.53,
60.53,
63.16,
46.48,
50.7,
45.07,
60.53,
88.89,
100,
76.19,
76.19,
100,
100,
100,
73.33,
73.33,
67.74,
0,
0,
0,
0,
88.33,
88.33,
88.33,
43.33,
88.33,
88.33,
69.23,
60.47,
79.49,
79.49,
76.92,
79.49,
84.21,
82.14,
86.96,
72.97,
75,
69.05,
71.15,
71.15,
71.15,
71.15,
71.15,
86.96,
74.42,
77.14,
67.86,
70.59,
74.19,
75,
67.5,
67.5,
84.62,
84.38,
78.57,
90.32,
87.1,
85.71,
77.97,
77.97,
83.33,
83.33,
79.31,
81.82,
71.43,
75,
72.73,
63.64,
3.45,
48.65,
23.79,
7,
3,
5.31,
11.02,
6.94,
14.29,
7.14,
7.14,
7.14,
7.14,
7.14,
10,
7.14,
7.14,
3.57,
3.57,
10.71,
12.5,
12.5,
12.5,
12.5,
12.5,
28.67,
48.65,
43.24,
13.27,
25,
32.93,
43.24,
3.33,
10,
3.33,
10.71,
3.54,
2.65,
2.65,
4.42,
7.14,
10,
5.73,
5.88,
5.88,
0,
20,
20,
20,
0,
14.67,
12.67,
14,
9.33,
9.33,
9.33,
9.33,
12.67,
9.33,
4,
14.67,
14,
12.67,
13.33,
12,
10,
12.67,
12.35,
24.23,
14.1,
11.76,
4.35,
5,
3.57,
0,
43.92,
28.24,
32.16,
36.08,
5.05,
0,
3.57,
3.57,
5.51,
5.08,
5.51,
5.51,
9.56,
9.56,
11.86,
11.86,
3.33,
0.85,
11.67,
8.33,
10.71,
7.14,
7.14,
6.67,
16.67,
6.67,
10,
0,
3.57,
3.57,
3.57,
3.57,
0,
0,
0.66,
1.99,
1.99,
1.99,
1.32,
2.6,
9.09,
1.3,
5.19,
3.9,
3.9,
2.6,
3.57,
0,
3.57,
43.86,
43.86,
45.61,
43.86,
68.42,
65.79,
63.16,
63.16,
42.86,
42.86,
41.86,
41.86,
57.89,
63.16,
40,
42.86,
31.58,
31.58,
51.32,
1.22,
1.82,
2.38,
3.57,
4.29,
2.86,
2.86,
2.86,
2.86,
3.57,
0,
0,
0,
0,
3.57,
0,
0,
0,
10.67,
61.67,
45,
63.64,
63.64,
46.67,
45,
61.36,
46.67,
43.33,
50,
12.14,
9.29,
12.14,
11.43,
11.43,
12.14,
9.29,
9.29,
9.29,
9.29,
12.14,
12.14,
9.29,
12.14,
28.57,
13.57,
12.14,
10,
4.44,
7.06,
5.26,
4.44,
4.71,
4.71,
27.36,
18.87,
24.44,
24.42,
24.71,
26.74,
12.94,
20,
24.71,
50,
52.38,
53.49,
43.86,
40,
38.57,
37.14,
38.57,
38.57,
41.88,
41.88,
22.31,
26.13,
19.23,
21.15,
22.92,
20,
20.3,
23.89,
18.58,
23.89,
24.78,
34.51,
24.78,
14.71,
22.5,
23.21,
17.86,
19.47,
19.47,
14.16,
18.58,
17.7,
21.24,
1.41,
1.41,
3.52,
0.7,
5.29,
4.12,
5.29,
0,
0,
0,
0,
0,
0,
0,
0,
27.78,
23.19,
27.14,
24.64,
28.07,
27.54,
24.64,
33.33,
24.29,
30.43,
30,
30.51,
31.88,
30.59,
25,
28.12,
28.12,
25,
29.82,
26.32,
29.82,
27.12,
26.56,
23.81,
28.12,
28.12,
28.12,
27.27,
43.33,
27.78,
25.53,
36.67,
24.49,
17.86,
26.03,
30.14,
36.36,
28.81,
22.88,
26.27,
24.58,
3.12,
1.82,
3.64,
0,
27.38,
27.38,
0.88,
0,
0,
0,
0.88,
100,
62.16,
64.86,
64.86,
47.5,
70,
67.5,
62.5,
62.5,
50,
50,
47.5,
57.5,
45,
51.11,
60.53,
68.89,
50,
57.5,
47.5,
70,
63.41,
65,
56.41,
90.48,
90.48,
90.48,
28.41,
20,
0,
0,
11.26,
50,
46.67,
43.33,
10,
16.67,
30,
20,
13.33,
43.33,
66.67,
55.56,
33.33,
66.67,
66.67,
50,
3.53,
3.53,
3.53,
72.5,
69.05,
66.67,
56.67,
50,
0,
0,
0,
0,
0,
0,
0,
0,
11.11,
65,
67.86,
64.29,
67.86,
7.14,
90.24,
79.07,
60.42,
63.41,
65,
50,
50,
13.89,
11.11,
19.44,
85,
63.16,
25,
74.29,
81.25,
55.56,
100,
11.11,
17.14,
75,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
23.53,
18.92,
18.92,
26.67,
21.62,
42.5,
56.76,
85,
92.5,
86.79,
82.5,
3.33,
75,
4.58,
9.58,
6.67,
50,
50,
75,
60.71,
72.5,
72.5,
31.25,
11.76,
72.5,
23.53,
0,
43.86,
63.16,
78.95,
16.67,
82.46,
13.89,
80,
80.95,
80.95,
59.46,
75,
76.92,
85.71,
39.29,
16.67,
17.5,
75,
60.61,
63.16,
6.9,
14.29,
31.25,
60,
22.22,
16.67,
17.14,
13.89,
21.43,
55,
67.5,
60,
73.33,
63.33,
63.33,
63.33,
56.67,
67.86,
71.43,
67.86,
57.14,
75,
75,
51.16,
47.83,
48.84,
48.84,
53.33,
53.33,
53.33,
51.92,
52.63,
52.63,
52.63,
44.12,
51.16,
51.16,
51.76,
63.53,
64.71,
58.82,
50,
52.5,
21.43,
0,
69.7,
57.14,
57.14,
60.71,
88.33,
20,
44.44,
10.62,
44.44,
44.44,
44.44,
44.44,
44.44,
88.33,
88.33,
13.08,
4.72,
15.38,
16.15,
13.85,
15.38,
4.72,
16.15,
8.2,
16.13,
6.56,
7.94,
10.24,
15.38,
16.15,
14.62,
0.42,
0.42,
43.59,
0,
0.42,
1.25,
20,
0,
0,
0,
0,
16.67,
14.71,
89.74,
50,
50,
50,
42.86,
25,
42.86,
42.86,
64.29,
64.29,
64.29,
21.54,
87.8,
61.11,
50,
5.42,
5.42,
5.42,
24.62,
25,
20,
48.15,
72.97,
79.17,
35,
35,
51.28,
46.51,
31.25,
57.14,
55.88,
55.79,
57.89,
52.63,
50,
17.14,
70.91,
31.25,
2.17,
9.41,
23.33,
25,
28.57,
11.11,
16.67,
16.67,
13.33,
3.31,
4.96,
20.26,
0,
36.18,
10,
3.33,
30,
6.67,
33.33,
13.33,
16.67,
20,
6.67,
0,
15.18,
0,
95.83,
40,
33.33,
28.57,
57.63,
40,
4.71,
80,
12.5,
20.45,
46.67,
46.67,
76.19,
86.67,
85.7,
14.29,
84.21,
0,
0,
80.77,
59.62,
71.43,
26.67,
72.73,
40,
16,
3.57,
20.71,
40,
20,
20,
7.14,
21.43,
25,
0,
26.67,
36.84,
46.67,
40,
42.86,
3.75,
30,
40,
66.67,
3.53,
80.77,
46.67,
30.3,
41.67,
41.18,
71.43,
40,
3.57,
35.24,
38.1,
83.33,
71.43,
3.57,
70,
33.33,
9.41,
67.86,
67.86,
72.73,
63.33,
50,
77.78,
0,
23.5,
3.3,
67.86,
31.43,
50,
66.67,
76.32,
57.14,
13.33,
24.24,
50,
36.19,
73.85,
74.19,
11,
63.33,
67.57,
35,
9,
9.5,
9.5,
71.43,
12,
66.67,
66.67,
60,
59.02,
73.68,
71.43,
40,
3.57,
27.06,
25.85,
26.43,
74,
74,
74,
73.33,
75,
46.67,
82.22,
40,
0,
33.33,
3.53,
57.14,
66.67,
54.55,
53.33,
90,
83.33,
52.78,
35.71,
35.71,
3.33,
3.33,
69.23,
76.47,
60.71,
71.43,
59.26,
59.26,
40,
3.8,
82.22,
62.86,
39,
3.53,
3.75,
26.34,
26.34,
25.85,
3.53,
75,
64.29,
64.29,
76.67,
6.67,
6.67,
64.29,
77.97,
90,
67.5,
67.5,
78.12,
81.25,
60,
43.24,
9.45,
3.33,
6.17,
11.33,
10.67,
11.33,
4,
11.33,
3.96,
8.81,
10.53,
15.93,
14.16,
3.57,
3.57,
13.93,
78.57,
77.5,
77.5,
65,
21.88,
21.88,
21.88,
11.67,
0,
14.29,
0,
0,
50,
57.14,
40,
57.14,
50,
100,
100,
2.61,
2.61,
2.61,
23.88,
26.87,
25.37,
31.76,
23.44,
23.44,
40,
8.06,
3.33,
3.57,
10.4,
0,
37.14,
0,
88.33,
12.14,
0,
10.42,
12.11,
10.99,
13.8,
11.83,
12.11,
13.8,
12.68,
13.52,
10.99,
13.8,
11.83,
12.11,
13.8,
13.52,
12.96,
42.74,
81.82,
72.73,
72.73,
13.52,
10.7,
0,
10.42,
12.96,
12.68,
0,
0,
78.57,
86.96,
69.7,
50,
6.78,
33.85,
30,
29.23,
31.54,
4.96,
17.14,
53.49,
0,
80,
79.49,
79.49,
0,
65,
56.67,
65.52,
6.56,
4.92,
6.56,
60.71,
57.14,
57.14,
57.14,
57.14,
60.71,
57.14,
83.33,
83.33,
50,
93.55,
67.86,
67.86,
35.71,
46.43,
60.71,
53.57,
57.14,
57.14,
21.54,
23.08,
2.7,
4.05,
2.22,
2.22,
23.08,
25,
25,
41.86,
10.83,
12.5,
9.17,
87.1,
67.86,
29.41,
66.67,
37.14,
46.67,
78.26,
19.57,
21.74,
21.74,
22.83,
21.74,
21.74,
19.57,
12.73,
47.62,
31.97,
31.97,
31.97,
33.33,
5,
21.43,
25,
26.67,
17.86,
17.86,
21.43,
28.57,
0,
5.31,
1.77,
4.42,
42.35,
35.4,
20,
41.43,
35.71,
46.43,
75,
57.14,
54.29,
69.05,
73.53,
70.59,
51.67,
6.25,
3.12,
28.57,
28.57,
21.43,
17.86,
32.94,
12.14,
12.14,
3.33,
10,
73.21,
73.21,
73.21,
71.43,
71.43,
73.21,
57.14,
57.14,
69.7,
62.5,
63.33,
68.97,
68.97,
77.97,
75,
81.25,
0,
0,
0,
5.42,
88.24,
5.31,
6.67,
6.67,
0.42,
67.86,
73.21,
73.21,
100,
86.96,
54.84,
48.57,
69.23,
71.43,
31.58,
30.14,
36.03,
34.56,
59.56,
0,
34.21,
41.27,
40,
70.97,
84.38,
71.15,
85.19,
75,
76.67,
27.94,
6.4,
6.67,
5,
9.09,
8.97,
8,
70.91,
70.91,
70.91,
30.71,
29.14,
27.91,
28.57,
18.03,
17.19,
9.84,
13.57,
50,
66.67,
17.92,
10.42,
11.67,
11.67,
11.67,
0,
0,
0,
94.44,
100,
100,
100,
100,
0,
6.67,
7.5,
0,
9.6,
38.03,
38.03,
38.03,
64.44,
50.68,
40.85,
37.5,
50,
23.33,
22.78,
40,
40,
40,
40,
0,
26.67,
3.57,
28.57,
0,
3.57,
3.57,
65.52,
66.67,
86.67,
93.33,
73.21,
75,
73.21,
75,
75,
73.85,
75,
73.21,
73.21,
71.43,
70.49,
71.43,
73.21,
73.21,
73.85,
75,
75,
75,
75,
73.21,
100,
50,
0,
66.67,
78.95,
74.19,
53.33,
61.11,
61.11,
61.11,
61.11,
62.86,
61.11,
61.11,
61.11,
60,
57.89,
59.38,
78.72,
80,
78.72,
78.72,
80,
80,
9.68,
9.68,
52.17,
0,
3.33,
3.33,
53.57,
4.55,
0,
25,
3.33,
26.67,
16.36,
43.64,
16.36,
6.67,
6.67,
49.02,
3.57,
7.14,
44.64,
53.57,
23.08,
26.15,
10.83,
10.83,
0,
3.57,
0,
10.53,
3.57,
3.33,
6.67,
6.67,
0,
7.41,
1.79,
1.79,
0,
1.79,
1.79,
9.3,
8.77,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
1.1,
0.6,
12.96,
12.96,
21.05,
21.05,
21.3,
15.79,
15.04,
19.44,
21.43,
18.58,
19.44,
15.75,
18.44,
18.44,
18.44,
26.95,
13.41,
21.05,
36.47,
21.18,
20.69,
20.69,
56.8,
5,
5,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
5.88,
15.2,
4,
25.56,
15.08,
15.08,
6.5,
6.5,
13.39,
13.39,
6.5,
11.2,
8.8,
8,
4.76,
7.94,
3.33,
3.31,
3.31,
6.56,
7.14,
7.94,
7.94,
5.69,
3.31,
2.38,
2.38,
3.31,
4.24,
6.35,
3.17,
4.76,
5.88,
6.17,
4.71,
16.47,
9.41,
4.71,
14.12,
13.48,
3.61,
3.37,
3.61,
23.53,
4.71,
0,
40,
43.81,
43.81,
28.24,
16.46,
15.66,
20,
80,
80,
80,
66.67,
20,
20,
44.44,
33.33,
44.44,
33.33,
85.71,
85.71,
85.71,
20,
20,
20,
85.71,
85.71,
85.71,
85.71,
85.71,
85.71,
85.71,
87.1,
85.71,
87.5,
85.71,
85.71,
85.71,
20,
0,
5.42,
6.06,
6.06,
6.06,
73.33,
66.67,
5.6,
20,
22.6,
80,
80,
20,
26.67,
20,
40,
26.67,
26.67,
20,
29.41,
6.67,
35.71,
1.8,
91.67,
100,
100,
100,
42.86,
35.71,
35.71,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
20,
25,
18.75,
25,
28.12,
28.12,
80.95,
83.33,
83.33,
22.06,
27.94,
25,
22.06,
22.06,
25,
25,
29.41,
23.53,
25,
30.88,
25,
32.35,
27.94,
30,
28.33,
0,
0,
0,
21.43,
4.17,
77.14,
77.14,
3.57,
3.57,
23.38,
23.61,
25,
26.39,
22.22,
29.17,
14.58,
16.25,
14.58,
60.71,
64.29,
45.71,
2.36,
7.88,
0,
14.29,
24.8,
24.06,
23.4,
6.67,
40,
40,
40,
40,
9.38,
100,
29.41,
29.41,
30.59,
90.48,
90.48,
90.48,
90.48,
90.48,
92.86,
95.83,
33.33,
36.67,
7.94,
3.57,
20,
20,
21.43,
10,
28.57,
10.59,
0,
28.57,
3.57,
3.57,
3.57,
3.57,
21.43,
28.57,
3.57,
0,
3.57,
4.17,
21.74,
19.57,
21.74,
21.74,
17.65,
10.59,
31.58,
13.33,
12.94,
0,
5.36,
47.37,
12.92,
30.23,
30.23,
30.23,
31.4,
30.23,
10.16,
10.16,
71.43,
6.67,
3.33,
4.13,
21.21,
4.13,
11.48,
73.21,
73.21,
73.21,
3.57,
3.57,
42.11,
75,
75,
65.79,
86.67,
65,
9.17,
6.67,
21.43,
20,
20,
20,
54.55,
32.89,
10.94,
7.94,
6.67,
0,
22.83,
68.97,
13.33,
44.44,
69.23,
58.82,
53.49,
46.43,
6.78,
7.69,
0,
62.5,
76.67,
75.86,
76.67,
62.5,
66.67,
59.38,
10.83,
10.83,
13.75,
8,
6.12,
7.35,
7.76,
2.35,
2.35,
7.03,
7.03,
6.4,
7.03,
17.65,
10.32,
4,
10,
14.67,
12.67,
14,
13.33,
12.67,
10.94,
7.06,
7.06,
71.15,
71.15,
88.24,
79.31,
5,
5.42,
68.42,
68.42,
23.33,
6.67,
40,
55.56,
72.5,
85,
71.43,
75,
90.24,
92.5,
76.19,
70,
60,
57.5,
40,
83.72,
83.33,
83.33,
72.5,
85,
100,
67.5,
16.67,
78.57,
6.56,
79.49,
6.67,
6.67,
66.67,
65.79,
65.79,
68.42,
68.42,
68.42,
53.57,
63.33,
59.38,
59.38,
31.25,
25,
32,
0,
5.26,
3.57,
63.16,
80,
68.42,
63.16,
80.56,
90,
63.64,
65.62,
45.61,
80,
32.14,
31.25,
13.24,
0,
13.24,
0,
24.39,
24.39,
24.39,
37.14,
34.29,
9.33,
9.33,
9.33,
14.62,
15.38,
15.38,
11,
11.25,
65,
65,
19.05,
12.5,
29.41,
29.41,
10.59,
10.59,
18.24,
24.62,
28.46,
26.15,
1.77,
4.42,
5.31,
16.15,
63.16,
0,
0,
3.57,
0,
0,
0,
3.57,
3.57,
6.03,
10,
10,
9.17,
21.33,
4.41,
10.13,
49.49,
48.48,
12.5,
0,
5.42,
86.96,
23.33,
20,
13.33,
13.33,
13.33,
20,
13.33,
13.33,
13.33,
13.33,
73.33,
80,
60,
60,
66.67,
11.29,
13.93,
11.29,
17.74,
79.17,
70.97,
66.67,
35,
35,
0,
0,
0,
0,
42.74,
3.57,
17.86,
28.57,
3.57,
3.12,
3.12,
6.25,
3.57,
0,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
0,
0,
10,
10,
6.67,
2.92,
59.65,
19.29,
74.51,
0,
0,
0,
0,
0,
0,
67.86,
53.57,
57.14,
53.57,
53.57,
53.57,
53.57,
42.86,
53.57,
46.43,
39.29,
78.57,
80,
80,
82.5,
67.86,
32.94,
0,
0,
0,
0,
0,
0,
0,
40,
20,
25,
28.12,
21.88,
37.5,
24.24,
25,
1.67,
75,
3.57,
3.57,
29.41,
29.41,
29.41,
6.4,
7.2,
29.41,
6.4,
28.12,
3.57,
73.21,
73.21,
73.21,
44,
65.79,
65.79,
63.16,
60,
73.33,
75,
46.43,
21.43,
85,
85,
95,
46.88,
52.63,
72.5,
70.59,
100,
72.5,
62.5,
100,
88.1,
12.2,
82.5,
85,
85,
82.5,
85,
83.33,
100,
0,
23.53,
18.25,
19.53,
10.66,
18.58,
12.39,
22.12,
22.12,
22.12,
73.21,
3.33,
0,
11.37,
16.92,
45.45,
48.48,
17.86,
17.86,
26.67,
43.64,
43.64,
50,
21.74,
12.69,
15,
83.02,
77.78,
80,
4.13,
7.32,
7.44,
19.53,
12.3,
19.53,
17.19,
14,
14,
10.66,
17.19,
17.19,
10.66,
17.19,
11.2,
19.23,
16.92,
11.2,
16.92,
28.24,
32.94,
35.8,
20.99,
42.86,
57.14,
57.14,
21.43,
10,
13.93,
13.93,
13.93,
16.81,
29.85,
28.47,
71.43,
49.12,
4.76,
42.86,
45.61,
23.33,
13.33,
0,
0,
12.5,
12.5,
4.17,
12.92,
0,
13.33,
11.67,
16.67,
15.83,
12.5,
11.67,
10.42,
4.17,
17.92,
30.83,
4.17,
4.17,
2.5,
6.92,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
16.15,
16.15,
16.15,
14.62,
15.38,
15.5,
7.2,
20.77,
12.31,
13.6,
14.62,
12.31,
12.5,
18.46,
21.54,
4.08,
7.35,
10.2,
6.67,
6.67,
6.4,
5,
11.2,
13.6,
10.4,
10.4,
15.38,
12,
12,
9.6,
8,
9.6,
8,
21.69,
7.88,
7.88,
81.82,
71.43,
74.07,
68.18,
68.18,
72,
3.33,
4.35,
4.13,
4.13,
4.13,
5.69,
4.13,
5.79,
5.69,
4.13,
6.5,
4.13,
6.5,
6.56,
4.13,
6.5,
5.6,
0,
9.32,
0,
2.92,
2.92,
2.92,
54.29,
57.14,
0,
0,
72.73,
60,
63.16,
60.53,
81.82,
79.07,
79.63,
0.42,
19.47,
23.08,
63.89,
6.67,
16.67,
40,
40,
6.67,
12.92,
13.33,
0.42,
0.42,
4.17,
4.17,
15.04,
14.16,
72.34,
72.55,
71.11,
10.16,
10.16,
10.16,
10.24,
11.11,
18.25,
19.53,
10.66,
71.15,
11.83,
10.7,
12.39,
11.27,
11.67,
0,
13.75,
12.08,
12.08,
10.83,
11.25,
10.59,
17.65,
10,
10.59,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
75,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
49.49,
71.43,
71.43,
46.02,
74.29,
67.74,
14.46,
13.75,
13.22,
11.9,
13.75,
13.65,
11.11,
18.18,
18.18,
6.56,
6.56,
6.56,
0,
60.47,
70.45,
81.82,
2.92,
30.43,
80,
5,
3.57,
72.73,
3.33,
3.33,
5,
11.2,
10.4,
5.6,
9.6,
81.82,
84.62,
80,
73.33,
86.67,
2.5,
4.17,
4.17,
3.57,
2.31,
2.31,
2.31,
2.31,
2.31,
65.62,
6.67,
5,
5,
12.08,
4.42,
5.79,
4.96,
86.96,
86.96,
86.96,
17.86,
71.43,
71.43,
91.07,
73.68,
18.54,
19.87,
66.67,
69.44,
70.59,
6.45,
4.84,
3.23,
28.12,
28.12,
9.58,
15.83,
15.32,
6.06,
6.06,
12.5,
45.59,
42.86,
48.81,
38,
8.82,
51.67,
53.85,
51.67,
19.57,
0,
0,
63.16,
90.48,
90.48,
90.48,
90.48,
90.48,
33.33,
33.33,
33.33,
90.48,
91.67,
95.83,
95.83,
95.83,
95.83,
92.86,
72.73,
80,
92,
95.45,
7.2,
16.8,
8,
16,
6.4,
6.4,
12,
8,
8,
8,
16.8,
0.42,
0.42,
8.8,
9.6,
10.85,
15.04,
10.4,
56.25,
57.14,
27.03,
4.9,
10.2,
8.98,
56.41,
10,
10,
52.17,
6.56,
6.56,
4.13,
70.67,
70.67,
70.67,
60.47,
62.79,
17.86,
21.43,
42.86,
60.71,
67.86,
55.56,
40,
8.62,
15.04,
21.88,
13.27,
13.27,
13.27,
16.1,
44.12,
4.17,
4.17,
4.17,
64.52,
22.22,
16.67,
31.25,
22.22,
23.53,
0,
0,
73.33,
73.33,
57.14,
67.65,
64.71,
42.86,
42.86,
72.73,
72.73,
72.73,
71.43,
78.57,
75,
75,
71.67,
67.74,
73.53,
75.38,
73.13,
70.97,
66.67,
73.33,
66.67,
66.67,
66.67,
46.67,
46.67,
79.49,
76.92,
79.49,
76.92,
88.46,
63.64,
66.67,
66.67,
60,
75,
50,
75,
66.67,
55.56,
66.67,
75,
66.67,
13.33,
0,
20,
27.03,
0,
0.83,
6.67,
13.33,
33.33,
33.33,
5,
5,
5,
5,
3.33,
6.67,
10,
10,
10,
16.67,
3.33,
13.33,
30,
6.67,
60,
72.73,
0,
0,
0,
13.33,
88.33,
43.33,
43.33,
88.33,
88.33,
0,
0,
0,
0,
0,
78.57,
78.57,
62.5,
50,
50,
50,
50,
72.73,
81.82,
21.88,
3.57,
72.97,
13.93,
46.43,
28.57,
70.97,
12.5,
16.94,
11.79,
48.65,
45.95,
48.65,
80,
72.97,
72.97,
72.97,
72.97,
69.05,
68.57,
67.5,
90.32,
80,
67.5,
83.33,
90.62,
76.67,
87.5,
80.36,
80,
82.76,
78.38,
68.75,
77.14,
74.42,
64.29,
80.77,
84.38,
81.82,
87.88,
80,
80,
80,
80,
48.48,
81.82,
81.82,
81.82,
81.82,
48.48,
51.52,
45.45,
51.52,
60.61,
21.43,
60.71,
17.86,
28.57,
21.43,
28.57,
17.86,
28.57,
28.57,
21.43,
17.86,
21.43,
21.43,
78.12,
73.33,
71.43,
75,
70,
64.29,
77.42,
77.42,
77.42,
70.97,
15.04,
85.19,
85.19,
75.86,
80.95,
80.95,
45.07,
64.44,
45,
64.44,
45,
45,
9.29,
12.14,
9.29,
12.14,
9.29,
15.71,
12.14,
15.71,
12.14,
33.33,
50,
35.71,
34.29,
34.29,
7.02,
9.52,
50,
3.57,
5.26,
3.57,
3.57,
0,
3.57,
4.42,
4.42,
4.42,
4.42,
6.67,
6.67,
6.67,
6.67,
10,
5.83,
0,
3.57,
0,
3.57,
0,
3.57,
0,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
11.01,
17.62,
17.62,
7.14,
3.57,
6.67,
7.14,
6.67,
16.67,
3.57,
48.44,
45.61,
42.86,
39.29,
43.86,
43.86,
52.27,
48.15,
38.6,
50.88,
11.25,
11.25,
10.42,
11.25,
10,
10,
3.33,
0,
52,
50,
51.72,
45,
22.14,
9.29,
22.22,
9.41,
3.61,
10.34,
35.38,
23.81,
3.57,
27.1,
9.52,
14.29,
10.53,
10.53,
0,
4.76,
4.76,
4.42,
5.31,
6.67,
4.42,
6.67,
3.57,
3.57,
0,
0,
7.14,
17.65,
17.65,
17.65,
18.24,
17.65,
17.65,
18.24,
17.65,
17.65,
10,
10.59,
10,
10.59,
10.59,
17.62,
17.62,
7.93,
0,
0,
0,
0,
46.15,
10.83,
5.42,
5,
5.42,
5,
10,
5,
5,
5.42,
10,
71.43,
72.97,
21.54,
21.54,
13.85,
6.67,
9.8,
8.62,
8.62,
2.17,
57.89,
79.17,
79.17,
75,
79.17,
63.16,
73.21,
3.57,
3.57,
71.43,
6.06,
6.06,
8.82,
3.57,
3.33,
6.67,
64.29,
65,
65,
65,
80.95,
73.08,
73.08,
73.08,
72.41,
65.52,
68.97,
1.79,
3.31,
15.04,
79.41,
79.41,
71.15,
71.15,
71.15,
71.15,
71.15,
73.08,
0,
0,
4.76,
3.57,
0,
0,
0,
0,
0,
71.43,
71.43,
71.43,
98.25,
100,
100,
100,
100,
90,
98.25,
59.52,
80,
80,
85,
85,
95,
97.5,
100,
96.15,
97.5,
96.15,
96.15,
92.5,
100,
69.05,
97.5,
82.5,
100,
100,
96.43,
100,
98.04,
96.43,
98.04,
90.2,
100,
100,
75,
100,
67.86,
85,
98.04,
98.04,
97.5,
100,
100,
100,
98.04,
71.43,
11.31,
76.19,
78.57,
77.5,
71.88,
96.43,
96.43,
80,
71.93,
72.5,
72.5,
72.5,
70,
98.25,
12.12,
16.67,
4.13,
13.49,
67.86,
71.43,
71.43,
70.59,
46.02,
49.49,
0,
82.76,
68.75,
70.59,
13.49,
15.08,
10.71,
37.14,
71.88,
75,
0,
21.88,
18.75,
3.33,
9.68,
53.57,
2.54,
80,
73.33,
90.62,
89.29,
85.19,
80.77,
88.24,
84.38,
0,
64,
68,
65.38,
52,
27.14,
83.33,
2.08,
5,
76.67,
24.68,
90.48,
9.68,
14.29,
50,
100,
71.15,
71.15,
71.15,
74.29,
80,
73.81,
80,
6.45,
5.22,
4.39,
3.57,
0,
0,
3.57,
14.06,
9.68,
9.68,
75,
73.85,
75,
75,
75,
75,
24.62,
0,
0,
0,
53.5,
0,
22.35,
14.58,
16.67,
52,
73.81,
82.76,
12.2,
2.31,
8.18,
4,
34.29,
3.33,
3.33,
10,
80.95,
57.14,
3.57,
60,
8.75,
88.24,
73.33,
66.67,
66.67,
3.57,
3.57,
67.86,
71.43,
71.43,
71.43,
76.92,
53.85,
60,
61.54,
20,
6.67,
4.17,
5.83,
3.57,
14.29,
0,
11.25,
9.17,
12.92,
71.43,
18.31,
31.76,
76.47,
88.24,
15,
11.25,
17.46,
17.46,
6.25,
0,
67.74,
7.2,
48.84,
48.84,
50,
17.86,
0,
0.42,
0,
100,
25,
20.35,
62.07,
33.33,
53.33,
40,
53.33,
33.33,
53.85,
15.79,
22.45,
32.65,
32.65,
10.55,
0,
71.43,
0,
73.08,
73.08,
73.08,
73.08,
73.08,
73.08,
35.71,
7.5,
7.44,
9.09,
6.56,
7.5,
87.88,
88.24,
89.29,
84.38,
90.32,
90.62,
85.19,
80.36,
76.67,
80,
86.96,
6.35,
7.14,
7.14,
3.7,
3.7,
2.22,
45.45,
75,
75,
75,
75,
75,
12.78,
13.33,
66.67,
10,
100,
100,
29.41,
26.98,
26.98,
28.57,
26.98,
26.98,
25.4,
26.98,
26.98,
30.16,
25.4,
28.57,
28.57,
6.67,
66.67,
30.23,
2.25,
67.44,
64.71,
67.65,
6.17,
4.44,
13.48,
23.33,
11.11,
61.54,
62.5,
53.33,
52.63,
52.11,
56.67,
17.33,
16.67,
18.6,
17.14,
20,
88.33,
77.78,
77.78,
9.17,
9.17,
9.17,
9.17,
64,
69.77,
26.19,
26.19,
73.91,
0,
26.47,
26.47,
26.47,
75,
75,
100,
100,
100,
1.99,
14.29,
50,
32.14,
60.71,
17.86,
73.33,
68.97,
28.36,
39.22,
7.03,
38.81,
6.4,
2.35,
1.32,
1.99,
0,
7.86,
82.14,
85.71,
57.33,
67.39,
65.22,
67.39,
67.39,
56,
56,
0,
0,
0,
0,
0,
0,
0,
0,
75,
75,
75,
75,
100,
74.29,
74.29,
100,
100,
75,
100,
66.67,
66.67,
66.67,
29.41,
67.39,
45.83,
54.76,
54.76,
7.14,
4,
10,
14.67,
12,
13.33,
12.67,
12,
14,
14,
4.9,
4.9,
0,
46.67,
33.33,
31.11,
28.89,
34.01,
31.97,
33.33,
31.97,
31.97,
31.97,
80.77,
80.77,
81.48,
81.25,
81.48,
82.76,
82.14,
83.33,
78.57,
76.6,
82.14,
75,
75,
75,
100,
75,
100,
75,
75,
100,
100,
67.86,
51.02,
51.02,
55.1,
46.46,
44.44,
52.53,
60.71,
57.14,
60.71,
57.14,
60.71,
57.14,
53.57,
57.14,
80,
90.62,
85.19,
80.77,
87.88,
76.67,
87.5,
80,
90.32,
80.36,
14.67,
14,
12.67,
14.1,
12.67,
33.33,
33.33,
33.33,
33.33,
6.67,
33.33,
33.33,
33.33,
65.71,
65.71,
65.71,
57.14,
0,
3.57,
0,
27.03,
63.64,
51.52,
51.52,
75,
54.93,
54.93,
56.34,
56.34,
78.95,
0.89,
0.89,
5.33,
1.67,
45.45,
39.39,
47.44,
48.72,
7.14,
2.86,
71.15,
71.15,
71.15,
100,
59.26,
59.26,
59.26,
25,
25.74,
22.64,
75,
73.85,
36.28,
36.28,
36.47,
57.69,
52.56,
51.02,
51.02,
26.67,
29.41,
33.82,
37.5,
38.24,
33.82,
51.2,
33.33,
33.33,
33.82,
76,
72,
72,
72,
68,
68,
7.32,
6.2,
6.48,
6.76,
6.48,
32.14,
60,
72,
72,
100,
100,
100,
57.89,
54.39,
53.12,
50,
54.69,
57.81,
25.17,
23.74,
75,
75,
75,
75,
75,
75,
75,
40,
20,
70.49,
75,
23.44,
65.52,
6.61,
14.06,
18.18,
40,
38.6,
22.22,
46.67,
38.03,
94.44,
100,
15.87,
3.33,
3.33,
6.67,
5,
11.2,
13.6,
9.6,
6.4,
10.32,
4.13,
8.2,
8.2,
1.54,
16.15,
4.17,
16.67,
12.92,
4.07,
5.69,
6.5,
0,
12.8,
48.48,
48.48,
71.05,
40,
26.15,
23.44,
23.44,
64.29,
76.67,
78.57,
67.5,
20.77,
65,
73.33,
20,
65,
65,
18.75,
25,
80.95,
88.33,
86.67,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
17.86,
10,
100,
0,
23.44,
25,
23.44,
65.62,
15.79,
12.5,
11.67,
70,
70,
31.43,
26.47,
13.33,
11.76,
12.5,
62.79,
62.79,
67.44,
62.79,
69.77,
62.79,
67.44,
67.44,
62.79,
49.12,
34.21,
58.7,
35.09,
47.37,
49.12,
43.86,
42.98,
29.6,
36,
33.6,
33.6,
60,
30.4,
32,
36,
36,
7.14,
46.88,
7.14,
30.56,
50,
50,
42.86,
41.03,
20,
20,
9.32,
5.51,
8.47,
47.22,
42.11,
5.88,
58.97,
58.97,
16.67,
10.34,
10.34,
10.34,
47.22,
47.22,
6.45,
23.08,
20,
33.33,
52.78,
52.78,
10,
10,
47.22,
42.11,
42.86,
42.11,
42.11,
30.77,
26.47,
3.12,
53.66,
52.38,
52.38,
8,
47.06,
71.43,
28.57,
28.57,
14.29,
10,
22.73,
47.22,
50,
45.71,
45,
40,
34.29,
39.39,
21.21,
6.67,
15.15,
21.21,
40,
56.67,
56.67,
56.67,
56.67,
53.33,
47.22,
6.25,
27.78,
23.53,
27.78,
27.78,
35.9,
27.27,
36.11,
85.71,
28.7,
78.05,
53.78,
85.71,
66.67,
82.14,
20,
19.61,
19.22,
30.34,
30.77,
28.85,
28.85,
28.85,
28.85,
28.85,
17.61,
18.75,
23.44,
17.19,
27.91,
29.07,
28.82,
27.91,
27.91,
3.57,
3.57,
4.55,
4.98,
5.34,
6.76,
12.92,
8.54,
6.05,
7.83,
5.34,
5.34,
13.93,
44,
5.42,
5.36,
5.21,
5.34,
6.05,
4.98,
75,
62.5,
62.5,
62.5,
57.5,
35.29,
52.94,
17.65,
42.14,
7.07,
15.15,
15.15,
23.53,
53.1,
53.1,
54.87,
53.98,
51.33,
46.9,
52.63,
52.63,
52.94,
52.94,
54.39,
49.12,
0,
8.79,
100,
92.86,
100,
86.49,
82.05,
92.86,
100,
100,
90.24,
90.24,
68.18,
78.57,
90.24,
87.5,
94.74,
85,
85.37,
89.74,
87.8,
100,
100,
63.16,
73.33,
93.33,
64.29,
85.37,
57.14,
90.24,
100,
94.44,
72.5,
63.16,
52.5,
100,
90.24,
92.31,
90.24,
92.31,
90.24,
92.31,
89.74,
71.43,
82.05,
76.32,
80,
100,
0,
18.24,
18.82,
2.5,
6.25,
57.14,
57.14,
42.86,
76.67,
57.14,
12.94,
12.94,
12.94,
12.94,
13.53,
14.12,
12.94,
9.41,
16.47,
14.12,
7.65,
19.41,
12.35,
18.24,
18.82,
15.88,
18.24,
17.06,
17.65,
12.78,
4.85,
7.49,
11.89,
14.54,
14.54,
17.18,
9.1,
18.02,
13.33,
13.73,
0,
28.24,
5.67,
15.6,
60,
16.4,
16.61,
60,
62.86,
20,
20,
80,
20,
55,
20,
20,
65,
55,
55,
10,
18.75,
65,
74,
76.67,
20,
80,
25,
43.75,
31.25,
12.5,
64,
64,
58,
60,
72,
72,
56,
72,
25,
43.53,
46.25,
37.78,
15,
34.65,
35.24,
31.67,
34.55,
4.85,
4.85,
4.85,
4.85,
13.22,
14.24,
13.56,
19.49,
28.57,
57.14,
17.86,
42.35,
45.07,
42.35,
3.57,
36.61,
46.15,
22,
93.33,
92.86,
60,
40,
84,
78.57,
75,
78.57,
78.57,
47.5,
47.5,
33.33,
45,
30,
10,
10,
20,
84,
45,
45,
45,
45,
45,
78.26,
54.84,
10,
17.86,
28.57,
50,
72,
72,
78.26,
70,
10,
12.5,
5,
72,
3.38,
4.65,
7.5,
5,
5,
88.33,
21.88,
21.88,
21.88,
67.5,
85.45,
69.7,
61.11,
6.56,
75,
75,
13.27,
13.27,
15.04,
7.08,
8.85,
16.81,
15.04,
14.17,
42.86,
72.73,
11.29,
9.68,
10.48,
14.16,
62.26,
58.9,
54.72,
67.86,
68.57,
68.57,
19.47,
4.23,
5.31,
11.43,
9.39,
5.88,
3.53,
2.35,
6,
4.44,
14.12,
9.6,
3.33,
9.84,
12.39,
11.5,
4.17,
3.42,
11.2,
15.38,
16.15,
14.62,
7.34,
7.91,
7.34,
7.34,
3.85,
20,
0,
6.96,
28.57,
14.17,
11.03,
13.27,
8.86,
2.94,
0,
10.62,
14.29,
3.57,
21.33,
45.33,
32,
20,
7.1,
22.5,
53.6,
53.57,
64.29,
64.29,
64.29,
53.57,
53.57,
53.57,
53.57,
53.57,
53.57,
53.6,
64.91,
64.91,
67.86,
67.86,
13.04,
37.78,
32,
20,
100,
100,
93.33,
56.1,
56.1,
56.1,
57,
59.26,
55.56,
55.56,
55.56,
8.75,
2.65,
25.88,
25.88,
25.88,
25.88,
25.88,
60.71,
60.71,
92.86,
60.71,
60.71,
58,
31.3,
76.9,
45.4,
70,
72.22,
66.67,
58.33,
94.5,
68.5,
70.2,
92.11,
93.33,
67.65,
0,
85.71,
75,
93.75,
87.5,
79.49,
100,
11.25,
13.75,
12.92,
14.17,
10.83,
88.89,
92.31,
92.11,
67.65,
100,
93.75,
73.68,
100,
78.95,
100,
11.83,
10.42,
14.65,
13.24,
13.8,
0,
10.99,
73.33,
7.5,
21.43,
75,
87.5,
82.5,
29.41,
4.13,
0,
66.67,
80,
0,
0,
0,
73.33,
0,
21.43,
63.16,
11.67,
12.5,
8.75,
65,
21.21,
62.5,
65,
50,
3.57,
86.05,
86.84,
82.93,
93.33,
80,
90.24,
0,
13.75,
74.29,
57.5,
3.57,
13.75,
13.75,
7.92,
0.83,
12.5,
32.14,
71.43,
14.13,
53.57,
73.33,
74.29,
53.57,
0,
0,
67.74,
73.33,
26.67,
11.67,
11.25,
0,
25.37,
22.39,
27.94,
23.88,
25.37,
20.9,
24.64,
25.37,
23.88,
22.39,
20.29,
25.84,
22.39,
28.36,
22.39,
25.37,
26.87,
26.87,
22.39,
22.39,
7.5,
7.5,
7.5,
46.02,
66.67,
60,
73.33,
76.92,
76.92,
62.5,
62.5,
60.47,
39.47,
68.29,
50,
51.28,
48.84,
62.79,
53.49,
46.51,
0,
0,
0,
71.43,
71.79,
72.5,
40,
43.33,
30,
40,
23.33,
26.67,
53.33,
65,
50,
53.33,
56.67,
45.61,
52.63,
70.69,
67.5,
67.5,
67.5,
50,
65,
80,
85,
16.67,
12.5,
11.67,
4.17,
12.92,
0.83,
11.67,
92.5,
87.5,
72,
72.86,
70.67,
67.5,
0.42,
7.94,
8,
80,
70,
82.5,
62.5,
65,
85,
67.86,
14.29,
17.86,
14.29,
14.29,
17.86,
93.33,
93.33,
14.29,
17.86,
17.86,
57.58,
26.67,
40,
46.81,
54.84,
83.33,
67.86,
39.29,
42.86,
57.14,
42.86,
67.86,
67.86,
82.14,
64.29,
67.86,
60,
70.97,
75,
86.84,
60.47,
45.71,
26.67,
9.58,
0,
0,
10.42,
11.25,
11.25,
11.39,
11.39,
9.7,
0,
4.17,
12.5,
0,
71.88,
100,
55,
44.83,
25,
17.86,
28.57,
28.57,
73.08,
50,
53.33,
21.43,
73.53,
100,
83.33,
75,
92.5,
79.49,
100,
93.75,
65,
65.71,
75,
16.67,
23.81,
28.57,
28.57,
0,
70.59,
69.7,
55.81,
58.14,
83.33,
83.33,
70,
92.5,
79.49,
100,
93.75,
50,
82.14,
93.75,
65.71,
55.81,
75,
67.5,
31.03,
25,
78.57,
73.08,
58.82,
21.43,
3.57,
21.43,
21.43,
3.57,
3.57,
7.14,
7.14,
0,
0,
14.29,
35.14,
51.35,
56.76,
56.76,
54.05,
45.95,
56.2,
10.7,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
0,
0,
3.57,
0,
0,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
7.14,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
6.67,
69.64,
69.64,
50,
50,
50,
50,
50,
54.6,
16.67,
23.33,
3.64,
21.88,
5,
5.41,
5.4,
0,
0,
5.58,
5.6,
0,
0,
13.08,
0,
0,
0,
5.6,
0,
0,
5.8,
0,
5.2,
20,
0,
5.35,
0,
12.96,
0,
9.86,
7,
5.56,
6.97,
7.07,
0,
7.66,
4.58,
5.35,
12.96,
13.01,
13.53,
13.08,
13.33,
9.84,
13.17,
0,
6.2,
0,
10.76,
13.17,
11.75,
4.27,
5.35,
11.27,
11.83,
4.23,
1.11,
5.07,
5.2,
5.07,
6.46,
12.3,
12.39,
11.55,
12.96,
5.07,
5.07,
4.51,
8.25,
12.35,
1.03,
7.61,
12.26,
0.21,
10.99,
12.68,
4.23,
5.5,
0,
7.67,
6.76,
7.67,
11.1,
7.61,
0.85,
5.07,
5,
5,
12.47,
5.5,
7.61,
5.07,
0,
13.09,
9.01,
11.67,
8.45,
7.5,
5.2,
12.92,
5.07,
5.25,
10.42,
0.54,
16.7,
42.2,
73.02,
71,
51.61,
88.89,
95.83,
0,
45.61,
43.86,
44.71,
7.6,
53.33,
53.33,
53.33,
60,
56.67,
63.33,
60,
56.67,
60,
60,
60,
60,
63.33,
63.33,
63.33,
60,
63.33,
60,
63.33,
63.33,
60,
66.67,
60,
60,
60,
63.33,
63.33,
60,
60,
17.57,
17.57,
20,
17.57,
20,
20,
62.86,
52.5,
61.54,
61.54,
55.56,
60.71,
61.9,
6.25,
3.33,
1.79,
0,
0,
6.15,
2.5,
5.56,
64.29,
85.71,
85.71,
78.57,
88.1,
89.29,
85.71,
80.95,
80.95,
80.95,
80.95,
20,
13.75,
100,
76.19,
71.43,
76.2,
76.19,
76.19,
71.43,
76.19,
76.19,
76.2,
100,
100,
100,
100,
100,
100,
55,
100,
100,
46.15,
70.97,
75,
80.95,
80.95,
80.95,
100,
100,
17.86,
38.24,
75,
75,
66.67,
66.67,
66.67,
66.67,
66.67,
66.67,
0,
66.67,
75,
62.9,
62.9,
57.1,
0,
73.1,
33.6,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
77.59,
75,
71.43,
75,
75,
75,
75,
75,
60,
80,
0,
0,
1.79,
1.79,
1.79,
1.79,
0.4,
40,
3.53,
3.53,
3.53,
3.53,
5.88,
69.9,
67.86,
71.93,
67.86,
55.56,
57.65,
75,
66.67,
54.12,
51.76,
32,
12.5,
0,
2.22,
3.33,
6.92,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
35.29,
23.53,
32.35,
32.35,
50,
36.84,
5.45,
76.79,
76.79,
76.79,
76.79,
42.22,
81.5,
54.76,
61.9,
61.9,
61.9,
61.9,
61.9,
61.9,
45.24,
59.52,
59.52,
52.38,
67.86,
71.43,
80.95,
52.38,
66.67,
57.14,
4.58,
4.58,
4.58,
4.58,
10.42,
10.42,
10.42,
10,
4.58,
4.58,
4.58,
3.33,
6.67,
23.49,
50.88,
52.63,
46.88,
50.88,
50.44,
57.89,
48.89,
44.44,
46.67,
51.11,
71.43,
43.86,
27.4,
25,
25,
52.5,
50,
58.44,
25.4,
24.06,
24.44,
55.84,
57.14,
55.71,
51.56,
50,
56.14,
54.39,
64.91,
66.67,
61.4,
54.87,
47.92,
47.92,
47.92,
26.4,
64.91,
47.92,
18,
19.85,
23.53,
55.75,
52.21,
49.49,
53.06,
48.98,
54,
64.52,
65,
26.19,
33.33,
22.62,
72.73,
72.73,
72.73,
80,
71.43,
82.86,
80,
6.1,
54.12,
31.43,
31.43,
31.43,
0.6,
71.93,
83.33,
83.33,
88.89,
83.33,
71.93,
71.93,
71.93,
71.93,
83.33,
71.93,
73.33,
86.05,
83.33,
83.33,
88.89,
92.86,
92.86,
69.23,
83.33,
92.86,
83.33,
83.33,
88.89,
94.12,
83.33,
83.33,
83.33,
83.33,
88.89,
83.33,
83.33,
83.33,
83.33,
76.47,
83.33,
83.33,
51.32,
22.64,
43.62,
80.43,
76.67,
98.82,
90.91,
80,
80,
48.65,
48.6,
60,
40,
6.67,
45.95,
48.65,
57,
45.95,
43.24,
48.65,
48.65,
48.65,
48.65,
45.95,
48.65,
43.24,
48.65,
60,
48.65,
44.44,
43.24,
3.57,
48.65,
45.95,
47.22,
66.67,
30,
26.67,
20,
38.24,
51.35,
47,
30,
3.33,
10,
20,
40,
46.67,
6.67,
0,
20,
43.24,
47,
84.44,
92,
92,
92,
66.67,
72.73,
58.82,
72.73,
67.74,
72.73,
59.52,
59.52,
59.52,
59.52,
59.52,
59.52,
58.82,
58.82,
58.82,
57.14,
83.93,
83.93,
0,
5.36,
0,
0,
2.53,
2.53,
0,
6.38,
4.07,
3.13,
25.71,
8.57,
38.57,
10,
28.91,
14.39,
25,
38.57,
12.86,
6.67,
6.67,
9.38,
30,
26.67,
20,
6.67,
3.57,
13.33,
65.79,
65.79,
63.16,
71.67,
3.57,
10.71,
3.57,
3.57,
10.71,
3.57,
3.57,
100,
70.18,
66.2,
60.56,
64.79,
77.42,
77.42,
63.3,
64.91,
64.91,
60,
73.33,
63.33,
60,
73.33,
66.67,
66.67,
66.67,
63.33,
69.57,
64.91,
64.91,
64.91,
66.2,
63.04,
62.96,
73.33,
34.03,
33.33,
34.03,
63.33,
32.14,
32.14,
33.33,
33.33,
69.57,
45.59,
45.59,
45.59,
45.59,
72,
76,
64,
66.67,
60,
66.3,
64.79,
67.57,
66.2,
66.2,
64.79,
67.61,
46.15,
46.91,
64.29,
80.77,
75,
75,
12.39,
12.39,
14.29,
54.55,
63.33,
42.86,
35.71,
75,
81.25,
66.67,
63.33,
63.33,
35.71,
65.38,
71.83,
55.77,
72.94,
70.49,
64.8,
100,
51.28,
48.75,
75,
55.56,
67.86,
70.59,
51.67,
68.42,
71.43,
64.71,
80,
56.64,
49.3,
48.28,
49.14,
47.89,
66.67,
68.42,
66.67,
48.74,
60,
74.07,
73.08,
68.75,
68.75,
52.56,
48.1,
52.83,
49.3,
16.67,
33.33,
33.33,
20,
33.33,
33.33,
17.78,
50,
50,
55.56,
53.33,
48.89,
51.06,
40,
46.43,
42.9,
52.38,
52.38,
39.29,
50,
40.54,
52.5,
54.76,
50,
51.16,
50.88,
53.6,
61.7,
28.24,
66.9,
0,
75,
75,
75,
59.09,
60,
60,
57.14,
60,
58.33,
55,
55,
58.33,
0,
16.67,
10.2,
0.89,
3.57,
17.71,
17.74,
2.96,
26.67,
70,
70,
70,
70,
0,
53.33,
0,
1.69,
1.69,
48.39,
77.5,
5.42,
44.19,
44.19,
44.19,
48.39,
49.41,
8.33,
46.15,
48.39,
14.29,
57.14,
48.48,
40,
42.86,
40,
11.5,
48.39,
35.71,
3.57,
54.17,
54.17,
0,
85.71,
0,
5.88,
25.38,
53.57,
50,
3.57,
7.14,
10.71,
21.43,
10.71,
48,
48,
28.57,
25,
13.33,
20,
20,
20,
47.62,
12.9,
3.57,
10.71,
0,
62.16,
16.43,
16.43,
46.43,
0.85,
12.4,
45.71,
0,
0,
12.4,
92.86,
92.86,
82.86,
96.43,
57.14,
57.14,
42.86,
57.14,
92.86,
92.86,
93.3,
96.43,
93.33,
90,
90,
90,
90,
90,
90,
56.67,
63.33,
60,
93.33,
93.33,
93.33,
60,
46.67,
53.33,
0,
0,
52.94,
55.6,
5,
5,
4.42,
4.42,
3.54,
3.54,
4.42,
5.83,
5,
5,
5.42,
10.4,
11.8,
57.4,
60.71,
60.71,
60.71,
53.57,
60.71,
60.71,
60.71,
60.71,
60.71,
60.71,
60.71,
61.5,
62.7,
51.2,
61.1,
64.7,
64,
51.2,
64,
65.4,
19,
65.4,
67.9,
23,
64,
69.2,
65,
66.7,
63.3,
66.7,
66.7,
66.7,
46.51,
57.8,
66.5,
65.3,
60.1,
61,
67.3,
74.2,
65.4,
65.4,
70.8,
64.2,
0,
20,
20,
23.33,
20.93,
20,
22,
20,
23.33,
21.43,
20,
20,
20,
20,
23.33,
20,
9.5,
10.3,
10.3,
9.5,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
26.67,
14.29,
26.67,
4.52,
26.67,
26.67,
26.67,
17.4,
26.67,
26.67,
17.4,
17.4,
27.7,
17.4,
17.4,
26.67,
26.67,
26.67,
26.67,
17.4,
17.3,
26.67,
26.67,
14.29,
17.4,
17.4,
17.4,
26.67,
26.67,
14.29,
14.29,
28,
14.29,
14.29,
26.67,
13.7,
26.67,
85.8,
18.57,
18.57,
22.86,
1.79,
2.54,
80,
86.67,
86.67,
18.18,
7.14,
100,
100,
87.5,
93.75,
87.5,
87.5,
87.5,
87.5,
93.33,
93.75,
87.5,
90.62,
87.5,
93.33,
92.86,
87.5,
87.5,
100,
93.33,
93.33,
94.44,
94.44,
94.44,
87.5,
93.33,
94.44,
83.33,
94.44,
93.33,
92.86,
87.5,
87.5,
94.44,
94.44,
87.5,
100,
100,
87.5,
87.5,
93.33,
90.62,
90.62,
93.33,
94.44,
88.89,
94.44,
94.44,
88.89,
94.44,
87.5,
87.5,
90.62,
94.44,
94.44,
94.44,
89.47,
92.68,
92.5,
16.67,
4.65,
80.95,
19.23,
75,
94.12,
72.73,
75.76,
72.73,
72.73,
95,
94.44,
94.12,
94.12,
100,
94.44,
100,
94.44,
75,
26.67,
26.67,
45.71,
6.67,
54.17,
41.67,
63.64,
58.33,
60,
50,
63.64,
63.64,
58.33,
72.73,
0,
0,
40,
0,
40,
66.67,
40,
55.56,
0,
0,
28.57,
28.57,
28.57,
25,
33.33,
33.33,
0,
40,
44.44,
0,
50,
66.67,
57.14,
0,
40,
50,
20.35,
17.06,
16.47,
18.57,
20,
19.55,
51.61,
50,
100,
100,
80,
0,
18.1,
65.79,
60.53,
65.79,
65.79,
63.64,
36.67,
76.67,
38.46,
65.79,
65.79,
65.79,
65.79,
65.79,
65.79,
65.79,
61.29,
57.14,
64.86,
64.86,
13.08,
26.87,
17.46,
3.61,
13.48,
23.33,
6.17,
4.49,
4.71,
3.61,
3.61,
12.79,
20.45,
4.71,
4.4,
21.51,
10.98,
7.14,
18.95,
14.86,
3.85,
13.48,
8.43,
22.35,
8.33,
4.6,
6.98,
13.33,
6.17,
15.38,
10.99,
13.79,
6.02,
5.65,
9.24,
6.25,
14.78,
17.46,
14.56,
13.51,
11.37,
14.05,
7.2,
7.27,
16.29,
16.15,
15.93,
12.68,
16.32,
7.48,
10.26,
23.33,
12.79,
4.6,
13.48,
6.17,
11.11,
5.95,
7.23,
4.21,
12.5,
5.88,
9.52,
13.95,
13.25,
10.59,
5.62,
13.51,
4.71,
18.48,
4.05,
5.13,
4.71,
27.48,
8.43,
17.78,
8.33,
28.12,
27.6,
18.83,
4.42,
14.29,
16.46,
3.75,
14.29,
7.23,
18.38,
16.57,
5.1,
22.03,
19.25,
17.12,
16.3,
20.44,
15.56,
13.33,
13.48,
11.56,
7.23,
14.77,
4.39,
21.25,
11.88,
18.83,
16.4,
7.38,
17.32,
5,
5.62,
10.84,
16.13,
4.55,
8.14,
4.82,
12.94,
1.3,
15.71,
16.11,
12.32,
26.29,
17.39,
8.06,
13.95,
7.38,
13.25,
16.3,
27.6,
26.29,
4.42,
4.71,
9.43,
17.05,
7.45,
8.24,
29.36,
6.1,
16.28,
14.12,
10.42,
18.81,
22.18,
20.83,
17.35,
18.32,
20.5,
19.8,
11.21,
13.09,
17.6,
20.3,
17.84,
20.08,
7.23,
17.96,
7.23,
12.5,
13.48,
21.05,
14.11,
16.93,
17.99,
20.11,
5.08,
5,
6.72,
16.22,
19.63,
18.35,
14.86,
13.48,
6.17,
11.11,
12.79,
13.79,
15.05,
9.47,
9.48,
18.06,
15.56,
6.14,
3.66,
4.12,
4.07,
4.71,
10.67,
10.76,
7.29,
5.95,
11.36,
0,
74.42,
74.42,
92.86,
10.6,
2.17,
2.17,
14.86,
14.86,
14.86,
14.86,
14.86,
14.86,
50,
70.97,
70.97,
72.41,
16.67,
70.91,
67.27,
63.64,
5.36,
11.1,
11.11,
20.35,
3.48,
50.7,
47.89,
46.48,
50.7,
47.37,
33.65,
40.62,
46.88,
42.19,
46.88,
43.75,
47.76,
47.76,
49.12,
45.1,
62.86,
65.71,
64,
62.86,
62.86,
0.1,
38.05,
37.17,
38.05,
44.23,
37.29,
39.6,
24.39,
14.9,
8.06,
6.45,
6.45,
6.45,
8.2,
32.8,
32.14,
6.47,
50.91,
10.57,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
67.86,
67.86,
67.86,
75,
67.86,
67.86,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
73.21,
75,
75,
73.21,
73.21,
75,
75,
67.86,
62,
0,
0,
0,
2.2,
2.2,
3.57,
3.53,
0,
11.2,
15.21,
15.21,
38.46,
25,
60,
15.38,
15.38,
23.08,
15.38,
43.75,
23.08,
53.85,
15.38,
18.75,
6.3,
15.38,
53.85,
76.67,
10,
8.33,
8.6,
8,
12.12,
11.67,
8.33,
6.67,
7.2,
6.67,
6.67,
2.63,
0.7,
4.12,
1.41,
4.23,
1.41,
1.41,
2.11,
2.11,
1.75,
0.7,
71.43,
72.86,
72.86,
73.21,
67.19,
68.33,
76.79,
75,
76.79,
72.86,
65.71,
70,
72.86,
71.43,
76.79,
72.86,
74.29,
75.71,
71.43,
71.43,
71.43,
71.43,
67.14,
66.07,
47.79,
25,
10.03,
10.03,
10.03,
10.03,
10.03,
43.86,
48.15,
14.29,
6.67,
66.67,
48.84,
6.67,
7.14,
3.57,
3.57,
3.57,
7.14,
3.57,
3.57,
0,
0,
10.53,
6.67,
9.52,
3.57,
0,
10.53,
0,
0,
18.84,
19.82,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
6.67,
3.57,
52.38,
20,
3.57,
3.57,
3.57,
3.57,
20,
12.14,
8.57,
14.29,
3.23,
4.84,
3.23,
30.3,
32.35,
20,
50,
57.14,
16.67,
21.88,
13.93,
42.86,
40,
11.29,
19.53,
19.53,
11.29,
15.57,
17.19,
18.75,
18.75,
12,
17.69,
19.23,
17.69,
17.69,
13.93,
15.38,
12.28,
12.5,
12.3,
19.23,
12.5,
12.5,
16.67,
12.5,
1.67,
1.67,
15.71,
15.71,
3.33,
3.33,
3.33,
3.33,
7.2,
12.15,
2.5,
17.86,
5,
13.6,
16.92,
13.6,
13.6,
7.2,
9.6,
9.6,
8,
6.4,
9.09,
9.03,
9.3,
3.33,
4.13,
6.56,
18.18,
18.18,
6.56,
23.53,
3.33,
23.53,
3.31,
5.69,
3.31,
32.14,
30.3,
30.3,
25,
33.33,
1.67,
3.08,
3.08,
0,
0,
0,
21.21,
4.13,
4.17,
18.75,
18.75,
32.14,
3.57,
65,
65,
18.75,
65,
18.75,
57.89,
65,
65,
57.89,
52.63,
65,
80.95,
90,
40,
0,
0,
10,
73.33,
66.67,
17.6,
16,
16,
17.6,
14.4,
12.15,
16.8,
12.8,
12.8,
9.32,
15.2,
0,
92.31,
88.89,
12.15,
12.15,
16.92,
16.26,
20.33,
7.32,
8.13,
50,
50,
70.49,
100,
60,
60,
57.14,
66.67,
55.56,
71.43,
57.14,
50,
60.53,
50,
70,
66.67,
74.42,
87.5,
17.86,
17.86,
17.86,
76.67,
76.67,
17.86,
71.43,
72.73,
72.73,
72.73,
81.82,
41.59,
77.5,
0,
0,
33.33,
6.67,
11.76,
0,
0.84,
15.83,
13.75,
0,
10.42,
7.32,
8.13,
3.33,
10,
29.41,
30,
33.33,
13.33,
6.67,
25,
9.38,
4.17,
18.58,
23.53,
29.41,
14.29,
18.46,
12.5,
0,
0,
0,
10.71,
66.67,
80,
16.67,
7.38,
80,
45.61,
2.22,
10.83,
10.83,
3.57,
3.57,
3.57,
1.79,
5.36,
3.57,
41.86,
41.86,
3.57,
3.57,
3.57,
0,
0,
0,
0,
9.41,
9.41,
17.06,
17.06,
11.67,
0,
12.15,
12.15,
7.2,
12.39,
14.65,
0.28,
12.96,
13.52,
13.52,
12.96,
17.86,
46.67,
60,
75,
42.5,
74.51,
83.7,
74.51,
83.7,
88.11,
21.43,
21.43,
21.43,
17.86,
37.14,
37.14,
29.41,
51.52,
51.52,
54.55,
0,
72.97,
0,
0,
5.31,
0,
0,
0,
68.97,
10.71,
13.33,
7.92,
8.33,
7.5,
12.92,
87.1,
3.57,
12.14,
9.29,
12.14,
12.14,
15.71,
17.14,
9.29,
13.75,
0,
0,
8.05,
0,
0.41,
75,
71.43,
71.43,
75,
33.33,
25,
77.97,
83.33,
9.33,
9.33,
6,
4.67,
70.97,
68.29,
59.46,
70.73,
65.71,
0,
73.21,
75,
46.15,
18.75,
18.75,
36.11,
17.86,
74.07,
12.5,
67.74,
70.59,
63.33,
63.64,
69.7,
62.5,
73.53,
18.18,
94.12,
68.97,
68.97,
72.5,
75,
88.33,
20,
80,
63.64,
60,
0,
25,
25,
14.06,
21.88,
40,
38.57,
13.33,
10,
6.36,
3.85,
0,
0,
0,
23.53,
12.08,
12.08,
12.92,
7.5,
67.5,
1.25,
72.73,
7.5,
7.5,
3.57,
3.57,
0,
0,
78,
0,
0,
0,
0,
54.55,
71.05,
16.92,
5,
5,
20,
25,
70,
70,
7.2,
9.6,
3.33,
9.84,
13.85,
10,
19.23,
14.62,
15.38,
14.62,
21.43,
77.5,
75.71,
13.33,
100,
100,
100,
82.86,
10.48,
11.29,
13.33,
3.75,
4.17,
3.54,
4.42,
4.42,
5.42,
5.31,
3.33,
6.67,
3.33,
3.33,
3.33,
6.67,
0.42,
7.59,
50,
50,
52.08,
51.28,
29.23,
52.46,
25.37,
41.79,
29.85,
27.69,
29.23,
33.85,
23.08,
29.23,
24.62,
28.17,
33.85,
32.31,
24.62,
27.69,
30.77,
21.54,
23.08,
24.62,
13.28,
18.75,
18.75,
23.08,
24.62,
23.08,
27.69,
27.69,
24.62,
24.62,
27.69,
15.79,
7.14,
18.75,
90.62,
65,
33.33,
34.01,
68,
76,
72,
72,
72,
60,
72,
75,
73.85,
18.75,
57.14,
16.67,
50,
71.43,
18.57,
0,
0,
0,
45.61,
3.57,
1.79,
3.57,
3.57,
3.57,
3.57,
3.57,
12.14,
53.57,
0,
3.33,
4.42,
4.42,
5.31,
5.26,
21.14,
13.33,
67.86,
60.71,
53.57,
21.88,
21.88,
55.26,
60,
3.31,
3.57,
0,
3.57,
0,
0,
0,
11.3,
11.02,
0,
10.16,
80,
17.65,
68.97,
29.17,
11.43,
15.71,
66.67,
8.33,
12.92,
16.25,
73.81,
10,
13.33,
14,
14,
12.67,
76.92,
0,
0,
0,
29.33,
29.17,
75,
0.41,
0.41,
75,
71.43,
71.43,
75,
25.88,
47.06,
0,
0,
0,
77.97,
31.97,
13.84,
13.84,
5.36,
70.97,
73.21,
73.21,
75,
18.75,
18.75,
36.11,
21.43,
67.74,
70.59,
63.33,
63.64,
62.5,
73.53,
69.44,
94.12,
41.86,
68.97,
53.57,
68.75,
21.74,
1.75,
1.75,
11.76,
25,
39.29,
0,
32.89,
23.53,
24.1,
25,
22.62,
22.62,
22.62,
4.6,
7.14,
29.41,
26.4,
45.59,
80.95,
0,
0,
0,
0,
10.83,
6.67,
77.5,
0,
78.57,
78.57,
78.57,
78.57,
7.14,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
69.64,
69.64,
45,
42.5,
67.5,
62.5,
71.88,
71.88,
77.78,
23.33,
3.51,
3.51,
0,
0,
0,
0,
0,
0,
0,
11.1,
71.43,
64.29,
57.14,
71.43,
64.29,
64.29,
67.86,
67.86,
67.65,
70.59,
67.65,
67.65,
67.86,
64.29,
71.4,
64.29,
64.29,
71.43,
60.71,
60.71,
64.29,
66.67,
67.86,
57.14,
71.43,
64.29,
67.86,
64.29,
64.29,
67.86,
64.29,
75,
82.14,
69.57,
69.57,
69.57,
66.67,
1.82,
0,
42.86,
22.5,
3.33,
3.33,
6.67,
10.83,
11.25,
5,
5,
5.42,
5,
11.25,
5.31,
4.42,
4.42,
3.57,
2.08,
80.95,
82.35,
70,
82.5,
79.49,
82.05,
93.33,
76.19,
82.5,
82.35,
71.43,
4.2,
50,
20,
20,
53.33,
90,
43.33,
12.94,
100,
100,
76.19,
76.19,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
19.18,
64.29,
64.29,
64.29,
64.29,
57.14,
38.3,
60.71,
67.86,
64.29,
62.96,
53.85,
78.26,
53.85,
57.14,
64.29,
64.29,
67.86,
64.29,
57.14,
57.14,
64.29,
57.14,
60.71,
60.71,
57.14,
64.29,
60.71,
60.71,
60.71,
64.29,
57.14,
57.14,
60.71,
57.14,
60.71,
64.29,
64.29,
57.14,
57.14,
56,
64.29,
84.9,
76.67,
76.67,
66.67,
77.78,
0,
77.78,
6.25,
6.25,
6.25,
6.25,
6.25,
9.38,
3.57,
9.38,
9.38,
6.25,
6.25,
7.14,
7.14,
7.14,
6.25,
6.25,
6.25,
8.11,
5.41,
5.36,
7.14,
7.14,
7.14,
27.63,
1.79,
7.58,
7.58,
7.58,
6.06,
6.25,
7.14,
7.58,
9.38,
7.14,
7.14,
7.14,
6.25,
7.14,
6,
8,
6,
8.93,
7.14,
25.88,
8.85,
8.11,
17.3,
57.14,
83.33,
78.57,
25,
61.54,
64.29,
57.14,
89.29,
14.29,
67.86,
14.29,
40,
35.71,
42.86,
53.57,
75,
70,
10.83,
10.83,
10.83,
9.17,
5.42,
12.5,
11.67,
0,
0,
0.89,
54.74,
58.95,
47.37,
53.57,
48,
53.49,
53.49,
54.29,
54.39,
0,
50,
59.38,
0,
6.67,
10,
33.33,
36.67,
32.14,
28.57,
21.43,
21.43,
11.11,
48.48,
48.48,
69.23,
53.57,
53.57,
50,
46.43,
18.75,
18.75,
18.75,
18.75,
57.14,
5.9,
81.2,
80,
73.91,
72.22,
69.7,
70,
69,
69,
66.7,
83.3,
71.4,
71.4,
81.6,
84.4,
81.5,
81.5,
78.6,
71.43,
66.7,
81.4,
81.4,
82.6,
70,
82.61,
82.61,
69,
70.69,
71.67,
75,
53.06,
85.2,
60,
77.1,
54.5,
65.7,
44.83,
44.83,
70.27,
45.28,
52,
47.37,
67.35,
78.6,
84.6,
75.56,
82.61,
71.4,
81.2,
85.2,
52.63,
66.67,
64,
64.5,
35,
72,
69.44,
75,
60,
44.44,
36,
41.67,
50,
33.33,
47.5,
48.98,
45.24,
50,
42.86,
63.16,
1.79,
0,
4.46,
1.79,
5.36,
4.46,
6.9,
24.8,
29.2,
100,
100,
100,
100,
0.5,
73.21,
75,
1.7,
73.33,
44.44,
17.86,
22.86,
2.22,
22.14,
4.32,
2.85,
11.43,
15.8,
2.22,
23.57,
18.57,
3.33,
2,
10,
11,
10,
11.18,
4.71,
2.5,
4.5,
8,
12,
10.57,
8.29,
16.29,
11,
14,
9.43,
11,
8.33,
9.2,
9.2,
2,
12.57,
15.36,
68,
8.5,
13.3,
13.33,
4.44,
15,
13.33,
10.29,
11.43,
11.43,
5,
55.56,
55.56,
14,
14,
33,
5,
5,
5.83,
5.2,
5.15,
5.15,
5.15,
5.15,
12,
7.27,
6.67,
5.15,
3.03,
29.07,
28.24,
33.33,
29.55,
31.51,
31.33,
31.46,
30.88,
28.57,
73.21,
48.21,
47.06,
72.5,
10.83,
10.83,
10.83,
11.25,
11.25,
11.25,
11.25,
11.35,
11.25,
11.25,
11.25,
11.35,
12.8,
13.04,
12.8,
12.8,
13.29,
12.08,
11.84,
14.25,
14.25,
10.83,
11,
9.17,
12.08,
10.83,
10.83,
10.83,
10.83,
10.83,
9.17,
10.83,
10.83,
10.83,
9.17,
12.08,
11.25,
12.92,
10.83,
9.18,
10.87,
10.87,
10.87,
14.25,
13.53,
15.42,
12.33,
13.33,
5.83,
5.83,
5.83,
14.17,
14.58,
15.42,
13.33,
11.67,
11.67,
11.67,
7.92,
0,
5.42,
5.42,
12.27,
68,
36.47,
12.24,
78.57,
1.32,
0,
0,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
40.62,
22.81,
21.05,
24.56,
3.51,
3.51,
3.51,
3.51,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
65.79,
0.1,
75,
8.5,
100,
100,
75.44,
82.76,
62.5,
21.56,
20.78,
16.86,
13.73,
11.76,
12.55,
12.55,
14.51,
19.22,
17.65,
13.73,
14.9,
23.53,
23.57,
25.34,
20,
4.42,
7.96,
9.65,
11.4,
21.83,
19.72,
18.31,
19.72,
15.79,
15.79,
22.73,
24.78,
15.04,
27.43,
20,
21.15,
25.88,
23.23,
23.53,
3.57,
3.57,
14.29,
3.57,
28.57,
3.51,
3.57,
3.53,
3.53,
4.71,
0,
16.9,
0,
0,
55,
9.17,
9.17,
10.42,
11.67,
10.42,
2.3,
5.45,
0,
46.51,
46.51,
47.37,
41.53,
2.08,
1.79,
4.64,
7.14,
12.5,
11.74,
8.33,
6.67,
6.67,
8.9,
13.44,
9.75,
15.38,
15.38,
11.54,
11.54,
15.38,
15.38,
11.54,
7.14,
12.5,
12.5,
17.86,
17.86,
17.86,
17.86,
21.43,
17.86,
17.86,
14.29,
17.86,
0.5,
3,
50,
5,
8.33,
8.33,
8.33,
8.33,
10.42,
8.33,
2.08,
71.43,
8.33,
71.43,
71.43,
5,
8.33,
8.33,
5,
5,
8.33,
8.33,
8.33,
8.33,
8.33,
8.33,
8.33,
8.33,
8.33,
10,
10,
8.33,
10,
8.33,
5,
8.33,
5,
5,
8.33,
8.33,
8.33,
10,
10.42,
10,
10,
8.33,
8.33,
8.33,
3.12,
25,
25,
23.61,
25,
23.91,
23.91,
23.91,
23.91,
25,
11.25,
5,
5,
5,
5,
4.35,
2.94,
4.35,
11.11,
16.67,
14.29,
17.86,
14.29,
17.86,
25,
14.29,
10.71,
10.71,
7.14,
5.36,
16.07,
17.86,
14.29,
19.23,
17.86,
7.14,
4.35,
21.43,
7.69,
3.85,
2.94,
25,
3.57,
14.29,
14.29,
7.14,
10.71,
17.86,
17.86,
10.71,
0,
0,
16.67,
25,
5,
10.71,
14.29,
17.86,
28.57,
10.71,
25,
17.86,
25,
25,
14.29,
21.43,
14.29,
21.43,
28.57,
28.57,
25,
17.86,
17.86,
25,
25,
14.29,
19.23,
28.57,
21.43,
17.86,
25,
21.43,
25,
16.67,
16.67,
21.43,
21.43,
21.43,
25.71,
25,
21.43,
10.71,
25,
7.14,
3.57,
10.71,
7.14,
17.86,
4.17,
4.17,
7.14,
7.14,
17.86,
21.43,
17.86,
8.7,
7.14,
47.62,
42.86,
47.62,
57.14,
67.86,
60.47,
57.14,
33.33,
67.86,
57.14,
57.14,
60.71,
57.14,
47.62,
47.62,
57.14,
57.14,
52.38,
57.14,
47.62,
42.86,
42.86,
57.14,
50,
46.51,
33.33,
64.29,
42.86,
60.71,
71.43,
44.19,
62.79,
60.71,
57.14,
71.43,
67.86,
62.79,
66.67,
71.43,
71.43,
71.43,
50,
62.79,
57.14,
57.14,
60.47,
64.29,
64.29,
64.29,
57.14,
57.14,
53.85,
52.63,
56,
55.88,
56,
54.29,
56,
56.52,
55.56,
55.56,
55.56,
67.5,
65,
65,
60,
65,
0.7,
50,
47.5,
45,
13.33,
20,
13.33,
13.33,
14.29,
19.35,
17.54,
16.67,
16.67,
65.91,
50,
41.67,
17.57,
4.6,
77.78,
80,
83.05,
78,
35.2,
83.05,
71.93,
75.44,
68.42,
64.91,
75.44,
77.78,
80,
77.78,
80,
80,
76.6,
74.47,
82.61,
82.61,
82.61,
82.61,
78,
80,
77.78,
78,
78.57,
33.6,
36.8,
32.8,
33.6,
36,
36,
25.76,
37.14,
80.43,
71.2,
6.5,
6.5,
2.35,
4.71,
4.71,
46.4,
84,
65,
66.67,
10,
0,
93.75,
70.45,
95,
20,
33.33,
50,
3.94,
28.57,
19.47,
36.84,
21.69,
21.69,
17.14,
21.69,
36.67,
21.69,
31.43,
19.29,
73.33,
13.25,
17.7,
17.7,
65.62,
55.56,
50,
3.33,
5,
6.9,
6.9,
6.67,
4.62,
14.29,
11.94,
55.56,
3.33,
18.75,
19.47,
21.24,
17.6,
17.6,
17.7,
13.69,
13.69,
13.69,
10.71,
0.5,
33.33,
21.59,
22.47,
23.79,
30.85,
31.76,
42.16,
29.41,
30.88,
26.43,
27.14,
78,
0,
24.24,
16,
15.87,
15.87,
15.87,
19.67,
19.67,
19.18,
19.18,
12.39,
22.54,
23.33,
6.1,
0,
0,
3.57,
0,
1.79,
0,
0,
3.57,
0,
0,
0,
3.57,
0,
3.57,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
1.79,
3.57,
3.57,
0,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
15.86,
17.62,
11.89,
18.06,
14.54,
11.45,
15.42,
19.82,
11.89,
14.54,
18.06,
9.69,
19.82,
10.57,
7.49,
15.86,
8.81,
14.1,
14.1,
10.57,
9.25,
10.57,
8.37,
15.86,
13.22,
9.25,
5.73,
11.89,
14.1,
71.43,
5.13,
57.69,
53.33,
45.88,
45.88,
63.64,
50.85,
52.54,
52.54,
37.29,
49.09,
49.09,
38.75,
39.22,
38.75,
60.61,
60.53,
57.14,
50,
63.64,
69.7,
63.64,
61.54,
61.54,
37.29,
48,
58.33,
57.58,
60,
57.69,
57.69,
10,
60.53,
60.53,
63.2,
99.9,
80.8,
77.55,
99.9,
99.7,
11.4,
26.4,
20,
7.35,
11.43,
30,
5.71,
7.76,
8.98,
6.12,
6.94,
7.76,
11.43,
6.94,
11.62,
11.27,
12.32,
5.45,
11.67,
22.5,
19.17,
17.5,
5,
9.39,
5.31,
11.84,
13.33,
7.05,
4.5,
38.18,
38.18,
41.82,
6.71,
9,
7.42,
8.83,
0.01,
66.67,
66.67,
66.67,
9.41,
35,
35,
33.75,
33.75,
42.5,
61.82,
65.45,
41.82,
53.57,
62.5,
62.5,
62.5,
58.93,
60.71,
58.62,
60.34,
64.29,
60.71,
57.69,
56.67,
60.71,
59.38,
60.71,
25,
54.29,
50.98,
53.57,
48.15,
47.06,
50.98,
57.14,
50.98,
57.14,
62.5,
58.33,
62.22,
62.22,
45.56,
42.42,
45.45,
41.51,
41.51,
5.76,
21.18,
5.88,
20.75,
22.73,
3.18,
21.15,
18.59,
18.59,
20.9,
19.46,
14.75,
15.57,
15.57,
15.57,
26.67,
18.82,
14.12,
5.88,
20,
4.71,
5.88,
5.88,
10.59,
4.71,
15.29,
4.71,
17.65,
7.06,
17.65,
20,
71.43,
71.43,
71.43,
71.43,
64.29,
64.29,
75,
75,
12.39,
8.45,
12.96,
12.68,
13.24,
4.12,
4.12,
4.12,
8.45,
8.45,
12.96,
14.29,
75,
45,
45,
45,
45,
85,
71.43,
71.43,
20,
75,
30,
30,
75,
45,
20,
45,
35,
55.88,
25,
7.14,
60,
40,
16.07,
16.07,
16.07,
16.07,
16.07,
16.07,
33.33,
33.33,
2.68,
70.37,
85,
74.07,
70.37,
70.37,
70.37,
66.67,
66.67,
93.75,
70.37,
74.07,
70.37,
93.75,
77.78,
81.48,
80,
75,
75,
75,
75,
75,
75,
70.37,
0,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.19,
63.64,
63.64,
14.55,
12.37,
14.84,
16.41,
16.41,
17.19,
15.62,
38.89,
47.06,
38.89,
38.89,
14.81,
14.84,
14.84,
16.41,
17.19,
17.19,
16.41,
20.31,
16.41,
18.75,
31.25,
48.84,
53.7,
40.43,
52.11,
47.37,
33.81,
0,
27.05,
1.32,
0.66,
6.61,
6.19,
57.14,
57.14,
2.65,
1.79,
21,
73.33,
42,
22,
67.2,
40,
69,
57.7,
7.14,
10.71,
7.14,
25,
14.29,
14.29,
3.57,
28,
31.58,
12,
51.35,
80.95,
20,
50,
0,
0,
85.2,
70.59,
70.59,
100,
100,
92.5,
92.5,
85,
33.33,
50.98,
67.86,
53.57,
53.57,
53.57,
53.57,
53.57,
71.43,
60.71,
67.86,
46.43,
80,
80,
80,
84.62,
84.62,
86.67,
80.56,
83.33,
80,
80,
83.33,
83.33,
67.86,
67.86,
23.08,
23.08,
29.41,
21.43,
21.43,
53.33,
46.67,
40,
28.12,
21.43,
53.57,
85.71,
50,
57.14,
57.14,
57.14,
78.57,
57.14,
42.86,
17.86,
21.43,
17.86,
25,
28.57,
5.88,
21.43,
17.86,
21.43,
78.57,
64.29,
75,
12.08,
10.83,
9.17,
12.08,
13.75,
12.08,
0,
0,
6.56,
6.67,
6.4,
3.33,
0,
0,
80.65,
3.57,
0,
28.57,
3.57,
3.33,
14.62,
14.62,
35.71,
35.71,
67.86,
67.86,
72.09,
68.89,
75.56,
83.33,
79.31,
87.5,
76.79,
85.19,
59.26,
65.38,
62.5,
64.15,
85.19,
75,
74.19,
10,
10,
23.33,
6.67,
3.57,
3.57,
3.33,
68,
68,
68,
72,
68,
10.7,
9.3,
0,
0,
12.39,
18.25,
19.35,
10.48,
18.25,
19.35,
10.48,
35.71,
12.31,
16.2,
16.15,
15.38,
14.62,
0,
12.5,
3.33,
3.33,
3.33,
13.33,
11.67,
3.33,
11.67,
12.08,
12.08,
12.08,
3.57,
0,
21.88,
17.69,
13.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.17,
0,
0,
0,
0,
71.43,
73.33,
71.43,
82.14,
75.86,
70.59,
6.67,
20.35,
12.39,
20.35,
20.35,
15.83,
97.5,
100,
92.5,
92.31,
86.49,
100,
67.39,
6.4,
6.4,
6.67,
5,
5,
20,
20,
20,
6.67,
16.67,
0,
0,
6.25,
3.12,
3.12,
4.42,
5.31,
4.42,
6.67,
16.67,
6.67,
6.67,
7.14,
6.67,
6.67,
6.67,
0,
4.42,
3.33,
3.33,
6.67,
5,
10,
11.33,
12.67,
14.1,
14,
14.67,
12.67,
13.33,
4,
12.67,
5.42,
14.67,
14,
14,
5,
12,
12.67,
5.42,
11.25,
11.25,
11.25,
11.25,
17.62,
17.62,
10.59,
10,
10.59,
17.65,
18.24,
5.83,
3.57,
5.26,
39.29,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
9.52,
9.52,
10.53,
10.53,
0,
3.57,
6.45,
3.57,
4.17,
0,
0,
4.17,
3.57,
27.27,
28.77,
26.87,
31.76,
5,
5,
28.57,
29.52,
30.83,
35.29,
32.94,
3.53,
3.53,
24.17,
9.21,
4,
15.05,
4.94,
6.74,
15.05,
4.71,
14.22,
0,
0,
9.29,
9.29,
20,
12.94,
5.88,
12.94,
3.53,
25,
4.94,
6.74,
15.05,
15.05,
65,
65,
15.71,
38.57,
38.57,
40,
34.29,
3.57,
0,
0,
22.5,
5.88,
3.33,
1.99,
0,
0,
19.3,
1.79,
3.57,
5.36,
1.67,
5.88,
5.88,
3.57,
4,
5.36,
5.36,
15.25,
13.91,
13.25,
19.21,
17.88,
15.25,
13.91,
13.25,
19.21,
17.88,
3.57,
3.57,
8,
8,
15.04,
0,
0,
81.82,
72.73,
73.33,
66.67,
66.67,
7.94,
7.2,
13.6,
12.8,
68.57,
45.59,
70.5,
44.44,
39.82,
67.74,
71.43,
70.59,
21.88,
21.88,
21.88,
21.43,
16,
4.84,
4.84,
6.45,
75,
67.74,
75,
75,
67.65,
62.5,
66.67,
76.67,
68.75,
64.06,
62.5,
94.74,
94.74,
100,
100,
73.21,
75,
75,
75,
75,
15.57,
21.88,
21.88,
0,
21.88,
21.88,
50,
56.25,
51.16,
51.16,
50.88,
48.1,
49.3,
51.25,
41.46,
46.51,
42.11,
41.86,
53.03,
53.98,
53.1,
53.1,
57.14,
52.11,
47.89,
43.86,
38.6,
48,
52.94,
55.29,
52.63,
50,
5.83,
0,
9.6,
9.6,
21.88,
78.95,
78.26,
78.26,
17.19,
7.38,
7.38,
17.19,
19.23,
15.87,
15.87,
17.19,
17.19,
9.6,
73.85,
19.23,
19.67,
19.67,
12.86,
13.93,
13.93,
65,
55,
3.33,
3.33,
29.41,
29.41,
29.41,
70.49,
69.23,
71.88,
27.06,
46.67,
50,
66.67,
9.17,
66.67,
57.69,
53.33,
48.48,
48.48,
51.52,
69.7,
51.52,
63.64,
51.52,
48.48,
75,
75,
77.5,
77.5,
7.03,
7.03,
6.56,
6.5,
5.79,
4.13,
4.13,
4.13,
5.79,
60.53,
60.53,
4.13,
4.13,
6.56,
4.13,
4.13,
6.56,
4.13,
5.69,
6.5,
5.69,
6.5,
4.17,
6.56,
6.56,
21.21,
65,
0,
71.79,
12.5,
6.06,
6.06,
6.06,
28.89,
8.82,
8.48,
100,
74.36,
88.3,
57.14,
69.05,
79.49,
79.49,
76.92,
21.25,
21.25,
21.25,
58.82,
8.24,
56,
14.29,
14.29,
14.29,
17.57,
17.57,
14.71,
80.95,
14.29,
14.29,
14.29,
8.8,
3.53,
80.95,
80.95,
80.95,
5.88,
80.95,
80.95,
18.94,
16.74,
19.38,
7.05,
2.35,
21.69,
0,
16.3,
1.82,
32.56,
4.96,
16.47,
0,
4.71,
2.34,
0.7,
25.71,
3.64,
4.29,
3.53,
8.18,
17.68,
5.88,
11.45,
6.47,
10,
16.33,
5.71,
80,
80,
80,
85.71,
66.67,
85.71,
89.29,
50,
5.26,
1.75,
4.23,
4.51,
4.51,
10.81,
11.15,
10.81,
10.81,
3.75,
7.92,
4.17,
0.42,
4.17,
56.67,
23.33,
23.33,
6.67,
6.67,
6.67,
23.33,
6.67,
20,
0,
6.67,
6.67,
6.67,
23.33,
23.33,
6.67,
20,
6.67,
16.67,
20,
16.67,
23.33,
13.33,
13.33,
0,
20,
33.33,
0,
23.33,
100,
77.5,
100,
93.33,
100,
100,
100,
82.5,
34.07,
50,
82.14,
27.14,
35,
40,
35,
50,
23.88,
23.88,
0.42,
0.42,
0.42,
0.42,
0.42,
26.67,
4,
4,
25,
67.5,
11.04,
57.5,
55,
66.67,
80,
87.5,
90,
82.14,
40,
40,
46.43,
86.67,
73.33,
73.33,
87.8,
92.5,
13.33,
57.14,
16.67,
23.33,
16.67,
40,
40,
20,
16.67,
16.67,
16.67,
16.67,
28.57,
30,
30,
13.33,
16.67,
13.33,
72.5,
47.5,
45,
55.56,
35,
61.54,
65,
94.44,
76.32,
72.5,
55.26,
71.43,
90.7,
88.37,
73.33,
75,
100,
86.05,
66.67,
55,
13.33,
80,
3.57,
78.72,
3.57,
78,
78,
78,
76,
76,
80,
74.19,
78.26,
75,
78.26,
72,
78.26,
11.3,
13.84,
12.71,
12.68,
0,
0.88,
0.88,
17.57,
17.57,
17.57,
17.57,
11.3,
10,
0,
0,
67.4,
0,
0,
20,
45.71,
42.86,
41.18,
13.85,
39.29,
11.02,
11.02,
11.02,
5.08,
5.08,
5.08,
5.08,
3.33,
27.97,
30.14,
32.89,
31.94,
31.58,
29.33,
26.09,
29.33,
30,
31.58,
27.4,
32,
30.49,
31.71,
31.71,
28.21,
26.67,
24.64,
27.54,
29.17,
28.36,
30.26,
31.51,
30,
27.4,
28,
24.64,
26.09,
27.14,
24.64,
32,
5.08,
4.66,
4.66,
4.66,
5.08,
5.08,
29.29,
0.5,
12.3,
21.21,
41.4,
17.86,
37.14,
34.29,
27.7,
36.67,
36.67,
27.04,
26.97,
25.15,
28.87,
26.28,
28.47,
24.85,
31.25,
28.47,
28.87,
27.04,
31.65,
30.5,
27.7,
50.49,
50.49,
38.33,
35.48,
45,
38.33,
28.81,
41.9,
43.33,
29.66,
21.6,
23.28,
19.83,
12.95,
21.6,
27.12,
12.95,
21.6,
38.03,
23.94,
26.76,
23.94,
42.86,
41.43,
42.72,
42.86,
38.57,
41.43,
40,
42.86,
37.14,
37.86,
41.9,
42.86,
46.67,
42.86,
37.11,
13.41,
20.19,
19.09,
19.61,
21.36,
21.3,
21.3,
19.44,
21.05,
21.43,
21.05,
21.18,
15.75,
18.44,
18.44,
18.44,
26.95,
19.44,
20.69,
20.69,
66.67,
63.33,
60,
60,
4.76,
15.15,
4.17,
4.17,
4.17,
6.56,
4.17,
4.17,
4.96,
6.56,
11.5,
12.39,
11.5,
4.76,
4.96,
83.33,
21.43,
22.5,
28.57,
56.67,
42.86,
25,
75,
64.71,
33.33,
64.71,
43.33,
83.33,
78.57,
66.67,
43.33,
87.5,
37.5,
43.33,
37.5,
46.43,
47.5,
70,
70,
71.05,
60,
62.5,
60,
62.5,
60,
60,
62.5,
52.5,
42.5,
67.5,
68,
65,
54,
90,
92.31,
20,
87.18,
77.5,
86.49,
9.21,
82.93,
92.86,
86.36,
90,
85.37,
86.36,
85,
67.5,
50,
60,
50,
70,
70,
4.61,
73.33,
9.25,
9.69,
18.18,
63.64,
92.11,
59.09,
77.5,
83.33,
7.86,
65.12,
72.5,
72.5,
75,
72.5,
38.89,
44.44,
44.44,
44.44,
44.44,
38.89,
55.56,
55.56,
5.88,
14.29,
6.92,
6.92,
15.38,
15.38,
17.69,
16.15,
14.62,
15.38,
15.38,
15.38,
15.38,
15.38,
15.38,
15.38,
0,
0,
0.83,
13.33,
6.4,
6.4,
6.4,
6.4,
6.4,
6.4,
11.67,
11.67,
11.67,
11.67,
11.67,
11.67,
15.42,
15.83,
14.58,
18.58,
15.93,
0,
0,
71.79,
80,
73.33,
80,
80,
80,
80,
80,
71.79,
70,
70,
42.86,
16.3,
56.52,
50,
91.43,
80,
72.5,
72.5,
75,
55.88,
90,
55,
82.35,
82.35,
92.86,
75,
60,
75,
6.25,
7.14,
7.14,
4.35,
3.33,
6.67,
3.33,
71.93,
71.93,
71.93,
71.93,
73.68,
71.93,
71.93,
73.68,
73.68,
73.68,
73.68,
73.68,
73.68,
71.93,
71.93,
71.93,
71.93,
73.68,
71.93,
71.93,
71.93,
0,
0,
0,
93.33,
80,
80,
77.5,
60,
87.8,
77.14,
68.42,
71.43,
90.48,
92.5,
80.95,
87.5,
0,
0,
32.35,
1.79,
11.45,
14.54,
14.54,
9.25,
18.5,
5.36,
8.93,
7.14,
5.36,
0,
0,
4.27,
5.63,
10,
10,
0,
0,
0,
5.36,
1.79,
1.79,
1.79,
1.79,
5.36,
5.36,
8.93,
0,
3.57,
8.81,
3.57,
1.79,
0,
1.79,
0,
0,
6.3,
11.25,
11.25,
48.84,
49.12,
12.26,
21.28,
27.27,
56,
44,
32,
31.25,
26.72,
21.57,
37.5,
33.1,
37.6,
35.2,
40.35,
46.4,
28,
38.4,
34.4,
36,
31.2,
29.6,
56.8,
34.4,
55.81,
50,
25,
52.17,
21.74,
39.13,
43.48,
21.88,
6.67,
21.74,
17.78,
8.24,
5.07,
5.35,
55.81,
46,
50,
90,
82.76,
6.38,
6.25,
4.76,
50,
53.57,
39.68,
39.68,
3.57,
0.88,
0.88,
2.65,
2.65,
0.88,
39.7,
5,
5,
12.92,
5,
4.17,
4.17,
5,
5,
5,
5.42,
5,
6.45,
5.42,
27.14,
12.6,
3.09,
9.09,
33.09,
7.06,
4.71,
40.8,
6.67,
4.1,
4.96,
4.92,
3.17,
4.92,
63.33,
63.33,
72.22,
30.36,
13.33,
63.33,
63.33,
30.36,
6.67,
3.33,
8,
4,
76,
75.82,
76.18,
75.82,
76,
51.81,
68.8,
76.55,
74.73,
0,
0,
3.33,
3.33,
3.33,
3.33,
6.67,
3.33,
67.5,
35.71,
44.64,
75,
5,
34.12,
34.12,
50,
50,
40,
25,
35,
30,
30,
50,
60,
45,
50,
40,
45,
40,
56,
50,
46.81,
50,
48,
46.9,
49.56,
12.1,
12.9,
12.1,
17.74,
21.84,
12.1,
13.71,
12.1,
17.74,
20.51,
20.69,
20.69,
21.25,
20.39,
16.09,
10.4,
28.57,
44.74,
42.11,
32,
6.67,
6.67,
6.67,
6.67,
6.67,
30,
12.9,
10.53,
10.53,
70.97,
69.57,
64.29,
70.83,
69.57,
63.33,
75,
72,
72,
67.86,
73.08,
70.83,
65.52,
66.67,
69.44,
68.75,
72,
76,
72,
60,
68,
59.26,
71.88,
66.67,
55.56,
59.26,
71.43,
66.67,
57.69,
20,
73.33,
13.3,
37.72,
6.14,
5.26,
5.26,
21.88,
80.95,
80.95,
78.95,
47.06,
64.71,
64.71,
64.29,
64.29,
64.29,
42.86,
10.77,
57.14,
72.5,
87.5,
75,
75,
60,
60,
75,
67.5,
67.5,
67.5,
67.5,
65,
62.5,
67.5,
68,
50,
80,
65,
65,
70,
70,
70,
67.5,
49.5,
9.38,
4.42,
18.64,
0.42,
73.21,
73.21,
73.21,
73.21,
20,
53.57,
4.8,
7.06,
2.9,
2.42,
6.98,
12.08,
12.5,
14.29,
3.57,
14.29,
14.29,
3.57,
21.43,
21.43,
14.29,
14.29,
21.43,
15.3,
42.5,
36.25,
36.25,
20,
17.14,
13.89,
17.14,
31.25,
56.76,
17.24,
31.25,
17.95,
16.67,
56.76,
60,
22.5,
22.22,
87.72,
77.14,
80,
85,
57.89,
56.76,
60.71,
57.14,
50,
55,
56.76,
92.86,
92.5,
59.46,
17.65,
26.67,
34.29,
40,
82.5,
67.5,
50,
50,
50,
60,
50,
50,
50,
50,
50,
50,
30,
56.76,
86.79,
92.5,
92.5,
75,
92.5,
90.24,
90,
90,
85,
90,
57.5,
50,
60,
50,
75,
75,
59.06,
11.36,
15.91,
13.64,
13.64,
4.55,
4.55,
13.64,
13.64,
53.33,
53.33,
40,
16.47,
40.32,
32.26,
40.35,
27.94,
28.68,
75,
96.88,
11.25,
4.49,
32.5,
76,
61.7,
45.57,
45.57,
43.33,
45,
48.33,
50,
53.57,
57.14,
53.57,
57.14,
64.29,
57.14,
64.29,
66.67,
53.85,
66.67,
0.42200000000000004,
68.89,
75.56,
66.67,
75.56,
73.33,
77.78,
73.33,
31.47,
29.3,
30.07,
32.67,
30,
9.52,
4.8,
7.59,
8.44,
7.59,
73.21,
78.57,
60,
3.57,
3.57,
0,
5.26,
4.35,
5.71,
82.14,
82.14,
7.06,
10.59,
20,
20,
25,
7.14,
14.29,
7.14,
17.86,
7.14,
17.86,
4.76,
3.42,
4.17,
4.96,
21.43,
68.42,
63.16,
6.67,
6.67,
4.42,
4.42,
4.42,
4.42,
15.71,
17.86,
17.86,
64.29,
75,
28.57,
17.86,
17.86,
28.57,
28.57,
42.86,
17.86,
50,
65,
50,
17.86,
71.43,
31.76,
28.77,
31.51,
30.99,
29.33,
19.44,
34.18,
22.67,
33.75,
23.44,
23.81,
25,
28.4,
20.29,
3.7,
3.33,
3.33,
3.33,
10,
10,
60,
60,
60,
11.2,
9.6,
9.6,
9.68,
10.4,
6.67,
8.87,
3.33,
3.33,
15.62,
18.75,
9.38,
9.38,
6.25,
3.7,
60,
60,
9.6,
3.33,
3.33,
6.9,
6.67,
8.8,
8,
8.8,
8.73,
9.6,
7.2,
15.62,
23.33,
6.67,
10,
23.33,
16.67,
16.67,
15.62,
9.68,
6.67,
7.32,
7.32,
6.25,
13.33,
10,
13.33,
26.67,
8,
12.5,
4.92,
6.56,
6.67,
13.33,
20,
16.67,
20,
23.33,
80,
80,
13.82,
14.41,
12.35,
14.12,
11.76,
7.37,
16.67,
15.06,
17.31,
16.35,
24.8,
24.6,
23.74,
27.19,
23.66,
26.72,
24.24,
25.78,
23.02,
47.22,
47.22,
47.22,
12,
12.67,
12.67,
12,
5.69,
5.69,
7.32,
5.69,
5.69,
3.33,
6.67,
3.33,
10,
3.33,
11.25,
11.2,
11.25,
14.17,
11.67,
64.29,
60.71,
67.86,
64.29,
60.71,
57.14,
64.29,
60,
58.27,
65.79,
65.79,
58.27,
60.15,
62.03,
56.39,
62.03,
67.86,
60.71,
60.71,
64.29,
64.29,
60.71,
60.71,
53.57,
71.43,
53.57,
59.8,
57.1,
61.03,
64.29,
60.71,
57.14,
60.71,
60.71,
64.29,
60.71,
64.29,
60.71,
60.71,
60.71,
60.71,
67.86,
64.29,
64.29,
64.29,
60.71,
60.71,
73.94,
73.94,
60.71,
60.71,
61.03,
61.03,
64.29,
65.73,
56.34,
57.14,
60.71,
60.71,
64.29,
58.57,
64.29,
65.73,
60.71,
60.71,
60.71,
67.86,
64.29,
64.29,
64.29,
64.29,
57.14,
57.14,
57.14,
64.29,
59.86,
60.71,
60.71,
65.73,
60.71,
53.57,
67.86,
64.29,
59.86,
60.71,
65.73,
17.57,
90.09,
0,
0,
0,
0,
0,
43.48,
43.48,
43.48,
0,
43.48,
0,
0,
0,
0,
0,
0,
80,
0,
0,
0,
100,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
81.63,
81.63,
96.43,
97.06,
97.06,
85.71,
73.17,
74.42,
75,
80,
77.5,
73.68,
75,
73.81,
73.81,
80,
72.5,
73.68,
77.5,
75,
72.97,
73.81,
66.67,
75,
11.43,
6.8,
20,
18.75,
60.76,
46.51,
50,
2.2,
13.33,
20,
0,
12.14,
5,
14.29,
5.88,
19.17,
11.67,
6.67,
0.42,
8.75,
0.42,
8.75,
12.08,
10.42,
12.08,
9.58,
6.67,
0,
9.17,
0.42,
8.75,
19.17,
9.17,
12.08,
0.42,
11.67,
10.83,
9.58,
10.83,
11.25,
10.83,
11.25,
10.83,
11.25,
9.58,
10.83,
9.58,
11.25,
10.83,
9.58,
8.75,
0.42,
10.42,
10,
9.58,
9.17,
10.83,
6.67,
0,
12.08,
10.83,
11.25,
9.58,
11.25,
9.58,
0.42,
12.08,
11.67,
0.83,
0.42,
11.67,
6.25,
11.84,
4.59,
4.59,
13.53,
7.92,
4.17,
11.67,
11.25,
12.08,
10.42,
7.92,
4.17,
11.67,
12.08,
24.24,
24.24,
22.86,
24.24,
25.76,
24.24,
22.73,
30.3,
28.79,
22.73,
25.76,
25.76,
25.76,
24.24,
27.63,
28.79,
28.79,
24.24,
27.27,
28.79,
28.79,
28.79,
25.71,
27.14,
27.63,
28.57,
24.29,
22.73,
34.85,
22.86,
24.29,
22.86,
30,
28.57,
29.89,
31.03,
24.14,
26.44,
22.99,
22.99,
27.59,
26.44,
25.71,
34.62,
30.77,
35.9,
34.62,
32.05,
22.86,
27.14,
28.57,
22.86,
22.86,
22.86,
28.57,
25.71,
31.82,
27.87,
32.79,
36.07,
34.43,
27.94,
32.35,
27.94,
27.94,
29.41,
27.94,
24.24,
33.33,
37.7,
34.43,
24.29,
34.43,
42.25,
41.33,
45.21,
30.3,
25.76,
28.79,
24.24,
25.76,
34.85,
34.85,
27.27,
28.8,
31.82,
27.27,
31.4,
30.59,
37.76,
31.4,
29.25,
35.06,
76.67,
65.52,
58.06,
54.22,
51.16,
58,
46.67,
61.18,
6.59,
17.6,
21.7,
7.69,
7.69,
0,
6.67,
0,
25.6,
21.4,
80,
83.33,
5.47,
75,
0,
6.45,
9.09,
16.1,
0,
0,
0,
0,
0,
11.82,
11.82,
11.82,
10.91,
11.82,
10.91,
11.82,
0,
0,
0,
6.45,
18.75,
6.45,
6.67,
15.62,
18.75,
15.62,
21.88,
18.75,
6.45,
6.25,
3.57,
4.17,
15.62,
21.88,
6.25,
0,
3.57,
0,
0,
0,
0,
70.7,
7.08,
70,
0,
0,
11.5,
0,
13.3,
0,
0,
70.9,
15.62,
5.13,
3.57,
0,
0,
9.09,
4.35,
0,
10.71,
14.29,
0,
0,
7.14,
3.57,
6,
10.71,
10.71,
22.73,
10.71,
43.33,
3.57,
6.45,
0,
15.62,
3.57,
7.14,
0,
0,
0,
0,
4.76,
0,
0,
40.5,
43.2,
40.5,
70.9,
4.17,
3.57,
3.57,
10.71,
10.71,
10.71,
3.57,
6.45,
5.98,
3.57,
3.57,
0,
3.33,
6.45,
6.67,
3.23,
6.45,
3.57,
0,
0,
42.86,
41.84,
40.82,
41.84,
6.9,
0,
0,
15.62,
15.62,
3.33,
6.45,
6.67,
6.67,
5.08,
5.13,
5.13,
5.08,
4.27,
6.19,
6.19,
6.19,
4.27,
6.19,
4.35,
4.27,
4.24,
3.17,
3.33,
3.33,
19.6,
9.09,
9.52,
3.57,
10.71,
14.29,
10.71,
6.45,
6.45,
6.45,
7.14,
3.57,
12.5,
3.57,
6.45,
9.09,
9.09,
10.71,
20.93,
29.7,
6.67,
6.9,
27.3,
13.3,
6.9,
49,
68.57,
67.7,
9.38,
6.45,
6.45,
0,
0,
1.79,
5.36,
6.25,
19.23,
15.02,
0,
17.65,
80.95,
80.95,
9.68,
9.68,
9.68,
100,
0,
0,
0,
0,
0,
45.83,
53.23,
74.19,
4.35,
9.09,
9.09,
10.71,
0,
0,
6.67,
6.67,
6.25,
80.95,
80.95,
33.33,
23.53,
29.4,
23.53,
29.41,
23.53,
13.33,
5.06,
1.27,
40,
40,
33.33,
37.5,
52.5,
47.5,
35,
57.5,
3.57,
2.17,
2.17,
0,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
26.67,
5,
20,
6.67,
5,
6.67,
6.67,
16.67,
30,
0,
6.67,
7.14,
6.67,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
6.76,
4.55,
0,
4.55,
0,
3.57,
0,
9.52,
0,
0,
3.57,
7.14,
3.57,
1.79,
3.57,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
6.45,
3.57,
3.57,
6.45,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.23,
6.25,
6.67,
3.57,
3.57,
3.57,
9.68,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.33,
3.57,
3.57,
3.57,
3.33,
3.33,
3.33,
3.57,
3.57,
3.57,
3.57,
3.57,
3.33,
6.45,
3.57,
3.57,
0,
0,
0,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
10.53,
9.52,
10.53,
10.53,
5.26,
6.67,
6.67,
4.17,
4.17,
62.07,
45.61,
46.15,
47.06,
47.06,
0,
0,
6.45,
6.45,
7.14,
10,
14.29,
14.29,
14.29,
11.41,
7.04,
8.24,
14.18,
5.74,
11.97,
6.3,
16.23,
17.86,
17.86,
17.27,
15.71,
18.52,
17.86,
18.52,
17.78,
22.86,
18.52,
10.91,
22.86,
27.86,
7,
17.86,
7.14,
7.14,
7.14,
16.94,
10.1,
15,
4.59,
11.34,
11.41,
3.28,
7.47,
13.24,
5.57,
11.07,
5,
17.5,
15,
6.25,
6.25,
2.92,
2.92,
3.33,
15,
15,
6.25,
5.83,
3.33,
6.67,
17.5,
18.33,
18.33,
5.83,
22.5,
3.33,
6.67,
6.67,
6.67,
6.67,
6.67,
12.08,
11.25,
10.83,
10.83,
10.83,
6.67,
10,
10,
6.67,
10.62,
5.31,
4.42,
4.42,
4.42,
5.31,
5.31,
4.42,
6.67,
7.93,
33.33,
33.33,
33.33,
40,
23.33,
40,
33.33,
3.57,
3.57,
4.17,
33.33,
12.68,
7.06,
7.06,
9.01,
0,
10.14,
3.54,
4.42,
5.31,
11,
12.92,
10.83,
5.31,
13.66,
19.41,
20.59,
10,
5.88,
20,
28.57,
18.82,
17.14,
24.41,
7.04,
13.28,
6.2,
14.69,
5.64,
16.1,
5.35,
15.54,
6.67,
6.67,
10,
0,
8.92,
37.72,
17.33,
61,
47.14,
20,
32.79,
28.79,
27.27,
33.33,
33.33,
20,
14.29,
42.86,
44.64,
26.87,
21.21,
22.39,
29.51,
31.15,
27.69,
24.59,
7.14,
13.48,
14.29,
6.02,
3.7,
4.71,
6.17,
12.22,
3.7,
4.49,
13.64,
25,
23.81,
21.43,
19.05,
19.05,
29.76,
22.62,
15.29,
21.43,
23.44,
41.67,
35.83,
35,
10.83,
0,
0,
3.57,
45,
45,
48.33,
51.67,
63.33,
51.67,
45,
45,
45,
38.46,
43.86,
43.86,
38.57,
38.18,
7.84,
3.57,
0,
7.14,
0,
0,
0,
0,
0,
3.57,
3.57,
0,
3.57,
0,
0,
21.77,
20.44,
20.61,
19.57,
32.17,
25.81,
30.65,
29.03,
25.81,
30.59,
30.59,
28.4,
29.41,
30.59,
28.17,
32.39,
28.17,
26.87,
22.39,
26.87,
28.36,
28.36,
22.39,
23.88,
22.39,
29.85,
22.39,
23.88,
28.36,
27.42,
23.88,
28.36,
28.36,
32.26,
32.26,
30.65,
31.34,
23.88,
31.34,
32.26,
29.03,
27.42,
30.65,
32.26,
25.37,
26.87,
22.39,
9.29,
46.43,
30.3,
30.83,
29.13,
21.05,
15.88,
7.06,
12.94,
34.86,
26.9,
29.66,
28.97,
27.59,
75,
75,
44.74,
30.15,
50,
50,
22.08,
20,
67.86,
50,
60,
65.79,
68.42,
38.33,
57.14,
53.57,
53.57,
53.57,
61.29,
61.29,
61.29,
31.67,
34.62,
46.9,
36.84,
77.5,
53.57,
46,
51.16,
52.27,
48,
40,
68.89,
53.33,
53.33,
66.67,
53.33,
53.33,
43.86,
48.15,
55.81,
62.07,
63.16,
63.16,
63.16,
63.16,
63.16,
26.03,
68.42,
57.14,
57.14,
57.14,
61.4,
29.14,
27.49,
50,
52,
70,
69.23,
68.42,
53.7,
50,
52.08,
82.14,
78.57,
52,
56,
51.16,
57.14,
50,
57.14,
53.57,
65.79,
65.79,
21.24,
17.95,
23.53,
23.26,
23.48,
27.56,
51.11,
46.43,
52.94,
48,
48,
46.43,
57.45,
52.11,
66.67,
74,
72,
74,
42.86,
46.43,
41.86,
46.43,
51.16,
46.48,
41.86,
75,
71.43,
67.86,
68,
68,
63.16,
51.22,
40.98,
50,
50,
51.28,
50,
48.39,
46.43,
50,
47.37,
43.86,
83.33,
41.86,
82.14,
49.41,
72.41,
72.41,
56.47,
20,
25,
1.18,
16.47,
16.47,
1.18,
1.18,
0,
1.18,
0,
0.88,
0.88,
1.75,
0.88,
0,
0.42,
0.42,
24,
23.58,
22.76,
23.44,
23.53,
4.6,
26.67,
6.67,
6.67,
14.74,
23.33,
13.48,
11.67,
11.67,
66.67,
2,
3.57,
0,
1.79,
1.79,
1.79,
3.57,
3.57,
3.57,
7.14,
3.57,
7.14,
3.51,
7.14,
0,
3.57,
0,
0,
0,
42.19,
10.61,
8.16,
5.31,
6.1,
8.98,
6.12,
8.16,
9.8,
6.94,
4.08,
8.57,
6.94,
3.57,
0,
42.86,
48,
48,
37.5,
45.83,
44.64,
47.37,
42.11,
42.86,
50,
44.64,
43.42,
44.19,
51.06,
51.92,
42.31,
50,
51.28,
50,
54.72,
54.72,
51.52,
50,
45.83,
41.67,
46.43,
44.68,
54,
57.14,
47.37,
13.41,
0,
17.78,
0,
0,
0,
0,
0,
0,
12.5,
12.92,
12.92,
23.53,
13.33,
10.42,
12.5,
12.08,
13.33,
10.42,
12.08,
0,
0,
12.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.39,
12.92,
13.33,
9.17,
9.17,
100,
100,
100,
100,
100,
12.11,
12.39,
0,
11.27,
13.52,
13.24,
13.52,
14.93,
0,
11.83,
0,
11.55,
0,
0,
0,
10.42,
12.39,
0,
11.27,
13.52,
11.27,
13.24,
13.52,
14.93,
12.11,
12.39,
12.96,
12.96,
11.83,
0,
11.55,
0,
0,
0,
0,
10.42,
0,
12.1,
8.75,
0,
13.33,
0,
0,
0,
0,
10,
0,
0,
10,
10.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
6.67,
58.06,
59.46,
73.33,
3.33,
71.43,
20,
9.17,
28.24,
17.65,
57.14,
68.42,
71.93,
64.29,
52.17,
50,
53.85,
43.9,
43.9,
75.86,
85.71,
87.88,
70,
80,
76,
72,
73.33,
80,
90.62,
78.12,
77.97,
86.21,
88.46,
87.1,
1.35,
15.04,
7.41,
5.88,
5.31,
3.54,
6.19,
5.32,
5.31,
14.29,
28.57,
14.29,
9.57,
7.06,
3.53,
13.13,
12.63,
13.49,
85.19,
82.14,
64.29,
53.57,
82.14,
82.14,
78.57,
78.57,
57.14,
71.43,
14.29,
14.29,
14.29,
21.43,
21.43,
43.33,
21.43,
23.33,
17.86,
50,
28.57,
17.86,
67.86,
53.33,
46.67,
46.67,
50,
46.67,
50,
30,
20,
43.33,
50,
46.67,
46.67,
50,
46.67,
30,
21.88,
18.75,
22.58,
57.5,
58.33,
55,
16.67,
16.67,
12.5,
9.38,
8.82,
14.29,
0,
0,
0,
0,
0,
72.41,
60.71,
72.41,
73.33,
73.33,
60.71,
60.71,
60.71,
14.29,
28.57,
20,
14.29,
17.86,
65,
28.22,
28.57,
9.86,
43.33,
46.88,
74.29,
43.75,
88.89,
92.31,
86.36,
88.89,
85.71,
66.67,
65,
80,
69.7,
75.76,
64.71,
64.29,
60,
66.67,
83.33,
60,
71.43,
78.57,
42.42,
48.28,
52.38,
57.14,
60,
62.5,
60.71,
68.57,
65.71,
57.14,
68.75,
75,
70,
74.29,
73.33,
70,
72.73,
70,
72.41,
71.43,
72.73,
67.65,
70.37,
66.1,
66.1,
72.73,
68.75,
59.26,
70,
68.75,
75,
80,
62.5,
66.67,
73.33,
62.5,
77.78,
11.67,
11.67,
14.58,
14.58,
12.92,
0,
0,
0,
4.58,
10.4,
0,
17.92,
17.92,
10.48,
18.55,
16.15,
14.29,
10.48,
14.29,
14.44,
13.33,
44,
44.68,
44.68,
5.69,
6.56,
11.5,
5,
19.53,
19.53,
12.3,
12.3,
15.04,
17.74,
17.19,
17.19,
11.29,
17.19,
11.29,
16.81,
11.29,
19.23,
11.2,
13.71,
14.29,
14.29,
14.29,
3.2,
3.33,
3.33,
6.67,
6.67,
6.67,
13.79,
16,
7.2,
13.6,
7.2,
20,
0,
0,
0,
0.42,
0,
0,
0,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
9.6,
5.6,
4.8,
8,
42.86,
5,
3.33,
6.56,
21.21,
7.38,
9.02,
21.88,
40,
47.06,
65,
1.79,
0,
8.48,
10.87,
4.23,
9.04,
3.41,
14.81,
20.31,
78.95,
11.72,
3.33,
3.33,
3.33,
8.45,
19.87,
4.7,
12.56,
3.31,
5.17,
5.79,
3.31,
3.31,
3.31,
4.88,
5.69,
3.31,
3.31,
3.31,
4.13,
5.6,
2.38,
18.46,
16.92,
14.62,
11.89,
12.35,
12.4,
11.84,
13.6,
15.2,
15.2,
16.8,
16.15,
16.15,
16.15,
15.38,
16.15,
17.69,
6.67,
6.67,
2.86,
6.67,
6.92,
0,
0,
1.79,
0,
9.32,
0.42,
0.42,
8.13,
7.32,
8.13,
0,
16.26,
0.42,
0.42,
0.42,
0.42,
0,
1.25,
7.32,
43.48,
0.42,
57.14,
8.94,
8.94,
6.5,
15.45,
20.33,
13.82,
8.13,
13.01,
7.32,
16.26,
4.9,
8.98,
7.76,
6.12,
8.98,
8.16,
4.9,
8.98,
71.43,
62.5,
68.42,
100,
62.5,
79.41,
82.35,
71.05,
13.33,
73.33,
52.17,
86.67,
10.87,
12.15,
12.15,
7.2,
12.15,
27.03,
27.03,
12.6,
71.43,
73.21,
71.43,
71.43,
73.21,
73.21,
73.21,
73.21,
71.43,
75,
4.23,
9.86,
12.68,
4.23,
12.5,
28.57,
60,
70.59,
0,
0,
0,
0,
0,
72.73,
60,
7.92,
8.75,
4.17,
0.42,
50,
0,
53.33,
0,
0,
0,
63.16,
65,
65,
65,
80,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
88.33,
88.33,
43.33,
96.67,
43.33,
88.33,
25,
25,
34.38,
25,
18.75,
6.67,
7.14,
6.67,
6.25,
6.67,
6.67,
6.25,
20,
0,
21.43,
26.67,
67.86,
21.43,
13.33,
0,
40,
0,
0,
6.67,
13.33,
20,
6.67,
55.56,
40,
13.33,
13.33,
6.67,
13.33,
13.33,
26.67,
16.67,
13.33,
33.33,
6.67,
6.67,
13.33,
23.53,
33.33,
13.33,
13.33,
40,
20,
3.33,
6.67,
6.67,
52.63,
40.54,
42.42,
51.35,
42.42,
46.67,
48.39,
53.49,
77.78,
23.33,
33.33,
6.67,
26.67,
3.33,
26.67,
36.67,
16.67,
23.33,
23.33,
10,
40,
10,
43.75,
48.65,
48.6,
46.67,
6.67,
40,
33.33,
48.65,
45.95,
51.43,
44.74,
54.84,
48.57,
5,
5,
18.18,
18.18,
6.56,
6.56,
7.94,
6.56,
5.6,
7.2,
7.5,
8.33,
7.5,
7.5,
7.14,
16.67,
6.67,
8.82,
9.38,
6.67,
5,
6.67,
6.67,
11.76,
6.67,
6.67,
8,
8,
3.31,
8,
7.2,
8,
8,
6.67,
8.87,
9.76,
5.74,
8.33,
36.88,
35.25,
23.7,
7.81,
8.33,
6.67,
6.67,
6.67,
6.45,
6.45,
50,
75,
66.67,
60,
75,
66.67,
55.56,
66.67,
40,
11.76,
10,
7.14,
61.11,
61.11,
62.86,
60.53,
61.11,
60,
62.16,
74.42,
77.78,
68.57,
66.67,
71.15,
71.15,
71.15,
71.15,
73.08,
86.96,
86.96,
86.96,
86.96,
100,
100,
5.42,
71.43,
75,
66.67,
81.82,
73.33,
73.33,
73.33,
81.82,
62.96,
66.67,
66.67,
8.7,
6.67,
6.67,
64.44,
38.1,
30.61,
36.73,
37.41,
73.21,
73.21,
73.21,
73.21,
73.21,
64,
70.24,
68.57,
70,
40.71,
45.92,
73.21,
73.21,
73.21,
73.21,
75,
73.21,
73.21,
73.21,
0,
7.14,
0,
0,
0,
0,
0,
0,
26.67,
60,
53.33,
29.41,
28.12,
0,
0,
25,
25,
25,
25,
46.67,
60,
82.5,
82.5,
82.5,
82.5,
80,
87.5,
65,
67.5,
76.67,
17.57,
17.57,
17.57,
80,
82.5,
90.24,
71.43,
72.5,
76.74,
82.5,
86.84,
100,
74.36,
86.05,
90.24,
74.42,
86.05,
76.32,
78.05,
100,
85.71,
87.5,
94.44,
100,
92.68,
83.33,
82.5,
76.74,
89.74,
6.67,
6.67,
27.06,
70.83,
69.41,
9.41,
5.31,
4.42,
7.08,
7.08,
7.96,
5.31,
14.29,
8.97,
42.5,
17.86,
17.65,
9.41,
9.41,
7.06,
3.53,
40.54,
47.5,
60,
45,
21.43,
48.1,
9.41,
17.86,
14.29,
28.57,
28.57,
21.43,
21.43,
83.33,
0,
0,
11.27,
12.24,
10.99,
12.24,
12.96,
11.27,
0,
9.86,
10.97,
0,
10.99,
10.14,
16.15,
17.57,
80.65,
80,
57.14,
71.15,
10,
16.67,
10,
23.33,
53.57,
21.43,
4.17,
0,
22.06,
26.47,
25,
27.94,
26.47,
25.97,
25.71,
0,
62.5,
65.62,
16.92,
1.77,
6.67,
43.24,
84.38,
83.33,
23.33,
6.4,
7.35,
6.12,
100,
46.51,
6.67,
25,
18.18,
12.38,
7,
18.57,
18.57,
12.86,
12.86,
33,
33,
16.43,
5,
9.8,
10.42,
7.08,
7.08,
4.92,
8.85,
7.08,
7.08,
23.33,
16.67,
30,
20,
20,
20,
20,
30,
60,
30,
30,
20,
30,
20,
26.67,
23.33,
50,
23.33,
20,
66.67,
66.67,
60,
46.67,
66.67,
60,
46.67,
50,
70,
50,
23.33,
65.38,
42.86,
48.81,
38.1,
56.76,
1.79,
26.97,
24.72,
26.97,
26.97,
56.67,
0,
10,
13.71,
29.41,
8.8,
8,
8,
13.6,
3.2,
9.6,
23.81,
21.43,
26.19,
6.56,
72,
74.29,
47.06,
28.57,
87.1,
6.67,
18.75,
0,
0,
0,
82.14,
75,
53.33,
60,
10.71,
6.67,
9.58,
10.42,
0.85,
23.08,
19.23,
24.62,
62.5,
3.57,
3.57,
3.57,
3.57,
76.74,
72.97,
70.59,
74.19,
70,
7.14,
6.98,
8.57,
8.93,
5.36,
3.57,
5.36,
7.14,
8.93,
0,
21.43,
75.86,
73.33,
72.41,
10,
22.73,
67.86,
50,
66.67,
66.67,
66.67,
40,
55.56,
66.67,
3.57,
3.57,
86.05,
97.62,
75,
87.8,
100,
100,
100,
45,
72.5,
50,
70,
73.68,
71.79,
86.05,
84.21,
100,
94.12,
67.65,
76.92,
14.29,
46.15,
50.77,
85.71,
53.57,
53.57,
57.14,
53.57,
57.14,
53.57,
57.14,
57.14,
57.14,
12.96,
12.96,
13.24,
13.24,
12.96,
12.96,
30,
0,
41.86,
0,
0,
90,
88.46,
55.56,
66.67,
65.38,
14.37,
11.55,
14.08,
13.52,
24.29,
0,
0,
0,
0,
0,
0,
0,
100,
100,
85.71,
71.15,
60,
66.67,
66.67,
33.33,
28.57,
63.64,
44.44,
66.67,
55.56,
66.67,
55.56,
50,
60,
40,
40,
73.33,
71.43,
71.15,
71.15,
71.15,
71.15,
73.33,
73.33,
53.57,
53.57,
53.57,
57.14,
53.57,
57.14,
57.14,
53.57,
46.81,
67.5,
67.5,
67.5,
67.5,
77.14,
77.14,
77.14,
76.09,
77.5,
78.57,
75,
71.43,
83.02,
85.71,
76.79,
85.19,
50,
100,
100,
50,
50,
33.33,
40,
40,
83.33,
66.67,
0,
55.17,
55.17,
21.88,
17.6,
17.19,
17.19,
19.53,
16.15,
15.38,
15.38,
14.62,
12.31,
21.6,
16.15,
13.08,
9.6,
1.72,
1.72,
3.48,
2.61,
3.33,
14.62,
16.15,
12.5,
60,
90,
87.5,
88.89,
76.67,
76.67,
13.33,
26.74,
8.24,
27.69,
31.76,
32.94,
31.76,
5.31,
7.14,
7.14,
4.17,
7.14,
7.14,
0,
0,
4.84,
0,
3.33,
13.33,
33.33,
6.67,
33.33,
6.67,
6.67,
10,
6.67,
10,
16.67,
83.33,
13.1,
80,
0,
100,
0,
80.95,
25,
47.37,
59.26,
9.7,
15.45,
53.57,
57.14,
64.29,
75,
89.29,
57.14,
53.33,
40,
70,
67.5,
100,
92.5,
71.43,
90.24,
85,
76.19,
83.33,
73.33,
70,
70,
66.67,
70,
64.29,
4.58,
12.31,
10.99,
12.68,
1.15,
10.14,
1.13,
13.52,
13.53,
0,
10.83,
12.92,
0,
0,
0,
0,
0,
0,
8.75,
8.75,
12.92,
11.67,
15.83,
4.17,
4.17,
4.17,
4.17,
4.17,
0,
7.14,
0,
57.58,
51.52,
57.58,
61.76,
15.56,
13.33,
72,
66.67,
3.57,
0,
71.43,
3.33,
4,
75,
76.7,
100,
0.89,
0.89,
0,
3.57,
66.67,
66.67,
100,
100,
98.15,
97.5,
97.3,
100,
100,
97.83,
100,
100,
66.67,
100,
78.95,
100,
100,
75,
100,
100,
88.46,
16.67,
20,
20,
13.33,
60,
53.33,
80,
46.67,
20,
13.33,
20,
20,
70,
70,
75,
26.67,
20,
0,
66.67,
75,
55.56,
60,
20,
13.33,
71.43,
71.43,
66.67,
40,
46.67,
26.67,
13.33,
13.33,
33.33,
13.33,
40,
66.67,
70,
60,
71.43,
60,
71.43,
66.67,
13.33,
57.14,
66.67,
57.14,
66.67,
50,
66.67,
0,
20,
58.93,
76.67,
0.41,
6.67,
91.67,
83.33,
21.43,
47.96,
0,
48.08,
3.45,
3.45,
10,
6.67,
33.56,
25.69,
30.94,
24.29,
26.21,
29.5,
26.57,
30.71,
26.67,
0,
72,
80,
87.5,
50,
1.79,
8,
0,
0,
6.67,
0,
0,
0,
6.67,
6.67,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
3.57,
3.57,
3.57,
40,
36,
7,
74.19,
72,
72.97,
56.67,
56.67,
60,
72,
74.19,
70.51,
53.12,
62.5,
75,
63.89,
61.11,
60,
53.57,
2.99,
1.82,
5.33,
0,
2.67,
2.38,
1.18,
1.18,
4.35,
0,
5,
0,
0,
1.79,
2.67,
2.65,
2.65,
0,
4.35,
9.8,
4.55,
11.76,
4.65,
9.8,
15.83,
6,
5.71,
4,
4,
66.67,
11.3,
0,
59.86,
52.82,
53.57,
53.57,
50,
53.57,
0,
57.14,
68.55,
0,
56.34,
0,
54.51,
56.39,
67.86,
53.57,
64.29,
46.43,
60.71,
53.57,
53.57,
67.86,
57.14,
53.57,
53.57,
53.57,
53.57,
50,
0,
0,
0,
0,
0,
0,
0,
0,
60.71,
60.71,
53.57,
53.57,
53.57,
53.57,
77.14,
71.43,
6.54,
68.57,
25,
74.29,
14.12,
22.35,
46,
49.09,
74.29,
82.14,
70.97,
69.84,
54.29,
74.29,
67.86,
68.18,
17.6,
53.33,
47.92,
47.92,
73.68,
71.43,
68.57,
65,
65,
67.5,
57.78,
76.6,
64.29,
74.29,
74,
75.51,
53.57,
57.14,
60.71,
40,
42.5,
71.93,
73.47,
65.31,
14.73,
64.29,
62.86,
65.71,
84.62,
64.29,
60,
64.29,
80.39,
79.17,
82.14,
85.71,
81.48,
83.02,
78.12,
83.33,
74.19,
82.14,
78.85,
65,
4.49,
76.36,
65.31,
64.29,
34.29,
30.3,
11.49,
8.33,
8.57,
12.14,
62.5,
15.73,
33.33,
12.9,
38.71,
12.9,
16.13,
84.62,
20,
64.29,
57.14,
68.75,
67.74,
65.62,
61.29,
12.5,
42,
40,
50,
47.5,
40,
74.29,
64.29,
75,
75,
75,
67.86,
67.86,
67.86,
67.86,
64.29,
74.29,
67.86,
63.16,
78.33,
71.43,
36.67,
36.67,
32.14,
77.27,
57.78,
62.22,
38.89,
30.3,
34.29,
67.86,
62.22,
47.92,
20,
3.53,
4.71,
14.12,
14.12,
7.06,
27.06,
14.12,
22.35,
4.71,
14.12,
12.94,
46,
11.76,
5.88,
5.88,
3.53,
8,
74.29,
57.78,
53.33,
50.98,
64.58,
56.86,
47.92,
57.78,
68.89,
62.2,
50,
50,
30.3,
40,
37.5,
53.33,
10,
9.29,
52.63,
57.89,
57.89,
52.63,
57.89,
52.63,
71.67,
74.14,
77.19,
60.7,
64.29,
60.71,
64.29,
64.29,
64.29,
64.29,
64.29,
57.14,
48.33,
65,
62.5,
41.67,
50,
0,
0,
0,
0,
0,
93.33,
100,
85,
77.5,
2,
92.5,
91.71,
77.5,
77.5,
80,
83.78,
77.5,
77.5,
100,
93.33,
77.5,
100,
93.33,
92.5,
15,
3.57,
10,
11.5,
11.86,
11.86,
12.3,
15.93,
9.58,
9.17,
12.92,
10.42,
12.5,
11.86,
11.86,
12.3,
11.86,
12.5,
4.64,
6.75,
4.64,
3.38,
0,
5.83,
12.11,
55.17,
0,
6.67,
13.33,
0,
26.67,
93.33,
65.52,
75.86,
13.08,
16.03,
12.66,
12.5,
12.5,
12.5,
12.5,
12.5,
11.83,
11.83,
12.5,
86.67,
75,
77.5,
77.5,
81.58,
73.68,
78.95,
73.68,
81.58,
73.68,
77.5,
90,
80.56,
72.22,
71.05,
77.5,
67.5,
80,
80,
71.43,
71.43,
72.73,
72.73,
72.73,
82.5,
7.14,
7.14,
7.14,
6.35,
3.57,
10.71,
10.71,
7.14,
10,
10.42,
10.83,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
63.6,
73.33,
80.95,
80.95,
80.95,
80.95,
34.48,
15.42,
6.67,
80,
50,
75,
83.33,
36.61,
0,
40.1,
57.14,
60.71,
5.42,
5.51,
5.51,
5.51,
4,
30.3,
20,
26.67,
6.67,
6.67,
33.33,
0,
6.67,
6.67,
40,
6.67,
0,
15.62,
18.75,
0,
31.25,
9.38,
6.25,
6.25,
3.12,
6.25,
21.88,
12.5,
6.25,
9.38,
12.5,
9.38,
6.25,
6.25,
9.38,
6.25,
6.25,
80,
74.29,
0,
50,
0,
0,
12.28,
12.5,
12.5,
12.28,
0,
0,
0,
0,
4.23,
1.77,
4.23,
0.78,
2.34,
1.18,
0,
1.79,
54.87,
56.41,
53.85,
10,
10,
0,
0,
0,
5.88,
5.36,
0.51,
7.92,
3.75,
10,
10,
9.17,
10.83,
9.58,
10,
9.17,
9.58,
10,
78.57,
80,
80,
73.33,
3.57,
5.36,
3.57,
1.79,
7.14,
3.57,
7.14,
7.14,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
10.71,
0,
0,
0,
10.71,
8.93,
10.71,
7.14,
1.79,
0,
3.57,
3.57,
1.79,
3.57,
7.14,
3.57,
3.57,
2.38,
4.29,
0,
0,
0,
0,
1.32,
1.32,
1.32,
0,
0,
1.79,
3.57,
4.76,
10.59,
10.59,
0,
1.79,
1.79,
1.79,
0,
39.4,
51.22,
60.71,
78.57,
84.38,
78.57,
81.08,
83.78,
84.38,
69.64,
81.08,
5,
5,
5,
5,
7.14,
7.14,
5.36,
5.36,
22.86,
26,
32,
30,
22,
21,
28.26,
22,
26,
25,
27,
26,
25.71,
21,
24.76,
22.92,
26,
23.81,
22.86,
25.71,
21.7,
24.53,
25.47,
24.53,
26.42,
25.47,
26.42,
64.29,
10.71,
22.14,
22.14,
5.06,
8.44,
5.06,
6.33,
57.14,
60.8,
60.8,
68.57,
71.43,
38.71,
38.71,
6.67,
3.33,
3.33,
3.33,
78.57,
57.14,
57.14,
53.57,
46.43,
50,
50,
50,
53.57,
50,
50,
50,
50,
46.43,
50,
35.71,
50,
50,
50,
50,
50,
50,
53.57,
42.86,
42.86,
39.29,
42.86,
44.44,
4.96,
5.79,
8.33,
8.33,
29.41,
17.69,
17.69,
17.69,
15.38,
17.69,
17.69,
17.69,
17.69,
3.33,
16.47,
5.88,
50,
18.18,
23.42,
24.69,
18.58,
10.15,
56.14,
13.33,
6.67,
6.67,
62.5,
66.67,
52.17,
50,
52.17,
60,
71.05,
63.16,
59.26,
62.07,
62.07,
62.07,
0.1,
0,
60,
71.43,
100,
54.05,
34.48,
1,
21.43,
21.43,
21.43,
3.57,
0,
3.57,
3.57,
77.42,
71.4,
73.33,
4.7,
0,
0,
0,
0,
12.73,
14.55,
12.73,
0,
0,
0,
12.73,
14.55,
12.73,
12.73,
5.36,
3.57,
3.57,
57.78,
60,
53.33,
21.43,
23.68,
58.8,
67.57,
38.6,
14.17,
10,
23.91,
20.99,
52.5,
21.54,
7.14,
7.78,
12.5,
9.24,
24.71,
23.26,
14.12,
5.68,
4.71,
5.88,
14.12,
11.49,
8.24,
13.85,
16.15,
15.38,
13.08,
15.38,
0,
2.08,
63.89,
70,
70,
79,
13.85,
0,
66.67,
15.38,
74.42,
87.5,
80,
61.11,
52.78,
59.38,
60.53,
64.44,
60.53,
60.53,
1.67,
3.83,
57.89,
76.19,
1.82,
1.82,
1.82,
1.82,
81.55,
3,
1.79,
10,
20,
0,
0,
60.71,
70,
70,
70,
70,
63.89,
0,
3.33,
0,
22.12,
20.35,
22.12,
28.42,
80,
40,
50,
40,
40,
20,
10.67,
14,
18,
34.67,
33.33,
33.33,
47.06,
100,
3.57,
60,
0,
7.2,
3.33,
6.67,
3.33,
4.49,
27.94,
29.41,
23.53,
25,
26.47,
23.53,
25,
25,
23.53,
23.53,
26.47,
88.89,
93.02,
90.7,
90.7,
90,
87.5,
87.5,
80,
77.5,
67.65,
86.05,
80,
78.57,
94.12,
83.33,
100,
79.49,
85,
75,
83.33,
67.5,
70,
75,
75,
90,
75,
71.79,
73.68,
82.5,
65.12,
100,
86.05,
50,
55,
62.5,
62.5,
75,
86.49,
86.49,
90.91,
100,
80,
80.43,
87.8,
70.59,
62.5,
68.29,
83.33,
100,
67.65,
100,
79.07,
77.5,
73.68,
80,
77.5,
75,
77.5,
86.05,
100,
100,
82.5,
93.33,
85.71,
70,
92.31,
100,
73.33,
73.33,
86.67,
100,
100,
100,
76.19,
94.12,
92.5,
80.43,
87.8,
71.79,
73.68,
75,
65.12,
79.49,
73.68,
86.05,
90.7,
82.93,
80.95,
94.12,
94.44,
75,
75,
75,
75,
97.62,
94.44,
80,
80.95,
85.71,
67.65,
78.05,
100,
90.7,
90,
57.89,
55.75,
49.3,
52.63,
55.29,
19.05,
11.11,
1.19,
18.25,
15.79,
16.96,
22.62,
9.52,
3.33,
3.33,
3.33,
21.25,
70,
70,
4,
67.86,
71.43,
71.43,
58.93,
58.93,
58.93,
57.14,
100,
100,
100,
100,
83.55,
62.66,
60.05,
80.94,
49.61,
67.86,
0,
0,
0,
3.57,
0,
1.79,
53.57,
53.57,
50,
72.73,
72.73,
69.7,
72.73,
69.7,
72.73,
87.72,
75,
70,
83.33,
62.5,
75,
63.64,
22.88,
35.6,
7.04,
7.04,
18.31,
11.27,
12.68,
19.72,
12.39,
12.39,
13.27,
12.39,
11.5,
13.27,
16.81,
15.49,
68.42,
68.42,
75,
66.67,
60,
68.42,
43.75,
43.75,
35,
17.86,
17.86,
17.86,
17.86,
30.97,
30.09,
7.14,
23.81,
19.64,
33.33,
7.14,
21.43,
48.89,
38,
11.76,
11.76,
26.32,
13.27,
17.7,
7.96,
17.7,
12.39,
8.85,
7.08,
11.5,
10.62,
15.93,
12.39,
16.81,
10.62,
12.5,
13.33,
14.17,
15.83,
12.22,
16.09,
20.69,
13.33,
15.93,
12.39,
18.58,
17.7,
14.16,
12.5,
13.33,
14.17,
11.67,
13.33,
7.07,
7.07,
11.11,
15.15,
12.5,
8.08,
17.17,
9.09,
11.11,
17.7,
14.17,
8.08,
9.09,
9.09,
13.55,
11.61,
8.08,
7.07,
66.67,
13.55,
11.61,
18.58,
14.16,
12.39,
13.27,
11.5,
9.73,
7.96,
15.93,
10.62,
9.73,
14.12,
13.53,
10.59,
8.24,
9.41,
9.41,
11.18,
7.65,
71.43,
71.43,
72.73,
64.29,
57.14,
76.19,
64.29,
81.82,
81.82,
81.82,
80.36,
5.42,
10.83,
0,
2.86,
18.18,
6.5,
25,
8.94,
16.26,
100,
85,
80,
80.77,
76.67,
80.36,
90.32,
77.55,
83.33,
10,
0,
0,
0,
3.57,
0,
3.57,
3.57,
52.63,
52.63,
52.63,
54.76,
45.24,
47.5,
56.14,
45.61,
33.33,
30.83,
35.4,
70,
59.96,
61.73,
50,
51.72,
39.44,
39.44,
43.33,
67.95,
29.47,
63.69,
57.14,
53.57,
72.09,
57.14,
57.14,
72.5,
58.33,
70.42,
63.33,
63.33,
63.33,
63.33,
63.33,
16.43,
16.43,
38.93,
18.93,
17.5,
8.21,
10.36,
9.29,
8.57,
11.43,
31.43,
38.89,
28.57,
42.86,
60.71,
22.5,
35.36,
11.01,
14.45,
14.96,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
0.42,
0.42,
0.42,
0.42,
2.63,
3.03,
0.42,
3.31,
22.58,
2.48,
11.67,
10.4,
12,
12.3,
13.1,
77.27,
13.1,
13.93,
6.56,
14.04,
13.93,
13.93,
78.33,
83.33,
19.47,
100,
19.66,
23.53,
14.9,
13.93,
15.4,
14,
15.5,
19.53,
21.09,
21.09,
15,
4.76,
15,
19.4,
20.9,
13.1,
12.39,
4.76,
19.66,
7.14,
12.3,
13.93,
12.26,
13.1,
7.14,
2.48,
12.1,
11.29,
12.1,
3.23,
12.8,
10.16,
7.14,
3.8,
6.56,
6.56,
2.48,
15.08,
2.48,
4.41,
12.8,
7.32,
15.75,
13.93,
10.4,
11.2,
7.26,
10.83,
3.33,
3.48,
5.69,
3.48,
7.94,
15.93,
15.93,
15.87,
11.11,
14.29,
2.48,
7.2,
14.29,
5.6,
19.51,
15.08,
6.56,
7.14,
4.76,
12.1,
4.76,
7.94,
11.29,
12.1,
9.52,
7.14,
13.93,
2.48,
16.13,
15.87,
7.94,
9.84,
15.08,
15.08,
19.69,
10.68,
19.53,
10.68,
19.53,
10.68,
22.66,
15.08,
13.11,
15,
11.5,
12.1,
14,
7.26,
9.6,
10.4,
19.53,
9.38,
14.84,
3.23,
3.23,
10.4,
8.86,
3.33,
15.04,
15.04,
15.04,
15.04,
15.08,
5.56,
4.76,
15.87,
15.93,
15.04,
18.18,
10.4,
18.18,
18.18,
21.21,
6.56,
4.76,
16.67,
15.04,
5.6,
14.84,
9.38,
15.62,
12.8,
8.86,
5.6,
2.48,
10.4,
19.53,
19.53,
4.13,
3.31,
4.76,
15.08,
8.86,
5.6,
3,
67.86,
11.5,
11.5,
3.23,
2.42,
12.6,
15.08,
10.5,
6.35,
6.61,
8.26,
8.26,
6.61,
8.26,
15.87,
6.35,
3,
3.4,
4.7,
13.1,
17.4,
15,
2.48,
2.48,
2.48,
2.48,
3.31,
2.48,
2.48,
15.08,
2.48,
7.32,
5.69,
12,
11.2,
10.4,
13.6,
10.4,
10.4,
12,
12.8,
12,
10.16,
9.03,
8.86,
3.33,
3.48,
3.48,
3.48,
7.26,
5.79,
4.13,
3.31,
3.4,
3,
22.66,
13.93,
20.31,
12.1,
19.69,
12.1,
18.9,
12.1,
12.1,
13.71,
19.53,
12.1,
19.53,
11.29,
21.09,
21.09,
12.9,
12.1,
19.53,
12.1,
19.53,
12.1,
14.5,
15.1,
15.76,
16.06,
14.05,
18.18,
8.2,
12,
4.13,
18.4,
16,
11.3,
6.96,
6.96,
12.5,
14.17,
12.5,
12.5,
12.5,
12.92,
15,
14.17,
14.17,
12.08,
15,
14.16,
15.76,
15.04,
12.63,
13.13,
12.63,
14.14,
1.25,
1.25,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
0,
2.08,
100,
86.67,
4.84,
6.56,
4.92,
6.56,
6.56,
9.52,
9.52,
9.52,
9.52,
7.94,
6.56,
4.92,
9.02,
67.86,
67.86,
4.92,
9.6,
8.8,
9.52,
6.45,
10.62,
10.57,
15.15,
21.21,
24.24,
12.7,
11.9,
5.66,
15.04,
2.48,
11.57,
6.56,
18.18,
12.9,
0.42,
0.83,
1.67,
0.42,
0.42,
0,
13.49,
11.5,
9.73,
11.62,
12.12,
17.39,
13.13,
6.52,
8.15,
12.63,
4.96,
14.16,
47.62,
12,
10.4,
6.35,
15.04,
0,
5.56,
5.56,
14.16,
13.27,
33.33,
30.77,
11.9,
11.29,
9.6,
11.2,
9.6,
9.6,
9.6,
9.6,
9.6,
10.48,
9.68,
12.63,
15.93,
8.26,
3.31,
9.6,
21.11,
21.11,
22.22,
22.22,
21.11,
15.04,
15.04,
2.48,
2.48,
22.22,
10.4,
3.31,
15.04,
23.33,
16.81,
15.08,
1.67,
15.08,
10.38,
2.48,
2.48,
10.4,
12.8,
13.71,
9.02,
12.7,
13.71,
12.12,
15.04,
14.16,
15.04,
14.17,
11.86,
13.68,
12.2,
9.65,
12,
2.48,
10.4,
9.52,
4.76,
15.29,
14.71,
14.12,
12.7,
13.71,
13.49,
11.9,
9.09,
3.31,
6.5,
8.26,
3.12,
6.56,
7.44,
0.42,
0.42,
0,
0.42,
0.83,
21.69,
3.33,
3.33,
50,
53.45,
66.67,
2.73,
1.82,
1.82,
1.82,
0,
52,
11.25,
10.42,
11.67,
10.71,
10,
3.57,
8.33,
4,
33.33,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.2,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.2,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
69.64,
69.64,
69.64,
73.21,
73.21,
73.21,
73.21,
71.43,
17.86,
56.7,
66.7,
0,
1.99,
1.76,
2.35,
0,
0,
2.82,
42,
48.84,
41.46,
39.02,
41.46,
48,
48.84,
44.19,
44.19,
42.11,
48.84,
46.67,
36.59,
44.19,
43.86,
46.81,
48.98,
42.86,
43.86,
46.43,
46.43,
48.84,
50,
48,
48.84,
42.86,
46.67,
56.25,
44.19,
39.02,
50,
36.84,
45.61,
45.61,
45.61,
46.94,
52.63,
46.51,
31.58,
38.6,
38.6,
29.82,
53.52,
48.48,
48.48,
57.89,
50,
50,
48.68,
48.68,
40.35,
40.35,
42,
5.88,
48.68,
60,
57.14,
48.84,
48.84,
48.84,
48.84,
46.43,
48.68,
44.44,
44.44,
42.35,
46.43,
46.43,
46.43,
50,
46.43,
42.86,
50,
46.67,
56.7,
83.72,
81.4,
92.11,
82.5,
83.72,
83.72,
9.41,
88,
0,
0,
41.18,
6.67,
0,
0,
10.66,
25,
13.75,
86.67,
37.5,
90,
15.15,
33.33,
15.15,
15.38,
77.5,
80,
43.33,
45.94,
7.5,
7.5,
17.67,
24.73,
33.33,
33.33,
33.33,
33.33,
33.33,
0,
19.23,
0,
6.15,
17.69,
18.46,
17.69,
17.69,
16.92,
16.92,
15.2,
16.8,
14.4,
17.2,
13.85,
16.15,
14.62,
13.85,
13.85,
15.38,
13.08,
13.08,
12.31,
10,
41.18,
3.33,
5,
5,
4.92,
4.62,
5,
13.33,
50,
50,
48,
68.89,
67.27,
67.27,
5.83,
2.08,
10,
5.42,
9.58,
13.85,
16.15,
13.85,
15.38,
72.73,
23.53,
35.29,
0,
30.3,
0,
0,
0,
66.67,
67.27,
70.91,
78.18,
80,
67.27,
69.09,
67.27,
67.27,
88.89,
64.29,
26.67,
0,
0,
0,
0,
66.67,
76.67,
2.8,
1.82,
4.4,
3.33,
7.14,
42.11,
50,
47.37,
78,
30.77,
14.29,
7.86,
3.57,
57.45,
66.67,
57.5,
55.56,
54.1,
54.1,
54.55,
48.48,
55.32,
57.45,
53.33,
54.72,
61.7,
66.67,
56.14,
55.26,
58.51,
66.67,
57.5,
56.45,
53.28,
53.28,
62.37,
66.67,
57.45,
68,
70,
62.07,
64.29,
76.67,
70.37,
64.5,
63.33,
60,
65.62,
65.52,
74.07,
74.07,
70.37,
42.86,
42.86,
72.73,
80,
69.23,
71.79,
71.79,
69.23,
72.55,
72.73,
70,
70.37,
65.62,
68.42,
52,
67.74,
66.67,
65.1,
66.67,
70.97,
63.89,
65.22,
57.9,
65.57,
58.93,
63.9,
74.42,
65.57,
53.19,
66.13,
64.86,
66.13,
67.65,
64.44,
61.43,
64.79,
72.09,
68.57,
62.79,
60,
71.43,
68.42,
64.52,
67.65,
62.22,
79.17,
79.17,
79.17,
61.7,
69.33,
48.48,
67.74,
61.36,
65.52,
69.35,
56.67,
66.67,
63.16,
68.18,
53.7,
56.67,
68.6,
68.42,
68.42,
64.1,
52.46,
52.46,
62.26,
66.67,
64.52,
65.12,
54.7,
53.33,
65.12,
60,
55.32,
57.45,
55.32,
56.52,
63.93,
63.46,
64.6,
54.39,
56.14,
58.33,
64.15,
56.52,
44.44,
64.81,
62.22,
65.22,
60,
71.88,
54.72,
63.64,
68.09,
62.3,
61.64,
61.43,
63.64,
62.9,
61.9,
48.91,
50,
53.33,
66.13,
66.13,
61.9,
54.05,
59.09,
59.09,
68.57,
73.21,
73.21,
80,
75,
61.9,
70.83,
72.94,
72.94,
57.52,
63.53,
45.77,
62.14,
59.38,
55.74,
59.29,
61.36,
70.67,
74.42,
56.67,
52.22,
55,
58.62,
70.42,
63.93,
70.15,
63.93,
64.63,
51.33,
62.35,
59.78,
66.37,
61.67,
54.87,
55.75,
66.13,
65.79,
50.88,
55.26,
56.32,
54.87,
56.64,
56.64,
63.16,
62.86,
63.22,
70.54,
48.67,
49.56,
55.75,
55.75,
70.54,
5.6,
4.8,
5,
5,
5,
5.08,
5.08,
11.86,
5,
5,
5,
5,
5.08,
11.07,
60,
60.71,
46.43,
46.43,
50,
53.85,
13.85,
13.85,
13.85,
67.86,
66.67,
57.14,
100,
100,
12.5,
33.07,
37.01,
66.32,
14.29,
30.71,
5.71,
6.67,
0,
0,
0,
0,
16,
20,
13.33,
14.55,
17.27,
67.65,
67.65,
64.71,
70.59,
67.65,
61.76,
1,
3,
4.67,
0,
4,
4,
4,
3.85,
3.85,
1,
25.11,
0,
33.33,
7.14,
60.71,
82.14,
82.14,
0,
64.29,
64.29,
28.21,
25,
0,
0.88,
0,
15.62,
0,
20,
6.42,
2.86,
0,
2.65,
9.65,
10.22,
6.29,
7.73,
10.26,
0,
24.78,
7.65,
60,
53.33,
66.67,
73.33,
64.1,
65.62,
73.33,
76,
49.2,
17.36,
45.3,
80,
74.07,
10.83,
25,
11.67,
11.3,
3.57,
5.88,
0,
0,
0,
64.29,
82.14,
66.67,
66.67,
66.67,
0,
12.5,
12.5,
62.5,
60,
12.5,
3.57,
43.75,
27.88,
29.33,
30.53,
7.06,
15.88,
16.18,
31.68,
17.35,
11.58,
12.54,
16.18,
13.53,
14.13,
35.29,
36.47,
36.47,
30,
30,
26.25,
26.25,
0,
3.08,
1,
13.33,
10.71,
10.71,
10.71,
10.71,
10.71,
78.95,
20,
4.17,
4.17,
3.33,
6.67,
10.42,
3.75,
2.92,
1.67,
10.59,
7.63,
7.92,
2.92,
3.75,
6.67,
3.33,
6.78,
9.75,
6.78,
6.78,
9.75,
0.42,
10.59,
7.63,
0.59,
7.63,
6.67,
3.33,
3.33,
0.42,
3.33,
0.42,
0.42,
0.42,
2.92,
16.67,
14.67,
16.67,
16,
0.42,
6.78,
0.81,
7.63,
0.88,
2.08,
4.58,
26.67,
17.33,
0.42,
4.17,
5.42,
1.25,
20,
2.08,
0.42,
0.42,
16,
26.67,
7.63,
3.75,
0.42,
11.33,
12,
12.67,
13.33,
12.67,
4.17,
4.58,
14,
6.67,
7.92,
5.83,
7.5,
20,
0.42,
7.77,
6.67,
6.67,
7.61,
5.63,
7.89,
3.38,
3.33,
3.33,
0.42,
20,
20,
13.33,
6.22,
0.42,
0.42,
1.67,
3.33,
0.42,
9.58,
1.67,
5,
5,
8.75,
7.92,
3.75,
3.75,
13.33,
13.33,
26.67,
26.67,
3.75,
10.83,
7.5,
2.92,
4.4,
8.8,
1.67,
2.92,
3.75,
3.75,
4.17,
5,
2.08,
2.92,
6.67,
10.42,
2.92,
26.67,
0,
90,
100,
0,
0,
0,
2.38,
0,
14.29,
11.36,
14.12,
16.67,
11.9,
5.36,
3.57,
6.06,
0,
3.03,
0,
2.22,
0,
1.79,
0,
4.76,
5.08,
3.39,
29.58,
0,
17.86,
13.64,
12.5,
0,
0,
0,
13.64,
0,
0,
0,
0,
0,
0,
1.79,
3.57,
1.79,
0,
0,
2.35,
2.35,
7.06,
2.35,
2.56,
1.28,
3.85,
25.5,
0,
0,
0,
0,
2.08,
0,
0,
1.79,
0,
0,
0,
0,
0,
0,
0,
1.79,
0,
0,
0,
0,
0,
1.69,
1.69,
0,
0,
0,
0,
0,
0,
0,
4.76,
4.76,
0,
0,
0,
4.62,
5.36,
5.36,
65,
65,
65,
65,
65,
60,
60,
70,
78.57,
85.71,
82.14,
82.14,
100,
82.14,
78.57,
85.71,
75,
66.67,
100,
82.14,
75,
75,
82.14,
14.29,
17.86,
14.29,
14.29,
14.29,
14.29,
14.29,
17.86,
14.29,
14.29,
0,
3.57,
0,
3.57,
3.57,
3.57,
0,
0,
3.57,
0,
67.86,
3.57,
3.57,
4.35,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
33.33,
85.71,
66.67,
60,
95.65,
75,
60,
70,
53.33,
50,
74.07,
65,
53.03,
51.67,
2.35,
2.35,
3.53,
1.1,
1.18,
3.53,
6.67,
6.67,
6.67,
1.11,
55.13,
51.67,
3.53,
3.54,
2.35,
6.67,
2.35,
2.35,
3.51,
3.51,
3.53,
3.54,
3.51,
12.9,
6.67,
53.1,
5.88,
2.94,
0,
2.94,
2.94,
2.94,
0,
5.88,
65,
0,
0,
5.71,
48.84,
58.82,
3.57,
3.57,
3.57,
60,
21.43,
21.43,
7.14,
61.4,
55,
2.2,
43.86,
58.18,
53.57,
53.57,
53.57,
3.57,
3.57,
3.57,
64.29,
0,
20,
14.13,
16.47,
19.54,
10.91,
9.09,
6.78,
11.54,
13.46,
21.43,
9.62,
5.77,
8.79,
15.38,
10.99,
9.89,
10.99,
16.16,
14.14,
22.22,
8,
8,
8,
12,
11,
13.95,
11.39,
33.86,
39.37,
31.5,
19.82,
20.19,
33.06,
33.59,
10.88,
23.53,
17.65,
11.54,
11.54,
64.13,
64.18,
58.82,
54.12,
61.97,
52.63,
63.33,
64.71,
60,
61.4,
62.5,
67.74,
63.33,
67.16,
63.64,
62.63,
58.43,
60.94,
54.12,
63.33,
59.7,
63.33,
57.89,
52.63,
68.42,
68.42,
61.19,
66.2,
57.89,
64.91,
60.94,
59.38,
66,
70,
66,
68,
68,
60,
62,
60,
70.51,
52,
67.16,
60.76,
70.18,
52.63,
63.33,
58.82,
58.33,
64.18,
57.14,
60.29,
36.28,
38.94,
42.48,
42.48,
38.05,
52.08,
38.94,
39.82,
46.9,
56.41,
72,
62.5,
49.56,
49.3,
57.06,
65,
55.36,
53.97,
55.29,
54.26,
62.5,
70.2,
39.82,
45.31,
42.19,
52.82,
53.12,
63.33,
58.93,
63.33,
56.41,
63.53,
62.12,
58.82,
66.13,
57.89,
55.77,
65,
50.7,
50.7,
19.8,
65.05,
64.06,
60.47,
60.47,
38.05,
70,
64.71,
64.71,
50.7,
53.02,
50,
56.14,
60,
61.67,
57.65,
62.5,
62.5,
54.39,
54.39,
54.39,
57.89,
57.89,
63.16,
63.16,
60.53,
57.89,
60.53,
50.88,
59.65,
56.14,
59.65,
61.4,
57.69,
35.9,
65.67,
65.88,
62.5,
67.44,
55.29,
58.14,
53.49,
60.47,
58.82,
60.29,
61.76,
61.76,
52.63,
58.14,
59.65,
63.16,
66.67,
65.62,
54.12,
52.94,
65.79,
65.79,
52.63,
55.29,
61.46,
65.22,
61.4,
64.91,
60,
69.77,
62.69,
9.1,
0,
0,
8.21,
8,
7.71,
66.67,
78.9,
81.25,
60.71,
60.71,
60.71,
60.71,
60.71,
63.57,
57.14,
80,
80,
80,
77.5,
77.5,
77.5,
92.86,
83.33,
100,
84.62,
92.86,
94.44,
78.57,
78.57,
74.89,
74.89,
74.89,
35,
70,
75,
60.71,
60.71,
6.25,
3.57,
5.36,
3.57,
5.36,
17.86,
17.86,
17.86,
17.86,
17.86,
4.6,
45.83,
39.65,
38.28,
50,
50,
30,
60,
30,
60,
7.45,
11.76,
12.16,
14.84,
15.9,
14.12,
11.76,
9.02,
11.66,
11.37,
11.37,
11.66,
12.94,
9.02,
11.37,
12.94,
7.45,
15.29,
11.76,
11.37,
12.16,
14.84,
11.76,
14.12,
14.12,
8.24,
13.73,
17.18,
17.56,
16.47,
18.04,
13.33,
23.89,
24.78,
11.96,
7.07,
30.95,
12.94,
16.08,
21.14,
26.55,
29.84,
33.87,
20,
16.47,
14.9,
17.25,
15.35,
14.73,
28.36,
8.63,
14.89,
43.33,
39.66,
15.29,
16.08,
16.47,
13.07,
9.8,
7.45,
8.24,
7.45,
15.29,
21.14,
11.76,
34.92,
38.39,
15.15,
16.5,
15.04,
30,
28.32,
15.69,
16.08,
33.87,
31.45,
36.67,
7.06,
5.1,
14.12,
20,
20,
10.59,
10.59,
17.26,
23.17,
21.34,
24.83,
22.39,
7.05,
7.93,
17.65,
14.51,
14.12,
18.58,
16.86,
20.9,
7.08,
11.76,
36.67,
55,
4.58,
5.42,
1.79,
0,
3.77,
3.57,
3.57,
0,
3.57,
7.14,
1.79,
0,
10.25,
8.48,
0,
2.78,
5.88,
2.78,
16.4,
16.67,
16.67,
16.67,
17.39,
44,
83.33,
1.7,
57.14,
85.71,
2.8,
2.8,
1.6,
1.69,
6.67,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
4.42,
4.42,
4.42,
12.39,
4.42,
5.31,
3.33,
3.33,
3.33,
3.33,
3.33,
6.67,
6.67,
6.67,
6.67,
5.42,
5.42,
5.42,
5.51,
5.42,
5.42,
5.42,
5.51,
5.83,
5.42,
5.42,
5.42,
5.51,
5.42,
5.42,
5.42,
5.51,
6.67,
12.92,
12.92,
11.25,
17.5,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
6.67,
10,
10,
5.42,
5.42,
5.42,
5.42,
5.42,
6.67,
6.25,
15.42,
13.33,
12.92,
15.83,
15.83,
0,
5.42,
5.42,
5.42,
15.83,
5.42,
6.67,
20,
3.33,
13.75,
6.67,
26.67,
26.67,
13.08,
6.33,
15.83,
19.17,
5.42,
6.25,
3.33,
5.42,
5.51,
5.42,
33.33,
15.42,
26.67,
19.17,
5.51,
19.17,
19.17,
3.33,
4.42,
6.67,
4.42,
4.42,
6.67,
17.62,
16.74,
18.06,
5.42,
5.42,
5.42,
5.42,
12.92,
19.17,
3.57,
14.29,
0,
13.33,
0,
67.86,
53.57,
53.57,
53.57,
81.82,
83.72,
3.57,
3.57,
3.57,
0,
0,
0,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
4.35,
0,
0,
14.29,
14.29,
14.29,
10.71,
10.71,
10.71,
71.43,
53.57,
34.38,
0,
24.46,
26.52,
24.14,
21.8,
22.92,
20.92,
27.84,
13.06,
13.61,
82.5,
5.26,
5.26,
3.57,
0,
3.57,
3.57,
0,
3.57,
0,
0,
0,
3.57,
3.57,
3.57,
0,
4.62,
3.33,
4.8,
0,
2.61,
2.61,
5.88,
3.57,
7.14,
7.14,
6.67,
9.41,
16.67,
0,
7.14,
18.18,
67.86,
67.86,
67.86,
54.55,
63.33,
63.33,
63.33,
63.33,
76.79,
76.79,
76.79,
76.79,
76.79,
76.79,
75,
76.79,
76.79,
76.79,
76.79,
75,
76.79,
76.79,
76.79,
75,
76.79,
75,
75,
75,
75,
33.33,
80,
7.94,
6.56,
9.68,
0.83,
5.88,
9.23,
16.8,
13.08,
10.71,
0,
13.85,
17.39,
6.67,
7.14,
0,
7.14,
6.67,
7.14,
6,
4,
13.33,
1.67,
0,
40.82,
9.38,
6.67,
10,
10,
10,
15.62,
6.67,
6.67,
10,
10,
6.67,
9.41,
9.41,
66.67,
0,
13.33,
7.06,
6.9,
10.34,
10.34,
6.9,
0,
0,
0,
0,
0,
0,
9.38,
6.9,
12.5,
0,
75,
75,
75,
75,
75,
75,
75,
75,
67.86,
67.86,
67.86,
67.86,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
73.21,
75,
75,
6.67,
6.67,
6.67,
33.33,
63.33,
71.43,
68.97,
71.43,
71.43,
71.43,
71.43,
71.43,
71.43,
4.92,
4.42,
20,
60,
3.23,
7.94,
21.21,
4.1,
4.76,
4,
5.6,
5.6,
70.91,
70.91,
35,
30,
3.33,
6.67,
3.33,
80,
80,
16.3,
1.79,
1.79,
1.79,
33.33,
80,
85,
85,
85,
82.5,
83.33,
31.43,
37.93,
25.88,
32.14,
1.33,
1.33,
20,
30,
13.33,
2.2,
2.2,
1.41,
15,
5,
14.29,
75,
0,
0,
6.67,
0,
7.14,
4.96,
5.79,
7.44,
3.85,
10.32,
4.96,
21.7,
61.9,
1.9,
100,
70.18,
73.68,
73.68,
23.74,
26.77,
26.77,
24.17,
23.33,
30.38,
29.17,
24.17,
81.48,
81.48,
73.94,
73.94,
67.39,
0.14,
0.21,
0.21,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
12.9,
12.9,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
12.9,
12.9,
12.9,
12.9,
12.9,
12.9,
7.14,
0.59,
2.68,
3.57,
5.36,
15.87,
15.08,
0,
0,
0,
2.68,
2.65,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
67.65,
40.98,
48.24,
51.76,
51.06,
46.43,
0,
0.88,
0,
0.88,
0.88,
0.89,
0.89,
3.54,
3.57,
2.65,
0,
0.89,
0,
5.21,
60,
3.28,
7.92,
20,
20,
13.33,
100,
33.33,
0,
26.67,
77.42,
83.78,
64.91,
23.33,
0,
13.33,
26.67,
16.67,
46.67,
16.67,
26.67,
3.33,
13.33,
26.67,
20,
16.67,
6.67,
6.67,
7.2,
5.26,
0,
4.44,
10.71,
0,
0,
43.9,
46.34,
41.03,
35.71,
43.24,
32.43,
43.24,
32.43,
0,
0,
0,
0,
13.33,
6.67,
0,
50,
46.88,
48.89,
44.23,
30.77,
30.77,
45.45,
40,
46.67,
46.48,
40.38,
2.86,
40.62,
30.77,
33.33,
7.14,
48.89,
49.3,
7.14,
6.67,
6.67,
6.67,
7.14,
7.14,
7.14,
56.9,
50,
46.67,
44.23,
51.22,
50.77,
40.38,
40.38,
7.14,
7.14,
0,
35.56,
40,
35.56,
49.12,
50.59,
50.59,
51.43,
76.67,
71.43,
71.43,
79.3,
56.76,
62.16,
75,
70.83,
56.25,
27.27,
27.27,
0,
0,
0,
25.4,
1.18,
1.18,
1.18,
2.02,
1.77,
3.51,
20,
70,
66.67,
6.78,
60.61,
75,
60.61,
81.82,
75,
75,
75,
66.67,
71.88,
65.71,
60,
76.67,
63.64,
63.33,
65.62,
66.67,
66.67,
67.86,
71.43,
65.52,
62.5,
74.19,
71.88,
65.38,
70.59,
65.22,
70.37,
70.97,
66.67,
71.43,
72.73,
69.7,
0.2,
5.8,
5.6,
5.8,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
17.65,
3.57,
3.57,
3.57,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
14.29,
14.49,
14.98,
15.94,
7.25,
14.98,
18.84,
4.76,
4.76,
4.76,
4.76,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
7.14,
0,
0,
20.35,
22.12,
4.04,
3.57,
3.57,
3.57,
3.57,
3.57,
5,
5,
5,
5,
3.57,
5,
3.57,
7.14,
10.71,
7.14,
7.89,
3.57,
7.14,
7.14,
17.91,
12.51,
11.15,
23.01,
38.03,
10.99,
0,
35.16,
40.16,
28.35,
38.93,
34.35,
34.68,
33.87,
31.3,
36.64,
35.88,
65.62,
74.19,
67.86,
67.86,
67.86,
66.67,
0,
0.88,
5.88,
4.76,
4.71,
7.14,
3.57,
14.29,
14.29,
7.14,
9.3,
3.57,
0,
0,
0,
7.14,
5.88,
7.14,
3.57,
7.14,
7.14,
10.34,
10.71,
8.93,
10.71,
10.71,
3.57,
31.58,
29.58,
7.14,
7.14,
3.57,
3.57,
6,
27.5,
5.88,
2.56,
2.56,
2.56,
2.35,
4.71,
0,
10.71,
7.14,
5.56,
3.7,
5.56,
7.14,
3.57,
3.57,
29.58,
7.14,
7.14,
7.14,
7.14,
6.38,
6.38,
6.38,
6.38,
10.71,
8.77,
6.38,
3.7,
1.85,
3.57,
3.57,
0,
3.57,
8.93,
1.75,
1.75,
7.14,
37.5,
1.1,
37.19,
37.19,
46.48,
50.7,
47.89,
3.57,
3.57,
7.14,
3.57,
14.29,
3.57,
3.57,
3.57,
3.57,
3.57,
72.5,
67.6,
65,
81.25,
80,
12,
1.5,
5.36,
1.79,
8.93,
10,
61.3,
44.93,
60.78,
50.88,
40.58,
62.6,
42.11,
38.89,
27.78,
38.89,
14.71,
28.12,
26.47,
10.71,
42.11,
5.66,
0,
28.26,
33.7,
28.31,
6.67,
3.33,
6.67,
6.56,
6.67,
6.67,
3.33,
3.33,
3.33,
2.86,
6.67,
6.67,
6.67,
3.33,
6.67,
6.56,
6.56,
6.67,
73.53,
73.53,
73.53,
78.79,
73.53,
78.79,
78.79,
78.79,
73.53,
45.45,
67.65,
51.52,
64.29,
60.71,
73.53,
42.42,
55.88,
42.42,
55.88,
48.48,
45.45,
51.52,
51.52,
73.53,
67.65,
64.71,
46,
45.8,
48.48,
48.48,
73.53,
48.48,
36.67,
36.67,
36.67,
26.67,
36.67,
36.67,
36.67,
20,
36.67,
36.67,
26.67,
36.67,
0.42,
1.67,
14.29,
7.14,
53.57,
43.33,
46.43,
53.57,
50,
50,
53.57,
46.43,
43.33,
53.57,
64.29,
64.29,
0,
5.83,
13.56,
12.71,
12.5,
12.71,
12.43,
12.56,
3.39,
3.39,
3.11,
5,
33.33,
33.33,
33.33,
40,
40,
40,
5,
5,
6.67,
40,
40,
3.53,
3.53,
72.5,
72.09,
79.07,
75,
71.43,
69.23,
70,
80,
5.36,
5.88,
4.29,
3.53,
4.71,
3.53,
3.53,
3.53,
0,
3.53,
3.53,
1.96,
1.96,
3.53,
4.71,
3.53,
4.71,
0,
1.43,
1.43,
1.43,
4.29,
1.77,
1.67,
3.33,
3.33,
3.57,
5.36,
1.33,
1.79,
21.67,
7.53,
50,
46.43,
57.14,
57.14,
71.43,
56.45,
53.57,
71.43,
67.86,
67.86,
50,
18,
56.56,
7.67,
17.86,
50.85,
56.54,
45,
15,
57.14,
60.71,
53,
52.91,
71.43,
60.71,
56.6,
46.4,
57.14,
0,
16,
54.05,
0,
82.1,
50,
64.29,
60.7,
14.7,
67.9,
56.6,
21.74,
21.74,
47.83,
64.97,
62.15,
50,
50,
57.1,
64.29,
56.45,
45.2,
43.33,
63.6,
71.43,
67.86,
67.86,
28,
17.9,
67.86,
64.29,
21.43,
63.77,
2,
71.43,
6.94,
53.6,
53.6,
10.78,
68.63,
68.63,
57.14,
71.4,
57.14,
32.14,
21.43,
42.86,
46.43,
50,
50,
67.86,
7.14,
7.14,
7.14,
7.14,
0,
0,
60.71,
64.29,
57.14,
57.14,
82.14,
82.14,
71.43,
54.67,
7.14,
7.14,
57.14,
60.71,
53.57,
64.29,
67.86,
67.86,
70.59,
68.67,
53.57,
25,
56.45,
62.15,
68.55,
56.6,
56.74,
67.86,
57.14,
57.14,
57.14,
60.71,
71.43,
56.5,
78.57,
25,
25,
21.43,
25,
64.29,
57.14,
17.86,
17.86,
14.29,
14.29,
17.86,
17.86,
64.29,
17.86,
25,
25,
62.89,
57.1,
56.47,
53.57,
54.44,
57.14,
58.82,
56.44,
54.35,
53.57,
57.14,
64.29,
64.29,
53.57,
50,
0,
7.14,
7.14,
0,
7.14,
7.14,
50,
50,
53.57,
57.14,
57.14,
57.14,
54.61,
53.57,
62.15,
53.67,
64.97,
65.79,
53.67,
69.23,
32.14,
42.86,
32.14,
42.86,
57.14,
43.33,
32.14,
21.43,
28,
42.86,
64.29,
46.43,
53.98,
56.56,
60.71,
67.86,
67.86,
67.86,
64.29,
67.86,
71.43,
64.52,
52.42,
75,
78.57,
82.14,
6.49,
63.88,
67.86,
56.47,
60.71,
50,
50,
50,
35.71,
35.71,
64.29,
50,
50,
64.29,
0,
7.14,
7.14,
0,
7.14,
57.14,
60.71,
67.86,
17.86,
67.86,
78.57,
64.29,
75,
64.29,
75,
70.92,
56.74,
63.83,
70.92,
64.29,
60.71,
28.57,
71.43,
64.29,
64.29,
48.39,
65.73,
70.92,
70.55,
50,
46.43,
51.15,
47.62,
60.71,
50,
64.29,
64.29,
64.97,
64.97,
70.62,
67.8,
67.86,
67.86,
65.9,
57.14,
57.14,
53.57,
53.57,
64.29,
57.14,
57.14,
58.2,
64.29,
64.29,
64.29,
75,
78.57,
11.29,
12.7,
57.14,
64.29,
57.14,
67.86,
53.57,
67.86,
60.71,
50,
60.71,
50,
71.43,
50,
57.14,
64.29,
60.71,
50,
60.71,
57.14,
57.14,
57.14,
67.86,
46.43,
64.29,
64.29,
67.86,
11.27,
0,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
25.88,
25.88,
25.88,
28.24,
25.88,
34.12,
23.53,
23.53,
28.24,
22.35,
8.24,
30.59,
23.53,
25.88,
9.41,
27.06,
24.71,
27.06,
30.77,
10,
29.41,
27.06,
27.06,
34.12,
19.47,
19.47,
18.25,
18.25,
19.47,
20.35,
20.35,
19.53,
10.62,
10.62,
10.66,
10.66,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
47.06,
31.43,
30,
10,
17.46,
20.31,
19.53,
29.41,
36.47,
36.47,
31.76,
15.04,
6.38,
9.85,
6.38,
2.63,
6.67,
6.98,
67.86,
37.74,
67.02,
67.02,
67.02,
67.02,
60.71,
64.29,
60.71,
0,
0,
0,
0,
0,
84,
84,
84,
77.78,
78.26,
80,
80,
77.78,
76.92,
76.92,
73.33,
78,
62.79,
57.89,
72,
0,
0,
14.08,
14.51,
14.12,
57.89,
70.9,
4.26,
7.5,
12.12,
81.48,
78.57,
78.57,
74.47,
28.57,
28.57,
64.29,
75,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
63.16,
63.16,
63.16,
63.16,
63.16,
93.33,
63.16,
63.16,
63.16,
63.16,
63.16,
63.16,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
93.33,
68.42,
68.42,
68.42,
68.42,
68.42,
66.67,
66.67,
93.33,
93.33,
68.42,
68.42,
93.33,
93.33,
93.33,
93.33,
12.08,
12.08,
12.1,
12.08,
10.62,
15.93,
17.69,
10.62,
14.29,
14.29,
14.29,
16.15,
12.5,
10.62,
12.08,
13.33,
12.92,
14.44,
16.67,
13.08,
12.5,
12.5,
14.44,
15.56,
12.22,
15.56,
13.1,
14.44,
13.1,
30.07,
32.17,
28.83,
30.87,
30.67,
26.39,
25.48,
29.68,
28.47,
27.39,
30.72,
29.68,
27.71,
28.68,
29.68,
9.6,
57.58,
52,
58.14,
50,
44.44,
36.36,
64.86,
47.5,
13.33,
53.33,
14.67,
81.79,
71.43,
75,
13.33,
26.67,
70,
26.67,
14.67,
53.33,
86.67,
86.67,
100,
46.67,
46.67,
46.67,
20,
26.67,
23.33,
5,
43.33,
30,
20,
46.67,
46.67,
26.67,
53.33,
30,
53.33,
53.33,
53.33,
66.67,
0,
1.79,
11.43,
0,
63.9,
25.58,
15.38,
4.17,
4.17,
4.17,
5,
8.75,
9.38,
10.83,
8.33,
52.14,
7.06,
15.38,
4.55,
8.26,
11.67,
24.62,
19.23,
22.31,
19.23,
4.71,
10.59,
17.69,
23.08,
23.08,
16.92,
16.92,
16.92,
16.92,
16.92,
13.85,
16.92,
15.38,
53.57,
28.24,
23.31,
16.92,
15.38,
15.38,
16.92,
15.38,
6.67,
13.85,
15.38,
13.08,
15.38,
16.92,
16.15,
16.15,
2.65,
9.09,
5.83,
20,
2.65,
7.08,
2.65,
12.94,
11.76,
12.94,
3.53,
5.88,
5.88,
5.88,
5.88,
20,
18.82,
5.22,
3.53,
20,
5.13,
5.88,
12.94,
11.76,
3.53,
18.18,
23.53,
6.14,
13.16,
20,
31.11,
31.11,
28.89,
28.89,
3.53,
3.45,
3.53,
3.85,
3.85,
3.53,
2.35,
4.71,
23.53,
7.06,
3.53,
3.53,
3.53,
7.06,
3.53,
3.53,
7.06,
12.94,
12.94,
3.53,
18.82,
11.76,
11.76,
3.53,
5.88,
54.1,
47.37,
39.82,
32.32,
29.29,
47.06,
68.09,
44.12,
44.74,
44.12,
46.81,
44.12,
44.12,
44.12,
40,
42.86,
16.67,
8.11,
20,
20,
20,
20,
9.78,
4.35,
3.33,
1.77,
22.22,
25,
25,
32.1,
32.14,
25,
17.86,
25,
25,
14.29,
25,
25,
32.14,
40.62,
21.57,
21.57,
32.14,
25,
28.57,
21.21,
15.79,
60.94,
58.59,
53.91,
6.67,
47.7,
82,
82,
82.5,
82.05,
50.67,
58.67,
48,
42.22,
48.15,
69,
11.25,
53.98,
57.5,
73.21,
73.21,
73.21,
71.43,
71.43,
71.43,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
73.21,
71.43,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
80.36,
80.36,
71.43,
71.43,
73.21,
80.36,
70,
30,
23.53,
0,
20,
11.76,
35.29,
35.29,
35.29,
78,
78.57,
78.57,
77.42,
77.36,
77.78,
78.57,
78,
78.57,
77.78,
78.57,
77.59,
77.59,
78.57,
78.5,
72,
72,
72,
72,
9.58,
11.25,
7.14,
10,
10,
10,
10,
16.81,
14.16,
86.67,
15.93,
0,
50,
57.14,
50,
57.14,
60.49,
68.09,
68.09,
68.09,
49.37,
53.95,
49.56,
51.89,
49.06,
47.17,
69.77,
69.77,
60,
62.86,
62.86,
62.86,
54.32,
54.43,
50,
47.56,
65.71,
65.71,
65.71,
58.49,
41.18,
51.33,
48.67,
50.44,
51.33,
45.13,
48.67,
88.57,
88.57,
88.57,
82.86,
62.86,
62.86,
62.86,
62.86,
46.88,
48.44,
56.25,
46.88,
48.44,
71.15,
73.08,
73.08,
52.63,
52.63,
52.56,
54.93,
57.14,
54.79,
53.42,
53.66,
50,
44.19,
55.7,
56.96,
59.76,
58.44,
58.54,
68.83,
62.03,
60.76,
60.49,
56.79,
63.51,
62.28,
57.14,
71.43,
71.43,
71.43,
64.29,
63.38,
63.38,
67.86,
54.39,
57.14,
53.57,
57.14,
57.14,
57.14,
57.14,
57.14,
5.49,
3.57,
3.57,
3.57,
1.79,
1.79,
1.79,
1.79,
1.72,
1.79,
1.79,
1.72,
1.79,
5.36,
5.36,
1.79,
1.79,
1.72,
1.79,
1.79,
0,
5.49,
80,
62.5,
66.67,
60.71,
12.68,
77.27,
77.27,
77.27,
72.41,
72.41,
69,
71.43,
71.43,
71.43,
71.43,
71.43,
74.07,
75,
73.9,
77.78,
85.71,
75,
68.97,
67.74,
68.97,
64.52,
70,
72.41,
75,
76,
84.21,
71.43,
71.43,
68,
60,
63.83,
60,
72.41,
75,
71.43,
79.31,
75,
73.91,
73.91,
71.43,
71.43,
71.43,
71.43,
75,
71.43,
71.43,
71.43,
71.43,
71.43,
68.97,
71.43,
71.43,
72,
73.91,
72.41,
71.43,
71.43,
71.43,
71.43,
60,
65.71,
60,
71.43,
71.43,
71.43,
71.43,
71.43,
71.43,
71.43,
71.43,
72.41,
71.43,
71.43,
71.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
66.37,
0.88,
0,
0,
0,
2.82,
2.11,
2.11,
2.11,
2.82,
2.11,
2.11,
2.11,
0,
3.52,
7.96,
0,
2.65,
2.2,
0,
80,
8.75,
21.43,
71.74,
55.29,
73.21,
27.65,
43.53,
38.82,
35.29,
90.58,
9.17,
3.54,
3.33,
9.17,
10.88,
34,
31.55,
32.14,
33.04,
32.14,
26.79,
32.14,
8.93,
29.46,
33.04,
31.25,
66.07,
28.22,
29.98,
55.36,
53.57,
73.21,
70.18,
53.57,
50,
71.93,
76.79,
76.79,
73.21,
76.79,
73.21,
73.21,
32.94,
29.22,
56.47,
56.47,
56.47,
55.29,
28.8,
55.29,
42.35,
42.96,
34,
43.36,
27.72,
23.91,
25.54,
26.09,
28.26,
28.8,
26.09,
27.72,
42.35,
22.03,
22.91,
23.26,
23.35,
19.38,
29.96,
17.79,
13.04,
22.39,
15.86,
29.96,
36.36,
41.41,
33.33,
41.41,
29.96,
29.96,
19.38,
58.7,
56.52,
63.04,
50,
32,
64,
65,
27,
72.5,
70,
65,
47.5,
67.5,
53.57,
71.88,
68.75,
68.75,
64.29,
71.43,
68.75,
71.88,
65.62,
64.29,
0,
0,
32.89,
29.58,
32.89,
29.58,
32.89,
29.58,
29.58,
28.95,
25,
3.45,
32.89,
31.58,
7.14,
7.14,
2.94,
26.26,
69,
60,
57.14,
58,
58,
50,
60,
43.08,
55.38,
57.14,
53.85,
46.15,
56,
46.15,
55.38,
46.15,
50,
50,
50,
50,
32.2,
32.38,
23.73,
23.16,
33.86,
34.59,
36.59,
28.57,
22.73,
25.76,
22.73,
29.79,
26.87,
29.85,
23.88,
23.88,
26.87,
31.08,
26.87,
25.76,
26.03,
25.37,
25.37,
24.24,
25.37,
24.24,
23.88,
25.8,
32.43,
28.77,
24.24,
28.57,
30.16,
33.33,
38.98,
28.77,
31.08,
22.73,
27.27,
26.25,
25.45,
30.91,
27.27,
27.27,
30.91,
27.27,
24.72,
43.16,
25.42,
29.09,
39.13,
25.84,
40.85,
19.64,
30,
28.77,
35.21,
32.2,
22.73,
32.84,
29.85,
28.77,
35.21,
32.2,
25.76,
22.08,
34.96,
32.77,
38.97,
37.6,
34.15,
33.57,
40.3,
33.71,
38,
4.83,
4.83,
5.8,
66.6,
50.9,
49.6,
50.6,
33.33,
33.33,
36.67,
16.67,
16.67,
14.67,
22,
22.67,
22,
18.67,
67.5,
67.9,
68.89,
70.21,
7,
69.57,
72,
72,
43.3,
70.21,
75,
84.6,
77.8,
85.2,
78,
77.8,
85.2,
80,
62.5,
78.79,
25,
84.62,
75.61,
14.67,
15.33,
16.67,
55,
57.5,
60,
10,
75.56,
71.11,
11.55,
75,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
53.57,
53.57,
57.14,
57.14,
57.14,
52.42,
56.45,
56.45,
57.14,
53.57,
60.71,
60.71,
57.14,
3.57,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
4.35,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
20,
3.57,
5.31,
5.31,
24.1,
22.35,
22.93,
22.35,
3.61,
3.61,
3.7,
7.06,
4.82,
8.24,
8.24,
13.48,
6.02,
6.17,
20.45,
9.41,
11.11,
11.11,
13.48,
7.06,
10,
4.71,
23.6,
14.62,
28.28,
30.34,
29.66,
25.76,
17.14,
37.74,
66.67,
57.58,
0,
9.58,
0,
0,
0,
0,
80.95,
80.95,
12.92,
12.92,
50,
50,
21.25,
0,
0,
0,
0,
0,
0,
0,
0,
13.6,
16,
3.33,
3.33,
3.33,
9.6,
17.65,
12.8,
3.33,
3.33,
6.4,
3.33,
5,
9.6,
13.6,
14.62,
13.08,
6.67,
5,
5,
6.4,
21.25,
16.15,
13.85,
16.92,
4.35,
0,
3.57,
0,
0,
3.57,
3.57,
0,
0,
0,
0,
60,
60,
63.64,
60,
59.57,
60,
60,
62.75,
62.5,
62.5,
62.22,
62.22,
82.14,
80.65,
46.15,
3.57,
0,
3.57,
3.57,
52.73,
54.61,
52.73,
56.5,
54.61,
58.38,
58.38,
67.8,
82.14,
53.12,
74.19,
4.17,
19.23,
27.14,
21.25,
67.86,
10.62,
11.11,
13.48,
6.17,
6.02,
23.33,
11.11,
12.5,
13.75,
16.67,
0,
3.57,
4.76,
31.13,
61.54,
62,
3.57,
27.19,
27.19,
3.57,
0,
0,
15.87,
8.2,
15.87,
5.74,
3.33,
0,
53.57,
0,
0,
0,
0,
0,
0,
0,
42.96,
0,
78.57,
46.15,
53.57,
4.76,
3.57,
3.57,
0,
0,
4.13,
6.61,
3.57,
3.57,
50,
0,
34.33,
26.87,
5.26,
5.26,
5.26,
50,
10.43,
7.53,
19.61,
5.88,
19.61,
12.68,
10.14,
13.24,
13.8,
12.96,
80.36,
80.36,
46.02,
53.33,
80.7,
80,
12.5,
53.49,
60.47,
1.79,
31.08,
26,
34.29,
86.67,
10.83,
10.83,
0,
9.17,
67.86,
30,
20,
13.33,
36.67,
100,
29.41,
48.48,
49.49,
0,
0,
0,
35.71,
46.43,
38.18,
78.57,
89.29,
7.35,
9.8,
6.94,
5.31,
11.43,
6.53,
3.57,
3.57,
50,
35.38,
53.49,
45.61,
26.87,
0,
74.55,
76.36,
72.73,
72.73,
70.91,
78.18,
21.43,
28.57,
28.07,
28.57,
28.95,
30.21,
28.43,
20.3,
20,
60.78,
21.15,
43.75,
64.29,
67.86,
60.71,
4.17,
6.25,
3.12,
27.56,
27.82,
25.93,
24.5,
21.85,
18.87,
21.43,
35.29,
30.88,
26.76,
18.57,
12.86,
7.14,
3.57,
3.57,
20.35,
29.41,
29.41,
39.66,
39.66,
0,
0,
1.99,
1.32,
20,
33.33,
25.37,
25.37,
21.74,
19.57,
22.83,
21.74,
21.74,
23.33,
7.06,
26.87,
28.36,
29.41,
6.56,
72.5,
72.5,
67.5,
67.5,
21.43,
25,
13,
33.63,
33.63,
31.86,
33.63,
33.63,
33.63,
32.74,
3.68,
17.97,
7.36,
17.51,
3.57,
70.59,
75.86,
72.73,
76.67,
66.67,
66.67,
62.5,
59.38,
72.41,
77.42,
77.42,
84,
76.67,
64,
6.06,
9.52,
65,
66.25,
32.31,
65,
28.57,
11.67,
16.13,
23.81,
3.57,
3.57,
3.57,
3.57,
3.57,
28.57,
21.43,
28.57,
3.57,
3.57,
21.43,
3.57,
21.43,
3.57,
21.43,
3.57,
3.57,
3.57,
3.57,
0,
26.67,
6.67,
26.67,
26.67,
26.67,
7.14,
3.57,
0.41,
0.41,
0.41,
6.17,
11.11,
16.67,
13.33,
0,
5,
8.85,
9.73,
12.39,
0,
0,
0,
0,
57.14,
16.3,
10.22,
13.62,
0,
60.47,
51.16,
51.16,
12.14,
21.82,
5.36,
0.71,
5.88,
1.96,
12.86,
18.82,
2.73,
72,
72,
1.75,
3.61,
22.54,
23.94,
86.96,
16.67,
16.67,
57.14,
71.43,
71.43,
25,
32.35,
67.86,
72.5,
82.5,
87.5,
77.5,
72.5,
92.5,
60,
67.5,
87.5,
85,
60,
29.41,
65.79,
64.29,
20.2,
10.59,
89.29,
82.14,
0,
28.77,
30.14,
19.57,
18.18,
18.18,
18.18,
42.37,
40.68,
9.29,
11.43,
11.43,
65.79,
65.79,
65.79,
65.79,
65.79,
20,
20,
5.88,
17.86,
19.29,
19.29,
22.86,
0,
0,
87.5,
88.24,
76.67,
80.36,
90.32,
87.88,
80.77,
78.18,
78.18,
86.67,
44.29,
40.62,
42.86,
37.14,
26.87,
25.37,
17.86,
12.14,
9.29,
12.14,
15.71,
15,
15.71,
13.33,
13.33,
72.41,
11.67,
12.08,
12.08,
74.55,
72.73,
33.33,
33.33,
0,
72.5,
73.68,
76.92,
93.75,
86.05,
82.93,
78.05,
86.84,
67.65,
77.5,
87.5,
87.8,
85.71,
92.5,
97.62,
57.5,
70,
73.81,
83.33,
86.05,
86.05,
100,
93.75,
82.93,
29.17,
66.67,
76.67,
92.5,
89.19,
89.19,
72.5,
78.05,
73.68,
76.92,
67.65,
86.05,
100,
74.42,
97.62,
85,
87.5,
78,
75.56,
59.09,
60,
64.44,
64.29,
21.43,
25,
14.29,
14.29,
17.86,
21.43,
25,
53.57,
73.21,
73.21,
73.21,
73.21,
45.71,
55,
40,
46.81,
45.71,
55,
21.43,
17.86,
33,
72,
72,
60,
70.83,
65,
63.16,
67.65,
62.5,
72.73,
52.5,
70.69,
62.86,
56,
57.33,
60,
52.5,
77.5,
50,
0,
0,
62.5,
0,
88.89,
88.89,
88.89,
50,
0,
0,
50,
10,
10,
10,
26.67,
8,
41.67,
40,
73.33,
33.33,
11.25,
11.67,
10.42,
12.5,
9.17,
12.92,
11.67,
11.25,
0,
10.42,
0,
0,
0,
0,
12.08,
14.17,
11.55,
12.11,
12.11,
10.42,
10.42,
0,
12.11,
9.3,
11.25,
11.67,
12.5,
10.42,
12.08,
11.67,
10.42,
0,
9.17,
67.86,
64.29,
53.57,
53.57,
57.14,
53.57,
53.57,
53.57,
53.57,
53.57,
53.57,
53.57,
53.57,
11.25,
11.67,
10.42,
0,
9.17,
54.72,
56.6,
52.83,
52.83,
54.72,
52.83,
52.42,
52.42,
56.45,
52.42,
60.71,
60.71,
60.71,
71.43,
60.71,
57.14,
58.49,
69.81,
67.86,
67.86,
67.86,
67.86,
64.29,
67.86,
67.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
10.42,
7.5,
7.5,
7.5,
7.5,
14.58,
20.83,
11.87,
50,
10.83,
10.83,
10.83,
10,
12.08,
11.67,
46.43,
46.43,
50,
46.43,
46.43,
46.43,
46.67,
56.67,
46.67,
3.8,
7.59,
7.59,
6.25,
68.42,
67.5,
46.88,
69.23,
39.39,
7.92,
14.58,
82.14,
64.29,
11.67,
11.67,
64.29,
16.67,
27.19,
27.19,
70,
74,
72,
57.14,
47.62,
16.13,
24.14,
26.67,
21.43,
17.86,
33.33,
51.16,
64,
30,
15.12,
14.06,
6.11,
13.33,
78.26,
21.43,
30,
13.74,
21.43,
28.57,
80.95,
80.95,
80.95,
80.95,
80.95,
0,
0,
69.57,
80.95,
80.95,
80.95,
64.29,
67.86,
67.86,
67.86,
57.14,
67.86,
53.57,
50,
52.53,
52.53,
52.53,
50,
52.33,
46.43,
55.17,
72.41,
46.15,
17.5,
22,
73.3,
75,
13.33,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
40.85,
8.24,
3.53,
4.71,
7.07,
14.43,
9.55,
11.76,
7.02,
7.96,
5.26,
8.85,
7.06,
7.06,
15.29,
5.88,
5.88,
5.31,
25.29,
26.29,
25.82,
17.45,
11.72,
10.26,
4.24,
5.7,
13.28,
22.47,
11.62,
7.36,
28.72,
23.59,
23.08,
11.89,
1.76,
10.61,
32.46,
14.12,
19.53,
11.76,
2.82,
9.15,
10.56,
50,
14.12,
23.24,
26.15,
7.14,
13.33,
14.29,
15,
7.06,
20,
39.47,
7.05,
1.41,
38.98,
19.59,
7.86,
11.43,
12.14,
12.14,
12.14,
15.55,
10.71,
3.57,
10.71,
6.25,
6.25,
10.6,
13.24,
3.53,
12.99,
14.71,
17.31,
17.31,
36.82,
17.67,
35.81,
33.95,
16.71,
18.31,
18.78,
14.8,
14.8,
10.66,
4.7,
6.56,
11.23,
21.74,
15.69,
7.14,
11.43,
8.57,
22.86,
22.86,
30.71,
17.79,
17.86,
10,
20.71,
21.96,
22.14,
22.14,
17.67,
18.14,
18.6,
17.21,
16.83,
24.19,
15.05,
21.21,
17.17,
23.94,
17.93,
22.83,
18.75,
20.09,
18.67,
20.7,
13.62,
10.98,
13.25,
10.98,
11.37,
3.12,
3.12,
3.12,
6.25,
17.54,
17.54,
16.3,
17.27,
14.81,
21.48,
3.53,
10.59,
3.53,
10.59,
8.24,
5.88,
5.88,
5.88,
2.35,
4.71,
4.71,
16,
4.71,
5.88,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.18,
7,
10.3,
12.24,
10.71,
3.57,
3.57,
3.28,
11.34,
13.01,
6.69,
19.41,
7.58,
35.67,
38.85,
35.03,
38.22,
23.24,
24.9,
8.59,
12.57,
18.84,
11.96,
15.11,
14.59,
13.88,
10,
13.13,
8.08,
17.84,
10.33,
7.61,
10.59,
22.35,
19.26,
19.26,
19.63,
14.08,
12.86,
10,
12.86,
10.71,
7.86,
12.86,
23.24,
24.9,
24.9,
24.9,
24.9,
10.53,
5.88,
5.88,
4.71,
5.98,
8.15,
6.52,
4.71,
6.41,
12.86,
17.86,
6.43,
9.29,
22.14,
6.67,
22.86,
60,
51.43,
90.48,
90.48,
88.1,
90.48,
90.48,
71.43,
60,
52.94,
30,
30,
13.33,
15.15,
61.9,
66.67,
21.43,
57.14,
71.43,
57.14,
57.14,
53.33,
40,
53.33,
46.67,
40.91,
63.33,
90.48,
90.48,
90.48,
73.33,
70,
70,
40,
25,
28.57,
64.58,
75,
13.33,
100,
92.31,
90.48,
90.48,
36.67,
13.33,
70,
70,
68.57,
67.86,
56.67,
26.67,
46.67,
70,
67.65,
80,
83.33,
80,
80,
85,
85,
80,
87.5,
87.5,
66.67,
69.7,
57.14,
60.71,
82.5,
70.91,
70.91,
50,
30.77,
41.94,
30,
36.67,
43.33,
50,
56.67,
56.67,
53.33,
53.33,
13.33,
26.67,
28.57,
28.57,
28.57,
14.29,
28.57,
57.14,
60,
53.33,
50,
43.33,
50,
50,
73.33,
5,
5,
5,
40,
50,
32.14,
23.33,
23.33,
23.33,
30,
24.24,
56.67,
60,
60,
24.24,
24.24,
30.3,
22.22,
16.67,
50,
46.67,
27.5,
20,
20,
22.5,
13.33,
40,
20,
5.42,
5,
5,
5.42,
55.56,
53.33,
13.92,
13.92,
14.35,
12.66,
4.13,
8.06,
8.06,
16.13,
4.17,
11.29,
6.45,
0,
0,
20,
62.86,
0,
24.55,
52.73,
38.18,
45.45,
50.91,
57.97,
80.95,
6.25,
5.26,
10.33,
12.1,
1.79,
0,
1.79,
1.79,
19.51,
11.02,
5.31,
4.9,
7.35,
16.95,
3.45,
6.67,
7.4,
4.76,
75.56,
75,
16.38,
34.51,
1.19,
81.25,
93.75,
81.25,
81.4,
83.72,
79.07,
76.67,
88.33,
88.33,
92.86,
56.67,
53.33,
66.67,
43.33,
0.7,
25,
20,
17.86,
10.71,
75,
14.29,
32.14,
32.14,
32.14,
28.57,
23.53,
26.67,
7.14,
7.14,
7.14,
17.86,
7.14,
71.43,
82.14,
75,
64.29,
92.86,
17.86,
14.29,
78.57,
67.86,
57.14,
71.43,
71.43,
71.43,
70,
71.43,
70,
52.5,
6.56,
76.67,
73.33,
73.08,
76.92,
83.33,
76.19,
0.42,
0.42,
0.42,
70,
67.5,
70,
66.67,
86.67,
20,
20,
26.67,
23.33,
12.33,
30,
45,
63.33,
76.67,
26.67,
54.33,
23.33,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
1.25,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
3.57,
3.57,
10.71,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
3.57,
70,
66.67,
73.33,
70,
70,
68.75,
68,
68,
76.92,
73.33,
66.67,
65.79,
65.79,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
73.08,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
71.15,
73.08,
16,
26.43,
26.43,
12.86,
12.86,
4,
7,
13.57,
1.79,
0,
64.29,
15,
0,
3.57,
1.79,
4,
2,
2,
4,
2,
3.57,
1.79,
2.35,
9.41,
2.35,
1.18,
3.53,
0,
1.18,
1.28,
5.31,
2.33,
8,
8.33,
3.57,
4,
1.18,
1.18,
1.18,
2.35,
4.71,
3.53,
3.06,
1.02,
8,
0,
2,
1.28,
3.12,
12.5,
2.35,
2.35,
11.76,
1.18,
3.53,
8.24,
3.08,
15.38,
15.38,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
99,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
100,
75,
73.91,
100,
100,
100,
100,
100,
100,
100,
100,
100,
76.4,
0,
0,
3.53,
3.53,
8.24,
17.65,
3.53,
15.29,
5.88,
16.47,
15.29,
6.67,
7.14,
1.18,
1.18,
18.82,
13.33,
10,
5.88,
5.88,
7.06,
1.18,
1.18,
83.33,
24.24,
10.53,
4.17,
4.17,
3.57,
3.57,
3.57,
5.26,
10.53,
4.17,
12.5,
13.64,
3.57,
4.17,
7.14,
6.67,
0,
7.14,
7.14,
14.29,
3.57,
3.57,
3.57,
1.75,
5.26,
5.26,
5.26,
3.57,
3.57,
3.57,
9.52,
3.57,
3.57,
3.57,
3.57,
3.57,
17.57,
42.86,
35.56,
26.67,
28.89,
56.86,
36.67,
88,
43.03,
45,
45,
36,
4.51,
4.51,
73.33,
52.63,
55.26,
57.14,
50,
21.18,
60.71,
60.71,
35.71,
57.14,
42.86,
2.22,
15.59,
23.79,
13.56,
13.33,
12.24,
12.37,
13.82,
33.75,
41.18,
43.53,
48.8,
47.83,
47.83,
52.17,
52.17,
52.17,
52.17,
50,
47.69,
50.77,
50.77,
16.67,
30,
23.5,
15.71,
15.71,
14.29,
17.14,
9.2,
0,
0,
0,
3.57,
3.57,
0,
0,
0,
3.57,
3.57,
3.52,
3.33,
3.33,
3.33,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
4.35,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
67.44,
65.12,
66.34,
75,
71.43,
67.5,
58,
62.9,
64.18,
67.86,
66.7,
70,
65,
68.25,
65.08,
65.12,
58.89,
80.65,
63.3,
61.33,
69.3,
40,
71.43,
64,
86.67,
75,
66.67,
65.12,
65.12,
66.67,
65.12,
65.12,
65.12,
67.44,
67.44,
67.44,
65.33,
25.6,
4.46,
11.78,
10.51,
11.15,
10.19,
11.46,
13.06,
11.15,
1,
82.5,
77.5,
56.67,
0.67,
3.18,
3.5,
3.18,
12.97,
82.5,
82.5,
82.5,
85,
82.5,
82.5,
82.5,
82.5,
7.58,
1.19,
1.21,
8.33,
1.19,
8.71,
9.32,
82.5,
4.36,
11.46,
82.5,
82.5,
40,
63.33,
56.67,
3.41,
2.59,
2.75,
2.75,
2.59,
8.47,
3.41,
3.63,
3.03,
77.5,
82.5,
8.47,
38.57,
75,
85.71,
35.71,
35.71,
40,
40,
9.16,
9.16,
11.95,
11.67,
12.92,
12.92,
82.5,
9.17,
8.75,
9.58,
11.25,
11.25,
11.95,
0.83,
11.95,
66.67,
8.28,
8.28,
7.64,
2.92,
1.99,
1.99,
1.99,
85.11,
75,
85.71,
8.37,
7.57,
8.37,
8.28,
8.28,
7.64,
5.31,
3.75,
11.78,
11.78,
85.11,
11.25,
11.25,
11.25,
77.5,
12.35,
0.83,
11.95,
11.16,
11.16,
13.15,
11.16,
11.16,
77.5,
77.5,
9.16,
9.16,
0.42,
82.5,
82.5,
82.5,
9.19,
9.19,
9.27,
9.27,
9.27,
1.21,
9.27,
9.27,
9.27,
9.27,
9.27,
9.27,
10.36,
11.25,
0.83,
11.25,
82.5,
12.5,
77.5,
75,
85.71,
8.37,
82.5,
85.11,
85.11,
66.67,
70,
70,
70,
82.5,
8.37,
8.37,
7.57,
8.37,
8.37,
7.57,
8.37,
11.16,
11.15,
11.15,
0.67,
15,
11.16,
11.16,
11.16,
0.8,
0.83,
11.16,
13.15,
11.16,
0.8,
0.83,
0.83,
11.95,
11.16,
11.16,
12.35,
11.16,
11.16,
0.83,
12.35,
11.16,
0.83,
13.15,
12.35,
12.35,
10.76,
11.16,
4.38,
0.83,
11.16,
11.16,
12.75,
12.35,
12.35,
10.19,
11.95,
11.16,
10.32,
11.16,
11.16,
11.16,
0.8,
5.31,
11.16,
5.31,
11.16,
10.36,
10.36,
10.36,
82.14,
82.5,
80.99,
82.5,
82.5,
82.5,
11.67,
8.37,
10.36,
13.15,
11.95,
12.35,
11.16,
11.95,
11.16,
4.49,
4.49,
4.58,
5.31,
5.31,
13.15,
10.36,
12,
11,
1.5,
9.9,
12,
82.5,
82,
21.99,
21.37,
25.35,
20.42,
20.42,
19.86,
21.85,
19.86,
19.23,
18.99,
22.08,
23.44,
23.44,
25.49,
24.22,
23.48,
24.55,
22.31,
23.77,
18.31,
17.69,
23.01,
20.42,
30.97,
20,
19.57,
21.8,
22.44,
21.88,
26.56,
21.77,
21.48,
22.54,
26.43,
21.54,
7.41,
6.9,
3.7,
1.41,
7.14,
21.13,
7.14,
35.29,
5.56,
17.65,
17.65,
12.5,
12.5,
16.67,
15.38,
57.5,
50,
35,
55,
51.22,
51.22,
52.63,
28,
50,
43.86,
38.89,
19.53,
32,
34.55,
32,
34.55,
12.94,
31.34,
28.67,
31.65,
39.84,
36.8,
39.17,
31.34,
28.67,
36.8,
7.2,
0,
12.5,
1.79,
0,
1.79,
72.73,
7.2,
4.06,
41.86,
47.62,
37.78,
37.5,
42.5,
43.08,
44.12,
50,
40.35,
43.86,
26.32,
40.35,
52.63,
54.39,
51.76,
54.12,
50.59,
50.59,
44.19,
46.51,
46.51,
46.51,
47.69,
44.62,
45.61,
45.61,
46.51,
48.89,
0,
0,
25,
25,
25,
0,
0,
0,
0,
3.57,
0,
0,
32.14,
3.57,
32.14,
3.57,
7.14,
17.86,
7.14,
17.86,
7.14,
7.14,
3.57,
3.57,
0,
17.86,
7.14,
7.14,
7.14,
3.57,
17.86,
6.67,
6.67,
20,
26.67,
13.33,
26.7,
26.67,
0,
21.43,
26.67,
3.33,
3.33,
25,
0,
2.04,
0,
0,
0,
2.04,
0,
8.16,
0,
0,
0,
4.76,
4.48,
5.26,
2.04,
2.38,
0,
1.79,
1.11,
1.11,
1.75,
2.22,
1.79,
3.7,
3.57,
1.79,
0,
1.79,
0,
0,
3.7,
3.57,
3.57,
0,
5.88,
3.57,
0,
0,
1.19,
3.7,
5.56,
5.36,
20,
20,
20,
3.57,
40,
1.85,
5.56,
1.79,
1.79,
1.85,
1.79,
0,
64.52,
20,
20,
60,
20,
17.71,
3.33,
1.79,
0,
0,
0,
20,
3.57,
0,
0,
0,
0,
0,
1.85,
0,
0,
0,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
4.76,
0,
0,
0,
3.57,
4.76,
0,
0,
7.14,
20,
20,
3.57,
3.57,
3.57,
6.67,
6.67,
0,
3.57,
57.14,
57.14,
57.1,
56.14,
62.5,
64.52,
63.6,
64.52,
66.67,
60.71,
62.5,
59.38,
10.71,
10.71,
10.71,
56.67,
0.35,
57.14,
57.14,
64.29,
40,
20.2,
77.5,
77.5,
77.5,
93.75,
100,
100,
81.25,
61.36,
48.78,
43.9,
41.46,
45.61,
43.9,
43.9,
41.46,
40.35,
44.64,
48.78,
43.9,
36.92,
26.76,
31.69,
3.33,
3.33,
3.33,
6.67,
3.31,
4.13,
3.33,
19.23,
3.45,
13.79,
5.5,
50,
50.88,
4.55,
5.08,
6.67,
12.11,
14.08,
12.96,
12.96,
12.68,
11.27,
58.14,
13.27,
15.93,
0,
12.11,
11.25,
11.67,
0,
11.25,
12.5,
12.08,
12.5,
12.08,
13.75,
11.83,
12.39,
42.5,
43.14,
60.71,
60.71,
50,
0,
0,
11.25,
12.92,
14.62,
53.19,
50,
42.37,
9.17,
9.17,
9.17,
50.88,
57.89,
4.49,
7.89,
75,
83.33,
42.11,
7.14,
2.78,
6.56,
57.14,
67.86,
66.67,
78.57,
64.29,
25,
83.33,
83.33,
50,
51.61,
93.33,
93.33,
17.65,
30,
21.88,
21.88,
36.7,
5.26,
5.26,
5.26,
0.89,
59.6,
0,
0,
0,
42.9,
0,
18.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
74.2,
89.7,
3.57,
3.57,
33.33,
42.86,
28.57,
28.57,
20,
3.57,
28.57,
39.29,
3.57,
3.57,
28.57,
6.67,
26.67,
6.25,
42.11,
100,
48.5,
55.26,
33.62,
30.77,
29.49,
60,
14.07,
39.06,
39.06,
40.5,
38.02,
47.58,
58.14,
39.23,
34.17,
46.91,
36.48,
54.79,
40.6,
75,
75,
80,
81.25,
80,
85,
85,
81.25,
81.25,
85,
87.5,
85,
85,
85,
100,
100,
77.5,
77.5,
77.5,
95.24,
95.24,
86.67,
95.24,
91.67,
95.24,
9.58,
91.67,
80.36,
80,
7.14,
87.5,
80,
13.77,
63.64,
13.33,
14.58,
14.58,
12.5,
11.25,
12.5,
12.08,
4.17,
17.5,
100,
57.14,
13.6,
16,
3.33,
3.33,
7.2,
19.53,
11.2,
57.14,
6.67,
80.77,
16.67,
56.25,
4.9,
9.8,
0,
8.05,
0,
21.21,
23.53,
6.56,
4.13,
14.78,
12.31,
23.2,
16.92,
3.31,
25,
81.82,
73.33,
65,
0,
0.89,
8,
6.4,
15.79,
3.57,
3.57,
3.57,
3.57,
58.62,
72.5,
100,
70,
75.61,
67.65,
1.54,
97.22,
62.5,
25,
23.08,
6.67,
70.97,
19.53,
17.97,
17.7,
19.47,
75,
72.34,
6.67,
64.29,
52.94,
53.57,
10,
6.67,
5,
3.33,
100,
100,
100,
100,
93.33,
100,
100,
66.67,
50,
60,
76.47,
76.67,
71.43,
13.65,
13.75,
80.95,
18.46,
5.26,
68.97,
35.71,
66.67,
65,
50.94,
88.89,
87.88,
83.87,
100,
2.48,
4.24,
6.56,
63.33,
63.33,
16.67,
0,
8.48,
25,
0,
0,
100,
100,
85,
13.95,
11.76,
12.86,
83.33,
20,
27.06,
24.71,
0,
13.33,
0,
0,
42.5,
19.23,
17.19,
33.33,
4.17,
64.29,
71.15,
21.43,
60.71,
32.14,
48.84,
32.14,
21.43,
50,
14.29,
17.86,
17.86,
48.84,
17.86,
98.59,
93.75,
75,
73.08,
53.12,
74.29,
0.42,
1.79,
9.39,
71.15,
60,
50,
11.67,
12.5,
35,
60,
75,
13.33,
65.71,
11.25,
57.14,
57.14,
53.57,
72.5,
100,
91.67,
100,
66.67,
93.33,
94.74,
93.75,
27.03,
0,
14.29,
68.75,
3.57,
3.57,
20,
3.57,
88.24,
90.62,
90.32,
100,
90,
71.43,
17.65,
20,
10,
60,
6.9,
10,
16.8,
6.4,
8,
8,
88.24,
90.32,
0,
64.29,
80.65,
3.57,
14.17,
0,
80,
45.54,
75,
70.49,
73.33,
0,
100,
0,
72.86,
20,
81.82,
60,
0,
14.04,
14.29,
71.15,
71.15,
71.15,
94.44,
100,
100,
74.19,
1.79,
73.33,
3.33,
100,
75,
75,
100,
100,
100,
100,
69.7,
85,
85,
91.67,
62.5,
6.67,
6.67,
95,
73.33,
75,
0,
0,
15.79,
3.57,
68,
64,
68,
64,
68,
70.27,
72.97,
100,
100,
100,
100,
100,
92.86,
93.33,
100,
100,
75,
70,
100,
50,
100,
94.44,
64.29,
100,
100,
61.54,
100,
100,
77.5,
93.75,
73.81,
100,
86.67,
81.82,
77.42,
86.67,
87.88,
90.32,
87.5,
80,
80,
94.12,
95.12,
100,
76.19,
73.81,
79.07,
65,
86.67,
75,
75,
75,
100,
100,
75,
75,
90.24,
90.48,
17.86,
25,
93.75,
94.44,
77.5,
98.57,
75,
97.5,
67.86,
79.07,
53.57,
53.57,
57.14,
57.14,
13.33,
11.67,
93.33,
100,
59.38,
100,
95,
100,
64.29,
74.19,
57.14,
0,
19.23,
17.19,
29.41,
23.53,
70.5,
9.2,
17.5,
71.43,
71.43,
57.14,
57.14,
57.14,
57.14,
21.32,
73.21,
28.4,
50.63,
48.1,
49.37,
66.67,
0,
0,
76,
7.14,
57,
0,
24.14,
10,
20,
6.25,
6.25,
25.81,
10,
16.67,
18.75,
31.25,
9.8,
82.5,
73.33,
73.33,
73.33,
73.33,
73.33,
73.33,
73.33,
50,
53.57,
50.88,
51.79,
47.83,
53.19,
53.95,
53.57,
77.78,
84.44,
95.45,
60,
60,
13.33,
4.71,
4.71,
4.71,
3.53,
4.71,
12.14,
9.29,
11.43,
9.29,
18.82,
14.12,
5.88,
5.88,
10.59,
20.91,
5.88,
10.59,
12.14,
15.71,
20.91,
20.91,
29.09,
11.76,
10.59,
15.71,
9.29,
4.71,
12.86,
12.86,
7.06,
4.71,
7.96,
12.39,
13.27,
11.5,
17.14,
12.14,
12.86,
4.71,
5.88,
4.71,
4.71,
7.06,
3.53,
2.35,
9.41,
10.53,
8.97,
9.41,
9.41,
80,
90,
75,
61.9,
80,
73.68,
5.83,
12,
16,
3.53,
5.88,
4.71,
3.53,
2.35,
3.53,
4.71,
3.53,
3.53,
5.88,
3.53,
3.53,
4.71,
4.71,
4.71,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
4.71,
16.9,
18.99,
13.57,
4.71,
5.88,
12.82,
9.41,
10.59,
8.24,
7.06,
5.88,
7.06,
4.71,
3.53,
17.14,
2.35,
3.53,
3.53,
22.35,
21.18,
20,
22.54,
18.31,
2.35,
10,
10,
9,
5.88,
11.2,
10.4,
3.64,
11.25,
15.04,
15.04,
3.57,
22.22,
20,
22.22,
66.67,
64.44,
68.89,
64,
67.86,
46.43,
46.43,
46.43,
46.43,
45.94,
45.94,
45.94,
45.94,
45.94,
45.94,
46.43,
45.94,
45.94,
87.5,
94.12,
85.71,
82.55,
100,
100,
70.42,
70.42,
64.29,
64.29,
53.57,
66.67,
75,
71.43,
67.86,
60.71,
60.71,
57.14,
81.82,
100,
70,
71,
70,
72,
87.5,
87.5,
87.5,
87.5,
87.5,
87.5,
80.95,
80.85,
78.57,
76.19,
75,
67.86,
71.43,
64.29,
67.86,
64.29,
67.86,
60,
62.5,
62.5,
3.57,
11.54,
52.63,
52.94,
53.57,
56,
50,
50,
67.39,
68.89,
60.47,
65,
65,
5.26,
5.26,
7.89,
0,
0,
0,
66.07,
66.67,
67.74,
65.38,
73.58,
73.33,
66.04,
53.57,
53.57,
57.14,
57.14,
57.14,
53.57,
53.57,
57.14,
53.57,
53.57,
53.57,
53.57,
53.57,
53.57,
57.14,
57.14,
57.14,
42.86,
53.57,
57.14,
6.45,
6.67,
57.14,
71.43,
67.86,
53.57,
42.86,
53.57,
42.86,
53.57,
9.68,
9.68,
17.57,
25.38,
4.3,
4.3,
73.33,
53.57,
46.43,
60,
63.64,
63.33,
63.33,
63.33,
14.29,
0,
68.75,
75,
63.64,
10.61,
9.09,
73.33,
9.6,
10.4,
9.6,
9.6,
9.6,
8.8,
8.8,
10.4,
4.8,
2.4,
10,
10,
10.61,
14.69,
15.1,
8.98,
6.67,
15,
10.61,
10.61,
15.1,
8.8,
9.6,
10.4,
9.6,
9.6,
9.6,
26.67,
0,
3.03,
3.03,
3.03,
4.55,
3.03,
3.03,
4.67,
0,
50,
35,
55,
35,
40.48,
59.8,
0,
0,
0,
48.21,
56.41,
72.5,
100,
67.65,
39.29,
69.77,
100,
28.57,
90,
60.71,
75,
75,
70,
70,
57.14,
47.5,
62.5,
29.41,
90,
76.19,
85,
82.61,
97.5,
85,
75,
75,
100,
32.14,
5.8,
0,
17.86,
17.86,
12.9,
12.9,
6.45,
13.33,
12.9,
20,
20,
20,
14.29,
14.29,
3.53,
14.29,
14.05,
14.29,
14.29,
14.05,
14.29,
14.05,
14.29,
14.29,
14.05,
14.05,
14.29,
14.05,
14.29,
14.29,
14.05,
14.05,
14.05,
14.29,
14.05,
14.05,
9.41,
14.05,
14.05,
9.52,
13.07,
17.57,
17.57,
17.57,
17.57,
17.57,
10.14,
14.12,
14.12,
14.12,
3.53,
3.53,
17.57,
8.97,
8.97,
8.97,
9.41,
75,
75,
75,
75,
75,
69.64,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
67.86,
67.86,
67.86,
67.86,
67.86,
67.86,
69.64,
69.64,
69.64,
69.64,
71.43,
69.64,
71.43,
73.21,
73.21,
67.86,
44.78,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
21.43,
21.43,
0,
0,
43.86,
46.43,
1.01,
20.35,
21.24,
22.12,
18.58,
15.48,
1.01,
1.01,
5.05,
16.16,
51.16,
15.29,
12.94,
15.29,
15.29,
6.67,
3.33,
13.33,
13.33,
42.25,
82.14,
70,
58.1,
2,
2,
2,
0,
8,
28.57,
25,
28.57,
25,
25,
50,
50,
0,
15,
13.2,
13.2,
10,
11.2,
13.2,
84.62,
77.78,
78.95,
60.61,
56.67,
56.67,
72.22,
72.22,
78.57,
69.23,
83.33,
81.82,
70,
80,
77.78,
9.58,
11.83,
9.58,
9.58,
8.45,
9.58,
21.43,
25,
25,
25,
25,
25,
25,
12.71,
29.3,
69.7,
10.48,
0,
4.62,
18.18,
18.18,
6.56,
4.13,
11.29,
8.06,
7.14,
7.14,
6.67,
6.67,
6.45,
3.57,
10.48,
7.14,
12.5,
7.14,
5.88,
14.62,
13.85,
7.14,
17.86,
7.14,
7.14,
15.38,
10.71,
20,
3.08,
0,
17.86,
35.71,
3.85,
16.15,
6.67,
21.43,
21.54,
5,
7.5,
3.57,
3.08,
5.69,
3.7,
10.48,
7.14,
40,
20,
9.85,
80,
10.71,
33.33,
36.88,
3.33,
13.33,
44.64,
60.53,
57.89,
63.16,
62.07,
63.16,
63.16,
63.16,
63.16,
63.16,
62.07,
60.53,
57.89,
63.16,
63.16,
63.16,
57.89,
52.63,
46.15,
21.43,
70,
21.43,
21.43,
17.86,
21.43,
21.43,
28.57,
33.33,
80,
33.33,
14.58,
14.58,
15.83,
10,
10,
8.59,
10.4,
4.17,
3.33,
3.48,
10.4,
3.31,
12.8,
2.48,
3.33,
12.8,
0.87,
35.71,
0,
0,
0,
0,
0,
13.33,
13.33,
15.79,
64.29,
71.43,
67.86,
42.86,
42.86,
57.14,
50,
53.57,
53.57,
50,
72.86,
72.86,
74.29,
25,
25,
34.38,
25,
25,
25,
21.88,
21.88,
25,
21.9,
21.88,
21.88,
5.83,
5.83,
6.25,
13.48,
6.17,
11.11,
21.13,
0,
6.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20,
0,
5.16,
3.28,
70.37,
0,
0,
0,
20,
20,
20,
0,
0,
0,
0,
20,
20,
4.55,
0,
0,
0,
0,
6.67,
28.57,
6.67,
20,
4.15,
26.67,
0,
0,
0,
0,
0,
83.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
6.67,
0,
0,
0.25,
0,
83.33,
0,
0,
0,
28.57,
11.11,
11.11,
4.44,
3.39,
3.03,
5.36,
1.96,
1.96,
15.38,
40,
6.67,
6.67,
8.45,
12.5,
70,
78.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.06,
7.14,
33.33,
41.67,
40.43,
41.67,
51.11,
41.67,
46.67,
41.67,
44.44,
48.89,
47.06,
43.33,
0,
0,
0,
58.82,
58.82,
58.82,
80.49,
80.49,
74.29,
80.49,
80.49,
80.49,
60,
60,
54,
71.43,
71.43,
71.43,
30,
62.5,
62.5,
62.2,
62.5,
54.1,
54.76,
55.3,
22,
61.54,
60,
54.76,
57.14,
80.49,
54,
62.22,
62.2,
60.5,
54.76,
60.7,
64.1,
21,
50,
60,
57.89,
59.09,
59.09,
51.8,
53.5,
58.23,
58.1,
58.82,
57.1,
59.09,
59.1,
56.82,
59.1,
58.1,
59.09,
55.81,
56.82,
60,
58.97,
52.94,
52.94,
52.94,
52.94,
55.88,
52.94,
52.94,
52.94,
58.23,
57.12,
60,
60,
57.14,
75,
60,
100,
57.14,
0.42,
73.81,
4.3,
32.59,
0,
12.5,
12.08,
20,
13.33,
13.33,
32.35,
32.35,
0,
3.33,
23.53,
10.83,
12.5,
10,
11.25,
86.96,
82.61,
43.66,
3.33,
3.33,
3.33,
3.33,
1.69,
3.33,
10,
3.33,
17.65,
17.5,
90,
30,
13.33,
65,
70,
20,
65,
75,
30,
70,
29.41,
45,
15,
30,
30,
40,
60,
56.67,
16.67,
70,
70,
47.5,
60,
16.67,
20,
20,
55,
37.5,
60,
13.33,
80,
80,
80,
3.33,
75,
49.09,
48.98,
6.25,
3.57,
0,
0,
0,
22.8,
65.62,
85.71,
45.24,
81.25,
94.12,
7.14,
30.77,
30.77,
14.29,
0,
0,
0,
4.35,
4.35,
0,
0,
0,
5.26,
5.26,
22.14,
5.42,
3.33,
0,
6.67,
3.33,
3.33,
0,
10,
10,
10,
3.33,
0,
0,
26.98,
0,
17.62,
0,
5.31,
5.31,
5.31,
5.31,
6.67,
6.67,
10,
13.33,
6.67,
10,
6.67,
6.67,
10,
6.67,
4.42,
4.42,
5.31,
4.42,
4.35,
1.79,
3.57,
0,
2,
10.62,
14.54,
0,
17.69,
6,
5.42,
5.42,
5.42,
3.33,
5.42,
5.42,
5.42,
5.42,
5.42,
6.67,
5.42,
5.42,
3.33,
9.33,
8.33,
9.58,
8.33,
1.79,
4,
1.1,
1.28,
5.33,
5.33,
1.33,
1.33,
5.33,
13.33,
80,
43.33,
50,
23.33,
43.33,
20,
43.33,
17.86,
10,
10,
26.67,
43.33,
42.86,
35.71,
35.71,
35.71,
37.5,
40,
21.43,
10,
21.43,
7.14,
35.71,
6.67,
14.29,
10,
33.33,
16.67,
6.67,
6.67,
16.67,
13.33,
0,
3.33,
6.67,
10,
2.65,
2.35,
2.35,
2.35,
2.35,
16.86,
77.19,
7.2,
8,
8,
7.5,
8,
3.2,
2.52,
14.4,
9.6,
4,
14.73,
3.36,
3.36,
4.2,
3.2,
3.36,
3.33,
3.33,
3.33,
7.03,
3.33,
3.33,
1.68,
4.2,
5.83,
15.62,
4.17,
5,
11.2,
7.5,
8.66,
9.6,
8.8,
14.4,
11.2,
12.4,
10.85,
12.4,
8.8,
8.46,
2.48,
2.61,
2.48,
2.48,
2.48,
2.48,
2.48,
22.84,
21.6,
21.6,
21.6,
25.18,
27.74,
16.28,
13.79,
9.03,
5,
4.8,
4.24,
4.24,
4.24,
3.31,
3.31,
4.24,
4.24,
5.08,
4.24,
2.59,
4.24,
4.24,
4.24,
3.31,
4.24,
4.24,
4.2,
15.38,
14.84,
14.62,
14.62,
15.62,
15.38,
16.41,
14.84,
22.66,
16.67,
17.97,
15.38,
13.85,
17.83,
22.48,
23.44,
29.23,
24.62,
19.38,
43.64,
14.73,
12.4,
22.35,
15.62,
10.4,
9.84,
12.4,
16.54,
14.29,
18.75,
18.75,
15.2,
16.8,
11.2,
17.86,
17.86,
17.86,
16,
11.72,
11.72,
12.5,
12.5,
14.73,
3.2,
5.6,
8.66,
70.97,
70.97,
70.97,
70.97,
70.97,
47.37,
57.89,
12.14,
10.71,
1.79,
0,
0,
0,
0,
3.9,
44.19,
43.14,
59.62,
58.7,
58.97,
59.57,
100,
33.33,
0,
0,
0,
0,
0,
0,
0,
4.72,
2.83,
0,
0,
1.18,
1.32,
0,
0,
0,
0.5,
67.44,
74.89,
80.49,
74.51,
78.43,
74.51,
74.51,
78.43,
78.43,
77.5,
77.5,
31,
77.5,
76.67,
47.62,
45,
78.43,
74.51,
70,
70,
77.5,
77.5,
77.5,
78.43,
74.51,
74.51,
78.26,
78.43,
74.51,
78.43,
74.51,
74.51,
78.57,
78.57,
77.5,
77.5,
77.5,
71.43,
47.62,
77.5,
77.5,
77.5,
74.89,
70.5,
79.3,
79.3,
70.48,
70.48,
66.08,
66.08,
78.43,
60.71,
8.1,
36.11,
66.4,
13.33,
25,
75,
25,
18.75,
20.69,
89.19,
90.48,
82.05,
88.37,
83.33,
60,
50,
46.67,
100,
65,
67.5,
80,
71.79,
70,
70,
82.5,
66.67,
59.65,
50,
70,
70,
66.67,
90.24,
13.33,
13.33,
93.75,
35.29,
50,
57.89,
86.49,
64.44,
71.88,
93.94,
50,
56.76,
28.95,
16.67,
32,
70,
84.09,
34.38,
46.88,
28.95,
31.25,
59.57,
25,
17.86,
25,
42.86,
25,
62.79,
64.29,
73.81,
56.67,
60,
55.81,
67.5,
43.59,
50,
67.5,
66.67,
63.33,
73.81,
30,
63.33,
92.31,
68,
63.64,
64.52,
56.67,
100,
92.5,
43.33,
31.25,
72.5,
85.71,
46.43,
57.14,
72.5,
73.33,
52.38,
41.03,
43.59,
43.59,
69.05,
70.83,
37.72,
39.13,
38.26,
40,
53.03,
1.79,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.93,
9.3,
8.03,
9.3,
8.03,
13.24,
13.24,
12.06,
12.06,
0,
0,
0,
89.29,
46.67,
44.44,
45,
43.33,
46.67,
49.25,
45.56,
29.41,
65,
64.1,
43.33,
47.78,
46.67,
7,
28.36,
42.31,
38.46,
60.71,
0.8,
8.31,
25,
76.19,
77.78,
78.72,
76.19,
66.67,
66.67,
66.67,
66.67,
66.67,
66.67,
88.89,
6.67,
10,
6.67,
6.67,
53.33,
16.67,
6.67,
23.33,
11.67,
0,
0.89,
4.17,
35.71,
47.54,
47.06,
49.07,
48.15,
41.46,
50,
50,
45.83,
41.46,
60.47,
33.33,
31.58,
42.86,
42.86,
42.86,
31.58,
42.86,
42.86,
42.86,
42.86,
42.86,
11.32,
15.09,
23.53,
86.67,
54.12,
48.84,
47.37,
40.35,
45.28,
44.19,
46,
9.86,
8.2,
9.38,
0,
45.61,
44,
45.61,
47.37,
66.67,
73.33,
73.33,
2.68,
19.33,
4.24,
16.88,
14.94,
18.52,
26.19,
2.65,
4.29,
1.27,
4.73,
0.89,
1.43,
16.88,
3.57,
2.68,
14.19,
0.87,
27.38,
2.68,
1.79,
19.05,
32.14,
32.14,
4.46,
4.46,
3.17,
18.37,
3.57,
7.94,
9.52,
3.57,
5.95,
5.71,
21.09,
14.29,
1,
16.67,
20.95,
17.69,
6.87,
40,
40,
59.46,
93.75,
16.67,
16.67,
13.33,
20,
65,
65,
65,
65,
0,
30,
6.67,
6.67,
74.07,
25,
60,
21.43,
21.43,
58.93,
17.86,
21.43,
80,
80,
80,
78.26,
0,
67.65,
70,
0,
0,
0,
0,
0,
0,
3.57,
6.41,
1.79,
1.79,
3.17,
40.82,
40.82,
17.86,
28.57,
32.14,
11.1,
45,
100,
10.83,
11.44,
13.33,
75,
40,
40,
86.67,
75.51,
75.51,
70.27,
70.27,
7.5,
11.25,
6.67,
10.83,
12.08,
7.92,
8.33,
0,
0,
4.58,
7.92,
5,
7.5,
8.33,
9.58,
10.83,
10,
0,
5.83,
6.25,
7.08,
15.51,
13.88,
14.69,
14.69,
7.5,
39.44,
38.46,
44.25,
43.36,
44.25,
43.36,
45.13,
43.86,
43.86,
43.36,
54.39,
57.81,
57.81,
4.39,
13.49,
1.79,
6.67,
63.64,
61.36,
61.67,
50,
63.64,
8.94,
5.69,
16.26,
7.32,
6.67,
51.52,
63.16,
4.71,
3.61,
4.49,
7.14,
4.71,
22.35,
4.17,
32.35,
30.88,
44.44,
50,
4.6,
9.41,
90.48,
90.48,
90.48,
96.15,
93.1,
29.41,
12.35,
12.6,
15.08,
50,
65.62,
40.58,
100,
71.43,
100,
62.86,
62.86,
62.86,
65.91,
62.86,
60.87,
62.5,
61.22,
62.79,
61.54,
68.57,
50,
0,
0,
0,
24.64,
27.54,
26.09,
7.14,
3.61,
67.86,
77.14,
74.42,
17.19,
17.19,
17.19,
17.19,
75,
15.83,
16.15,
16.15,
6.67,
6.67,
6.67,
12.08,
21.43,
26.67,
26.67,
3.57,
23.85,
24.71,
50,
65,
6.45,
22.35,
0,
0,
9.58,
0,
100,
3.33,
5.38,
60.87,
59.09,
90.48,
96.15,
11.89,
3.57,
0,
0,
0,
0,
0,
6.03,
71.15,
2.4,
3.57,
14.62,
70.37,
20,
13.33,
6.5,
0,
7.14,
6.5,
4.13,
100,
73.21,
73.21,
12.31,
10,
15.08,
65,
65,
65,
65,
65,
65,
6.67,
6.35,
5,
10.97,
10.97,
23.53,
20,
21.43,
3.57,
5.69,
18.25,
10.66,
19.84,
2.5,
71.15,
39.29,
43.86,
15.32,
9.17,
12.5,
4.58,
13.33,
12.92,
11.67,
0,
80,
80,
71.15,
71.15,
71.15,
71.15,
6.45,
6.45,
71.43,
67.86,
29.41,
17.65,
25.88,
25.88,
7.06,
4.6,
13.79,
11.11,
3.7,
12.22,
43.86,
48,
52.17,
15.83,
15.83,
65,
52.94,
50,
50,
40,
80.95,
80.95,
80.95,
65,
67.57,
4.13,
21.82,
27.11,
4.13,
8.2,
4.13,
4.13,
16.15,
32.94,
15.38,
0,
0,
0,
16.15,
50,
73.08,
73.21,
73.21,
73.33,
65,
51.52,
6.67,
6.67,
7.06,
3.45,
8.13,
8.13,
73.21,
73.21,
2.48,
76.74,
31.76,
30.23,
21.43,
0,
12.5,
40,
50.94,
12.5,
61.54,
70.27,
73.81,
74.36,
73.68,
0,
2.17,
19.53,
56.52,
59.57,
0,
11.84,
25,
25,
83.02,
3.33,
6.12,
100,
100,
100,
4.49,
4.71,
53.85,
13.93,
14.04,
13.93,
13.93,
14.04,
13.93,
78.95,
20,
16.67,
5,
6.67,
41.27,
37.8,
15.93,
16.81,
0,
46.43,
47.47,
34.12,
28.57,
28.41,
3.57,
0,
0,
3.7,
4.71,
100,
24.64,
21.82,
40,
4.76,
4.39,
5.22,
67.74,
23.81,
0,
30.77,
35.29,
15.57,
3.85,
3.85,
3.85,
22.35,
8,
71.43,
4.49,
75.44,
18.46,
4.71,
4.71,
4.76,
4.76,
4.76,
4.76,
20,
14.62,
6.67,
28.99,
0,
0,
0,
0,
0,
0,
50,
19.28,
0,
3.57,
0,
9.68,
1.82,
3.64,
12.5,
12.5,
23.53,
4.13,
4.13,
48.48,
49.49,
0,
75,
40,
30.43,
26.09,
31.76,
20,
30.59,
13.93,
4.76,
5.42,
6.67,
33.33,
13.33,
8.93,
57.14,
16.13,
13.6,
16.94,
8.13,
73.33,
66.67,
46.67,
3.57,
69.7,
72.73,
4.76,
4.76,
5.26,
0,
13.6,
20,
30.43,
32.35,
0,
2.5,
73.21,
74.19,
5.31,
8.13,
7.32,
10.97,
0,
0,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
4.24,
3.39,
6.67,
16.81,
88.89,
88.89,
92.31,
0,
0,
17.7,
4.71,
5.26,
7.06,
87.1,
69.57,
15.93,
3.57,
13.33,
3.57,
37.14,
5.69,
4.88,
8.57,
10,
21.43,
21.43,
21.43,
6.67,
0,
42,
0,
20,
0,
6.67,
3.57,
65,
84.38,
81.25,
12.08,
8.75,
19.53,
4.58,
34.12,
13.33,
6.67,
19.47,
16.81,
15.29,
12.94,
12.22,
4.71,
77.5,
30.23,
23.33,
3.33,
6.67,
0.83,
6.67,
0,
0,
88.33,
23.81,
13.85,
8.33,
12.5,
16.67,
4.17,
12.5,
12.92,
13.33,
0,
0,
1.01,
12.5,
12.5,
22.35,
17.92,
0,
0,
0,
57.14,
4.13,
33.33,
6.67,
73.21,
0,
12.39,
26.47,
0,
3.33,
0,
3.57,
60,
10.16,
10.16,
11.11,
10.24,
10.24,
81.25,
7.94,
50,
66.67,
0,
66.67,
27.06,
3.33,
6.67,
23.33,
23.33,
66.67,
52.21,
70.69,
73.21,
12.15,
6.78,
0,
3.57,
3.57,
3.57,
75,
23.33,
45.95,
48.65,
25.38,
100,
100,
9.12,
0,
19.23,
25.17,
22.06,
0,
0,
100,
15.38,
65.62,
73.21,
8.82,
9.09,
9.38,
9.09,
75,
75,
64.29,
57.69,
0,
0,
0,
63.64,
70.97,
67.86,
78.95,
43.59,
42.86,
65.79,
63.16,
78.57,
75,
3.57,
3.57,
10.42,
10.42,
7.76,
6.53,
10.61,
10.2,
88.46,
83.33,
64,
75.86,
75,
0,
33.33,
9.76,
15.45,
6.67,
11.67,
12.92,
8.75,
7.5,
7.92,
16.47,
11.67,
5,
5,
75,
85,
62.5,
14.62,
14.62,
26.15,
20.35,
17.7,
80,
12.08,
4.84,
12.5,
0,
0,
4.76,
92.86,
82.76,
82.76,
40,
45.95,
12.4,
0,
0,
1.79,
12.9,
73.91,
82.5,
67.86,
67.86,
64.29,
64.29,
64.29,
57.14,
57.14,
3.33,
25.88,
68.97,
5.26,
26.67,
5,
6.67,
60,
80.95,
80.65,
5.71,
4.9,
8.98,
3.27,
3.54,
40,
0,
0,
10.94,
62.86,
95.83,
5.79,
34.55,
34.55,
38.18,
38.18,
0,
25.2,
28.12,
22.22,
26.47,
55.56,
0,
19.35,
27.96,
40,
13.85,
18.75,
63.33,
60,
88.89,
17.69,
15,
38.18,
30.08,
65.52,
100,
55,
85.71,
70.69,
72.86,
70.59,
72.73,
73.21,
0,
0,
0,
17.57,
8.97,
14.05,
14.05,
14.05,
13.33,
53.57,
53.57,
53.57,
57.14,
53.57,
16.67,
10,
53.52,
46.88,
54.39,
56.14,
54.39,
54,
48,
49.12,
41.86,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
0,
0,
0,
12.96,
0,
12.96,
0,
12.5,
11.27,
12.96,
12.96,
10.42,
12.68,
11.55,
13.52,
13.24,
12.96,
14.65,
11.83,
0,
10.42,
0,
0,
14.58,
11.67,
12.96,
12.92,
0,
12.96,
0,
11.27,
12.96,
12.96,
13.24,
10.42,
13.52,
13.52,
0,
12.39,
13.14,
12.96,
0,
0,
12.96,
0,
14.65,
12.96,
0,
12.96,
12.96,
11.55,
13.24,
0,
13.24,
11.55,
14.65,
13.52,
13.24,
11.55,
14.65,
11.83,
13.24,
11.83,
11.83,
10.42,
0,
0,
40,
42.5,
0,
83.33,
83.33,
80.56,
80,
60.71,
67.86,
29.4,
29.41,
29.41,
13.33,
0,
7.14,
0,
0,
0,
7.03,
6.4,
7.94,
10.83,
11.67,
13.33,
12,
16.8,
13.57,
3.57,
3.57,
67.74,
69.7,
62.5,
63.33,
70,
60.71,
70.18,
66.67,
28.37,
30.25,
28.93,
32.72,
29.01,
74.29,
72.41,
73.33,
67.74,
72.34,
16.67,
4.76,
39.24,
56.25,
44.64,
57.89,
50,
24.62,
30.23,
26.15,
27.69,
23.08,
26.15,
22.22,
22.22,
22.22,
22.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.53,
8.57,
22.39,
25.37,
31.34,
29.85,
25.37,
26.87,
23.88,
28.36,
25.37,
26.87,
22.39,
29.85,
50,
60.61,
51.28,
53.33,
51.06,
49.12,
57.14,
55.81,
64.29,
64.29,
64.29,
64.29,
6,
6,
6,
9.41,
2.73,
3.33,
5.42,
5.42,
5.42,
5.42,
12.92,
12.92,
5.42,
5.42,
5,
5,
5.42,
5.42,
5,
5,
5.42,
11.25,
11.58,
6.21,
10.42,
10.83,
11.67,
3.33,
10,
3.33,
3.57,
3.57,
3.57,
3.57,
20,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
10.53,
9.52,
14.29,
9.52,
9.52,
9.52,
10.53,
29.85,
60,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
12.5,
48.84,
48.44,
20,
20,
20,
20,
47.92,
52.08,
52.08,
45.83,
32.35,
32.35,
35.29,
18.31,
17.86,
44.64,
27.66,
44.64,
44.12,
43.33,
42.86,
46.43,
22.92,
29.23,
37.31,
43.33,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
7.14,
50,
21.88,
21.88,
47.37,
78,
76.19,
46.67,
21.74,
47.14,
42.86,
41.43,
44.29,
44.29,
41.43,
42.86,
47.14,
62.5,
66.67,
68,
76,
72,
72,
78.12,
8.33,
0,
25,
26.87,
22.39,
26.87,
80,
80,
78.57,
57.14,
62.16,
61.76,
66,
50,
57.14,
55.32,
64.86,
7.86,
27.14,
27.14,
9.29,
9.29,
12.14,
12.14,
76.67,
76.67,
73.33,
73.33,
76.67,
42.74,
0,
13.33,
0,
78.57,
80,
5,
5,
29.25,
27.78,
28.19,
50,
7.06,
0,
0,
0,
0,
3.57,
7.14,
7.14,
3.57,
7.14,
3.57,
11.25,
11.25,
11.25,
11.25,
17.65,
17.65,
8.82,
11.18,
11.18,
11.18,
10.59,
15.42,
11.76,
11.18,
8.37,
11.18,
11.18,
11.18,
11.18,
8.24,
8.82,
11.18,
11.18,
11.18,
8.82,
21.21,
6.56,
6.56,
6.56,
4.13,
21.88,
21.88,
21.88,
70.49,
80,
40,
73.33,
16.67,
11.25,
8.75,
8.75,
8.75,
7.5,
7.08,
16.26,
7.32,
7.32,
7.32,
3.12,
6.25,
3.12,
5.88,
5.88,
17.29,
17.29,
5.88,
50,
57.89,
51.02,
66.67,
60.61,
61.76,
66.67,
80,
76,
45,
45,
45,
45,
73.33,
73.33,
10,
10,
13.33,
100,
100,
100,
100,
100,
52.81,
53.75,
48.65,
7.62,
48.78,
43.59,
0,
0.83,
77.78,
83.05,
82.61,
77.78,
77.78,
77.78,
2.95,
27.05,
0,
26.67,
21.43,
19.42,
21.43,
21.43,
21.43,
28.57,
17.86,
17.86,
17.86,
28.57,
28.57,
21.43,
28.57,
17.86,
17.86,
28.57,
21.43,
24.14,
65,
65,
65,
65,
65,
52.63,
44.68,
56.67,
65,
76.47,
76.47,
72.5,
72.5,
90.24,
75,
85,
83.33,
95.12,
100,
55,
100,
75,
85,
75,
72.5,
100,
94.44,
94.44,
85,
100,
77.5,
82.5,
85,
82.5,
23.53,
39.66,
20,
32.5,
37.5,
71.15,
71.15,
50,
50,
50,
51.33,
54.87,
53.98,
53.1,
52.5,
50,
5.04,
4.91,
50,
5.16,
54.72,
52.83,
0,
0,
66.67,
66.67,
66.67,
95.83,
70.97,
75.86,
71.43,
77.42,
80,
30.09,
70.97,
77.42,
80,
71.43,
70,
70,
70,
6.25,
3.12,
55.56,
0,
70,
11.83,
13.24,
11.55,
80.95,
5.88,
5.88,
5.88,
48.94,
57.14,
50,
7.94,
23.33,
6.17,
6.02,
13.48,
23.33,
6.17,
13.48,
85.71,
0,
86.96,
86.96,
86.96,
75,
72,
12.34,
72.5,
51.43,
51.43,
51.43,
51.43,
60,
66.67,
6.06,
6.45,
6.45,
6.45,
6.45,
50,
49.12,
46.43,
46.81,
53.57,
53.57,
53.57,
57.14,
4.17,
1.54,
1.54,
1.54,
16,
7.2,
3.33,
3.33,
7.2,
8,
7.2,
9.6,
13.6,
51.43,
27.94,
83.64,
78.57,
78.57,
77.97,
24.71,
23.26,
23.53,
27.06,
25.88,
25.88,
24.71,
31.5,
32.28,
31.5,
75,
71.43,
78.57,
78.57,
13.33,
30,
23.33,
2.02,
5.05,
5.05,
60,
43.33,
55.17,
54.93,
56.34,
13.33,
13.33,
5,
5,
6.67,
74,
72,
23.33,
75,
11.55,
12.96,
13.52,
12.96,
11.83,
13.52,
14.65,
0,
76.67,
6.56,
25.88,
94.12,
94.12,
94.12,
94.12,
94.12,
9.68,
0,
0,
0,
0,
0,
0,
0.42,
50,
95.12,
64.29,
53.57,
57.14,
53.57,
38.68,
44.34,
9.68,
6.45,
70.77,
50,
11.67,
45.16,
51.85,
0,
44,
6.36,
6.36,
8.7,
50,
50,
50,
50,
50,
55,
60,
53.03,
57.58,
56.52,
52.5,
67.5,
65,
62.5,
48.57,
47.5,
50,
60,
52.5,
62.5,
47.5,
70,
52.5,
50,
52.5,
56.14,
54.39,
52.63,
56,
67.5,
62.5,
65,
22.86,
21.43,
22.86,
24.29,
50,
50,
52.5,
75,
57.14,
53.57,
60.71,
27.14,
28.57,
67.44,
48.84,
46.51,
48.84,
50.59,
58.7,
40.48,
52.63,
53.12,
51.16,
24.29,
24.29,
93.22,
14.9,
66.2,
80.95,
80.95,
7.06,
5.26,
5.88,
4.24,
7.02,
3.57,
3.57,
5.88,
7.06,
7.61,
7.77,
3.49,
19.64,
48.89,
49.23,
49.23,
53.57,
49.12,
46.43,
45.61,
53.49,
53.57,
46.43,
44.12,
56.72,
50,
57.14,
53.33,
100,
57.14,
53.33,
60,
60,
53.33,
60,
60,
60,
60,
53.33,
60,
53.33,
85.71,
85.71,
71.43,
53.33,
85.71,
85.71,
53.33,
60,
60,
53.33,
16.67,
46,
24.65,
30.28,
24.51,
33.33,
26.56,
26.06,
26.7,
80,
9.68,
67.86,
11,
11.81,
12,
12.7,
14.96,
10.4,
9.6,
4.69,
4.69,
10.4,
8,
8.8,
8.8,
10.94,
11.72,
10.94,
12.5,
10.94,
8,
10.08,
10.85,
10.85,
10.85,
7.94,
9.52,
11.72,
3.28,
3.28,
10.85,
10.85,
10.4,
9.6,
12.5,
10.94,
12.5,
10.85,
10.08,
10.4,
8,
12.5,
9.6,
13.82,
16.47,
14.71,
15,
10.4,
7.94,
10.29,
10.29,
3.28,
11.02,
11.81,
11.2,
3.28,
3.28,
11.2,
11.11,
11.02,
8,
8.8,
8,
9.6,
12.06,
12.06,
10.33,
11.76,
3.28,
3.28,
6.56,
3.28,
3.28,
9.6,
9.6,
8.8,
3.28,
8,
8.8,
7.2,
10.4,
9.6,
6.84,
12.4,
11.72,
12.5,
10.94,
11.72,
3.28,
16.6,
1.79,
13.04,
18.73,
17.95,
25.39,
13.56,
11.11,
7.41,
11.11,
13.04,
14.65,
16,
39.87,
25.35,
15.32,
21.11,
8.57,
7,
14.41,
14.41,
18.54,
17.07,
25.66,
19.21,
16.44,
19.21,
19.21,
14.65,
92.5,
72.5,
80,
46.67,
20.59,
26.67,
75,
75,
100,
87.18,
84.62,
90,
75,
71.43,
86.67,
46.67,
46.67,
73.33,
93.33,
85.71,
96.43,
71.43,
66.67,
26.67,
50,
13.33,
13.33,
73.33,
75,
50,
20,
10,
63.33,
65,
19.3,
73.21,
50,
99,
94.12,
20.71,
11,
19,
20,
7,
17.86,
35.71,
35.71,
6.53,
14.69,
2.73,
13.11,
1,
1,
7,
14.29,
17.14,
2,
10,
6,
10,
12.86,
19,
2.73,
11.02,
31.43,
17.86,
31.43,
14.56,
4.08,
15.53,
69.09,
24,
22.09,
10,
11,
4,
6.67,
6.67,
6.67,
6.67,
6.67,
0,
0,
13.33,
7.14,
7.14,
7.14,
0,
0,
0,
13.33,
7.06,
3.53,
3.53,
5.88,
5.88,
8,
7.06,
3.53,
8.24,
7.06,
7.06,
3.53,
10.59,
5.88,
11.76,
3.53,
20,
14.12,
11.76,
7.03,
7.14,
1,
17.14,
10.2,
3.67,
6.53,
10.2,
6.53,
15.57,
20.26,
11.01,
20.26,
12.78,
14.75,
17.14,
13.47,
4.9,
19.18,
10,
57.14,
6,
7.14,
7.14,
6.45,
7.14,
4.76,
4.76,
39.29,
39.29,
64.29,
64.29,
57.14,
57.14,
6.67,
67.5,
75.68,
75.68,
7.08,
12.08,
12.92,
9,
6.21,
5.81,
12.5,
10.83,
15,
54.6,
0,
0,
0,
0,
87.5,
3.33,
26.67,
78.95,
68.42,
68.42,
10.85,
13.33,
13.33,
9.17,
12.08,
12.5,
12.08,
12.5,
20,
4.76,
3.57,
3.57,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
4.76,
17.65,
17.65,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
7.14,
3.57,
3.57,
3.57,
0,
4.76,
0,
3.57,
0,
3.57,
0,
71.4,
64.29,
64.29,
60.71,
67.86,
67.86,
57.14,
57.14,
57.14,
71.43,
67.86,
80,
7.06,
14.71,
15.29,
17.06,
16.5,
17.06,
17.06,
17.06,
17.06,
17.06,
7.06,
6.67,
15.11,
6.67,
8.44,
8,
4.89,
2.65,
8.24,
8.24,
8.24,
8.24,
8.24,
8.24,
8.24,
13.27,
13.27,
12.89,
13.33,
28.09,
30.34,
28.09,
28.09,
28.09,
26.97,
10,
10,
10,
10,
9.33,
10,
30,
32.56,
28.75,
12.67,
12,
12.67,
12,
10,
9.33,
28.09,
28.09,
9.33,
9.33,
9.33,
14,
20,
21,
13.27,
12.39,
13.27,
14,
11.11,
11.59,
11.11,
11.11,
11.11,
11.59,
11.11,
14.16,
14.16,
14.16,
14.16,
10.75,
14.16,
14.16,
11.83,
17.73,
16.31,
14.89,
17.73,
5.67,
11.35,
11.3,
5.67,
19.15,
19.86,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
8.67,
13.33,
14,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
14,
13.33,
13.33,
13.54,
14.85,
14.85,
14.85,
15.28,
13.75,
13.54,
14.85,
15.28,
14.85,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
15.28,
13.54,
15.28,
17.06,
17.06,
15.29,
14,
13.33,
12,
12,
13.33,
13.33,
14,
12.67,
13.33,
12.67,
14,
12.67,
13.33,
12.67,
14,
12,
12,
13.33,
12,
15.93,
12,
14,
14,
13.33,
12,
10,
14.49,
14.49,
14.49,
14.49,
15.33,
16,
18,
16.67,
22.35,
24,
21.33,
15.88,
6.35,
6.35,
14.49,
14.49,
15.93,
17.06,
13.33,
12.67,
22,
21.33,
22,
22.67,
12.67,
10.22,
14.18,
10,
10,
12.39,
10,
8.89,
10,
10,
8.21,
8.21,
8.21,
8.21,
8.21,
8.21,
9.33,
9.33,
10,
9.33,
9.33,
9.33,
8.21,
8.24,
8.24,
8.24,
11.83,
15.93,
16.81,
18.58,
15.93,
16.81,
18.58,
8.85,
8.85,
8.85,
8.85,
15.93,
8.85,
4,
12.67,
13.33,
12.67,
8.24,
8.24,
8.24,
8.24,
15.05,
14,
12,
13.33,
4,
12.89,
12,
13.33,
12.67,
12.67,
13.33,
14,
13.33,
14.67,
15.93,
18.58,
16.81,
15.93,
8.85,
17.7,
14,
6,
16.81,
14,
14,
13.33,
8.85,
14,
5.33,
5.33,
5.33,
5.33,
5.33,
5.33,
5.33,
12,
12,
12.67,
4.67,
12.67,
12,
13.27,
13.27,
13.27,
13.27,
13.27,
13.27,
14,
11.33,
10.67,
4,
5.33,
6,
6,
6,
6,
5.78,
6.35,
6.35,
26.97,
1.88,
17.7,
17.7,
17.7,
13.53,
13.53,
13.04,
8.85,
13.04,
13.53,
8.24,
10.75,
11.83,
10.75,
10.75,
9.73,
8.24,
8.24,
8.24,
6,
5.33,
5.33,
5.33,
5.33,
5.33,
6,
6,
6,
5.33,
5.33,
5.33,
8.24,
5.33,
6,
6,
5.33,
6,
5.33,
6,
6,
5.33,
5.33,
6,
4,
6,
5.33,
6,
6,
5.33,
5.33,
6,
6,
6,
9.73,
9.73,
9.73,
9.73,
9.73,
6,
6.41,
6.41,
7.77,
6.41,
6.76,
6.42,
7.77,
7.77,
6.42,
6,
6,
7.8,
7.8,
7.8,
7.8,
9.73,
10.64,
11.3,
6,
9.73,
8.85,
6.41,
6.76,
6.76,
6.76,
6.76,
6.76,
6.76,
6.76,
8.67,
8.67,
11.35,
6.76,
6.76,
8,
4.96,
14,
14,
14,
82.14,
82.14,
82.14,
19.18,
14.12,
11.76,
14.12,
12.94,
16.47,
5.88,
7.06,
5.88,
7.06,
7.06,
9.41,
4.71,
5.88,
7.06,
5.88,
14.1,
14.74,
5.26,
6.32,
14.08,
14.08,
16.9,
9.41,
4.71,
9.41,
4.71,
5,
59,
53.57,
53.57,
45.88,
45.88,
53.33,
72.5,
54.1,
54.1,
60.6,
3.75,
0.83,
10.42,
10,
71.43,
63.6,
64.29,
67.86,
60.07,
85.19,
60.71,
60.71,
81.25,
77.42,
39.82,
17.86,
2.5,
4.13,
70.27,
72.97,
23.53,
12.11,
3.33,
7.2,
9.6,
35.71,
30,
34.29,
18.75,
23.53,
23.53,
28.57,
40,
4.65,
3.38,
9.58,
20.35,
4.76,
40,
6.56,
4.72,
11.67,
10.57,
73.21,
73.21,
73.21,
73.21,
23.53,
83.33,
3.57,
83.02,
26.92,
25.36,
25.36,
6.4,
6.4,
15.38,
13.85,
16.15,
14.62,
74.42,
3.57,
3.57,
24.83,
72.97,
8.82,
21.43,
12.5,
13.39,
73.21,
73.21,
73.21,
73.21,
78.57,
6.67,
4.13,
3.57,
100,
3.57,
11.11,
4.84,
7.94,
8.33,
3.57,
3.57,
0,
0,
3.57,
5,
5,
5,
71.43,
17.86,
53.57,
60.71,
92.5,
60,
97.22,
76.19,
85.71,
90,
73.33,
80,
83.64,
90.48,
60.71,
8.97,
68.97,
65.52,
65.52,
68.97,
68.97,
15.93,
16.81,
15.93,
4.13,
4.17,
4.58,
3.31,
3.31,
13.33,
13.33,
20,
16.15,
4.13,
72.41,
13.75,
68.57,
6.67,
6.67,
6.67,
77.78,
82.22,
58.33,
66.67,
63.46,
59.62,
59.18,
75.68,
71.43,
71.43,
71.43,
20,
23.08,
21.54,
15.38,
0,
16.81,
16.67,
13.33,
13.75,
3.33,
10,
23.33,
6.67,
23.33,
6.67,
88.33,
3.33,
23.53,
61.54,
61.54,
31.4,
100,
83.87,
3.33,
0,
44.44,
44.44,
44.44,
44.44,
13.75,
0,
0,
0,
0,
0,
0,
14.62,
20,
18.46,
14.73,
16.92,
19.53,
17.32,
16.15,
11.5,
20.35,
69.05,
4.96,
3.42,
71.43,
3.33,
20,
3.33,
3.33,
87.5,
85.19,
88.24,
90,
91.67,
95.83,
50,
55.56,
52.83,
0,
0,
6.56,
4.76,
4.72,
18.18,
17.92,
80.95,
67.74,
9.32,
7.2,
12.15,
12.15,
70,
70,
66.67,
34.78,
75,
35.71,
16.8,
3.57,
66.67,
63.41,
70.97,
64.29,
48.15,
42.86,
43.86,
45.61,
67.74,
65,
21.54,
23.53,
24.71,
25.88,
24.71,
25.88,
16.09,
15.29,
71.88,
65.71,
74.42,
67.86,
70.59,
77.14,
70,
5,
5.42,
5,
5,
5.42,
4.58,
85.71,
40,
8,
44.12,
73.33,
6.12,
4.08,
6.12,
10.2,
7.35,
5,
85.19,
73.33,
77.97,
64.58,
25,
4.17,
6.45,
12.14,
78.12,
83.33,
13.33,
4.13,
55.56,
81.82,
72.73,
6.45,
6.45,
71.43,
88.24,
73.33,
77.42,
77.36,
6.67,
6.67,
3.33,
10,
16.67,
3.33,
65,
44.44,
65,
17.74,
16.92,
16.92,
53.57,
53.57,
53.57,
57.14,
4.17,
80,
16.67,
17.86,
15.83,
8.26,
4.13,
5,
80,
80,
78.38,
70.31,
25,
26.67,
0,
0,
0,
94.12,
40,
40,
20,
6.35,
67.5,
60.53,
67.5,
75,
75,
7.35,
17.86,
13.79,
0,
0,
0,
0,
6.4,
20.35,
0,
60,
16.15,
14.88,
12.81,
7.5,
8,
10,
51.28,
20,
78.95,
4.17,
3.57,
73.33,
0,
11.67,
64.29,
73.33,
10,
26.67,
11.2,
11.2,
6.45,
6.45,
22.22,
21.88,
19.53,
11.29,
18.75,
18.75,
9.68,
19.23,
19.23,
11.2,
8,
0,
0.83,
3.33,
0,
3.57,
86.67,
19.38,
3.57,
66.67,
66.67,
21.43,
21.43,
25,
21.43,
57.14,
57.14,
67.74,
16.67,
20.83,
16.67,
65.71,
7.76,
12.11,
0,
11.27,
11.55,
13.8,
11.55,
0,
16.67,
6.67,
11.25,
72.5,
14.12,
24.71,
16.15,
6.61,
13.6,
38.46,
21.24,
9.73,
6.5,
85.71,
85.71,
6.5,
0,
0,
0,
0,
64.29,
64.29,
50,
57.14,
13.22,
14.17,
79.17,
79.17,
4.17,
8.33,
5.08,
5.51,
5.51,
80.95,
10.85,
59.62,
52.83,
71.15,
3.33,
12.96,
13.24,
14.65,
70.97,
66.67,
69.57,
15,
11.67,
25.4,
70,
72.73,
12.96,
45.61,
45,
42.86,
0.42,
67.5,
20,
9.6,
75,
16.67,
14.29,
0.51,
64.29,
64.29,
71.43,
0,
50,
71.43,
70.97,
67.65,
9.8,
10.2,
43.86,
43.86,
84.62,
17.6,
12.96,
13.56,
13.24,
7.5,
7.5,
3.57,
34.29,
75,
80.65,
15.04,
6.67,
7.08,
13.27,
13.27,
8.85,
12.39,
20.35,
20.35,
21.43,
14.29,
6.67,
24.1,
56.14,
6.45,
6.67,
73.21,
6.4,
4.13,
6.5,
50.91,
50.91,
80,
80,
71.15,
24,
40,
9.68,
9.68,
72.97,
80.95,
63.16,
55.17,
0,
4.94,
7.41,
0,
57.14,
50,
13.48,
23.33,
6.17,
0,
0,
5.51,
3.33,
39.39,
86.67,
43.33,
10.62,
12.39,
11.5,
46.43,
50,
89.29,
86.21,
75,
84.38,
81.25,
88.24,
88.24,
88.24,
30,
0,
0,
0,
29.41,
30.59,
28.77,
35.59,
0.42,
64.29,
64.29,
18.75,
13.75,
12.08,
0,
12.39,
11.55,
14.65,
13.24,
13.8,
11.27,
0,
27.03,
27.03,
12.5,
11.67,
13.33,
12.92,
3.57,
3.57,
27.94,
23.53,
24.62,
24.62,
29.23,
23.08,
27.69,
26.15,
24.62,
24.62,
24.62,
24.62,
27.14,
4.76,
37.14,
4.71,
52.17,
0.42,
0.42,
45.45,
51.52,
60.61,
60.61,
69.7,
27.94,
30.88,
25,
25,
25,
22.06,
25,
25,
29.41,
25,
88.33,
12.15,
100,
100,
15.71,
9.29,
12.14,
12.14,
11.43,
12.14,
9.29,
66.67,
50,
60,
60,
75,
55.56,
66.67,
71.43,
68.97,
9.6,
5,
11.63,
86.67,
16,
11.67,
3.38,
6.76,
0,
0,
0,
0,
0,
0,
57.14,
5,
75,
9.41,
9.41,
87.5,
0,
0.42,
0.42,
0.42,
0.42,
0.42,
75,
26.67,
48.84,
41.86,
42.86,
40,
73.08,
27.06,
28.24,
27.06,
30.59,
12.35,
38.03,
65,
6.67,
20,
19.53,
76.74,
5,
5,
5,
70.59,
3.33,
6.67,
52.94,
50,
7.32,
7.32,
6.5,
8.94,
8.13,
56.36,
63.64,
61.54,
66.04,
67.44,
19.53,
6.67,
5,
6.67,
51.52,
64.29,
72.5,
5,
12.73,
71.15,
71.15,
30.48,
28.57,
25.83,
68.97,
75,
76.12,
13.8,
57.14,
57.14,
57.14,
57.14,
57.14,
60.71,
64.29,
60.71,
64.29,
64.29,
57.14,
0,
0,
0,
0,
12.11,
0,
0,
13.52,
11.27,
10.14,
13.8,
11.55,
13.8,
12.68,
13.8,
9.29,
13.6,
10.16,
10.94,
8,
8,
8,
50.88,
49.12,
4.9,
6.53,
6.12,
9.39,
8,
72.73,
50,
64.29,
57.14,
13.6,
7.2,
13.33,
4.13,
0,
0,
18.25,
18.25,
19.35,
71.43,
40.71,
9.38,
86.96,
86.96,
86.96,
45.71,
73.21,
73.21,
0,
0,
13.33,
10.48,
10.48,
21.21,
12.8,
12.11,
13.8,
11.55,
12.96,
12.96,
12.96,
13.8,
0,
11.55,
13.8,
17.86,
28.57,
28.57,
28.57,
17.86,
28.57,
17.86,
28.57,
57.14,
78.57,
69.44,
0,
80.7,
80.7,
80.7,
80.7,
0,
64.52,
53.19,
17.25,
17.25,
20,
15.69,
14.9,
0,
76.19,
76.19,
9.29,
12.14,
12.14,
12.14,
76.47,
67.86,
58.33,
32.35,
33.82,
27.94,
26.47,
60.71,
81.63,
78.57,
67.86,
70,
66.67,
62.5,
75.86,
70.59,
59.38,
0,
73.33,
60,
60,
6.78,
9.17,
17.57,
0.83,
0.83,
0.85,
0.85,
0,
0,
12.96,
75,
78.57,
6.17,
23.33,
13.48,
11.11,
72.41,
23.53,
26.47,
77.78,
57.14,
57.14,
13.33,
62.5,
66.67,
85.71,
3.57,
0,
0,
0,
4.76,
4.76,
18.98,
22.62,
9.84,
9.84,
19.84,
19.2,
71.43,
71.43,
26.15,
23.08,
2.82,
12.39,
14.16,
15.04,
13.27,
19.47,
12.39,
11.5,
10.62,
8.85,
13.27,
10.62,
76.47,
70.97,
74.19,
80,
80,
67.86,
64.29,
60.71,
42.86,
38.1,
48.81,
46.02,
49.49,
31.43,
36.43,
35,
38.57,
0,
0,
0,
78.57,
77.5,
77.5,
65,
65,
77.5,
78.57,
0,
13.33,
7.94,
0,
27.06,
42.86,
24.44,
0,
0,
7.94,
6.4,
6.9,
6.9,
12,
73.91,
79.49,
79.49,
100,
58.73,
62.5,
73.21,
70,
74.19,
78.57,
57.83,
68.67,
71.08,
65.06,
62.65,
24.39,
4.71,
71.43,
71.43,
71.43,
71.43,
85.71,
85.71,
26.67,
5.31,
7.08,
6.19,
5.31,
7.96,
16.67,
30,
36.67,
26.67,
30,
0,
17.65,
4.58,
4.58,
78.57,
80,
80,
80,
80,
14.44,
17.78,
1.25,
14.29,
60,
56.67,
63.33,
60,
68.97,
73.33,
0,
26.47,
4.8,
4.58,
76.67,
10.94,
35,
35,
12.5,
11.67,
0.42,
4.92,
45.61,
41.86,
41.86,
0,
0.88,
3.54,
4.42,
2.65,
6.2,
53.33,
85.71,
0,
0,
67.74,
1.19,
1.19,
1.19,
62.5,
66.67,
6.56,
6.56,
87.1,
74.19,
5.42,
5.42,
16.8,
46.67,
70,
16.67,
23.33,
37.14,
40,
29.41,
29.41,
29.41,
65,
80.65,
73.68,
14.29,
14.29,
14.29,
21.43,
73.53,
66.67,
3.57,
7.14,
0,
1.79,
15.15,
14.14,
13.13,
18.18,
12.12,
14.14,
23.53,
18.43,
14.12,
5.88,
20,
0,
0,
0,
0,
11.8,
0,
13.8,
11.8,
13.8,
11.6,
10.87,
19.57,
21.74,
21.74,
22.83,
21.74,
21.74,
19.57,
28.57,
30.19,
29.52,
12.73,
78.26,
42.86,
41.43,
52.86,
50,
44.64,
45.45,
44.12,
42.22,
11.25,
5,
33.33,
31.97,
31.97,
31.97,
31.97,
33.33,
9.25,
0,
63.64,
69.7,
71.05,
75,
13.92,
54.39,
28.57,
33.57,
25,
25,
30.88,
30.88,
5.31,
1.77,
4.42,
2.65,
1.79,
29.41,
70.59,
3.12,
3.12,
3.12,
6.25,
51.67,
53.85,
4.42,
4.42,
19.74,
21.62,
25.41,
26.27,
100,
6.45,
3.57,
7.34,
7.34,
7.34,
0.42,
23.14,
15.69,
67.74,
69.7,
62.5,
63.64,
63.33,
68.97,
77.97,
0,
0,
0,
86.05,
86.05,
84.21,
86.05,
80,
80.95,
94.12,
100,
100,
87.8,
79.49,
93.33,
100,
92.5,
100,
100,
100,
97.62,
71.79,
100,
75,
76.92,
73.68,
85.71,
90.48,
70,
94.44,
83.33,
37.5,
38.24,
33.82,
31.2,
29.41,
33.82,
65,
62.5,
50,
71.43,
62.5,
47.5,
50,
53.33,
57.78,
57.78,
78.12,
81.25,
33.33,
33.33,
33.86,
32.28,
31.5,
31.5,
3.57,
3.57,
3.57,
21.81,
23,
32,
28,
24.49,
25.88,
95.65,
25.41,
27.34,
32.7,
28.57,
33.33,
23.44,
22.83,
23.53,
17.12,
16.53,
19.69,
28.32,
25.74,
10.48,
18.55,
19.35,
19.61,
6.67,
6.67,
19.61,
8.7,
7.53,
10.43,
73.21,
73.21,
22.35,
17.86,
28.57,
28.57,
21.43,
21.43,
21.43,
17.86,
28.57,
25,
21.43,
21.43,
21.43,
21.43,
19.35,
14.29,
25,
25,
26.67,
42.42,
74.51,
74.51,
74.51,
74.51,
42.37,
0,
37.65,
37.65,
71.43,
75,
67.86,
60.71,
73.21,
73.21,
11.43,
17.14,
60.78,
49.02,
50,
45.71,
34.29,
0,
0,
0,
0,
0,
0.42,
24.62,
24.62,
27.69,
29.69,
24.62,
26.15,
25,
29.69,
23.08,
27.69,
30.23,
100,
100,
69.23,
100,
14.29,
17.86,
14.29,
26.67,
42.86,
71.43,
82.14,
71.43,
6.25,
0,
20,
26.67,
71.15,
70.97,
75.86,
67.5,
67.31,
65.45,
70.91,
19.38,
18.94,
5.69,
16.36,
23.35,
22.03,
0,
0,
69.23,
58.18,
23.23,
12.68,
14.49,
5.6,
2.2,
3.57,
3.57,
80,
83.33,
73.33,
68,
76,
72,
72,
60,
72,
72,
72,
72,
31.58,
23.81,
85.19,
86.67,
87.5,
75,
74.07,
73.33,
82.14,
82.76,
3.33,
6.67,
0.83,
0.83,
75.93,
72.22,
61.11,
14.29,
14.29,
17.86,
7.5,
7.5,
7.5,
16,
11.38,
15.08,
14.15,
16.31,
34.12,
32.94,
6.67,
23.75,
27.63,
22.73,
37.8,
8.24,
7.65,
64.29,
65,
14,
20,
14,
20,
21.88,
21.88,
21.88,
21.88,
6.67,
6.67,
72.97,
3.57,
28.57,
21.88,
21.88,
16.8,
8,
17.65,
100,
100,
100,
7.14,
8,
80,
78.95,
9.6,
73.21,
18.75,
18.75,
75,
18.75,
79.31,
9.6,
9.6,
8,
19.23,
19.23,
15.08,
11.51,
11.89,
70.59,
11.25,
93.33,
80.95,
61.11,
61.11,
38.89,
44.44,
9.52,
80,
8.2,
3.33,
87.5,
61.11,
6.45,
6.45,
6.45,
84.21,
55.29,
62.86,
51.52,
62.86,
25,
62.16,
46.67,
69.7,
80,
88.89,
84.62,
88.89,
19.23,
65,
60,
12.6,
3.33,
40,
3.48,
71.05,
24.71,
40,
29.41,
21.21,
20.59,
21.21,
13.79,
15.62,
10,
0,
32.14,
36.11,
41.67,
60.53,
4.13,
4.13,
4.13,
4.13,
88.33,
32.35,
6.5,
6.5,
8.2,
4.17,
8.2,
8.2,
8.2,
65,
65,
71.15,
0,
3.57,
6.67,
6.67,
3.33,
71.15,
71.15,
48.84,
18.18,
18.18,
7.94,
73.91,
71.15,
69.23,
17.7,
48.84,
65.62,
8.48,
22.22,
22.22,
8.48,
3.33,
50,
39.29,
90.48,
90.48,
10,
90.48,
80.95,
90.48,
90.48,
2.61,
81.82,
78.57,
71.43,
81.82,
2.61,
33.33,
33.33,
33.33,
33.33,
33.33,
2.61,
2.61,
52.17,
89.47,
66.67,
89.29,
85.71,
80,
90,
92.86,
87.5,
95.83,
21.21,
50,
50,
10.42,
10.42,
10,
9.58,
9.58,
9.58,
23.88,
25.37,
32.84,
28.36,
26.87,
29.85,
64.29,
50,
42.86,
53.57,
42,
45.59,
10.4,
13.16,
20,
5.31,
62.5,
10.32,
13.33,
10.91,
10.91,
52.7,
6.06,
75,
77.5,
77.5,
75,
75,
77.5,
48.84,
46.51,
55.81,
55.81,
55.81,
53.49,
53.49,
53.49,
54.05,
55.81,
55.81,
55.81,
55.81,
51.16,
48.84,
48.84,
48.84,
48.84,
48.84,
20,
48.84,
51.16,
39.53,
48.84,
46.51,
36.73,
13.85,
15.38,
15.38,
16.92,
10,
46.67,
43.33,
55,
52.63,
55,
52.63,
52.63,
60,
55,
55,
52.63,
55,
55,
55,
53.49,
55.81,
53.49,
50,
50,
50,
50,
70,
65,
65,
51.43,
57.5,
52.5,
50,
52.5,
53.85,
4.42,
7.08,
7.08,
7.08,
8.85,
14.16,
0.88,
5.88,
5.88,
10.59,
7.96,
14.16,
13.27,
13.27,
15.04,
14.62,
13.79,
7.2,
25.29,
28.89,
6.19,
3.95,
5.26,
46.43,
46.43,
46.43,
1.41,
13.33,
13.33,
13.33,
13.33,
42.86,
46.43,
73.33,
42.2,
73.21,
73.21,
73.21,
75,
39.47,
75,
45.16,
54.76,
0,
6.67,
6.67,
0,
14.49,
7.14,
6.67,
7.14,
17.86,
10.71,
7.14,
13.33,
13.33,
0,
76.67,
23.33,
21.19,
21.19,
22.88,
18.31,
22.54,
25.35,
21.13,
19.72,
33.33,
30.86,
34.57,
25.35,
7.35,
5.71,
6.53,
5.71,
75,
76.67,
76.67,
57.5,
83.33,
47.06,
47.06,
29.41,
30.77,
19.47,
19.47,
17.65,
18.25,
18.25,
15.04,
15.04,
19.47,
10.62,
18.25,
18.24,
18.24,
20.35,
10.62,
20.35,
19.53,
19.53,
20.35,
19.53,
10.62,
10.62,
10.62,
11.18,
10.66,
13.33,
13.33,
12.22,
13.33,
12.22,
18.89,
13.33,
17.78,
13.33,
17.78,
19.47,
20.35,
10.62,
19.47,
10.62,
10.66,
10.66,
22.81,
10.66,
12.92,
13.33,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
12.92,
18.25,
18.25,
10.66,
17.46,
10.66,
19.53,
10,
21.52,
12.92,
10,
30,
27.06,
24.71,
22.35,
25.88,
36.47,
27.06,
16.81,
15.93,
17.7,
29.41,
36.47,
31.76,
11.11,
16.35,
8.33,
8.13,
13.43,
18.02,
16.03,
13.43,
18.73,
14.54,
12.78,
9.41,
16.3,
14.98,
14.54,
16.3,
19.23,
8.63,
14.98,
14.98,
9.25,
8.24,
2.65,
16.78,
14.13,
3.31,
6.62,
15.42,
17.62,
17.31,
20.14,
18.37,
11.66,
17.67,
12.55,
11.66,
14.54,
16.3,
8.93,
2,
0.7,
38,
44.44,
41.67,
52.5,
37.5,
42.5,
56.6,
38.89,
46.15,
60,
57.89,
51,
22,
57.5,
41.67,
55,
41.67,
60,
55,
38.89,
61.9,
60,
38.89,
30,
44.44,
38.46,
54.8,
55,
44.44,
57.5,
55,
57.5,
41.67,
41.67,
44.44,
41.67,
55,
52.5,
47.37,
55,
38.9,
41.67,
41.67,
47.5,
55,
44.44,
43.75,
38.89,
57.5,
50,
43.59,
54,
57.14,
50,
50,
60,
50,
61.9,
5.49,
5.49,
28.79,
25.76,
28.79,
66.67,
0,
0,
0,
90,
64.29,
64.29,
64.29,
67.86,
64.29,
67.86,
67.86,
67.86,
67.86,
57.14,
50,
53.57,
57.14,
67.86,
71.43,
64.29,
71.43,
67.86,
53.57,
67.86,
60.71,
60.71,
60.71,
60.71,
60.71,
64.29,
67.86,
60.71,
67.86,
64.29,
67.86,
64.29,
60.71,
57.14,
53.57,
57.14,
58.2,
59.96,
58.2,
58.2,
61.73,
52.91,
65.26,
60.71,
67.86,
67.86,
67.86,
57.14,
60.71,
57.14,
53.57,
67.86,
53.57,
60.71,
60.71,
67.86,
60.71,
60.7,
3.57,
0,
0,
11.76,
7.6,
9.39,
7.51,
11.34,
7.51,
60,
11.66,
1.79,
0,
13.62,
1.79,
0,
14.49,
14.84,
10.25,
46.51,
9.39,
1.79,
1.79,
7.2,
10.25,
13.07,
0,
8.24,
0,
10.12,
6.88,
9.41,
48,
0,
14.84,
0,
1.79,
41.18,
41.18,
18.75,
18.75,
28.12,
41.18,
28.12,
28.12,
18.75,
18.75,
28.12,
35.29,
18.75,
18.75,
18.75,
18.8,
18.75,
18.75,
18.75,
18.75,
18.8,
16.6,
14.1,
18.8,
18.75,
18.75,
41.18,
12.8,
18.75,
18.75,
18.8,
11.34,
0,
18.75,
18.8,
18.75,
18.75,
11.27,
7.05,
8,
3.57,
10.71,
8.92,
4.69,
3.76,
17.84,
6.67,
4.76,
10,
0,
6.67,
0,
0,
6.35,
7.94,
6.35,
14.29,
6.67,
1.79,
1.79,
1.79,
1.79,
0,
6.67,
6.67,
6.67,
1.79,
12.55,
41.67,
51.43,
1.79,
8.63,
9.39,
26.58,
29.11,
24.17,
29.17,
28.33,
0,
0,
3.31,
0,
6.67,
7.51,
13.93,
13.68,
0,
12.68,
16.52,
12.68,
13.38,
19.48,
20.8,
19,
19.01,
0,
19.48,
0,
0.89,
13.66,
0,
0,
29.2,
13.36,
7.2,
0.89,
13.92,
13.92,
13.92,
13.92,
3.57,
1.79,
3.57,
1.79,
9.32,
9.39,
9.39,
0,
0,
6.67,
2.35,
3.33,
6.67,
10,
24.17,
9.32,
9.32,
1.79,
1.79,
1.79,
7.14,
9.32,
9.32,
26.67,
42.22,
53.33,
46.67,
14.17,
11.11,
20.27,
18.82,
20.27,
3.2,
6.67,
5.56,
4.76,
19.84,
7.2,
8.47,
9.39,
13.36,
11.74,
12.55,
18.8,
18.8,
1.79,
18.75,
18.75,
18.75,
1.19,
13.36,
0.89,
1.79,
1.79,
3.57,
54.17,
19.05,
16.67,
6.67,
6.67,
12.55,
8.05,
16.47,
9.32,
6.9,
3.57,
41.44,
0,
0,
0,
8.05,
7.63,
0,
7.2,
7.2,
90.48,
90.48,
91.67,
89.29,
89.29,
69.44,
89.29,
3.7,
6.9,
3.45,
3.7,
3.76,
5.63,
35.29,
3.57,
1.79,
1.79,
1.79,
2.68,
6.6,
10,
1.79,
5.36,
1.79,
0,
0,
0,
6.67,
0,
6.78,
7.92,
12.92,
6.67,
50,
5.36,
7.14,
0,
0,
9.13,
9.43,
1.41,
0,
18.75,
7.51,
13.36,
0,
6.67,
9.02,
10,
19.48,
10.17,
10.59,
1.79,
10,
18.75,
1.19,
11.27,
4.17,
5,
0,
4.17,
5.36,
0,
0,
66.67,
85.71,
2.14,
0,
3.57,
0,
10.33,
9.89,
0,
6.67,
0.71,
7.2,
22.73,
10.95,
0,
3.57,
15.02,
0,
11.74,
1.79,
11.76,
11.62,
6.67,
0,
0,
13.36,
0,
10.17,
3.6,
9.6,
0,
66.67,
6.67,
1.79,
0,
4.64,
3.77,
3.77,
3.57,
4.17,
6.67,
2.04,
2.04,
0,
0,
1.79,
17.95,
10,
1.79,
2.33,
10.59,
11.15,
6.67,
18.18,
11.76,
2.82,
11.74,
12.21,
11.27,
16.43,
12.15,
6.48,
2.86,
0,
8.24,
9.89,
2.86,
6.67,
10.2,
1.72,
9.32,
0,
2.14,
2.86,
9.19,
6.67,
8.05,
43.33,
11.27,
46.67,
0,
8.49,
12.26,
13.21,
13.21,
12.03,
9.35,
0,
48,
0,
0.89,
18.75,
1.96,
9.75,
0,
12.12,
0,
0.71,
6.67,
6.67,
10,
10,
15.15,
5.36,
0,
0,
19.48,
10.59,
60,
60,
63.33,
11.37,
13.33,
13.07,
1.79,
1.79,
5.36,
18.18,
18.18,
19.48,
0,
2.68,
13.53,
12.15,
0,
10,
10,
6.67,
6.88,
9.76,
8.67,
9.21,
6.67,
5.17,
7.06,
13.15,
12.21,
9.39,
9.02,
40,
50,
9.32,
0,
0,
0,
0,
5.56,
43.33,
3.12,
1.79,
9.32,
60,
46.67,
46.67,
14.1,
46.67,
24.24,
23.53,
20,
30.3,
3.45,
3.45,
12.9,
26.47,
4.29,
2.35,
1.79,
1.79,
2.56,
3.51,
70.59,
35.29,
6.67,
53.33,
0,
0,
53.33,
8.8,
9.6,
7.2,
3.33,
33.33,
30,
13.33,
36.67,
6.25,
43.75,
12.5,
0,
52.94,
22.31,
58.82,
56,
57.89,
76,
70.83,
76,
76,
75,
76,
76,
76,
76,
81.82,
78,
76,
76,
76,
76,
75,
75,
75,
80,
76,
76,
76,
76,
76,
76,
78,
65,
67.19,
78,
59.09,
64.44,
67.74,
53.33,
62.5,
60,
57.14,
66.67,
67.65,
12.3,
10.4,
6.8,
7.6,
5.1,
64.29,
100,
31.08,
28.38,
20.91,
100,
25.45,
15.93,
33.33,
10.83,
0,
8.7,
24.7,
0,
56.3,
3.57,
3.57,
3.57,
3.57,
5.99,
0,
4,
0,
10.71,
0,
0,
3.57,
0,
0,
0,
0,
0,
3.57,
0,
3.57,
3.57,
3.57,
0,
0,
3.57,
3.57,
0,
3.57,
65,
69.4,
84.38,
88,
88.2,
31,
35,
73.1,
69.2,
20,
89.7,
86.2,
70.8,
89.7,
89.7,
87.1,
59.4,
53.6,
9,
53.6,
51.6,
1,
72,
2.63,
7.14,
7.14,
77.78,
77.78,
77.78,
77.78,
20.34,
77.78,
77.78,
77.78,
94.12,
0,
0,
66.67,
73.33,
57.14,
32.14,
32.14,
14.29,
14.29,
6.9,
20,
23.33,
23.33,
20,
16.67,
20,
82.6,
0,
3.57,
0,
14.29,
3.57,
0,
14.29,
0,
14.29,
14.29,
14.3,
51.16,
51.16,
51.16,
52.17,
6.67,
3.57,
0,
39.29,
78.76,
87.5,
87.5,
50,
5.77,
16.3,
21.24,
10.59,
7.02,
5.88,
2.68,
16.08,
5.26,
7.03,
40.35,
14.29,
45.61,
45.61,
95.65,
95.65,
81.08,
73.33,
73.33,
73.33,
100,
78.95,
80,
100,
80,
95.65,
100,
80,
66.67,
79.49,
60,
62.5,
96,
96,
94.74,
75,
100,
96.67,
91.67,
91.67,
100,
100,
91.67,
91.67,
77.14,
100,
100,
100,
100,
100,
73.33,
78.95,
78.26,
95.65,
100,
100,
95.65,
78.26,
100,
78.57,
84.21,
100,
100,
66.67,
100,
73.33,
73.33,
78.57,
95.65,
100,
100,
100,
96.67,
100,
91.67,
91.67,
100,
75,
89.47,
66.67,
100,
100,
91.67,
91.67,
73.33,
100,
93.02,
78.26,
100,
73.33,
3.57,
3.57,
3.57,
3.57,
3.57,
17.86,
20,
40,
6.67,
6.67,
6.92,
20,
13,
10,
13.08,
14.62,
60.71,
53.57,
68.75,
80.95,
83.33,
80.95,
46.67,
43.33,
45.56,
45.56,
45.56,
44.44,
45.56,
45.56,
42.22,
23.33,
20,
16.67,
30,
16.67,
20,
20,
13.33,
13.33,
13.33,
13.33,
20,
16.67,
36.67,
46.67,
30,
20,
26.67,
20,
43.33,
56.67,
26.67,
20,
30,
20,
16.67,
26.67,
23.33,
20,
13.33,
13.33,
82.5,
60,
13.33,
86.67,
86.67,
23.33,
40,
30,
23.33,
77.98,
64.29,
64.29,
53.33,
82.14,
82.14,
71.43,
82.14,
3.9,
0.88,
83.33,
33.33,
17.27,
3.57,
3.57,
3.33,
3.57,
50.85,
50,
67.9,
5,
68.75,
73.33,
66.7,
71.43,
68,
17.93,
18.94,
27.52,
27.7,
25.2,
25.74,
23.94,
25,
22.64,
19.12,
23.38,
22.73,
22.64,
20.3,
50,
19.12,
19.84,
21.05,
18.8,
18.12,
20.29,
18.24,
18.24,
20.71,
18.33,
18.75,
25.98,
25.38,
25.19,
24.44,
20.27,
19.58,
21.13,
18.98,
25,
30,
50,
55.56,
66.67,
70,
43.33,
26.67,
30,
23.33,
60,
21.88,
13.33,
30.56,
30.56,
18.92,
22.22,
13.33,
16.67,
23.33,
13.33,
13.33,
13.33,
13.33,
30,
20,
23.33,
66.67,
90,
57.5,
65,
55,
58.33,
23.33,
23.33,
25,
50,
50,
14.29,
20,
50,
46.67,
56.25,
70,
18.18,
74.42,
45.77,
73.94,
60.71,
67.86,
67.86,
88.03,
67.86,
67.86,
67.86,
67.86,
67.86,
88.03,
66.9,
67.86,
67.86,
67.86,
67.86,
70.42,
63.38,
63.38,
59.86,
59.86,
64.29,
80.95,
54.93,
28.24,
14.42,
7.04,
11.97,
7.93,
8.71,
7.05,
14,
2,
13,
17.14,
15,
11,
29,
31,
6,
12,
10,
15.49,
19.72,
26.06,
21.83,
13.38,
12.5,
29.2,
23.33,
17.25,
12,
19,
6.67,
46.67,
0,
0,
0,
3.57,
0,
16.67,
6.67,
41.67,
23.33,
20,
16.67,
6.67,
3.37,
21.37,
20.51,
13.16,
13.16,
7.96,
13.27,
21.14,
21.14,
13.11,
13,
13.11,
13.11,
21.14,
14.75,
14.75,
13.33,
13.56,
14.12,
13.56,
13.56,
15,
13,
15,
15,
14.75,
7.96,
16.81,
15.93,
9.6,
7.92,
12.24,
8.33,
41.43,
21.14,
17.07,
19.47,
6.19,
16.81,
18.03,
19.51,
19.51,
19.51,
20.33,
20.33,
18.7,
19.51,
19.51,
16.81,
15.13,
17.7,
17.7,
15.04,
16.81,
13.93,
17.21,
16.39,
18.03,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
15.56,
70,
18.7,
11.38,
11.38,
17.21,
13.1,
15.93,
17.07,
19.47,
17.07,
15.13,
8.85,
26.55,
25.66,
24.78,
18.48,
15.04,
14.8,
14.4,
14.4,
13.93,
17.07,
18.7,
13.4,
16,
15.04,
19.47,
21.14,
16.81,
16.81,
8.85,
16.81,
19.47,
12.1,
11.5,
57.14,
57.14,
43.75,
57.14,
57.14,
12.5,
12.5,
6.67,
45.56,
2.86,
6.9,
16.03,
5.71,
5.71,
12.5,
12.5,
12.5,
7.94,
6.25,
6.25,
6.35,
44.12,
6.67,
10,
10,
6.67,
10.71,
10.71,
11.54,
9.23,
10.77,
14.29,
60.61,
60.61,
58.4,
58.4,
57.89,
65,
60,
58.2,
61.7,
58.82,
57.78,
58.9,
58.2,
64.9,
55.2,
63.5,
63.5,
67.74,
63.5,
58.4,
61.3,
59.38,
58.4,
58.2,
61.3,
56.9,
58.62,
58.62,
58.62,
61.6,
58.5,
61,
58.4,
58.33,
62.5,
60.71,
60.71,
56.67,
61,
63,
67.5,
60,
60.3,
68.1,
60.5,
65.2,
58.4,
0,
0,
88.33,
0,
88.33,
88.3,
88.3,
8.93,
3.57,
7.14,
7.14,
7.14,
3.57,
3.57,
3.57,
0,
0,
0,
0,
52.31,
14.62,
26.55,
33.63,
6.9,
0.05,
66.98,
42.35,
0.05,
0.04,
26.47,
17.5,
17.21,
15.03,
17.88,
18.54,
17.05,
20,
15.33,
27.41,
26.09,
26.47,
17.22,
24.68,
20.89,
24.6,
0,
20,
26.67,
0.42,
0,
0.83,
0,
10.2,
9.8,
8.98,
20,
36.67,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
78.57,
77.42,
10,
78.57,
78.57,
20,
20,
0,
0,
0,
0,
20,
33.33,
33.33,
73.33,
73.33,
7.2,
4.8,
4.8,
4.42,
4.42,
4.42,
70.59,
63.64,
83.33,
73.33,
83.33,
28.99,
6.67,
14.29,
60,
0,
73.33,
70,
88.37,
67.86,
66.67,
68.89,
66.67,
73.33,
77.14,
75.56,
69.64,
73.33,
60,
18.58,
17.57,
18.58,
53.33,
53.33,
48.72,
47.5,
45,
47.5,
52.63,
52.63,
47.92,
53.95,
51.76,
50.59,
43.75,
47.5,
43.75,
48.84,
44.19,
57.02,
43.75,
49.41,
57.65,
52.94,
56.47,
57.65,
51.28,
53.33,
53.33,
5.08,
0,
0,
0,
0,
0,
1.83,
0,
0,
1.79,
1.79,
1.19,
0,
1.79,
1.79,
1.79,
1.79,
0,
1.79,
1.79,
23.23,
23.23,
100,
0,
100,
83.33,
88.89,
0,
0,
0,
0,
0,
85.71,
0,
2,
0.8,
52.94,
26.56,
26.56,
26.56,
5.38,
5.38,
3.85,
3.85,
13.08,
12.31,
11.54,
11.54,
13.85,
13.85,
12.31,
14.62,
10.57,
13.08,
12.31,
12.31,
14.62,
11.54,
14.62,
14.62,
14.62,
14.62,
15.38,
15.38,
16.92,
14.29,
14.29,
14.29,
14.29,
14.29,
14.62,
13.85,
14.62,
22.31,
15.38,
17.69,
22.31,
22.31,
22.3,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
22.31,
23.08,
18.46,
14.62,
16.15,
14.62,
15.38,
15.38,
15.38,
15.38,
16.15,
16.15,
15.38,
16.15,
16.15,
15.38,
15.38,
15.38,
15.38,
14.62,
10,
15.38,
10,
10.77,
16.92,
10.77,
16.92,
12.31,
16.15,
16.92,
16.92,
16.92,
16.92,
16.92,
16.92,
15.38,
13.85,
13.08,
15.38,
13.08,
13.08,
13.08,
14.62,
13.85,
13.85,
13.85,
13.85,
13.08,
13.85,
13.85,
13.85,
13.08,
14.62,
13.08,
15.38,
14.62,
14.62,
16.15,
15.38,
15.38,
14.62,
17.69,
17.69,
17.69,
17.69,
17.69,
17.69,
18.46,
18.46,
18.46,
17.69,
17.69,
13.85,
14.62,
26.92,
26.92,
26.15,
26.92,
26.92,
30,
15.38,
16.15,
24.62,
27.69,
26.15,
16.15,
25.38,
24.62,
23.85,
23.85,
18.46,
20.77,
20.77,
25.38,
25.38,
25.38,
25.38,
25.38,
25.38,
24.62,
24.62,
16.92,
16.92,
16.92,
16.92,
16.92,
19.23,
23.2,
23.2,
23.2,
23.2,
23.2,
26.4,
26.4,
26.4,
26.4,
22.31,
16.92,
13.85,
17.69,
22.31,
15.38,
61.9,
61.9,
62.96,
64.52,
50,
50,
50,
50,
9.6,
23.2,
7.2,
7.19,
6.54,
85.71,
64.29,
50,
50,
50,
1.79,
1.79,
2.2,
1.79,
3.57,
0,
13.33,
25.95,
24.65,
22.73,
22.73,
26.92,
28.32,
28.24,
21.36,
25.38,
25.78,
24.71,
24.65,
77.65,
77.65,
43.33,
0,
0,
28.57,
41.67,
0,
3.57,
53.33,
57.78,
10,
83.33,
10.42,
13.75,
13.33,
15.42,
80,
80,
73.33,
4,
73.33,
73.33,
73.33,
20,
83.33,
3.57,
7.14,
7.14,
13.33,
7.63,
40,
0,
20,
40,
64.29,
48.98,
45.71,
40.35,
47.37,
33.33,
60.71,
60.71,
55.56,
13.75,
12.5,
13.75,
13.75,
11.25,
11.67,
11.67,
11.25,
0,
11.67,
11.67,
13.75,
11.25,
11.67,
13.75,
12.5,
13.75,
13.75,
11.67,
11.25,
11.67,
92.5,
100,
87.5,
86.84,
72.5,
73.81,
76.19,
79.07,
79.07,
82.5,
95.12,
90.24,
85,
21.43,
28.57,
14.29,
14.29,
28.57,
28.57,
28.57,
28.57,
17.86,
75,
39.29,
53.57,
60.71,
60.71,
60.71,
67.86,
67.86,
65.22,
57.14,
57.14,
21.43,
28.57,
14.29,
14.29,
28.57,
14.29,
57.14,
0.42,
5.83,
6.67,
5.83,
0,
0,
0,
61.76,
55.17,
63.16,
66.67,
13.52,
11.83,
11.83,
12.11,
5,
11.83,
12.11,
11.55,
12.68,
11.27,
11.27,
12.11,
12.11,
12.11,
12.11,
11.27,
11.55,
13.8,
11.83,
12.11,
13.81,
10.98,
10.98,
10.98,
10.98,
11.27,
11.27,
11.83,
40,
40,
40,
40,
40,
40,
1,
0,
6.25,
6.25,
7.7,
35.56,
82.5,
68.57,
68.29,
70.73,
63.64,
61.9,
72,
80.49,
73.81,
67.5,
72.09,
74.47,
77.14,
71.43,
16.67,
72.5,
82.5,
78.05,
36.84,
70,
73.33,
45.45,
64.44,
65.85,
66.67,
73.13,
66.67,
60.34,
79.41,
70,
69.57,
59.09,
70.59,
72.73,
38.46,
76.47,
72.22,
82.5,
66.67,
74.47,
20,
29.17,
13.33,
13.33,
80,
75,
76.67,
70,
75.86,
53.49,
53.49,
69.7,
72,
76.67,
73.33,
65,
79.41,
70,
80.77,
77.5,
80,
28.57,
64.29,
71.11,
65.62,
72.41,
68.75,
38.46,
26.32,
70,
100,
74,
80,
65.52,
63.89,
65.91,
66.67,
64.44,
65,
67.5,
85.71,
25,
78.95,
76.6,
78,
60.42,
72.73,
75,
65.22,
77.5,
73.33,
60,
61.36,
64,
61.11,
58.33,
58.33,
20.69,
13.33,
45.45,
61.54,
29.55,
58.82,
62.75,
64.71,
81.08,
78.57,
65.71,
84.21,
60,
84.21,
80,
76.19,
89.19,
87.88,
82.69,
89.29,
75.86,
77.14,
53.49,
72.41,
75.44,
66.67,
77.19,
43.33,
42.86,
40,
62.96,
64.15,
17.86,
88.89,
83.33,
90.91,
70.73,
75,
28.57,
41.67,
88.89,
90,
77.78,
64,
100,
69.57,
26.67,
87.5,
77.42,
62.22,
60,
10.71,
80.43,
32.26,
78.43,
75,
73.53,
73.33,
71.11,
62.86,
62.5,
72.5,
65.85,
71.43,
40.35,
67.57,
70.73,
60.78,
57.5,
60,
100,
17.86,
68.18,
57.14,
100,
70.83,
71.74,
29.79,
28.57,
69.23,
71.15,
71.15,
73.33,
35.29,
65.38,
66.67,
53.49,
77.14,
38.46,
38.46,
35,
38.46,
74.47,
70.83,
66.67,
64.44,
66.67,
67.5,
63.89,
65.91,
69.44,
80,
78.05,
77.5,
71.11,
72.5,
76.67,
63.89,
45.45,
69.01,
16.67,
76.47,
66.67,
69.57,
66.67,
24,
21.43,
71.11,
25,
81.08,
87.5,
0,
26.67,
26.67,
60,
30.77,
66.67,
71.05,
73.53,
73.33,
64.44,
65.85,
66.67,
76.47,
66.67,
75.61,
25,
19.35,
81.08,
73.33,
55,
86.67,
77.78,
70,
61.11,
73.33,
75,
71.05,
73.53,
73.33,
76.74,
70.49,
82.35,
60,
21.43,
75,
73.81,
13.33,
41,
65.62,
68.75,
63.89,
53.33,
65.62,
71.05,
70.59,
70.59,
76.67,
18.2,
83.48,
93.2,
52.5,
70.5,
58.8,
44,
21,
0.5,
3.43,
64,
73,
24,
50,
77.21,
61.76,
12.5,
52.5,
11.55,
13.93,
0.06,
82.61,
6.25,
50.9,
57.8,
0,
80,
66.67,
60,
72.22,
64.71,
81.25,
77.19,
67.86,
71.43,
0.07,
53.57,
64.29,
78.57,
7.14,
53.57,
67.86,
67.86,
67.86,
64.29,
14.29,
7.14,
89.29,
82.14,
78.57,
7.14,
7.14,
53.57,
67.86,
67.86,
78.57,
4.65,
15.91,
3.51,
1.75,
3.33,
2.22,
2.22,
3.33,
0,
0,
0,
52,
37.08,
95.65,
7.59,
10.13,
43.86,
43.86,
43.86,
0,
0,
0,
6.47,
5.88,
6.47,
7.65,
46.43,
46.43,
48.21,
16.67,
6.67,
26.67,
7.06,
8.82,
6.67,
6.67,
67.02,
70.59,
70.59,
70.59,
70,
70,
22.14,
10.71,
5.71,
21.82,
6.34,
12.9,
22.47,
23.02,
19.42,
5.88,
41.67,
3.53,
0,
61.9,
52,
84.38,
84.38,
84.38,
21.43,
14.29,
3.57,
100,
6,
13.51,
0.56,
80,
68.57,
61.76,
11.11,
1.69,
0,
50.88,
9.73,
9.73,
3.57,
10.71,
8.24,
5.88,
0,
3.57,
12.16,
3.33,
50,
50,
12.82,
88.33,
88.33,
18.52,
1.82,
4.22,
68.25,
57.89,
3.38,
60.8,
72.4,
0,
0,
0,
2.04,
0,
8.85,
7.96,
0,
52,
71.43,
53.33,
54,
54,
54.24,
22.92,
5.18,
13.99,
14.07,
5,
5.71,
20,
0.56,
7.07,
63.04,
67.86,
67.86,
3.53,
56,
56,
0,
3,
25,
1.77,
10.62,
0.88,
0,
5.56,
7.08,
0.88,
0.88,
0.88,
7.08,
0,
7.08,
20,
2.65,
20,
0.88,
7.08,
0,
15.79,
0,
3.54,
0,
0,
0.88,
0.88,
2.65,
8.77,
3.53,
25,
0,
70,
73.33,
73.33,
73.33,
73.33,
62.4,
40.35,
4.76,
62.3,
13.33,
6.25,
52.63,
4.17,
60.47,
0,
6.76,
3.57,
10.71,
46.88,
56.14,
52.63,
56.14,
52.63,
52.63,
50.88,
50.88,
49.12,
49.12,
50.88,
54.39,
51.25,
51.25,
47.47,
47.47,
41.41,
44,
49.49,
74.78,
7.32,
6.56,
4.88,
5.69,
6.35,
7.44,
9.84,
4.96,
6.56,
8.2,
3.97,
9.09,
6.56,
2.2,
0,
4.55,
10.91,
15.79,
14.3,
17.86,
14.29,
14.29,
14.29,
17.86,
17.86,
14.29,
9.68,
14.29,
14.29,
14.29,
17.86,
17.86,
14.29,
14.29,
14.29,
9.68,
14.29,
14.29,
14.29,
17.86,
2,
4.17,
3.51,
3.51,
3.51,
3.51,
1.96,
6.45,
6.45,
6.45,
6.67,
9.68,
9.68,
6.45,
19.35,
19.35,
6.45,
6.67,
15.79,
6.45,
6.67,
6.67,
6.67,
6.67,
64.71,
8.77,
15.79,
15.79,
6.45,
15.79,
6.67,
17.86,
17.86,
7.14,
7.14,
7.14,
17.86,
9.68,
9.68,
10.53,
9.68,
9.68,
17.86,
17.86,
6.67,
3.66,
3.66,
3.33,
6.67,
12.92,
5,
5.42,
16.67,
20,
0,
0,
8.8,
0,
0,
14,
65.22,
62.5,
60,
50,
58.82,
60,
23.33,
13.33,
20,
10,
20,
23.33,
13.33,
6.67,
13.33,
13.33,
57.14,
54.55,
20,
3.33,
3.33,
13.33,
13.33,
16.67,
10,
16.67,
13.33,
10,
10,
3.33,
16.67,
94.44,
94.44,
94.44,
10,
10,
6.67,
6.67,
26.67,
62.5,
61.54,
70.59,
61.54,
77.14,
73.44,
68.25,
69.84,
69.84,
73.02,
68.75,
71.67,
68.33,
72.73,
74.24,
72.58,
75.81,
73.85,
75.38,
74.63,
75.38,
73.44,
73.85,
74.24,
72.73,
70.77,
71.43,
72.73,
69.35,
71.43,
75,
74.19,
73.68,
68.52,
30.67,
36.84,
32.14,
38,
32.43,
37.88,
36,
33.33,
36.47,
13.33,
6.67,
13.33,
71.67,
100,
100,
16.67,
13.33,
10,
36.23,
58.82,
71.88,
73.77,
10,
72.73,
36.23,
6.67,
13.33,
6.67,
6.67,
50,
50,
52.63,
50,
16.67,
23.33,
10,
37.25,
34.48,
37.29,
36.23,
74.32,
71.19,
69.84,
100,
31.43,
13.33,
75,
73.53,
76.56,
6.67,
6.67,
34.62,
33.78,
50,
88.89,
57.14,
40,
36.67,
40,
40,
40,
50,
52.63,
100,
100,
70.59,
50,
70.59,
10,
66.67,
66.67,
66.67,
66.67,
66.67,
66.67,
37.29,
66.67,
80,
6.67,
6.67,
68.75,
68.75,
66.67,
70.59,
76.71,
73.91,
66.67,
66.67,
66.67,
66.67,
42.55,
33.33,
94.44,
76.47,
66.67,
37.29,
53.33,
37.65,
76.47,
73.53,
71.88,
72.13,
76.92,
74.63,
52.63,
38.67,
94.44,
2.35,
4.4,
4.4,
0,
0,
16,
23.8,
36.36,
92.86,
83.33,
83.33,
83.33,
80.65,
100,
82.5,
100,
100,
80.7,
100,
100,
71.43,
72.5,
100,
71.43,
100,
100,
100,
100,
83.33,
100,
88.46,
100,
80.7,
83.33,
94,
100,
100,
100,
83.33,
100,
83.33,
83.33,
100,
100,
92.86,
88.1,
92.86,
92.86,
100,
29.73,
30.34,
31.67,
31.67,
31.67,
29.84,
32.17,
65,
65,
65,
65,
55.56,
55.56,
55.56,
10.4,
7.2,
9.6,
8.06,
14.52,
10.4,
9.6,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
75,
8,
7.2,
7.2,
7.2,
6.4,
6.4,
8,
6.67,
5,
6.67,
6.67,
5.6,
6.4,
9.6,
6.4,
8,
1.56,
7.2,
5,
11.67,
6.4,
8,
8,
8,
8,
6.67,
5,
8.33,
6.67,
6.67,
9.6,
8,
9.6,
8,
9.6,
6.4,
73.21,
73.21,
4.39,
5.26,
53.57,
4.58,
4.58,
4.58,
4.58,
0,
0,
0,
0,
0,
13.33,
10.42,
0,
0.28,
0,
0,
10.42,
0,
0,
0,
0,
12.68,
0.28,
0,
0,
0,
0,
13.8,
11.25,
14.08,
14.65,
0,
12.68,
10.14,
10.14,
11.83,
0,
13.8,
11.55,
14.08,
14.65,
10.14,
12.68,
14.58,
13.33,
11.25,
0,
12.08,
12.92,
10,
0,
13.75,
12.92,
0,
0,
13.24,
12.39,
13.8,
0,
9.58,
12.39,
13.52,
12.96,
0,
0,
0,
0,
10.7,
12.11,
0,
0,
12.96,
0,
13.52,
12.96,
12.92,
0,
0.42,
0,
0,
14.65,
10.14,
11.83,
11.83,
12.68,
12.96,
10.14,
14.08,
10.7,
14.65,
13.52,
0,
0,
0,
0,
0,
11.25,
11.25,
0.41,
0.41,
65.62,
41.3,
5.71,
3.33,
6.45,
6.67,
14.06,
64.44,
6.67,
6.67,
8.82,
70,
90.7,
89.74,
100,
80,
100,
85,
100,
77.5,
56.76,
66.67,
58.97,
31.25,
18.18,
20,
9.09,
19.57,
46.88,
56.76,
95.12,
100,
95,
75,
65.62,
65.62,
74.36,
75,
86.05,
75,
87.5,
76.56,
20,
68,
72,
72,
76,
68,
14.29,
6.56,
21.21,
6.5,
13.49,
71.43,
18.75,
18.75,
2.31,
61.11,
60.53,
85.71,
10.4,
11.2,
3.33,
9.6,
3.33,
24.71,
4.13,
3.33,
73.33,
0,
53.19,
1.19,
57.14,
0,
66.67,
5.42,
4.42,
4.42,
0,
3.57,
0,
11.11,
27.07,
3.57,
20,
24.71,
17.65,
24.71,
3.57,
0,
3.57,
14.29,
53.33,
53.33,
60,
93.33,
3.57,
14.29,
3.57,
3.57,
3.57,
6.53,
8.57,
11.84,
78.57,
71.43,
71.43,
3.57,
3.57,
3.57,
73.3,
30.66,
0,
0,
0,
0,
0,
0,
0,
27.33,
23.53,
0,
0,
25.93,
59.38,
60.24,
46.88,
71.05,
68.42,
88.33,
88.33,
88.33,
64.52,
60.71,
32.14,
78.79,
78.79,
53.33,
6.45,
18.75,
18.75,
6.45,
9.38,
8.82,
71.43,
64.29,
60.71,
70,
73.33,
70,
5.83,
5.83,
8.47,
0,
0,
0,
0,
70,
70,
70,
30,
32.22,
31.11,
34.44,
69.57,
5.6,
6.4,
36.67,
33.33,
28.89,
13.33,
0,
48.78,
0,
5.36,
5.36,
0,
75,
67.65,
68.42,
42.5,
42.86,
72.5,
79.49,
64.44,
75,
88.1,
67.86,
89.74,
75,
97.44,
75,
72.5,
47.06,
92.5,
72.5,
82.5,
95,
52,
87.5,
87.5,
75,
60,
65,
20,
13.33,
21.43,
13.33,
26.47,
13.33,
30,
17.86,
13.33,
28.57,
20,
10,
10,
16.67,
13.33,
20,
6.67,
16.67,
83.33,
70,
76.19,
53.57,
92.86,
50,
63.33,
42.86,
36.67,
78.57,
57.14,
46.43,
46.67,
40,
40,
50,
76.67,
86.05,
84.21,
0,
26.76,
45,
46.67,
46.03,
45,
28.77,
48.39,
25.88,
24.71,
42.42,
22.45,
22.45,
26.53,
29.23,
31.25,
21.74,
9.09,
0,
0,
0,
20,
20,
20,
0,
0,
12.94,
0,
2.68,
0,
0,
2.68,
0,
0,
0,
16.9,
13.52,
0,
9.58,
0,
61.1,
50.9,
50.88,
58.9,
53.85,
71.01,
55.38,
17.54,
67.5,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
75,
85,
85,
62.5,
65,
65,
65,
57.5,
84.81,
77.5,
82.5,
82.5,
75,
77.5,
75,
71.43,
70.67,
70.67,
70.67,
64.29,
70,
70,
64.29,
71.43,
70,
64.29,
65,
65,
65,
79,
77.74,
77.74,
77.5,
6.47,
6.47,
77.5,
82.14,
57.14,
53.57,
50,
70,
73.33,
73.33,
85,
57.5,
65,
46.15,
53.57,
18.94,
15.19,
16.86,
29.41,
54.39,
52.63,
5.18,
57.52,
71.43,
54.05,
64.29,
71.43,
71.43,
65.22,
45.61,
67.39,
40.37,
34.62,
38.46,
43.36,
37.04,
38.52,
37.04,
37.04,
50.88,
39.39,
36.3,
51.85,
36.28,
42.96,
48.21,
53.57,
61.67,
54.39,
59.38,
50,
43.14,
40.32,
52.63,
44,
9.07,
53.33,
45.45,
54.39,
68.42,
50.88,
59.65,
50.88,
47.27,
42.93,
56.67,
35.56,
60.47,
60.47,
52.78,
50,
50,
40.35,
53.57,
50.88,
38.52,
5.43,
40.37,
67.69,
4.85,
43.65,
32.43,
68,
45.83,
53.95,
37.68,
62.5,
62.5,
18.8,
57.14,
55.56,
83.33,
66.67,
55.56,
66.67,
71.43,
67.86,
56.82,
4.76,
11.67,
12.08,
12.08,
12.5,
11.67,
11.67,
11.67,
4.17,
5.42,
13.75,
8.75,
35.71,
14.58,
16.67,
6.25,
35.71,
14.58,
13.33,
14.58,
5,
12.5,
16.67,
2.92,
2.92,
2.92,
2.92,
2.92,
13.33,
11.67,
12.5,
11.67,
5,
11.25,
10.83,
14.17,
12.08,
11.67,
4.17,
4.17,
37.14,
37.14,
12.08,
13.33,
2.92,
2.92,
2.92,
11.67,
11.67,
11.67,
11.67,
51.35,
51.35,
48.65,
48.65,
56.76,
51.35,
7.2,
11.2,
8,
9.68,
17.57,
40.98,
24.62,
23.08,
22.39,
27.27,
27.27,
28.79,
30.77,
26.15,
23.88,
24.62,
28.79,
24.62,
24.24,
29.23,
53.19,
48.94,
3.33,
28.79,
46,
50,
0,
23.44,
29.23,
25.35,
26.03,
2.82,
2.82,
13.27,
12.39,
15.04,
11.5,
1.99,
66.67,
66.67,
64.29,
47.5,
0,
0.66,
1.32,
0,
1.18,
57.75,
2.9,
2.9,
5.42,
5,
5.42,
5,
5,
5.42,
5,
5,
5.42,
48.89,
53.57,
46.43,
50,
50,
46.15,
48.94,
44.19,
51.28,
58.97,
51.16,
27.19,
27.19,
26.32,
28.07,
27.63,
28.07,
28.07,
26.97,
28.07,
26.97,
28.95,
27.19,
27.2,
27.19,
25.44,
28.57,
27.19,
29.67,
28.57,
28.57,
28.57,
31.58,
76.74,
74.42,
76.74,
76.92,
76.92,
84.62,
64.52,
64.52,
66.67,
70.59,
75,
93.33,
72.5,
91.67,
49.3,
25,
57.14,
57.14,
60.71,
57.14,
57.14,
53.57,
14.58,
44.44,
52.94,
49.41,
57.65,
56.47,
53.33,
48.89,
38.21,
31.2,
33.33,
0,
0,
62.79,
58.11,
16.92,
15.38,
57.89,
57.89,
60.53,
60.53,
60.53,
57.89,
57.89,
58.33,
61.11,
58.33,
58.33,
58.33,
58.33,
58.33,
59.52,
57.5,
60,
60.71,
60.71,
60.71,
60.71,
58.33,
60.71,
7.5,
5.83,
13.33,
6.35,
6.67,
3.33,
8.55,
4.31,
4.31,
5.83,
5.83,
4.31,
4.31,
6.72,
4.24,
4.31,
6.56,
5.17,
4.31,
5.83,
3.97,
70,
74.29,
71.43,
71.43,
71.43,
71.43,
73.33,
70.83,
50,
88.33,
88.33,
100,
80,
100,
70.97,
40,
42.86,
21.88,
15.38,
35.71,
35.71,
19.53,
19.53,
19.53,
11.29,
14.94,
17.19,
17.19,
17.19,
12,
65,
65,
67.5,
65,
65,
77.5,
77.5,
10,
13.33,
10.71,
20,
20,
11.67,
11.67,
11.67,
11.67,
17.92,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
73.21,
73.21,
73.21,
71.43,
50,
50,
10,
10,
28.57,
28.57,
26.67,
3.57,
7.14,
17.69,
17.69,
13.39,
12.6,
12.4,
13.85,
13.85,
14.62,
20,
6.45,
6.45,
6.45,
80.95,
80.95,
80.95,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
21.88,
21.88,
21.88,
52.94,
29.41,
29.41,
22.73,
11.83,
9.86,
14.08,
14.08,
12.39,
11.27,
13.52,
9.17,
6.35,
15,
7.5,
56.25,
66.67,
2.5,
2.5,
3.33,
3.33,
3.33,
3.33,
6.67,
6.67,
6.4,
6.4,
6.67,
6.4,
5,
5,
5,
16.8,
13.6,
18.95,
16.8,
13.6,
7.2,
7.2,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
9.6,
9.6,
9.6,
9.6,
9.6,
8,
8,
9.09,
9.09,
9.09,
18.75,
3.33,
3.33,
3.33,
6.56,
6.56,
6.56,
6.5,
4.13,
9.17,
4.13,
77.78,
81.82,
64.58,
70,
11.29,
13.85,
13.49,
68.97,
100,
68.97,
52.17,
9.6,
71.43,
94.12,
94.12,
17.86,
25,
28.57,
21.43,
86.67,
13.33,
18.25,
18.25,
18.25,
3.57,
80.95,
11.89,
7.94,
14.17,
13.6,
11.29,
65,
7.14,
67.14,
9.68,
9.68,
12,
11.2,
46.67,
70.59,
67.65,
71.43,
50,
17.08,
9.68,
15.08,
81.82,
15.38,
15.75,
15.2,
66.67,
66.67,
66.67,
21.43,
71.88,
67.86,
69.23,
25,
28.57,
17.92,
14.62,
8.75,
21.43,
4.13,
75,
74.29,
11.67,
100,
100,
100,
10.66,
10.42,
14.17,
70.59,
67.65,
20,
85.71,
66.67,
10,
20,
14.17,
17.86,
11.67,
10,
14.17,
70.97,
2.5,
13.6,
15.08,
11.67,
21.88,
0,
0,
0,
0,
0,
0,
75.86,
16.67,
78.12,
8,
64.29,
63.16,
94.12,
50,
80,
8,
13.6,
3.33,
57.14,
17.86,
10.66,
17.08,
70,
72.94,
72.94,
6.5,
6.56,
0,
9.74,
9.09,
12.31,
43.33,
71.43,
21.43,
70.24,
13.85,
3.57,
73.21,
0,
74.42,
67.86,
77.14,
77.14,
10,
14.17,
11.67,
85.71,
20,
66.67,
85.71,
77.5,
0,
0,
9.58,
10.42,
10,
10,
3.33,
2.5,
28.57,
41.67,
13.33,
71.43,
71.43,
75,
7.2,
37.14,
15,
0,
77.14,
54.55,
54.55,
13.75,
11.25,
12.5,
85.71,
17.7,
10.62,
80.95,
54.55,
15,
72.22,
72.22,
72.22,
66.67,
11.29,
9.68,
88.33,
39.82,
43.33,
17.92,
17.69,
15,
14.17,
16.15,
0,
35.71,
29.41,
29.41,
100,
21.43,
19.53,
65,
65,
29.41,
15.83,
0,
9.68,
9.68,
9.68,
10.42,
80,
80,
80,
91.67,
81.82,
16.67,
0,
0,
0,
0,
0,
50,
66.67,
66.67,
60,
37.14,
0,
14.17,
75.86,
72.97,
72.97,
72.97,
80,
6.5,
4.13,
82.76,
85.71,
85.71,
85.71,
85.71,
77.97,
79.31,
87.1,
15.08,
3.57,
21.43,
13.33,
10,
20,
75,
67.74,
44.9,
80.95,
20,
39.29,
83.64,
50,
55.56,
51.52,
73.21,
73.21,
14.17,
3.57,
7.14,
14.17,
14.58,
14.17,
43.24,
8.75,
20,
6.67,
16.67,
13.33,
100,
62.5,
75,
0,
27.03,
27.03,
73.21,
73.21,
73.21,
88.33,
65,
13.33,
33.33,
10,
73.21,
73.21,
40,
5,
0,
0,
80.95,
73.21,
73.21,
80.95,
80.95,
7.14,
3.53,
3.57,
4.71,
4.71,
4.65,
4.23,
0,
0,
0.41,
0.41,
0.42,
79.63,
29.41,
23.53,
7.14,
9.68,
73.21,
73.21,
65.57,
54,
89.66,
73.21,
72.41,
73.33,
73.33,
4.84,
15.93,
12.39,
15.93,
15.04,
15.93,
76.74,
4,
65,
60.61,
60.61,
72.41,
21.43,
17.86,
12.5,
73.33,
3.57,
77.42,
77.42,
77.42,
14.94,
15.2,
15.04,
15.5,
0,
0,
0,
0,
10.83,
78,
10.71,
17.86,
0,
0,
0,
0,
10,
64.52,
5.79,
5.69,
4.13,
4.13,
6.45,
6.45,
6.67,
6.45,
6.45,
65,
0,
0,
6.56,
4.17,
4.17,
4.76,
0.41,
16.15,
15.38,
14.62,
14.62,
73.21,
73.21,
10,
3.33,
6.67,
6.67,
65,
65,
65,
29.41,
21.88,
21.88,
16.67,
15.83,
73.33,
80,
80,
37.14,
37.14,
21.88,
21.88,
15.83,
65,
65,
14.06,
15.62,
60.61,
67.65,
13.33,
67.5,
67.5,
65.52,
65,
13.33,
33.33,
46.67,
13.33,
13.33,
3.57,
4.76,
86.67,
14.62,
13.85,
5,
5,
3.33,
3.33,
11.51,
80,
13.33,
30,
28.57,
21.43,
46.67,
65,
81.82,
81.82,
0,
0,
0,
69.05,
66.67,
60,
66.67,
70,
17.19,
76.67,
12.5,
86.67,
85.19,
80,
76.67,
85.19,
87.88,
90,
84.62,
87.5,
96.43,
23.33,
26.67,
10,
6.67,
6.67,
46.67,
66.67,
46.67,
30,
33.33,
46.67,
26.67,
26.67,
21.43,
0,
0,
0,
0,
0,
57.14,
65.62,
4.1,
77.5,
75,
79.17,
79.17,
79.17,
0.41,
0.41,
15.87,
5.79,
15.87,
8.2,
3.25,
76.79,
86.21,
75,
75,
84.38,
81.25,
17.65,
77.78,
77.78,
70,
71.43,
71.43,
71.43,
71.43,
17.86,
17.86,
17.86,
71.43,
60,
60,
64.52,
94.74,
94.74,
94.74,
0.83,
0.83,
7.14,
18.75,
15.62,
45.45,
33.33,
50,
10,
10,
77.78,
77.78,
0,
14.29,
70,
9.58,
73.21,
73.21,
73.21,
73.21,
0,
70.31,
70.49,
55.36,
53.57,
71.43,
57.14,
63.46,
67.92,
62.26,
78.79,
22.12,
100,
100,
17.7,
17.7,
12.5,
0,
74.42,
90,
4.17,
4.17,
4.17,
6.67,
10.87,
40,
60,
10,
23.33,
12.5,
13.85,
15.38,
86.96,
86.96,
8,
8,
8,
8,
10.4,
8.8,
10.4,
4.17,
82.93,
84.21,
82.61,
82.93,
16.67,
6.4,
3.54,
7.08,
3.54,
7.08,
71.43,
71.43,
7.06,
5.88,
3.57,
3.57,
3.57,
3.53,
22.83,
21.74,
21.43,
17.86,
21.43,
17.86,
28.57,
28.57,
70,
23.08,
10,
13.33,
13.33,
10,
20.35,
19.53,
100,
80,
4.71,
76.67,
62.5,
73.33,
66.67,
73.33,
0.42,
0.42,
0.42,
42.86,
42.86,
90,
65.12,
70,
73.33,
20,
21.88,
21.88,
48.65,
3.33,
16.67,
23.33,
73.33,
50,
42.55,
48.78,
80.36,
80.36,
80.36,
8.2,
6.56,
4.13,
100,
3.38,
0.85,
6.76,
0.85,
6.67,
78.57,
75,
63.46,
0,
0,
0,
0,
82.5,
73.21,
73.21,
48.48,
63.64,
51.52,
69.7,
48.48,
51.52,
18.75,
6.45,
15.62,
13.85,
29.41,
7.2,
7.2,
7.2,
23.53,
16.67,
15.56,
16.67,
18.03,
18.03,
19.67,
77.97,
70.59,
66.67,
77.42,
75.86,
3.25,
3.25,
73.21,
100,
100,
0,
0,
77.42,
1.79,
1.79,
1.79,
88.33,
7.14,
7.14,
7.14,
10.71,
7.14,
0,
0,
73.21,
12.31,
75,
0,
1.67,
10.71,
7.5,
7.5,
7.2,
28.57,
16.88,
100,
24.1,
4.71,
23.33,
12.94,
13.48,
3.61,
3.61,
3.61,
9.29,
4.71,
0,
7.06,
30.08,
27.1,
31.01,
30.71,
36.67,
27.63,
23.75,
30.77,
21.54,
23.08,
36.15,
23.85,
23.08,
19.23,
30.77,
34.62,
17.65,
7.78,
7.06,
2.16,
22.87,
25.42,
24.37,
41.43,
40,
48.89,
43.33,
35.38,
40.82,
0,
0,
3.33,
3.33,
7.05,
4.42,
4.55,
7.14,
10.53,
10.53,
9.52,
9.52,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
0,
3.33,
3.33,
2.38,
1.75,
1.79,
3.23,
6.45,
3.33,
6.67,
5.42,
5.31,
6.45,
3.23,
6.45,
5,
6.67,
6.67,
5,
3.33,
10.42,
4.55,
6.67,
3.23,
3.57,
3.57,
4.76,
4.76,
7.14,
0,
0,
0,
0,
0,
3.57,
3.57,
15.42,
3.57,
3.54,
6.67,
3.33,
14.98,
7.93,
10,
6.67,
6.67,
10,
14.29,
3.57,
5,
5,
5,
6.45,
6.67,
3.57,
3.57,
6.67,
16.67,
6.67,
6.67,
3.57,
3.57,
10,
4.76,
4.76,
63.16,
65.79,
42.86,
21.69,
1.79,
20.77,
14.62,
17.69,
5,
5,
5,
5.42,
33.33,
33.33,
9.52,
12.08,
5,
5,
5,
3.57,
42.11,
0,
1.64,
0,
14.1,
12.08,
3.57,
3.57,
3.57,
0,
0,
0,
4.76,
3.57,
3.57,
3.12,
3.57,
4.35,
3.57,
6.17,
5,
3.57,
3.57,
3.57,
3.57,
0,
14.71,
3.57,
17.18,
4.58,
3.57,
5.42,
5.42,
5.42,
55.17,
3.57,
3.57,
46.96,
9.41,
9.41,
9.41,
8.82,
18.24,
18.24,
18.82,
17.65,
18.24,
3.33,
6.76,
10,
4.12,
14.12,
10.59,
14.12,
14.12,
0,
3.57,
0,
0,
0,
3.57,
0,
3.57,
3.57,
0,
0,
4.42,
5.31,
33.33,
0,
3.57,
4.41,
10.13,
0,
3.57,
0.85,
6.67,
0,
3.57,
5.26,
5.26,
30.43,
47.83,
52.86,
53,
52.86,
40,
15.93,
12.94,
48.15,
60.71,
57.14,
60.71,
9.33,
9.33,
9.33,
9.33,
16.67,
15.93,
14.71,
15.04,
13.97,
14.29,
14.29,
3.33,
5.42,
14.29,
17.86,
12.35,
12.94,
9.33,
9.33,
10,
5,
6.67,
7.14,
6.25,
7.14,
3.57,
3.57,
0,
7.69,
6.4,
0,
18.58,
60.71,
14.29,
2,
6.4,
12.67,
12.67,
12,
14,
14,
4,
13.33,
14.67,
12.67,
10,
12.67,
48,
53.12,
57.5,
55.81,
49.12,
78.79,
53.57,
56.25,
55.32,
58.62,
80,
80.95,
58.14,
53.49,
80.95,
44.19,
53.12,
59.38,
53.57,
80,
80,
58.95,
74.19,
56.6,
47.17,
53.57,
67.86,
50,
55.79,
53.85,
57.45,
13.6,
78.57,
73.33,
73.33,
9.3,
56.67,
11.83,
0,
14.08,
13.24,
13.52,
14.08,
9.86,
5.26,
0,
0,
60,
32.17,
43.81,
11.83,
9.86,
15.49,
14.08,
0,
68.18,
3.57,
3.57,
60,
77.97,
70.59,
3.33,
17.86,
6.67,
3.57,
3.57,
3.57,
19.67,
15.93,
3.57,
3.57,
51.52,
63.64,
21.43,
100,
0,
88.46,
21.88,
8.2,
2.38,
4,
14,
14,
14.67,
75,
50,
0,
1.79,
44.64,
47.06,
21.54,
26.15,
6.77,
3.69,
7.11,
7.76,
73.33,
76.67,
73.33,
76.67,
76.67,
28.57,
0,
56.25,
56.34,
56.34,
59.86,
50,
50,
50,
50,
35.71,
56.34,
53.33,
45.2,
56.5,
56.5,
59.32,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
64.29,
64.29,
60.71,
50,
49.3,
61.18,
58.82,
0,
0,
63.38,
64.29,
59.86,
70,
57.14,
57.14,
60.71,
60.71,
60.71,
64.29,
64.29,
62.03,
60.15,
60.15,
58.27,
58.27,
56.39,
54.51,
47.62,
49.38,
57.14,
67.86,
64.29,
57.14,
57.14,
50,
50,
3.61,
8,
8,
2.33,
1.56,
61.11,
12.08,
6.25,
7.32,
7.32,
15.45,
56,
64.29,
67.86,
64.29,
0,
53.57,
35.71,
16,
21.43,
64.29,
10,
12.5,
7.92,
10.83,
12.08,
11.67,
3.33,
5,
5,
5,
40,
26.43,
75,
11.2,
1.79,
1.79,
3.57,
3.57,
2.94,
50,
60.71,
64.29,
66.67,
100,
75,
3.57,
12.3,
70,
9.38,
3.57,
78.95,
0,
0,
0,
62.5,
94.44,
0,
0,
71.43,
15.38,
0,
90,
14.04,
3.53,
10,
8,
0,
66.67,
30.3,
36.36,
30.3,
33.33,
73.21,
73.21,
6.25,
68.57,
3.57,
7.14,
71.43,
75,
64.71,
44.9,
11.26,
7.2,
44.07,
14.98,
13.95,
40,
2,
2,
80,
66.67,
66.67,
10.2,
8.57,
7.35,
14.29,
73.68,
71.93,
71.93,
10,
11.33,
6.67,
16.13,
42.31,
0,
68.57,
20.11,
15.93,
16.67,
17.92,
12.5,
0,
6.67,
6.67,
14.55,
6.36,
10.66,
54.29,
52.86,
32.74,
37.17,
34.51,
40.71,
3.57,
7.14,
5,
9.38,
61.9,
80.77,
10.7,
45.24,
71.43,
2.65,
12.39,
4.8,
7.2,
12.39,
90.48,
12.92,
11.54,
70,
68.57,
71.43,
28.57,
12.39,
10.7,
80.36,
0,
6.45,
6.25,
3.12,
6.25,
6.25,
67.86,
66.67,
67.86,
9.41,
2.94,
9.38,
68.57,
34.29,
42.31,
68.57,
65.79,
75,
40.71,
94.12,
67.74,
13.33,
12.5,
12.08,
2.94,
0,
73.21,
10.7,
80,
72.86,
70.59,
23.53,
1.69,
70,
1.41,
1.69,
67.86,
71.43,
2.94,
2.94,
8,
8,
6.25,
1.41,
6.12,
5.71,
8.57,
57.14,
57.14,
42.86,
1.41,
3.53,
1.41,
72.41,
70,
75,
6,
12.8,
0,
3.57,
7.14,
70.37,
70.37,
74.07,
74.07,
70.37,
70.37,
2.94,
2.65,
2.94,
42.25,
42.25,
10.61,
7.76,
74.07,
8.06,
2.94,
85,
12.5,
5.83,
4.17,
4.17,
4.17,
4.17,
56.1,
60.98,
20,
16.92,
11.9,
13.22,
13.75,
13.75,
13.65,
24.71,
34.78,
17.92,
10.83,
10.83,
12.5,
8.33,
8.75,
21.24,
10,
6.67,
20,
3.33,
11.02,
67.86,
83.02,
70.37,
73.58,
72.22,
69.64,
75,
0,
6.67,
6.67,
6.67,
60,
67.5,
60,
9.68,
30,
7.06,
73.33,
60,
6.19,
7.96,
7.08,
6.19,
0,
11.54,
6.25,
15.87,
23.85,
0,
14.17,
77.97,
37.5,
89.66,
31.25,
6.9,
81.82,
10.83,
0,
7.96,
19.72,
11.27,
11.97,
11.27,
20,
3.57,
3.57,
18.57,
18,
19.71,
6.25,
6.25,
9.38,
12.5,
6.25,
12.5,
74.42,
24.44,
22.56,
75,
75,
0,
11.48,
11.67,
5,
16.67,
18.89,
14.44,
16.67,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
67.86,
3.33,
5,
0,
3.57,
7.2,
8.8,
7.14,
11.56,
64.29,
9.6,
17.74,
13.85,
16.92,
64.52,
3.57,
3.53,
4.47,
5.67,
5.28,
6.8,
80,
3.33,
0.83,
0.83,
12.5,
64.81,
10.62,
17.7,
63.33,
78.57,
85.71,
12.81,
14.88,
29.55,
87.88,
67.74,
6.53,
6.12,
0.42,
55.56,
70,
63.33,
11.48,
6.67,
75,
17.71,
75,
75,
75,
75,
75,
4.76,
20.35,
10.62,
4.17,
18.18,
50.88,
43.86,
49.12,
64.29,
3.57,
3.57,
3.57,
3.57,
3.57,
32.14,
32.14,
21.43,
17.86,
12.14,
4.6,
60.53,
6,
4.86,
6.05,
4.86,
5.62,
5.36,
5.36,
1.79,
12.11,
12.11,
40,
30,
71.43,
71.43,
71.43,
7.14,
7.14,
3.57,
13.39,
20,
7.96,
7.08,
6.19,
26.67,
64.29,
6.25,
6.25,
9.41,
18.31,
13.95,
73.33,
5,
4.58,
48,
48,
3.33,
11.25,
80.95,
5.26,
6.67,
57.89,
13.33,
6.67,
10,
57.89,
0,
0,
0,
11.25,
3.33,
3.33,
3.33,
10,
0,
1.82,
1.82,
0,
0,
0,
0,
0,
0,
6.25,
0,
3.51,
0,
1.79,
0,
6.38,
3.33,
8.51,
1.69,
1.69,
7.27,
6.67,
6.06,
6.67,
26.67,
4.62,
4.62,
4.62,
6.67,
6.67,
6.67,
4.62,
4.62,
2.31,
2.31,
3.08,
3.08,
0.83,
44.44,
55.56,
55.56,
3.08,
6.67,
7.14,
7.14,
7.14,
7.14,
3.85,
3.85,
7.69,
7.69,
4.76,
3.1,
3.1,
60,
13.33,
6.67,
6.67,
6.67,
6,
20,
37.5,
6.67,
13.33,
6.67,
6.67,
0,
40,
40,
40,
40,
15.71,
17.14,
12.14,
12.8,
20,
15.71,
14.29,
7.14,
14.29,
53.33,
25,
10.71,
14.29,
14.29,
40,
58.33,
0,
44.74,
0,
13.33,
46.67,
46.67,
13.33,
33.33,
0,
0,
0,
0,
0,
0,
0,
100,
70.59,
73.33,
75,
75,
70,
63.33,
63.64,
72.73,
72.73,
72.73,
69.7,
6.25,
6.67,
0,
73.33,
75,
76.67,
76.67,
75,
75,
72.73,
76.36,
76.36,
71.11,
66.67,
66.67,
72,
66.67,
64.44,
66.67,
66.67,
62.22,
64.44,
66.67,
60,
62.22,
64.44,
66.67,
64.44,
66.67,
71.43,
71.43,
71.43,
70.49,
68.85,
80,
80,
73.21,
50,
60,
56.25,
46.67,
26.67,
66.67,
66.67,
73.33,
26.67,
40,
83.33,
83.33,
83.33,
35.71,
2.46,
35.71,
11.67,
10,
11.67,
13.33,
10,
16.67,
3.33,
35.29,
26.47,
26.67,
0,
68.57,
20,
60,
20,
0,
18.75,
18.75,
16.67,
57.89,
17.65,
56.67,
36.67,
26.67,
6.67,
13.33,
75,
80,
70,
25,
23.33,
31.67,
71.43,
33.33,
66.67,
6.9,
13.79,
21.88,
9.38,
66.67,
31.67,
40.62,
70.59,
75,
28.57,
57.14,
20.59,
18.18,
12.5,
72.41,
75.86,
72.22,
72.22,
77.14,
72.22,
76,
9.09,
9.09,
9.09,
24.24,
24.24,
20,
5.56,
7.89,
5.88,
7.69,
9.09,
7.89,
24.24,
9.09,
6.06,
9.09,
12.12,
12.12,
9.09,
12.12,
15.15,
0,
7.89,
8,
14.53,
14.58,
14.58,
14.58,
14.58,
14.8,
14.58,
14.58,
11.25,
14.53,
14.53,
14.17,
12.92,
12.92,
14.53,
16.8,
12.08,
10.14,
10.81,
10.47,
14.58,
46.02,
3.12,
3.12,
3.91,
60.53,
63.16,
55.26,
47.79,
47.79,
58.23,
57.69,
66.67,
73.33,
66.67,
73.02,
70.97,
53.57,
57.14,
60.71,
57.14,
40.16,
39.42,
29.2,
32.14,
73.33,
60.53,
57.89,
50.88,
50.88,
64.52,
64.29,
48.67,
60.71,
90.48,
95.83,
60.53,
60.53,
60.71,
57.14,
50,
60,
52.78,
52.73,
65.79,
65.79,
32.48,
54,
54,
64.44,
9.38,
9.38,
9.38,
0,
0,
3.57,
3.57,
3.57,
22.73,
64.29,
20,
46.67,
10,
20,
2.86,
33.33,
64.29,
51.85,
74.19,
4.55,
0,
73.21,
73.21,
73.21,
55.56,
40,
58.82,
44.29,
45.61,
44.12,
20,
18.75,
74.42,
27.97,
3.33,
66.67,
58.73,
4.94,
5.88,
3.53,
4.55,
5.36,
13.6,
5.6,
78.57,
78.57,
60,
13.33,
13.01,
88.46,
53.57,
0,
65,
10.94,
0,
66.67,
60,
66.67,
60,
50,
55.56,
66.67,
33.33,
33.33,
60,
50,
72.5,
9.52,
9.52,
4.55,
3.57,
3.57,
0,
86.05,
86.84,
57.45,
3.57,
0,
4.76,
0,
43.53,
80,
69.05,
70.31,
8.82,
12.5,
9.68,
12.5,
80,
80,
92.86,
56.6,
62.22,
54.72,
48.48,
52.17,
50,
4.31,
51.16,
5,
5,
5,
5,
5,
5,
5,
5,
5.42,
5.42,
3.33,
3.33,
5,
5,
6.67,
11.67,
4.42,
4.42,
4.42,
4.42,
3.33,
3.33,
5,
17.92,
3.57,
43.14,
46.02,
50.44,
66.67,
3.57,
22.35,
24,
24,
16.3,
16.3,
15.38,
15.38,
16.3,
15.56,
14.52,
13.85,
11.38,
8.13,
2.74,
2.74,
57.14,
55.26,
64.52,
48.15,
43.14,
40.98,
50.44,
38.05,
43.36,
39.85,
47.79,
42.48,
56.14,
49.12,
50.7,
54.05,
47.37,
47.37,
47.06,
39.82,
40,
40,
44.29,
47.14,
21.43,
38.03,
15.29,
15.56,
12.94,
73.21,
73.21,
73.21,
73.21,
9.52,
49.15,
44.25,
22.14,
15.71,
9.29,
12.14,
11,
12.14,
11.43,
6.67,
6.67,
6.67,
73.21,
20,
5.56,
6.67,
36.73,
36.84,
56.76,
63.33,
65.79,
73.21,
55.26,
57.89,
55.56,
53.57,
52.83,
44,
0,
73.21,
73.21,
12.5,
13.33,
11.67,
8.75,
11.67,
3.57,
3.57,
3.57,
0,
4.17,
51.79,
68.85,
69.23,
70.97,
67.65,
0,
24.7,
24.7,
77.14,
77.14,
64.29,
3.7,
3.7,
5.31,
3.33,
10,
70.97,
11.76,
9.52,
43.86,
0,
0,
67.39,
50.88,
11.25,
15.83,
12.92,
9.6,
10.94,
17.14,
81.82,
78,
79.63,
81.25,
7.06,
12.14,
52.94,
52.94,
73.33,
51.76,
62.5,
38.03,
73.33,
52.53,
3.57,
47.06,
71.43,
2.22,
63.64,
65.62,
63.64,
62.5,
73.53,
78.85,
81.4,
76.74,
74.42,
75.44,
84.21,
50,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
73.21,
7.32,
8.94,
8.13,
8.13,
14.63,
8.13,
16.8,
16.8,
12.5,
73.21,
20.33,
11.29,
19.53,
11.29,
11.29,
17.19,
17.19,
11.29,
11.29,
19.23,
11.2,
19.23,
11.2,
73.21,
73.21,
67.74,
71.88,
16.13,
6.45,
53.85,
60.71,
3.57,
73.21,
73.21,
73.21,
73.21,
50,
51.92,
40,
40,
42.86,
3.57,
3.57,
3.57,
64.52,
7.14,
46.43,
42,
33.33,
33.33,
33.33,
90.48,
90.48,
90.48,
80,
72.73,
95.45,
92,
92.86,
87.5,
95.83,
6.5,
13.82,
0,
80,
91.67,
90.48,
80,
90.48,
0,
66.67,
20,
16.67,
6.67,
73.08,
73.08,
73.08,
73.08,
43.86,
8.8,
10.4,
9.6,
100,
4.82,
16.15,
16.15,
16.15,
49.49,
71.43,
49.02,
11.11,
42.86,
3.57,
3.57,
60.71,
75.86,
75,
77.36,
73.21,
3.33,
73.21,
71.43,
43.33,
0,
14.71,
10.83,
5.31,
5.31,
3.33,
17.46,
19.53,
10.66,
17.74,
14.94,
17.19,
17.19,
17.19,
11.29,
19.23,
19.23,
19.23,
11.2,
19.53,
19.53,
11.29,
80,
80,
78.57,
78.57,
75,
64.29,
78.12,
73.33,
62.5,
62.5,
71.43,
14.29,
21.88,
23.33,
14.71,
13.33,
10,
21.88,
40.43,
0,
71.43,
71.43,
71.43,
71.43,
73.21,
73.21,
5.6,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
13.6,
12.31,
12.31,
15.38,
15.38,
14.62,
12.31,
16.15,
6.67,
6.67,
13.79,
11.11,
6.67,
16.67,
5,
5,
5,
8,
8,
7.2,
10.4,
13.6,
13.6,
16,
9.6,
9.6,
9.6,
9.6,
8,
3.33,
3.33,
2.48,
2.48,
2.48,
8.97,
9.09,
74.42,
77.14,
12.92,
61.11,
61.11,
60.53,
61.11,
60,
59.38,
77.78,
77.78,
77.78,
78.72,
76.19,
82.61,
71.43,
78.95,
78.95,
71.43,
78.57,
71.43,
100,
100,
100,
74.19,
74.19,
74.19,
66.67,
43.33,
88.33,
0,
7.14,
6.45,
6.67,
17.62,
0,
0,
10,
10,
50,
50,
65,
65,
65,
65,
21.88,
5.26,
10.53,
9.52,
10.53,
10.53,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
6.45,
0,
20,
18.46,
45.61,
38.6,
10.83,
13.85,
71.43,
50,
79.41,
29.41,
9.6,
9.6,
40.85,
50.68,
38.03,
62.22,
64.44,
77.5,
6.17,
6.02,
4.9,
8.24,
23.33,
13.48,
11.11,
2.94,
5.26,
7.14,
3.33,
22.22,
22.22,
3.61,
11.11,
23.33,
13.48,
11.11,
4.9,
27.14,
9.29,
3.57,
0,
65,
71.43,
7.14,
40,
9.17,
14.62,
13.85,
13.48,
65,
65,
65,
65,
65,
65,
3.57,
5.88,
4.84,
100,
100,
100,
100,
3.33,
100,
22.22,
66.67,
52.27,
48.84,
48.84,
88.33,
53.85,
100,
70,
4.23,
46.94,
48.98,
47.62,
54.39,
60.53,
8.33,
8.33,
62.5,
20,
20,
13.33,
0,
0,
6.67,
0,
7.14,
8.51,
8.51,
8.51,
6.38,
7.06,
10.59,
8.33,
8.24,
10.71,
6,
3.64,
7.14,
6.67,
6.25,
7.14,
7.14,
7.14,
7.14,
6.67,
0,
0,
0,
0,
7.14,
66.15,
66.15,
60,
6.67,
10,
10,
6.67,
10,
8.33,
8.33,
0,
6.67,
6,
23.33,
10,
7.14,
7.14,
28.09,
24.39,
28.09,
25.56,
26.74,
25.84,
29.21,
25.84,
24.72,
23.6,
23.6,
28.09,
22.47,
14.46,
21.43,
29.67,
16.47,
25.84,
20.22,
24.72,
29.21,
8.24,
9.41,
29.67,
39.56,
25.84,
23.6,
4.9,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
8.33,
85.71,
85.71,
85.71,
85.71,
69.23,
69.23,
47.5,
60,
70,
55,
100,
72.5,
71.43,
90.24,
95,
70,
100,
75,
76.19,
85,
100,
71.43,
6.67,
78.57,
15.04,
17.7,
19.47,
92.86,
100,
70,
72.5,
88.46,
88.46,
82.35,
82.35,
82.35,
95,
95,
95,
95,
92.86,
71.43,
71.43,
97.5,
97.5,
97.5,
84,
87.5,
47.5,
92.5,
67.5,
90,
90,
90,
15.93,
14.16,
17.7,
14.16,
71.43,
58.33,
58.33,
95,
85,
85,
83.33,
83.33,
5.36,
3.33,
6.06,
58.33,
71.43,
55.56,
60.71,
57.14,
50,
46.43,
60.87,
51.43,
51.43,
50,
70.59,
58.33,
50,
50,
60.71,
60.71,
78.57,
53.57,
60.71,
60.71,
50,
53.57,
60.71,
61.9,
50,
50,
50,
53.57,
50,
50,
50,
50,
64.29,
9.09,
8.82,
50,
10,
60.71,
50,
57.14,
60.71,
50,
60.71,
71.43,
53.57,
53.57,
67.86,
64.29,
60.71,
50,
53.57,
50,
64.29,
60.71,
60.71,
46.43,
78.57,
64.29,
57.14,
64.29,
50,
9.38,
100,
80,
89.66,
76.47,
88.24,
62.5,
10.62,
10.57,
3.33,
3.33,
6.67,
6.67,
6.67,
6.67,
5,
5,
5,
3.33,
21.69,
21.69,
2.48,
2.48,
2.5,
2.4,
12.14,
44.44,
50.68,
60,
50.68,
40.85,
52.11,
64.44,
62.22,
57.78,
14.12,
9.41,
4.71,
4.6,
7.06,
5.26,
4.6,
9.41,
4.44,
3.61,
3.61,
3.7,
0,
8.75,
14.17,
13.75,
17.08,
46.43,
47.47,
15.6,
12.3,
11.72,
11.48,
11.48,
11.2,
11.2,
52.17,
66.67,
100,
100,
100,
100,
46.67,
6.67,
4.42,
4.39,
4.39,
84.62,
5.26,
10.53,
0,
0,
0,
0,
0,
80.95,
80.95,
80.95,
10,
67.74,
74.29,
15.83,
15.83,
12.5,
57.89,
56.14,
13.85,
15.38,
11.51,
0,
0,
0,
0,
15.83,
15.32,
68.33,
0,
0,
0,
0,
59.65,
72.5,
17.92,
16.67,
83.33,
100,
42.11,
25,
25,
45,
18.57,
20,
11.48,
12.3,
11.2,
88.33,
48.72,
0,
92.86,
95.83,
95.83,
80,
95.45,
6.67,
3.33,
3.33,
16.67,
55.56,
8.06,
15.38,
85.71,
71.43,
71.43,
0,
0,
0,
0,
0,
0,
0,
40,
70.37,
0,
17.92,
50,
59.65,
14.58,
16.25,
14.12,
73.33,
5.45,
0,
0,
0,
0,
4.76,
4.76,
16.81,
16.81,
14.16,
6.45,
9.68,
83.9,
5.26,
5.26,
7.14,
5,
6.67,
4.71,
15.93,
0,
0,
3.57,
5,
4.6,
4.71,
60.71,
60.71,
3.57,
0,
2.17,
88.89,
18.6,
19.38,
37.5,
2.17,
64.29,
64.29,
46.43,
4.17,
4.58,
4.42,
16.67,
20,
80,
80,
80,
50,
54.55,
47.37,
14.17,
53.85,
29.41,
29.41,
15.29,
5.88,
12.94,
5.88,
7.06,
4.71,
28.79,
34.55,
32,
32,
64.29,
64.29,
33.33,
33.33,
6.67,
4.17,
4.76,
4.76,
0,
30.77,
11.29,
11.29,
11.29,
12.1,
12.1,
11.29,
11.29,
5.74,
25.88,
24.71,
29.23,
33.85,
30.77,
28.79,
30.3,
27.27,
25.76,
27.27,
25.76,
24.24,
30.3,
25.76,
30.3,
25.76,
25.76,
27.27,
88.33,
67.86,
60.71,
57.14,
4.17,
4.58,
95.83,
95.83,
9.46,
9.46,
41.86,
0,
65,
65,
48.15,
48.15,
17.86,
17.86,
9.41,
3.7,
46.43,
17.5,
4.62,
3.57,
33.33,
50.88,
6,
0,
0,
3.57,
3.57,
0,
0,
0,
93.33,
21.43,
61.22,
65.91,
62.86,
62.86,
61.54,
60.87,
62.5,
62.79,
72.73,
62.86,
56.52,
61.22,
60.87,
48,
0,
3.57,
9.41,
48.08,
47.12,
45.19,
71.43,
57.14,
10.83,
10.83,
12.08,
9.17,
10.83,
9.01,
0,
0,
0,
0,
0,
0,
0,
2.5,
59.57,
0,
0,
0,
4.76,
1.79,
71.43,
67.86,
0,
75,
7.06,
0,
13.33,
13.33,
13.33,
13.33,
13.33,
23.33,
3.57,
66.67,
73.33,
8.13,
71.88,
73.81,
66.67,
57.69,
0,
0,
0,
67.86,
78.95,
0,
10.42,
10.42,
64,
68.57,
13.75,
11.67,
11.67,
12.92,
7.5,
7.92,
86.96,
0,
0,
0,
4.76,
0,
14.89,
14.89,
73.91,
64.29,
67.86,
64.29,
64.29,
68.97,
14.29,
13.1,
13.48,
42.11,
6.43,
9.29,
8.57,
80.65,
52.63,
3.57,
1.79,
87.1,
43.86,
4.71,
5.88,
5.88,
10.59,
11.76,
15.29,
2.73,
7.06,
10.59,
0,
4.76,
11.76,
48,
27.96,
16.43,
63.33,
3.53,
2.35,
38.18,
65.52,
67.21,
67.24,
68.97,
100,
55,
85.71,
3.86,
2.64,
30.23,
10.83,
72.73,
9.41,
85.71,
82.5,
100,
83.33,
31.82,
13.74,
13.74,
13.74,
13.74,
13.74,
17.57,
17.57,
17.57,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
50,
50,
50,
50,
50,
50,
50,
50,
0,
83.33,
80.56,
80,
60.71,
67.86,
80,
80.65,
0,
0,
0,
11.83,
13.8,
0,
0,
10.99,
0,
0,
13.24,
11.83,
12.68,
14.08,
12.68,
9.58,
0,
0,
12.11,
0,
0,
0,
0,
10.99,
13.24,
11.83,
0,
13.8,
12.68,
0,
0,
0,
0,
13.24,
13.52,
0,
11.83,
12.68,
12.68,
13.8,
0,
10.99,
0,
14.08,
12.11,
0,
11.83,
9.58,
14.08,
0,
14.08,
11.83,
0,
12.11,
11.83,
9.58,
9.58,
29.41,
26.58,
0,
0,
7.94,
6.4,
7.94,
7.03,
74.29,
72.41,
73.33,
31.82,
4.76,
4.76,
4.76,
4.76,
0,
0,
0,
0,
0,
0,
0,
0,
85.71,
48.84,
48.84,
50,
48,
52.27,
50,
53.57,
48.89,
6,
9.41,
12.92,
5.42,
5,
5,
5.42,
5.42,
12.5,
12.5,
12.5,
12.5,
12.5,
31.97,
31.97,
31.97,
22.73,
4.02,
12,
16.8,
13.57,
15.71,
9.29,
3.57,
3.57,
69.7,
62.5,
70.18,
66.67,
34.12,
15,
11.35,
2.94,
3.53,
24.62,
27.69,
3.33,
10,
3.33,
3.33,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
20,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
10.53,
9.52,
14.29,
9.52,
10.53,
9.52,
68.75,
60,
10.42,
12.68,
0,
0,
0,
0,
0,
3.33,
3.33,
9.68,
3.33,
12.5,
12.5,
48.84,
20,
50,
44.64,
27.66,
44.64,
17.86,
46.43,
22.92,
22.92,
29.23,
46.67,
26.67,
19.64,
3.57,
3.57,
3.57,
3.57,
7.14,
7.14,
22.95,
21.88,
21.88,
78,
76.19,
78,
90,
47.14,
42.86,
41.43,
41.43,
44.29,
41.43,
42.86,
47.14,
66.67,
62.5,
81.25,
78.12,
80,
78.57,
80,
78.57,
57.14,
62.16,
62.3,
64.86,
27.14,
9.29,
9.29,
12.14,
12.14,
76.67,
76.67,
76.67,
5,
0,
3.57,
3.57,
3.57,
32.17,
29.25,
30.28,
27.78,
0,
0,
7.14,
3.57,
3.57,
22.94,
7.93,
11.18,
22.35,
21.76,
11.76,
11.18,
8.37,
11.18,
11.18,
11.18,
8.24,
8.82,
11.18,
22.94,
11.18,
8.82,
3.57,
21.88,
21.88,
21.88,
21.88,
43.33,
88.33,
18.33,
11.67,
11.67,
11.67,
8.75,
8.75,
3.12,
6.25,
3.12,
53.57,
53.57,
53.57,
57.14,
53.57,
14.89,
57.89,
38.03,
38.03,
38.03,
10,
10,
100,
100,
100,
100,
100,
43.59,
0,
77.78,
83.05,
82.61,
82.61,
77.78,
77.78,
14.12,
21.18,
26.67,
21.43,
19.42,
21.43,
21.43,
21.43,
21.43,
21.43,
17.86,
17.86,
28.57,
28.57,
21.43,
28.57,
39.29,
28.57,
17.86,
28.57,
21.43,
24.14,
14.29,
65,
65,
65,
65,
65,
65,
56.67,
51.32,
53.95,
48.65,
47.37,
37.5,
42,
83.33,
50,
0,
1.82,
76,
72,
75.86,
71.43,
20,
77.42,
77.42,
71.43,
75,
76.67,
70,
70,
70,
70,
18.82,
5.88,
5.88,
14.12,
5.88,
18.82,
5.88,
14.12,
25.76,
33.33,
0,
86.96,
86.96,
86.96,
72,
12.34,
12.34,
72.5,
70,
66.67,
51.43,
55.88,
51.43,
70,
6.06,
6.06,
6.45,
6.45,
49.12,
1.54,
1.54,
7.2,
3.33,
3.33,
3.33,
3.33,
7.2,
3.33,
3.33,
8,
7.2,
7.2,
51.43,
83.64,
78.57,
79.31,
77.97,
80.77,
78.57,
23.53,
23.53,
27.06,
25.88,
7.27,
4.55,
34.51,
34.51,
75,
86.67,
23.33,
60,
43.33,
65.52,
43.33,
55.17,
57.89,
74,
74,
72,
17.5,
0,
23.33,
57.14,
75,
15.57,
70,
8.24,
5.45,
14.55,
18.18,
76.67,
38,
94.12,
13.57,
0,
0,
0,
0,
0,
0,
95.12,
0,
0,
0,
44.19,
51.16,
8.48,
8.48,
48.84,
38.68,
44.34,
13.79,
10,
17.57,
48.89,
42.11,
7.06,
3.57,
0,
0,
0,
0,
3.12,
6.25,
9.38,
62.5,
60,
58.82,
64.29,
57.14,
63.89,
63.89,
63.89,
64.1,
58.82,
60.61,
62.86,
62.79,
64.29,
63.89,
67.44,
67.44,
61.9,
68.52,
61.9,
68.57,
65.12,
62.86,
58.82,
63.16,
68.42,
68.42,
63.16,
68.42,
67.5,
55.36,
64.58,
68.42,
67.44,
57.14,
65.71,
57.14,
57.14,
63.16,
65.79,
64.29,
66.07,
68.42,
57.89,
67.5,
57.89,
67.65,
68.42,
63.16,
68.42,
67.44,
68.57,
62.79,
65.71,
66.07,
65.71,
67.5,
64.29,
67.5,
64.29,
60.47,
65.12,
60,
62.8,
62.86,
62.79,
68.42,
68,
66.07,
62.79,
55.56,
63.89,
68.42,
67.44,
55.26,
55.88,
65.79,
67.44,
55.88,
65.62,
58.14,
64.1,
67.86,
68,
63.04,
70.27,
58.14,
67.44,
62.86,
64.1,
70.27,
64.29,
68.42,
68.42,
55.81,
55.81,
66.07,
58.82,
67.5,
63.16,
68.42,
66.67,
62.5,
13.33,
6.67,
79.07,
5.31,
43.33,
53.57,
53.57,
53.57,
53.57,
3.57,
57.14,
3.57,
5.26,
60,
15.08,
11.84,
6.67,
10,
75,
3.57,
3.57,
74.42,
77.14,
64.29,
12.92,
71.43,
28.57,
15.38,
43.86,
3.57,
4.13,
6.56,
67.5,
34.57,
12.86,
14.58,
13.33,
12.08,
57.14,
71.43,
66.67,
7.69,
6.56,
50,
57.14,
3.57,
71.43,
10.16,
10.16,
10.24,
73.33,
22.22,
6.67,
20,
21.88,
20,
12.92,
0,
3.57,
0,
0,
0,
3.57,
0,
6.67,
75,
3.57,
3.57,
70.59,
11.67,
0,
0,
14.17,
6.67,
89.29,
85.71,
66.67,
10.62,
18.58,
17.7,
5.31,
60,
3.57,
6.45,
6.45,
3.57,
0,
0,
80.36,
31.97,
31.97,
14.52,
0,
75,
75,
7.14,
48.44,
48.44,
5.31,
5.31,
27.27,
27.27,
31.82,
25.76,
50,
60,
75,
73.33,
68.97,
44.44,
50,
57.14,
62.5,
60,
80,
83.33,
87.88,
85.19,
87.88,
67.5,
77.97,
4.71,
4.71,
2.5,
16.8,
3.33,
3.33,
3.33,
13.85,
18.6,
6.67,
5,
29.41,
29.41,
29.41,
29.41,
12.15,
16.8,
16,
7.2,
13.6,
11.25,
4.17,
0,
16.81,
17.19,
19.23,
8,
9.6,
9.6,
77.5,
12.6,
10.66,
10.66,
17.46,
18.25,
19.53,
35.71,
8.2,
6.67,
20.33,
8.13,
4.17,
18.18,
18.18,
3.31,
4.13,
4.13,
7.44,
7.2,
65,
0,
21.88,
0,
3.57,
3.57,
21.43,
75,
78.26,
65,
65,
65,
65,
0,
0,
14.29,
88.33,
13.33,
40,
33.33,
40,
33.33,
40,
11.67,
11.67,
38.46,
38.46,
33.33,
6.67,
33.33,
23.08,
33.33,
33.33,
40,
33.33,
38.46,
38.46,
46.67,
40,
33.33,
33.33,
38.46,
40,
38.46,
6.67,
11.67,
12.08,
20,
40,
12.08,
40,
5.83,
5.83,
33.33,
33.33,
33.33,
40,
40,
40,
40,
5.83,
38.46,
7.69,
33.33,
33.33,
40,
33.33,
40,
20,
40,
40,
40,
33.33,
20,
20,
6.67,
6.67,
33.33,
33.33,
33.33,
20,
18.33,
16.67,
6.67,
20,
9.17,
38.46,
38.46,
0,
38.46,
38.46,
40,
40,
33.33,
40,
33.33,
33.33,
33.33,
40,
40,
38.46,
38.5,
38.46,
38.46,
33.33,
46.67,
40,
40,
40,
40,
40,
40,
40,
40,
16.25,
15.83,
33.33,
33.33,
33.33,
33.33,
40,
33.33,
40,
40,
40,
40,
33.33,
33.33,
0.83,
4.58,
5.68,
40,
11.67,
11.67,
23.08,
33.33,
1.67,
4.62,
4.62,
6.92,
7.14,
7.14,
1,
16.67,
15,
6.4,
0,
0,
20,
0,
0,
0,
20,
71.67,
46.43,
7.14,
0,
20,
13.33,
33.33,
4.07,
4.07,
4.76,
0,
0,
3.6,
4,
6.67,
3.21,
13.33,
26.67,
6.45,
13.33,
6.67,
20,
52.11,
54.93,
0,
75,
70,
75,
74.36,
72.5,
53.33,
12.08,
75,
26.26,
11.67,
85,
78.95,
0.83,
0.42,
14.9,
52.63,
48.44,
62.5,
62.5,
55.81,
50,
12.68,
7.08,
29.41,
9.29,
12.86,
15.71,
9.29,
12.14,
12.14,
73.33,
13.33,
13.33,
70.97,
60,
62.5,
70.97,
67.74,
69.7,
63.33,
62.5,
66.67,
68.97,
71.15,
71.15,
5.42,
10.83,
10.83,
10.83,
3.57,
3.57,
3.57,
88.89,
31.5,
29.63,
16.8,
7.2,
9.17,
3.33,
36.67,
90.48,
29.41,
25,
6.25,
12.96,
13.24,
10.42,
11.27,
11.55,
13.8,
0,
0,
12.96,
12.69,
13.71,
13.71,
13.8,
11.83,
14.65,
12.96,
12.96,
11.55,
82.76,
79.49,
76.92,
79.49,
79.49,
65.62,
68.97,
73.21,
33.33,
31.97,
34.01,
31.97,
33.33,
31.97,
31.97,
31.97,
31.97,
0,
0,
67.5,
10.53,
30,
73.21,
73.2,
71.43,
73.21,
6.67,
6.67,
6.67,
5,
10.48,
10.48,
10.48,
10.48,
9.68,
10.48,
50,
66.67,
66.67,
60,
60,
66.67,
50,
69.05,
66.67,
80,
81.82,
68.75,
74.55,
90.32,
88.89,
87.88,
80,
83.33,
81.82,
81.82,
71.15,
71.15,
73.08,
86.21,
84.62,
82.76,
82.76,
75,
78.57,
87.5,
80,
81.25,
77.55,
85.19,
83.33,
83.87,
81.25,
86.67,
82.98,
87.5,
64.29,
74.42,
77.14,
76.74,
67.65,
67.5,
75,
22.22,
55.56,
4.17,
4.17,
5.42,
4.17,
4.58,
11.67,
11.25,
14.17,
6.25,
6.67,
6.67,
6.67,
7.14,
5.56,
62.16,
62.86,
60.53,
62.16,
60,
61.11,
61.11,
60.53,
57.89,
59.38,
61.11,
61.11,
3.33,
6.67,
16.67,
6.67,
10,
6.56,
8.2,
4.13,
7.44,
21.25,
41.67,
37.14,
16.8,
16.15,
14.62,
17.6,
15.2,
15.87,
15.38,
14.62,
18.4,
18.4,
21.54,
23.08,
20.77,
16.15,
15.38,
12.08,
8.75,
11.67,
11.67,
16.67,
23.5,
29.41,
40,
79.41,
78.57,
78.57,
62.5,
20,
75,
29.41,
75.56,
73.33,
73.33,
73.33,
0,
20,
0,
0,
81.82,
74.42,
81.82,
81.82,
81.48,
28.57,
3.57,
26.67,
28.57,
16.67,
5,
5,
6.9,
48.44,
45.61,
43.86,
43.86,
43.86,
48.15,
39.29,
42.86,
52.27,
63.16,
62.07,
53.09,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
10.53,
9.52,
9.52,
10.53,
5.26,
3.33,
0,
0,
0,
4.84,
4.84,
3.23,
10.71,
10,
11.25,
10.83,
2.5,
3.33,
5.83,
3.33,
6.67,
6.67,
6.25,
15.73,
9.6,
16,
3.33,
5,
5.6,
13.6,
13.6,
16.81,
15.04,
13.27,
15.04,
2.31,
5.38,
7.14,
1.79,
1.79,
10.43,
10.43,
94.12,
94.12,
94.12,
94.12,
77.42,
77.42,
0,
0,
0,
0,
0,
0,
0,
0,
90.91,
0,
45.61,
45.61,
66.67,
37.14,
12.62,
36.92,
0,
0,
0,
0,
0,
0,
0,
1.79,
5.36,
3.57,
5.36,
13.33,
28.57,
57.58,
17.86,
19.35,
4.69,
17.86,
17.86,
17.86,
25,
17.86,
100,
100,
100,
73.33,
72.73,
70,
70,
70,
0,
0,
66.67,
78.57,
78.95,
75,
75,
12.15,
12.15,
6.56,
53.85,
51.67,
51.67,
11.51,
12.35,
68.97,
67.24,
72.86,
72.86,
73.21,
74.29,
72.86,
19.87,
18.54,
19.87,
70.97,
69.57,
66.67,
57.14,
50,
27.03,
0.41,
0.41,
7.32,
8.94,
13.82,
8.13,
8.94,
8.13,
7.32,
8.13,
16.26,
8.13,
8.13,
10.2,
7.76,
8.98,
8.98,
8.16,
6.12,
7.76,
6.12,
6.53,
7.76,
8.16,
6.94,
4.9,
4.9,
6.53,
8.98,
0,
40,
50,
18.46,
19.53,
11.2,
73.33,
73.33,
0,
2.5,
3.75,
83.33,
78.57,
77.5,
57.14,
84.21,
71.43,
10,
73.33,
12.5,
18.75,
21.43,
21.43,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
17.86,
14.29,
14.29,
14.29,
14.29,
0,
65,
65,
63.64,
63.64,
66.67,
66.67,
0,
57.14,
70.49,
28.24,
32.94,
43.33,
88.33,
88.33,
88.33,
21.74,
19.57,
21.74,
22.83,
95.83,
92.86,
91.67,
72.73,
80,
72.73,
46.67,
52.17,
52.17,
90.48,
90.48,
90.48,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
90.48,
90.48,
90.48,
90.48,
90.48,
33.33,
0,
61.11,
44.74,
4.71,
4.6,
4.71,
4.71,
9.41,
9.41,
8.24,
4.65,
3.7,
22.93,
6.17,
6.17,
20.45,
6.17,
13.48,
3.7,
9.41,
4.71,
4.44,
7.06,
12.94,
4.71,
14.44,
14.44,
14.44,
7.06,
13.79,
5.88,
23.33,
23.33,
0,
0,
0,
6.72,
12.08,
4.58,
4.58,
4.58,
4.58,
17.62,
17.62,
17.62,
45,
7.32,
15.45,
0.41,
0.82,
80.95,
55.56,
58.06,
52.17,
53.57,
50,
48.94,
46.43,
50,
53.57,
89.66,
88.89,
86.67,
47.06,
48.65,
72.41,
21.88,
21.88,
37.14,
21.88,
21.88,
21.88,
21.88,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
90,
8.05,
4.41,
53.57,
57.14,
64.29,
67.86,
80.56,
83.33,
83.33,
80,
0,
0,
0,
6.56,
3.42,
33.33,
24.62,
26.15,
28.46,
21.54,
23.08,
22.31,
75,
75,
75,
0.41,
20.35,
79.31,
0,
44.19,
86.96,
0,
0,
10.94,
3.33,
48.84,
9.04,
9.04,
35,
4.17,
22.14,
70.97,
69.64,
83.33,
87.5,
87.88,
86.67,
72,
83.33,
20,
12.15,
0,
0,
73.21,
73.21,
73.21,
41.79,
45.45,
13.27,
3.57,
0,
67.44,
44.44,
42.59,
44.44,
67.44,
29.41,
23.53,
32.46,
60.71,
64.29,
60.71,
67.86,
60.71,
57.14,
67.86,
57.14,
46.43,
35.71,
60.71,
66.67,
57.14,
0,
0,
88.33,
12.08,
6.67,
6.67,
20,
70.97,
66.67,
0,
0,
2.9,
2.9,
2.9,
0,
0,
0,
0,
30.86,
9.38,
8.82,
9.09,
5.31,
4.42,
1.77,
2.65,
1.82,
3.64,
31.58,
30.77,
15.04,
15.04,
7.08,
34.12,
1.22,
0,
56.1,
35.71,
73.21,
9.68,
40.74,
56.1,
23.33,
42.5,
46.15,
17.86,
25,
26.67,
47.62,
77.97,
70.59,
72.73,
45.71,
34.29,
67.5,
75.93,
77.78,
40,
65,
45,
62.5,
3.57,
53.49,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
12.5,
7.06,
5.88,
5.88,
21.88,
60.71,
78.12,
81.25,
16.67,
17.33,
17.14,
18.6,
17.05,
17.33,
15.93,
3.74,
20,
3.57,
0,
0,
3.57,
3.57,
3.57,
3.57,
67.86,
73.68,
60.71,
100,
100,
100,
75,
70.97,
75.86,
71.43,
71.43,
90.7,
85.71,
79.49,
75,
70,
86.96,
13.33,
14.44,
20,
20,
20,
0.82,
55.56,
55.56,
55.56,
42.86,
40,
43.18,
44.12,
42.22,
15,
14.06,
13.56,
14.06,
14.06,
21.43,
3.57,
45.61,
50,
51.02,
63.16,
63.16,
16.67,
7.5,
7.5,
66.67,
66.67,
50,
66.67,
6.06,
6.06,
6.45,
6.45,
12.5,
12.5,
6.67,
6.45,
8.82,
9.68,
9.68,
9.68,
9.68,
9.68,
67.86,
67.86,
67.86,
64.29,
67.86,
67.86,
8.82,
9.68,
0,
75.56,
68.89,
67.5,
9.68,
57.14,
53.57,
60.71,
53.57,
75,
86.67,
82.76,
100,
29.41,
33.82,
37.5,
38.24,
31.2,
51.2,
65.62,
65.62,
56.67,
63.33,
56.67,
73.33,
74,
72,
74,
83.33,
16.25,
16.95,
23.81,
30.49,
30,
69.44,
66.67,
72.41,
59.38,
16.67,
29.69,
25,
26.56,
26.56,
26.56,
25,
26.56,
25,
26.56,
28.12,
25,
29.69,
29.69,
64.29,
83.33,
60.71,
60.71,
60.71,
60.71,
57.14,
60.71,
57.14,
75,
76.92,
76.74,
83.33,
90.24,
75,
86.05,
100,
80,
70,
83.33,
76.92,
70,
72.5,
100,
67.65,
95.12,
75,
95,
87.5,
71.43,
72.41,
90,
90.48,
90.24,
7.14,
28.35,
0.89,
5.36,
5.36,
62.5,
43.33,
47.78,
45.56,
44.19,
36.28,
61.67,
53.33,
31.87,
45.05,
32.35,
24.49,
16.15,
53.33,
53.33,
52.31,
31.43,
30.71,
32.14,
31.43,
30.71,
32.14,
11.25,
3.57,
3.57,
3.57,
3.57,
3.39,
3.39,
6.19,
71.43,
71.43,
61.9,
10.48,
18.25,
18.25,
18.25,
15.04,
19.53,
17.19,
13.93,
13.93,
13.93,
19.67,
19.67,
19.67,
10.48,
18.25,
13.93,
13.93,
13.93,
32.94,
35.8,
19.35,
15.04,
14.16,
20.35,
20.35,
10,
14,
19.35,
9.84,
20.99,
82.5,
24,
28.24,
14,
21.88,
9.38,
19.53,
12.3,
12.3,
18.75,
17.19,
10.66,
10.66,
19.23,
11.2,
19.23,
40,
20.35,
20.35,
16.81,
16.81,
13.93,
20,
35.71,
35.71,
29.41,
12.14,
18.57,
8.57,
2.5,
3.33,
3.33,
3.33,
3.33,
3.33,
13.6,
3.33,
6.67,
5,
5,
11.2,
13.6,
10.4,
3.33,
6.4,
9.6,
8,
9.6,
10.32,
2.48,
4.35,
7.2,
6.4,
3.33,
11.2,
10.4,
9.6,
9.6,
2.5,
4.13,
6.5,
4.13,
6.56,
21.21,
6.56,
13.27,
13.27,
16.15,
16.92,
18.46,
15.38,
21.54,
18.46,
6.5,
4.13,
4.17,
13.27,
3.85,
3.85,
14.29,
3.33,
3.33,
21.21,
6.56,
15.38,
9.17,
4.24,
17.32,
4.24,
3.39,
14.29,
13.6,
3.85,
19.53,
6.61,
6.67,
6.5,
4.13,
2.5,
22.84,
6.56,
2.31,
4.17,
4.13,
8.2,
6.5,
5.69,
4.13,
19.23,
5.69,
5.69,
5.79,
5.69,
42.86,
42.86,
21.54,
4.13,
3.31,
3.31,
21.54,
21.54,
4.13,
5.38,
7.14,
5.38,
2.31,
3.08,
6.67,
7.94,
4.96,
4.13,
0.42,
0.42,
9.39,
6.12,
8.16,
7.76,
0.42,
50,
50,
9.76,
8.13,
0.41,
16.26,
8.13,
7.32,
6.5,
20.33,
1.67,
16.26,
7.32,
8.13,
13.01,
7.76,
8.13,
0.41,
0,
27.03,
27.03,
27.03,
6.53,
10.61,
8.13,
6.5,
15.45,
5.69,
4.88,
0.42,
0.42,
8.57,
4.9,
8.98,
6.53,
8.16,
5.31,
7.76,
6.45,
6.45,
6.67,
0,
0,
0,
0,
2.7,
1.79,
3.33,
17.7,
21.24,
5,
1.25,
0,
0,
0,
65.62,
3.33,
3.33,
17.7,
17.7,
6.06,
6.06,
6.06,
6.67,
50,
50,
50,
50,
100,
100,
56.41,
40,
40,
83.33,
75,
66.67,
75,
78.95,
63.89,
62.2,
60,
1.18,
14.29,
14.29,
21.78,
21.28,
24,
8,
13,
17.14,
11,
29,
12,
10,
11,
24,
50,
48.15,
50,
16.09,
14.12,
38.57,
37.14,
21.98,
44.29,
50,
10.71,
29.41,
29.41,
23.53,
23.53,
30.56,
33.33,
30.56,
33.33,
30.56,
23.53,
23.53,
11.67,
11.67,
17.5,
12.5,
11.25,
4.58,
8.75,
11.67,
12.5,
10.42,
13.33,
17.92,
16.25,
17.92,
4.17,
4.58,
23.53,
4.17,
4.17,
4.58,
4.17,
4.17,
4.17,
11.25,
0,
73.33,
81.82,
0,
0,
0,
12.43,
12.43,
12.08,
13.33,
12.11,
11.67,
11.27,
94.12,
94.12,
6.76,
0,
12.08,
12.92,
12.92,
11.25,
14.58,
12.92,
12.92,
12.08,
13.52,
0,
0,
0,
10.16,
10.16,
8,
8,
20,
20,
28.57,
28.57,
28.57,
3.28,
4.92,
8,
7.2,
6.67,
13.6,
6.67,
6.67,
22.73,
17.65,
0,
0,
20,
20,
75,
50,
28.57,
0,
6.67,
60,
0,
10.94,
23.53,
10.16,
10.16,
10.16,
10.24,
11.11,
10.24,
40,
6.67,
47.22,
50,
6.67,
10,
6.67,
0,
21.43,
28.57,
26.67,
6.67,
6.67,
8,
8,
26.67,
0,
71.43,
13.3,
10,
16.67,
33.33,
71.43,
71.43,
0,
14.29,
10,
25,
25,
25,
80.95,
80.95,
65,
25,
88.33,
88.33,
43.33,
54.05,
51.35,
61.29,
25,
88.33,
80.95,
80.95,
88.33,
88.33,
88.33,
16.67,
25,
25,
80.95,
25,
61.67,
78.57,
80,
17.86,
28.57,
21.43,
28.57,
17.86,
17.86,
28.57,
17.86,
28.57,
20,
17.86,
43.33,
36.67,
100,
70,
17.86,
21.43,
16.13,
17.65,
20.59,
17.86,
25.81,
21.43,
72.5,
84.21,
41.94,
21.43,
51.61,
58.06,
76.74,
17.86,
56.14,
46.43,
60.71,
70,
28.57,
21.43,
57.89,
58.06,
21.43,
25,
21.43,
30,
20,
23.33,
33.33,
58.06,
58.06,
58.06,
61.29,
92.5,
90,
94.74,
36.26,
83.33,
85.71,
85,
100,
93.75,
100,
100,
85,
100,
85,
94.44,
100,
71.43,
73.33,
80.65,
77.42,
78.12,
80,
80,
67.65,
66.67,
73.33,
70.59,
73.33,
67.74,
64.29,
72.22,
72.22,
72.22,
72.22,
72.22,
72.41,
69.7,
71.05,
73.68,
85.71,
57.14,
57.14,
53.57,
51.52,
53.57,
53.57,
75,
46.43,
46.43,
67.86,
67.86,
9.68,
9.68,
9.68,
51.52,
60.61,
54.55,
51.52,
45.45,
71.15,
71.15,
71.15,
57.14,
63.64,
84.21,
72.97,
71.15,
71.15,
69.23,
68.85,
66.67,
71.15,
22.83,
21.74,
21.74,
80,
71.43,
84.21,
88.89,
71.15,
0,
0,
68.75,
64.58,
77.14,
74.42,
67.86,
85.71,
79.31,
66.67,
82.76,
90,
66.67,
67.5,
81.48,
85.19,
88.46,
63.33,
63.33,
63.33,
56.67,
81.82,
53.33,
53.33,
90,
83.33,
72.13,
74.14,
62.07,
73.77,
73.08,
83.87,
89.66,
87.1,
70.59,
83.64,
80,
87.88,
82.98,
86.67,
85.19,
87.5,
85.19,
75.86,
87.5,
90,
80,
78.57,
80,
79.17,
75,
79.17,
84.62,
83.02,
67.5,
89.29,
86.21,
75,
84.38,
81.25,
75,
75.56,
75.56,
64.44,
83.33,
81.25,
77.97,
78.12,
85.19,
86.67,
75,
62.86,
40,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
40.71,
73.21,
73.21,
73.33,
80,
73.33,
69.57,
75.56,
73.33,
71.11,
75.56,
73.21,
81.48,
77.78,
73.21,
73.21,
73.21,
71.43,
76.19,
71.43,
81.82,
81.48,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
78,
73.21,
73.21,
47.19,
51.25,
50,
47.67,
51.16,
55.29,
52,
51.22,
51.76,
50,
42.11,
54.12,
51.25,
53.95,
48,
46,
48,
40,
45.78,
45.33,
52.38,
38.82,
44.71,
38.82,
40.71,
42.48,
40.71,
42.48,
50.44,
38.94,
21.71,
24.83,
22.31,
23.2,
30.59,
48.51,
30,
29.25,
32.08,
30.59,
29.41,
6.17,
6.02,
4.6,
4.71,
23.33,
11.11,
11.11,
4.44,
5.26,
8.24,
3.7,
6.25,
24.1,
9.41,
4.71,
13.48,
23.33,
13.48,
5.42,
4.58,
4.58,
4.58,
5.26,
2,
46.15,
57.89,
62.07,
44.12,
44.44,
46.43,
47.37,
5,
16.67,
6.67,
6.67,
16.67,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
4.76,
0,
3.57,
10.83,
10.83,
12.08,
11.25,
22.32,
21.01,
23.47,
1.79,
0.66,
5.36,
5.36,
14.29,
8.93,
15.83,
3.57,
14.17,
0,
0,
0.41,
20,
10,
13.33,
23.33,
13.33,
13.33,
10,
20,
10,
20,
23.33,
3.33,
6.67,
10,
10,
6.67,
10,
3.33,
6.67,
6.67,
16.67,
13.33,
3.33,
6.67,
13.33,
6.67,
13.33,
13.33,
23.33,
20,
3.33,
3.33,
6.67,
13.33,
13.33,
13.33,
10,
13.33,
13.33,
46.67,
46.67,
16.67,
10,
16.67,
16.67,
20,
13.33,
6.67,
10,
10,
10,
3.33,
16.67,
13.33,
10,
6.67,
6.67,
6.67,
26.67,
3.57,
9.68,
22.58,
9.68,
3.45,
3.33,
10,
5.71,
6.67,
13.33,
13.33,
13.33,
6.67,
13.33,
6.67,
10,
10,
6.67,
16.67,
13.33,
16.67,
13.33,
10,
10,
6.67,
6.67,
13.33,
6.67,
6.67,
13.33,
13.33,
16.67,
23.33,
10,
11.92,
12.8,
12,
13.46,
12.69,
13.73,
7.6,
1.79,
9.32,
13.33,
6.67,
6.67,
3.33,
6.67,
26.67,
88.89,
80,
57.14,
40,
36.67,
40,
43.33,
40,
40,
40,
7.04,
4.93,
7.04,
6.34,
50,
10,
66.67,
6.67,
6.67,
0,
13.33,
13.46,
25.88,
26.19,
25.88,
28.24,
22.62,
27.06,
2.65,
3.54,
21.24,
5.49,
18.82,
15.29,
23.53,
21.18,
22.35,
26.19,
43.4,
24.71,
19.23,
30.59,
28.24,
24.56,
43.4,
42.11,
3.53,
25,
29.09,
27.27,
29.09,
27.47,
26.15,
27.08,
24.05,
0,
0,
12.73,
12.73,
27.47,
14.55,
45.45,
54.9,
34,
24.56,
34.78,
31.11,
22.58,
31.87,
28.26,
28.24,
25,
40.35,
24.56,
23.53,
20.97,
26.92,
23.53,
27.08,
4.76,
20.24,
36,
3.54,
9.09,
30,
22.62,
23.81,
23.21,
35.35,
5.88,
4.71,
4.55,
23.53,
26.67,
7.14,
7.14,
7.14,
6.67,
6.67,
6.67,
6.25,
17.21,
11.38,
11.2,
12.5,
14.4,
16.92,
21.54,
21.54,
11.54,
21.54,
21.54,
21.54,
22.31,
14.62,
22.31,
21.54,
14.62,
24.14,
19.17,
66.67,
76.19,
61.9,
42.86,
12.2,
5.56,
33.08,
25.38,
21.54,
4.21,
7.14,
61.11,
61.11,
61.1,
3.5,
3.39,
3.39,
24.39,
61.11,
63.89,
61.11,
72.22,
8.25,
60.53,
13.93,
13.93,
15.57,
20.77,
14.29,
15.87,
15.08,
15.57,
16.39,
14.75,
14.75,
15.45,
15.45,
12.9,
12.9,
15.57,
15.32,
14.4,
16.39,
16.39,
15.45,
14.29,
14.29,
14.75,
14.75,
15.57,
14.4,
14.29,
12.9,
15.45,
15.57,
16.39,
15.57,
13.33,
15.57,
62.22,
61.9,
63.41,
62.79,
59.52,
60.47,
64.44,
64.29,
64.4,
61.36,
57.14,
63.64,
63.64,
59.52,
58.97,
61.36,
64.44,
65.31,
59.52,
59.52,
60.53,
64,
74.47,
66.67,
77.08,
59.57,
62.22,
78,
75,
68.75,
64.44,
63.04,
60.47,
56.76,
60,
57.78,
60.42,
60,
59.52,
64.29,
64.44,
60.47,
63.64,
61.9,
62.79,
64.44,
61.36,
60,
64,
63.41,
61.36,
63.41,
59.52,
3.31,
3.31,
77.78,
64.44,
59.57,
60.47,
65.31,
7.2,
16,
5.6,
7.14,
2.61,
2.61,
2.61,
6.67,
1.54,
7.2,
75.56,
11.72,
10.24,
78.72,
78.72,
78.72,
78.72,
76.19,
76.19,
77.78,
79.59,
78,
78,
75.56,
78.57,
77.78,
77.78,
80,
77.78,
75.56,
77.78,
73.33,
86.67,
75.56,
73.33,
77.78,
77.78,
77.78,
77.78,
77.78,
75.56,
75.56,
73.33,
75.56,
73.33,
73.33,
77.78,
75.56,
77.78,
75.56,
77.78,
77.78,
7.27,
5.42,
5.42,
5.42,
5.42,
77.78,
12.5,
11.67,
12.5,
5.28,
24.58,
4.23,
1.76,
2.46,
4.58,
16.46,
2.53,
16.46,
3.03,
5,
5,
9.71,
8.29,
5.71,
8.33,
5.15,
8,
9.58,
15,
13.75,
19.23,
15.83,
15.83,
15,
16.67,
15.42,
10.42,
5,
5,
17.19,
17.19,
4.58,
19.53,
19.53,
84.44,
84.44,
21.05,
3.33,
3.57,
3.57,
6.67,
2.86,
2.86,
4.44,
4.44,
7.35,
7.69,
6.67,
3.33,
8.82,
3.85,
1.86,
8.82,
4.9,
0.93,
0,
0,
3.33,
3.33,
3.33,
3.33,
6.67,
6.67,
6.67,
6.67,
5.88,
16.15,
18.46,
16.8,
19.23,
19.23,
35.29,
20,
17.69,
17.69,
18.46,
7.14,
17.54,
100,
100,
100,
11.72,
10.94,
17.86,
0,
3.57,
3.57,
0,
3.57,
17.86,
18.46,
6.67,
6.67,
13.33,
6.67,
0,
6.67,
6.67,
6.67,
6.67,
13.33,
13.33,
82.14,
85.71,
75,
0,
78.57,
73.21,
73.21,
73.21,
66.46,
6.67,
26.67,
10,
10,
10,
86.96,
88,
91.3,
96,
95.65,
92.86,
7.14,
80.95,
76.19,
3.33,
0,
6.12,
6.12,
12.24,
1.67,
2.08,
2.08,
2.08,
2,
1.79,
1.79,
3.33,
0,
0,
1.79,
0,
13.6,
6.67,
0,
0,
0,
0,
1.82,
1.79,
2.56,
2.56,
3.57,
0,
1.82,
0,
0,
5.45,
3.64,
5.45,
7.27,
5.45,
7.27,
5.45,
58.82,
58.82,
10,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
66.67,
66.67,
50,
0,
100,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.6,
0,
0,
0,
17.86,
0,
70,
9.6,
100,
100,
100,
0,
6.67,
4.13,
4.82,
5.38,
6.56,
7.5,
6.56,
5.4,
3.08,
6.67,
5.97,
5.97,
77.46,
71.43,
66.67,
6.56,
6.56,
6.56,
21.21,
21.21,
21.21,
78.33,
78.57,
77.36,
83.02,
83.02,
15.77,
16.34,
11.83,
12.11,
12.96,
12.39,
11.83,
13.8,
13.24,
12.68,
12.11,
13.52,
16.43,
16.43,
16.43,
7.04,
10.42,
16.06,
12.11,
13.24,
16.06,
13.33,
15.42,
13.33,
13.75,
13.75,
10.83,
12.96,
12.68,
12.11,
0,
0,
0,
0,
64.29,
67.86,
67.86,
67.86,
80,
80,
74.19,
76.67,
70,
66.67,
66.67,
76.67,
76.67,
68.97,
68.97,
68.97,
72.41,
68.97,
72.41,
72.41,
72.41,
72.41,
76.67,
68.75,
68.75,
68.75,
68.75,
68.75,
68.75,
68.75,
68.75,
57.5,
64.44,
66.67,
77,
78.79,
81.82,
90,
65.52,
78.79,
81.82,
78.79,
81.82,
78.79,
78.79,
78.79,
15.57,
15.57,
14.29,
40,
46.67,
40,
40,
55.6,
20,
15.42,
8.33,
32.22,
26.32,
54.67,
43.16,
32,
32.14,
43.66,
42.25,
43.66,
52.91,
0.02,
32.39,
36.62,
38.03,
10,
25.66,
25.78,
33.7,
43.53,
33.01,
23.88,
24.68,
33.01,
37.86,
52.5,
57.5,
26.72,
18.63,
8.25,
19.61,
20.62,
23.53,
3.09,
80.41,
30.73,
30.77,
22,
18.56,
34.01,
8.33,
8.25,
4.12,
8.25,
16.88,
24.24,
8.25,
53.85,
33.7,
33.7,
41.67,
17.65,
16.67,
23.53,
25,
4.71,
13.48,
4.71,
24.71,
26.51,
13.78,
16.67,
16.67,
18.91,
16.35,
23.94,
24.65,
52.63,
52.63,
43.37,
30.73,
25.56,
25.99,
25.66,
2.42,
8.25,
8.25,
4.12,
18.56,
40,
11.56,
11.08,
32,
9.29,
12.14,
12.86,
37.5,
37.5,
35.71,
35.71,
34.29,
50.59,
50,
25,
23.53,
22.55,
50,
50,
19.61,
18.63,
19.61,
11.2,
14.4,
14.4,
15.57,
15.57,
14.75,
16.39,
14.75,
16.39,
15.45,
12.9,
15.57,
15.32,
14.4,
16.39,
15.45,
14.63,
15.38,
14.4,
14.29,
14.4,
14.75,
13.93,
13.11,
15.32,
13.33,
15.57,
9.6,
3.31,
3.31,
16.1,
7.2,
12.8,
5.6,
7.14,
7.2,
4.84,
12,
17.32,
21.09,
16.9,
15.85,
15.49,
16.2,
15.49,
15.49,
15.49,
15.49,
15.85,
15.85,
15.85,
15.85,
15.85,
17.25,
16.2,
10.21,
10.21,
13.03,
15.85,
13.24,
56.41,
10,
3.57,
3.23,
6.67,
23.33,
26.67,
0,
3.33,
30,
16.67,
6.67,
26.67,
3.33,
6.67,
20,
10,
10,
10,
0,
19.35,
16.67,
13.33,
3.45,
10,
6.67,
3.33,
3.23,
9.68,
6.45,
10,
31.25,
33.33,
16.13,
13.33,
33.33,
23.33,
3.33,
0,
6.67,
15.62,
3.33,
6.67,
3.33,
10,
21.88,
10,
10,
3.33,
6.67,
3.33,
33.33,
6.45,
31.25,
3.33,
13.33,
9.68,
3.45,
3.33,
21.88,
33.33,
33.33,
20,
20,
3.33,
0,
44.44,
35.29,
20,
32.35,
47.06,
10,
10,
2,
6.67,
3.33,
20,
0,
13.79,
27.27,
30,
20,
30,
13.79,
16.67,
23.33,
23.33,
33.33,
10,
10,
9.68,
3.33,
13.33,
26.67,
10,
6.67,
16.67,
13.33,
3.45,
6.67,
1.75,
10,
18.6,
17.86,
17.86,
17.86,
23.57,
21.4,
21.43,
22.86,
10,
10,
10.71,
16.43,
31.58,
75,
28.57,
6.67,
6.67,
10.71,
4.8,
16.67,
33.33,
66.67,
57.14,
24.24,
1.18,
1.67,
0,
1.79,
7.86,
7.86,
0,
0.42,
0,
85,
85,
82.5,
85,
85,
85,
82.5,
85,
85,
82.5,
85,
85,
85,
85.96,
77.5,
77.5,
77.5,
85,
85.96,
85.96,
85.96,
85,
85,
85,
85,
85,
92.5,
92.5,
92.5,
85,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
85,
85.96,
85,
85,
85,
85.96,
85.96,
85,
85.96,
87.5,
85,
46.67,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
57.14,
64.29,
57.14,
50,
57.14,
0,
61.9,
82.22,
100,
100,
90,
84.44,
100,
83.33,
100,
90,
82.46,
82.46,
82.5,
82.5,
95.65,
66.67,
66.67,
66.67,
66.67,
66.67,
100,
75,
60,
71.43,
71.43,
71.43,
100,
100,
100,
100,
100,
68.75,
68.75,
100,
84.44,
100,
100,
83.33,
100,
68.75,
83.33,
83.33,
83.33,
100,
100,
71.05,
83.33,
83.33,
94.12,
68.75,
64,
100,
80,
66.67,
68.75,
68.42,
100,
100,
64.29,
80,
92.31,
92.86,
100,
100,
77.19,
68.75,
100,
64,
92.31,
68.42,
66.67,
66.67,
92.86,
100,
64,
92.31,
100,
92.86,
76.92,
62,
65.71,
68.42,
100,
100,
75,
65.71,
68.18,
69.05,
70,
70,
80,
66.67,
66.67,
66.67,
69.05,
69.05,
69.05,
69.05,
69.05,
69.05,
69.05,
68.42,
83.33,
66.67,
100,
68.42,
100,
83.87,
77.19,
77.19,
68.42,
68.18,
93.33,
83.33,
83.33,
100,
94.12,
80,
100,
100,
100,
80.95,
83.33,
80.7,
100,
100,
91.67,
100,
83.33,
100,
90,
100,
80,
100,
100,
66.67,
66.67,
80,
100,
87.5,
100,
66.67,
100,
70.97,
83.33,
66.67,
94.44,
100,
80.95,
92.86,
100,
66.67,
100,
100,
83.33,
100,
83.33,
100,
100,
83.33,
100,
83.33,
77.78,
77.78,
66.67,
100,
100,
66.67,
100,
80.95,
70.97,
100,
83.33,
80.7,
66.67,
66.67,
68.75,
68.75,
66.67,
68.18,
69.05,
68.18,
100,
100,
90,
80,
87.8,
66.67,
66.67,
66.67,
93.33,
89.29,
82.22,
66.67,
66.67,
66.67,
66.67,
66.67,
66.67,
60.61,
83.33,
72.22,
68.42,
89.29,
97.62,
89.29,
89.29,
89.29,
85.71,
93.33,
100,
100,
93.33,
95,
93.33,
89.29,
100,
97.62,
100,
89.29,
95,
93.33,
89.29,
82.22,
66.67,
52.63,
78.95,
80.7,
57.14,
57.14,
68.57,
68.57,
68,
69.05,
68.89,
66.67,
100,
68.57,
68.57,
83.33,
65.22,
68.57,
64.58,
73.81,
100,
57.5,
68.42,
68.42,
100,
68.18,
68.18,
70,
66.67,
71.79,
68.42,
68.57,
83.33,
100,
83.33,
83.33,
66.67,
66.67,
90,
90,
10.57,
50,
50,
50,
62.22,
60.53,
63.89,
78.79,
78.79,
3.33,
12.08,
16.67,
14.58,
7.5,
11.67,
10.83,
13.75,
74.36,
15.08,
9.84,
9.84,
11.5,
3.33,
15.38,
15.38,
20.77,
16.15,
14.62,
16.15,
3.33,
3.33,
3.33,
3.33,
14.29,
6.67,
5.79,
5.93,
11.2,
10.4,
10.4,
10.4,
9.6,
9.6,
13.08,
8,
71.43,
75,
9.09,
3.48,
9.52,
3.33,
3.31,
3.31,
5.69,
5.69,
6.56,
3.31,
5.6,
29.41,
18.18,
18.18,
6.56,
6.56,
34.29,
34.29,
34.29,
38.89,
0,
33.33,
0,
0,
16.67,
6.67,
10,
23.33,
0,
6.67,
13.33,
3.33,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
9.32,
65.62,
7.2,
12.15,
12.15,
0.41,
72.86,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
73.21,
71.43,
73.21,
87.1,
74.42,
67.86,
77.97,
85.71,
77.97,
67.86,
70.59,
67.86,
67.86,
67.86,
67.86,
85.71,
85.71,
73.33,
73.33,
73.33,
80.65,
57.14,
70.49,
71.05,
70,
69.7,
78.12,
57.14,
70,
70,
88.89,
92.31,
88.89,
100,
100,
100,
100,
100,
100,
88.33,
98.33,
40,
50,
40,
54.55,
60.61,
48.48,
45.45,
54.55,
66.67,
75,
66.67,
66.67,
66.67,
80,
80,
71.43,
21.43,
6.25,
6.67,
6.67,
6.67,
12.86,
4.71,
23.33,
11.49,
23.33,
50,
2.47,
37.14,
42.86,
40,
40,
41.43,
23.33,
13.33,
41.43,
45.3,
40,
11.49,
2.35,
29.07,
25,
25,
25.93,
26.85,
0,
48.84,
6.67,
14.29,
20,
3.57,
0,
0,
3.57,
3.57,
4.76,
4.76,
0,
25,
0,
3.57,
0,
3.57,
52.08,
46.67,
46.43,
46.43,
47.62,
46.43,
46.43,
4.58,
5.42,
5,
5.83,
5.83,
5,
5.83,
4.58,
4.58,
4.58,
5.42,
5.42,
3.33,
12.08,
9.17,
9.17,
0,
0,
6.25,
13.49,
0,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
5.42,
10,
6.19,
16.67,
28.17,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.92,
7.92,
0,
0,
0,
94.44,
100,
94.44,
100,
76.67,
89.49,
94.44,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
89.49,
89.49,
89.49,
0,
0,
0,
0,
66.67,
94.74,
66.67,
66.67,
66.67,
0,
0,
0,
100,
76.67,
76.67,
76.67,
73.33,
86.67,
86.67,
76.67,
86.67,
66.67,
70,
80,
80,
86.67,
86.67,
100,
100,
100,
100,
100,
100,
100,
100,
100,
73.33,
0,
73.33,
73.33,
100,
94.44,
73.33,
0,
0,
94.44,
94.44,
0,
94.44,
13.33,
13.33,
33.33,
33.33,
6.67,
13.33,
13.33,
13.33,
50,
50,
33.33,
7.14,
6.67,
33.33,
20,
33.33,
13.33,
13.33,
20,
26.67,
30.56,
47.37,
14.29,
14.29,
14.29,
45,
44.44,
33.33,
23.53,
42.11,
23.53,
38.89,
33.33,
50,
47.37,
55.26,
17.14,
28.57,
33.33,
33.33,
33.33,
26.67,
23.33,
20,
22.22,
13.33,
80,
80,
29.41,
29.41,
16.67,
16.67,
13.33,
11.67,
10,
11.67,
10,
13.33,
60,
17.65,
40,
29.41,
33.33,
48.65,
23.53,
40,
40,
40,
30,
50,
31.25,
66.67,
73.33,
0,
40,
40,
55.56,
58.33,
71.43,
57.14,
86.67,
57.14,
57.14,
71.43,
66.67,
55.56,
57.14,
61.54,
26.47,
44.74,
80,
4.58,
5.42,
8.75,
2.5,
35.29,
35.29,
52.63,
57.89,
65,
65,
65,
65,
100,
87.5,
87.5,
87.5,
88.89,
89.47,
86.49,
86.49,
93.75,
0.46,
14.29,
9.15,
63.64,
60,
63.64,
72.73,
63.64,
70,
63.16,
36.36,
94.74,
94.74,
75.86,
75.86,
94.74,
94.74,
100,
50,
57.14,
0,
100,
100,
57.14,
52.63,
52.63,
55.56,
58.82,
81.08,
57.14,
42.86,
28.57,
100,
100,
75,
66.67,
78.79,
80,
71.43,
91.67,
58.82,
92.59,
70,
65,
65.79,
65.79,
70.27,
0,
0,
13.33,
0,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
92.86,
100,
100,
100,
60.53,
0,
13.24,
6.67,
9.86,
0,
5.42,
12.11,
0,
22.22,
11.27,
71.43,
12.96,
10,
14.37,
0,
0,
11.43,
5,
70.97,
70.59,
37.14,
100,
76.67,
6.67,
0,
12.11,
79.63,
0,
12.68,
0,
5.42,
66.67,
0,
67.5,
0,
67.5,
0,
21.88,
0,
77.14,
74.42,
67.86,
60.47,
66.67,
69.44,
13.79,
10.62,
17.7,
13.33,
71.43,
22.12,
12.86,
12.5,
0,
10.42,
12.08,
10,
72.97,
17.46,
14.17,
11.38,
12.08,
11.25,
71.43,
12.92,
9.58,
11.25,
8.8,
13.33,
0,
23.08,
0,
3.7,
49.44,
0,
0,
24.24,
4.71,
6.67,
12.08,
0,
12.5,
23.33,
9.04,
13.75,
13.48,
9.04,
9.04,
9.04,
12.92,
35.16,
19.28,
7,
13.79,
17.7,
10.62,
12.11,
6.17,
59.09,
13.33,
17.46,
12.11,
7.2,
19.47,
13.24,
5.56,
9.86,
8.66,
68.57,
10.66,
11.27,
57.14,
0,
8.24,
12.68,
4.71,
9.58,
6.02,
6.25,
9.68,
3.7,
3.7,
67.86,
5.88,
70.59,
74.19,
5,
67.86,
13.75,
7.06,
20.45,
25,
7.14,
7.32,
10.98,
7.32,
70.97,
75.86,
5.88,
21.43,
3.45,
80,
0,
14.37,
27.16,
14.44,
13.52,
3.37,
16.67,
0,
21.11,
17.78,
23.33,
0,
0,
8.2,
0,
0,
48.28,
0,
57.14,
12.11,
7.38,
9.02,
42.86,
1.79,
0,
88.46,
1.16,
0,
1.16,
1.16,
36.84,
77.97,
78.12,
0,
67.86,
7.14,
53.75,
3.57,
0,
0,
2.35,
56.67,
32.28,
47.79,
46.02,
50.44,
47.79,
29.21,
2.38,
16.44,
12.1,
0.89,
49.56,
21.43,
21.43,
44.25,
17.86,
14.29,
65.38,
21.88,
1.47,
1.18,
50,
52.38,
61.9,
8.93,
1.79,
69.05,
61.9,
30.3,
0,
0,
4.76,
13.7,
7.14,
7.59,
7.59,
7.14,
12.93,
5.42,
21.92,
21.92,
26.76,
5.42,
3.57,
41.67,
8.75,
3.53,
11.67,
30.14,
32.88,
30.14,
10.83,
5.42,
25.35,
28.17,
8.75,
27.4,
8.75,
8.75,
8.75,
11.25,
0,
16.67,
0,
7.14,
27.59,
60,
16.67,
40,
3.57,
3,
13.79,
15.62,
7.14,
3.57,
0,
3.57,
65,
14.29,
15.04,
5,
8,
23.89,
3,
14.16,
15.04,
7,
12.12,
43.33,
23.7,
23.7,
12.67,
23.7,
25.19,
24.44,
24.44,
3.96,
12,
4,
8.82,
5.88,
24.64,
10,
5,
73.91,
72.09,
87.18,
93.33,
100,
60.47,
62.79,
85.71,
100,
84.44,
73.17,
74.36,
100,
100,
71.79,
78.26,
100,
90.24,
87.5,
86.05,
100,
71.05,
77.5,
90.24,
89.47,
77.5,
44.44,
100,
100,
100,
100,
100,
74.42,
92.5,
100,
76.19,
90,
82.93,
92.31,
100,
84.62,
93.33,
83.78,
92.5,
86.96,
100,
84.62,
90.24,
90.24,
93.33,
77.5,
100,
83.33,
100,
82.5,
100,
73.33,
73.91,
73.91,
73.91,
95.65,
58.14,
46.67,
78.05,
75.61,
64.29,
95.65,
87.5,
100,
90,
90.32,
76.47,
100,
50,
50,
76.19,
100,
95.65,
91.3,
61.36,
61.36,
100,
84.62,
100,
76.92,
100,
90.24,
100,
85.37,
69.77,
92.86,
78.26,
83.33,
100,
100,
75,
89.47,
90,
90,
100,
76.47,
77.5,
95.65,
86.96,
95,
76.67,
100,
92.5,
75,
90,
75,
73.81,
80,
80,
77.5,
78.87,
96.15,
75,
72.5,
76.74,
82.05,
90,
73.17,
73.33,
66.67,
67.5,
58.14,
92.5,
62.79,
100,
75.61,
75.61,
76.92,
78.95,
77.5,
82.5,
77.5,
87.5,
100,
77.5,
82.93,
100,
82.5,
88.37,
76.19,
87.18,
60.47,
92.31,
89.29,
88.37,
76.19,
76.19,
84.62,
87.5,
77.5,
77.5,
78.05,
77.5,
77.5,
77.5,
77.5,
77.5,
77.5,
76.47,
64.58,
90,
75.61,
77.19,
76.19,
100,
100,
92.5,
88.1,
80.56,
75.61,
82.05,
64.29,
89.74,
82.5,
90.24,
97.62,
83.33,
61.54,
92.5,
82.05,
84.21,
84.62,
92.31,
75,
100,
76.47,
74.29,
90,
77.5,
80.7,
90.32,
82.05,
80.7,
77.5,
77.5,
77.5,
86.96,
90.32,
100,
100,
100,
73.33,
93.33,
94.12,
84.62,
74.29,
100,
100,
88.57,
95,
100,
90,
100,
87.5,
82.5,
73.33,
95.65,
86.96,
85,
90,
73.91,
85.37,
73.91,
78.26,
78.26,
73.33,
76.19,
100,
92.5,
100,
75,
90.24,
87.5,
76.74,
87.5,
89.74,
83.33,
82.5,
100,
91.3,
88.37,
88.37,
89.74,
92.31,
90.24,
88.1,
88.1,
83.33,
89.74,
85,
96.15,
44.44,
80.95,
85,
88.57,
78.26,
71.79,
85.37,
92.31,
90.24,
92.5,
90,
77.5,
92.31,
90,
85,
89.74,
90.48,
89.74,
89.74,
90.24,
80,
87.5,
89.74,
80,
92.5,
90.24,
90.24,
89.74,
89.74,
90.24,
89.74,
89.74,
90.32,
90,
71.79,
90,
87.5,
100,
93.33,
84.62,
93.33,
100,
85.37,
100,
100,
92.86,
94.12,
84.62,
60.98,
60.98,
73.91,
78.26,
78.26,
82.05,
80,
80,
73.91,
87.18,
100,
90.48,
89.74,
92.31,
83.33,
80.56,
78.95,
72.5,
92.68,
82.93,
92.31,
92.31,
89.74,
89.74,
90.24,
89.74,
92.31,
84.62,
84.62,
94.12,
94.12,
78.95,
90,
94.12,
89.74,
90.24,
92.31,
82.05,
75.61,
86.05,
80.7,
79.49,
80.7,
85,
92.5,
92.31,
92.31,
73.81,
76.32,
75.61,
73.81,
73.81,
79.49,
93.33,
90,
73.08,
74.36,
78.26,
73.08,
78.26,
74.36,
73.68,
73.81,
78.26,
76.67,
76.67,
73.91,
89.74,
89.74,
90.24,
82.93,
90.24,
89.74,
89.74,
90.24,
90.24,
90.24,
89.74,
97.62,
92.31,
92.31,
100,
61.54,
61.54,
74.36,
89.74,
78.26,
100,
76.92,
74.36,
73.68,
73.81,
73.68,
74.36,
73.81,
76.92,
76.32,
92.31,
76.19,
78.26,
78.26,
78.26,
73.91,
73.91,
82.05,
77.5,
77.5,
48.75,
76.47,
73.24,
77.5,
77.5,
47.95,
100,
85.37,
73.91,
82.5,
78.26,
100,
72.09,
74.36,
79.49,
87.18,
87.18,
87.18,
87.18,
75.61,
77.5,
90.24,
84.21,
55.56,
26.67,
26.67,
40,
27.27,
35.9,
6.67,
26.32,
23.33,
6.67,
60.6,
13.77,
13.08,
21.23,
23.24,
20.65,
62.22,
26.67,
15.88,
10.71,
10.77,
15.38,
19.17,
25.71,
3.28,
3.23,
3.23,
2.48,
5.93,
3.73,
4.24,
5.08,
6.4,
7.2,
9.02,
11.76,
10.77,
10.77,
13.85,
2.48,
2.63,
2.48,
12.31,
5,
8,
4.13,
2.48,
13.85,
13.85,
5,
4.17,
12.31,
10.66,
20,
14.62,
14.29,
12.14,
5.93,
4.24,
11.54,
12.31,
18.44,
12.31,
18.44,
18.44,
13.08,
8.48,
12.31,
12.65,
12.65,
13.69,
13.08,
14.81,
11.76,
26.15,
14.29,
13.57,
11.25,
9.49,
19.17,
5.98,
3.57,
71.93,
74,
71.93,
75,
50,
66.67,
74,
75.95,
70.18,
74,
75,
73.33,
73.33,
91.3,
82.05,
76.74,
78.57,
78.57,
87.5,
100,
82.14,
77.14,
80,
76.67,
72.73,
81.82,
77.5,
96.97,
85.29,
88.89,
91.67,
80.85,
80,
92,
90,
95.65,
89.29,
70.2,
57.89,
80,
74.07,
72.5,
71.43,
76.74,
84.78,
72,
80,
84.85,
80,
90.62,
82.86,
76.32,
56.25,
71.43,
71.43,
75,
76.67,
71.79,
77.78,
81.82,
78.57,
80.56,
42.86,
50,
50,
78.57,
50,
39.29,
42.35,
50,
46.43,
76.19,
86.36,
75,
80,
84.21,
71.43,
77.78,
76,
53.33,
46.43,
50,
56.25,
64.1,
59.38,
72.5,
72.5,
70,
70,
70,
73.33,
49.56,
50,
42.39,
44.53,
4.99,
40.45,
41.67,
45.65,
39.47,
45.65,
45.21,
30.38,
49.47,
50.62,
44.16,
30.71,
32.59,
40.22,
36.27,
43.36,
44.58,
16.8,
60,
60,
44.44,
57.14,
64.86,
60,
72.73,
60,
73.08,
74.55,
73.08,
65,
47.73,
57.14,
66.67,
50,
50,
60,
60,
60,
70,
67.5,
70,
70,
0,
27.69,
5.51,
5.51,
4.42,
5.51,
3.33,
17.8,
12.29,
12.29,
30.77,
43.33,
43.33,
32.56,
32.56,
32.56,
3.33,
6.67,
6.67,
2.65,
3.54,
6.67,
6.67,
24.49,
26.53,
4.42,
29.23,
47.92,
5.51,
40,
46.67,
5.51,
6.67,
35.16,
25.35,
25.35,
23.53,
27.27,
28.79,
24.24,
24.24,
30.3,
30.3,
27.69,
35.38,
25.76,
31.82,
5.51,
5.51,
33.85,
37.5,
36.67,
31.82,
5.51,
31.82,
17.8,
30.3,
15.66,
14.46,
21.69,
15.66,
11.86,
26.51,
7.08,
27.27,
32.31,
5.51,
3.54,
42.42,
6.67,
6.67,
32.31,
24.62,
26.15,
23.08,
29.23,
17.8,
32.31,
29.23,
32.31,
33.85,
46.03,
5.08,
5.51,
5.51,
30.16,
25,
26.56,
31.43,
28.12,
26.56,
29.69,
26.56,
25,
31.25,
31.25,
3.54,
10,
5.51,
30.77,
30.77,
17.8,
12.29,
6.67,
5.51,
30.77,
5.56,
12.35,
22.96,
22.96,
5.42,
5.42,
5.42,
39.58,
39.58,
3.75,
29.23,
30.3,
36.92,
25.76,
31.82,
44.26,
46.03,
46.03,
27.69,
7.63,
7.63,
12.67,
30.77,
12,
14.98,
12.67,
14.54,
37.33,
16.95,
12,
44.44,
28,
38.67,
34.67,
21.69,
16.95,
36,
34.67,
36,
46.67,
43.33,
6.67,
13.14,
37.33,
17.86,
17.86,
17.86,
17.86,
17.86,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
72.73,
77.59,
4.55,
18.18,
75,
9.84,
8.2,
6.56,
23.08,
9.85,
4.17,
66.67,
0,
0,
32.35,
32.35,
32.35,
91.67,
91.67,
71.43,
6.25,
6.67,
5.56,
5.56,
7.14,
6.25,
100,
50,
50,
51.06,
48.15,
52.27,
39.02,
55.56,
51.52,
50,
50,
37.5,
37.5,
56.25,
50,
40,
50,
48.48,
48.44,
52.78,
47.22,
48.44,
48.44,
53.49,
53.33,
53.33,
53.33,
52.63,
52.63,
44.19,
41.86,
41.86,
64.29,
52.11,
50,
43.86,
42.11,
53.85,
52.63,
50,
46.43,
47.89,
49.3,
52.63,
46.97,
37.21,
50.79,
57.14,
50,
46.43,
57.14,
57.14,
75,
64.29,
53.57,
53.57,
50,
50,
50,
57.14,
57.14,
50,
64.29,
67.86,
64.29,
53.57,
9.68,
9.68,
9.68,
12.5,
15.62,
64.29,
15.62,
9.68,
9.68,
9.68,
67.86,
57.14,
57.14,
9.68,
9.68,
88.89,
92.31,
50,
46.43,
57.14,
57.14,
75,
78.57,
78.26,
78.57,
78.57,
82.14,
78.57,
71.43,
71.43,
67.86,
67.86,
25.29,
24.71,
25.29,
25.88,
23.53,
42.37,
42.5,
28.77,
28.77,
25.53,
22.45,
26,
42.37,
42.37,
35.59,
24.68,
35,
19.57,
18.18,
18.18,
26.53,
33.77,
35.06,
31.08,
18.18,
9.09,
22.5,
31.82,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
24.24,
30.3,
30.3,
24.24,
28.79,
28.79,
24.64,
31.88,
31.82,
31.82,
24.24,
30.3,
31.82,
31.82,
12.5,
24.64,
12.5,
30.3,
28.99,
30.3,
26.09,
28.79,
24.24,
24.64,
12.5,
24.64,
24.64,
26.09,
33.33,
24.64,
12.5,
12.5,
12.5,
27.27,
30.3,
30.3,
30.26,
30.43,
31.82,
27.27,
33.33,
33.33,
24.24,
34.78,
34.78,
34.78,
30.43,
34.78,
23.44,
12.5,
23.44,
23.44,
25,
25.76,
25.76,
33.33,
27.27,
12.5,
31.82,
33.33,
30.3,
27.27,
27.27,
31.82,
12.5,
12.5,
12.5,
12.5,
12.5,
35.23,
34.09,
30.68,
31.82,
12.5,
77.5,
65,
65,
65,
90,
77.5,
80,
0,
14.29,
24.24,
32.14,
32.14,
13.33,
16.67,
16.67,
36.67,
30,
29.03,
21.21,
35.71,
60,
50,
67.86,
41.94,
50,
56.25,
75,
78.57,
50,
36.67,
44.44,
28.57,
80,
90,
57.14,
41.18,
67.65,
46.67,
67.86,
56.25,
46.67,
72.5,
93.33,
77.5,
38.03,
45,
38.03,
40.85,
56,
56,
50.68,
50,
37.14,
41.43,
48.15,
50,
37.14,
50,
38.57,
26.39,
26.98,
29.66,
28.29,
26.36,
31.82,
40,
40,
40.91,
31.82,
30,
30.08,
30.6,
27.1,
32.09,
29.17,
30.71,
29.03,
42.86,
25.17,
32.46,
36,
41.88,
41.88,
25.95,
24.03,
11.43,
12.14,
12.86,
10.06,
12.26,
8.24,
16.97,
4,
8.24,
6.74,
15.05,
15.05,
6.98,
6.74,
6.98,
27.06,
14.12,
15.05,
4.94,
23.13,
12.64,
6.74,
3.53,
22.45,
5.88,
4.94,
4.94,
4.71,
4.71,
4.71,
3.53,
21.51,
5.88,
12.94,
4.94,
4,
4.71,
4.94,
15.05,
19.87,
6.52,
8,
14.12,
13.85,
6.76,
8.11,
7.06,
4,
4.71,
10.59,
20.85,
27.21,
22.52,
26.86,
11.5,
20,
7.06,
7.06,
24.03,
38.18,
27.06,
28.24,
41.82,
28.24,
4.82,
27.06,
27.06,
28.33,
23.53,
24.71,
24.71,
24.71,
25.88,
23.53,
23.53,
23.53,
24.71,
24.71,
28.07,
27.19,
20.71,
12.14,
11.43,
9.29,
10,
12.14,
30.99,
30.99,
30.28,
12.14,
22.22,
22.22,
33.33,
6.67,
5.06,
6.02,
27.19,
9.29,
12.14,
12.14,
48,
48,
50,
42.5,
39.58,
56.14,
52.63,
54.39,
58.16,
48.15,
0,
7.86,
0,
9.7,
9.7,
0,
0,
0,
4.71,
4.71,
8.24,
8.24,
7.06,
7.86,
0,
0,
5.71,
14.29,
6.43,
4.42,
2.68,
15.07,
15.79,
3.96,
20.24,
8.18,
13.33,
0,
0.88,
0.91,
0,
0,
0,
0,
1.82,
9.8,
9.8,
8.57,
9.8,
9.39,
9.8,
7.76,
6.94,
6.53,
5.31,
3.57,
48.7,
48.7,
45.22,
44.35,
49.17,
43.48,
44.35,
48.18,
53,
44.35,
44.35,
48.7,
48.7,
7.2,
7.2,
17.2,
19.85,
27.21,
19.12,
25,
20.59,
19.12,
10.75,
19.85,
20.59,
19.12,
27.21,
25,
17.2,
0,
4.44,
0,
2.22,
0,
7.14,
3.33,
0,
1.79,
1.79,
1.79,
8.93,
3.57,
7.14,
7.14,
0,
3.57,
7.14,
2.35,
1.18,
2.35,
3.55,
3.55,
3.55,
3.53,
2.84,
10.71,
0,
0,
0,
14.29,
14.29,
14.29,
12.34,
17.57,
17.57,
17.57,
17.57,
3.53,
21.43,
21.43,
9.41,
3.53,
6.38,
3.55,
5.88,
21.43,
21.43,
3.53,
12.08,
12.08,
10.42,
11.25,
3.57,
9.68,
3.23,
3.57,
3.57,
3.57,
0,
0,
3.57,
3.57,
3.57,
7.14,
0,
0,
3.57,
12.9,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
5.26,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.33,
3.33,
3.57,
3.33,
3.33,
0,
3.57,
3.57,
3.57,
4.17,
0,
0,
3.57,
0,
3.57,
0,
3.57,
4.17,
3.57,
3.57,
0,
0,
3.57,
3.57,
0,
0,
0,
0,
0,
4.35,
4.35,
0,
0,
3.57,
3.57,
3.57,
0,
0,
0,
3.57,
7.14,
5.26,
5.26,
5.26,
5.26,
50,
47.37,
46.43,
10.53,
9.52,
10.53,
10.53,
14.29,
14.29,
14.29,
14.29,
9.33,
9.33,
9.33,
3.57,
3.57,
3.57,
3.57,
3.57,
5,
20,
7.41,
6.67,
7.14,
33.33,
33.33,
33.33,
7.14,
5,
6.67,
7.14,
7.14,
6.67,
6.67,
6.67,
26.67,
30,
6.67,
6.67,
16.67,
0,
0,
0,
0,
3.23,
3.23,
3.23,
3.23,
6.45,
0,
0,
0,
0,
0,
7.93,
14.98,
12.67,
16.67,
16.67,
16.67,
4.41,
10.13,
5.05,
0,
16.67,
14.17,
16.67,
14.17,
1.01,
7.05,
14.67,
14,
12.67,
10,
4,
14,
13.33,
12.67,
11.33,
14.1,
0,
12.67,
16.47,
17.65,
17.65,
8.82,
8.82,
19.82,
18.82,
17.65,
17.65,
8.82,
9.41,
17.65,
9.41,
3.57,
3.57,
0,
0,
3.57,
17.65,
3.57,
9.41,
3.57,
9.41,
19.38,
9.41,
9.41,
18.82,
31.43,
56.14,
9.41,
7.92,
10.83,
10.83,
10.83,
8.75,
10.83,
10.83,
10.83,
10.83,
10.83,
10.83,
42.86,
46.15,
5,
5,
5,
5,
11.25,
10,
7.5,
5.31,
4.42,
4.42,
4.42,
4.42,
4.42,
5.31,
4.42,
0.83,
0.42,
11.02,
5,
5.42,
8.75,
9.58,
3.75,
8.75,
3.75,
11.67,
7.08,
7.5,
0.42,
5,
3.33,
6.67,
6.67,
7.92,
5,
4.58,
4.58,
5,
4.58,
5,
5,
4.58,
4.58,
5,
4.58,
10,
10,
10,
5.42,
5.42,
5.42,
3.33,
3.33,
3.33,
6.67,
0,
0,
2.17,
1.67,
6.67,
2.92,
3.75,
3.38,
9.68,
9.68,
13.33,
7.08,
5.42,
5.42,
5.42,
5,
5,
5,
5.07,
48.15,
52.27,
63.16,
43.86,
39.29,
42.86,
45.61,
48.44,
45.31,
31.65,
31.41,
49.3,
44,
40,
38,
45.1,
55.26,
49.06,
51.33,
55.75,
61.97,
45.16,
46.48,
42.25,
41.51,
5,
13.33,
0,
0,
14.29,
14.29,
13.33,
71.43,
57.14,
71.43,
71.43,
28.57,
6.67,
10,
20,
16.67,
30,
13.33,
13.33,
6.67,
10,
6.67,
6.67,
10,
23.33,
13.33,
10,
33.33,
13.33,
10,
13.33,
20,
6.67,
3.33,
16.67,
26.67,
13.33,
16.67,
6.67,
3.33,
60,
55.56,
55.56,
13.33,
13.33,
6.67,
13.33,
33.33,
33.33,
17.65,
33.33,
20,
17.65,
61.54,
26.67,
0,
20,
20,
64.52,
0,
40,
0,
0,
60,
20,
21.88,
21.88,
18.75,
21.88,
18.75,
21.88,
18.75,
21.88,
21.88,
21.88,
50.94,
41.67,
48.65,
36.11,
34.29,
48.65,
44.44,
36.11,
45.95,
43.24,
29.41,
28.12,
25,
29.41,
29.41,
23.53,
23.53,
23.53,
23.53,
47.06,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
65,
72.5,
52.5,
35.71,
10.71,
75,
82.5,
67.86,
75,
65,
42.86,
82.5,
75,
17.86,
17.86,
82.5,
57.5,
62.5,
64.29,
100,
78.57,
42.86,
53.57,
70,
100,
75,
44.64,
73.68,
62.5,
70,
90,
85,
14.29,
25,
60.71,
85,
87.18,
92.31,
89.74,
25,
10.71,
28.57,
82.5,
75,
60.71,
70,
67.86,
57.14,
25,
53.57,
70,
75,
17.86,
90,
10.71,
35,
92.86,
46.43,
77.5,
75,
32.14,
90,
25,
10.71,
95,
96.43,
90,
25,
78.57,
75,
91.04,
70,
48.78,
17.86,
67.86,
55,
87.5,
50,
25,
85.71,
10.71,
14.29,
46.43,
70,
75,
21.43,
42.86,
57.14,
28.57,
81.58,
28.57,
60.71,
75,
63.83,
30.77,
57.5,
57.5,
17.86,
21.43,
75,
75,
75,
85,
81.58,
92.86,
87.18,
70,
70,
96.43,
92.5,
75,
70,
72.5,
72.5,
72.5,
92.5,
92.31,
72.5,
7.05,
7.02,
3.57,
10.71,
12,
0,
28.57,
28.57,
3.57,
3.57,
3.57,
28.57,
3.57,
3.57,
28.57,
21.43,
0,
28.57,
3.57,
3.57,
20,
20,
26.67,
28.57,
25,
25,
3.57,
17.86,
20,
88.33,
43.33,
88.33,
88.33,
88.33,
88.33,
43.33,
88.33,
75,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
80.95,
20,
20,
0,
6.67,
6.67,
23.33,
0,
0,
0,
0,
0,
16.8,
13.6,
9.6,
9.6,
42.86,
3.33,
3.33,
3.33,
6.67,
6.67,
5,
3.33,
4.31,
4.31,
4.31,
6.72,
4.31,
4.31,
5.83,
4.31,
4.31,
5.83,
8.13,
7.32,
8.33,
4.24,
16,
13.6,
7.2,
13.6,
7.2,
18.82,
2.48,
9.6,
9.6,
9.6,
8,
15.38,
16.92,
14.62,
14.62,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.08,
3.08,
6.67,
2.31,
2.31,
11.11,
6.67,
13.79,
6.67,
6.67,
1,
7.83,
7.83,
5,
5,
3.33,
3.33,
18.75,
27.11,
8.48,
8.48,
8.48,
8.48,
2.48,
7.2,
7.2,
9.6,
3.33,
19.12,
19.85,
20.59,
25,
27.21,
17,
25,
10.75,
17.2,
16,
3.57,
0,
0,
0,
3.57,
3.57,
0,
3.57,
13.85,
13.85,
13.85,
16.15,
16.15,
16.15,
13.85,
13.85,
13.85,
16.15,
16.92,
15.38,
14.62,
15.38,
16.15,
14.62,
22.31,
23.08,
19.23,
24.62,
17.69,
17.69,
81.82,
81.82,
76.74,
76.74,
79.63,
73.85,
74.6,
74.6,
75,
80,
77.78,
77.78,
62.86,
57.14,
60,
60,
60,
62.86,
62.86,
62.86,
57.14,
40,
42.86,
50,
40,
17.19,
13.93,
13.93,
19.53,
35.71,
15.71,
15.71,
5.79,
6.4,
8.2,
17.19,
17.19,
9.68,
14.04,
13.93,
13.93,
15.04,
15.93,
12.39,
15.04,
15.93,
21.31,
18.85,
19.53,
11.29,
20.16,
9.68,
11.29,
11.2,
19.23,
19.23,
15.08,
17.7,
18.58,
10.62,
17.7,
17.46,
10.62,
17.46,
10.66,
17.46,
18.25,
17.46,
10.66,
17.46,
14.44,
35.71,
35.71,
17.19,
14.29,
7.14,
41.18,
78.57,
80,
80,
25.88,
29.41,
17.65,
9.17,
9.17,
13.33,
10.83,
12.92,
12.08,
12.92,
16.25,
16.67,
17.92,
17.92,
17.92,
14.58,
13.33,
16.25,
0
],
"mode": "markers",
"marker": {
"color": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
2,
0,
0,
2,
2,
0,
0,
2,
2,
0,
0,
2,
0,
1,
1,
0,
0,
0,
1,
1,
2,
1,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
1,
0,
0,
0,
0,
1,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
0,
1,
0,
1,
2,
0,
2,
2,
2,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
1,
0,
1,
2,
2,
0,
1,
0,
2,
0,
1,
1,
2,
2,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
0,
1,
1,
2,
0,
1,
1,
0,
1,
0,
1,
1,
0,
2,
0,
0,
2,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
1,
1,
2,
2,
2,
2,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
1,
1,
1,
2,
1,
1,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
1,
1,
0,
2,
1,
1,
0,
0,
2,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
0,
2,
1,
1,
0,
1,
0,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
2,
0,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
1,
1,
1,
1,
1,
1,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
2,
2,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
2,
2,
0,
0,
2,
0,
0,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
0,
1,
1,
1,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
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,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
1,
1,
1,
2,
2,
0,
2,
2,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
2,
1,
1,
1,
1,
1,
1,
0,
1,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
2,
0,
1,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
1,
1,
2,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
0,
2,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
0,
2,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
0,
2,
2,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
0,
2,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
0,
2,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
1,
1,
1,
2,
2,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
0,
0,
1,
1,
0,
2,
2,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
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,
1,
1,
1,
1,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
2,
2,
0,
2,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
0,
2,
2,
2,
0,
0,
0,
2,
2,
2,
1,
0,
2,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
0,
2,
0,
2,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
1,
1,
1,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
1,
1,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
1,
2,
0,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
0,
2,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
1,
0,
0,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
1,
1,
2,
0,
2,
1,
1,
1,
0,
2,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
2,
1,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
1,
2,
2,
2,
1,
1,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
0,
0,
2,
2,
2,
2,
1,
0,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
2,
2,
2,
1,
1,
1,
1,
1,
2,
1,
1,
0,
2,
1,
1,
1,
0,
0,
2,
1,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
2,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
0,
1,
0,
2,
0,
0,
1,
2,
2,
2,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
0,
2,
2,
1,
1,
0,
1,
0,
2,
0,
0,
1,
0,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
2,
2,
2,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
2,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
0,
2,
0,
0,
0,
1,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
2,
0,
2,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
2,
0,
0,
1,
1,
0,
2,
0,
0,
2,
0,
2,
2,
1,
0,
0,
2,
1,
1,
0,
1,
1,
1,
0,
1,
0,
2,
2,
0,
0,
0,
0,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
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,
1,
0,
1,
0,
1,
0,
0,
1,
1,
0,
1,
2,
0,
0,
2,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
2,
2,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
1,
0,
0,
2,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
2,
0,
1,
1,
0,
0,
0,
0,
1,
2,
2,
0,
0,
0,
0,
0,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
0,
2,
0,
1,
1,
1,
2,
2,
2,
0,
0,
2,
2,
0,
0,
1,
1,
0,
2,
0,
1,
2,
1,
2,
2,
1,
0,
0,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
1,
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
2,
0,
2,
0,
1,
1,
1,
0,
0,
1,
0,
0,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
2,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
0,
2,
1,
1,
1,
2,
2,
1,
2,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
1,
1,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
2,
1,
1,
1,
1,
2,
1,
1,
2,
1,
2,
2,
0,
0,
1,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
2,
0,
0,
1,
1,
1,
0,
0,
2,
0,
1,
1,
2,
1,
1,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
0,
1,
1,
0,
1,
1,
1,
0,
2,
1,
0,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
0,
0,
0,
2,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
0,
1,
0,
1,
1,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
2,
0,
0,
1,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
0,
0,
2,
0,
2,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
2,
2,
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,
2,
2,
2,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
2,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
0,
2,
0,
0,
2,
2,
0,
2,
2,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
0,
2,
2,
0,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
0,
1,
1,
1,
0,
0,
2,
0,
2,
2,
0,
0,
2,
0,
0,
0,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
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,
2,
1,
2,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
1,
1,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
0,
2,
0,
1,
1,
0,
0,
1,
0,
1,
1,
2,
2,
2,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
1,
2,
1,
0,
1,
1,
1,
0,
1,
0,
2,
1,
1,
2,
0,
1,
1,
1,
1,
2,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
2,
1,
1,
1,
0,
1,
0,
2,
2,
0,
1,
1,
0,
1,
2,
2,
1,
0,
0,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
0,
2,
0,
1,
0,
0,
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
0,
2,
2,
0,
0,
0,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
1,
2,
0,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
2,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
2,
2,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
0,
2,
0,
0,
0,
1,
0,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
0,
0,
0,
1,
1,
0,
1,
0,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
2,
2,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
2,
2,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
2,
2,
2,
0,
2,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
2,
0,
0,
0,
0,
1,
1,
1,
0,
2,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
1,
1,
2,
2,
0,
1,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
1,
2,
1,
2,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
1,
1,
1,
1,
2,
2,
2,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
0,
0,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
2,
1,
1,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
0,
2,
2,
0,
1,
2,
1,
0,
0,
0,
1,
1,
1,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
0,
2,
2,
0,
2,
2,
0,
0,
2,
2,
0,
0,
0,
2,
2,
0,
0,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
0,
2,
2,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
0,
2,
1,
0,
1,
1,
1,
0,
1,
2,
0,
2,
2,
2,
0,
2,
2,
1,
0,
2,
0,
0,
1,
2,
1,
1,
2,
1,
2,
1,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
0,
1,
2,
0,
0,
0,
1,
1,
0,
0,
0,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
0,
1,
2,
1,
2,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
2,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
1,
1,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
2,
2,
1,
1,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
0,
0,
0,
2,
0,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
2,
2,
2,
2,
0,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
2,
0,
0,
0,
1,
1,
1,
0,
0,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
0,
1,
0,
1,
1,
1,
0,
1,
1,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
0,
2,
0,
0,
1,
2,
0,
1,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
1,
0,
0,
1,
0,
0,
0,
2,
2,
2,
1,
0,
1,
1,
1,
1,
2,
0,
1,
2,
2,
1,
0,
0,
0,
2,
2,
1,
1,
1,
1,
2,
2,
1,
1,
0,
2,
2,
2,
2,
1,
1,
1,
0,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
0,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
1,
2,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
0,
0,
1,
1,
0,
1,
2,
1,
1,
2,
2,
2,
1,
1,
2,
2,
0,
1,
2,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
2,
2,
2,
1,
1,
1,
0,
2,
1,
1,
1,
2,
1,
1,
2,
1,
1,
1,
2,
1,
2,
2,
0,
1,
2,
2,
2,
2,
2,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
0,
2,
0,
0,
1,
1,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
0,
1,
1,
1,
0,
0,
2,
2,
2,
2,
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,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
2,
0,
0,
0,
0,
1,
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,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
2,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
2,
0,
0,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
2,
1,
1,
1,
2,
2,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
1,
2,
0,
0,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
0,
0,
2,
2,
0,
0,
2,
2,
2,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
1,
1,
0,
1,
2,
2,
1,
1,
1,
0,
1,
2,
1,
1,
0,
2,
2,
0,
0,
0,
0,
2,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
1,
1,
0,
2,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
0,
1,
1,
0,
0,
1,
0,
0,
1,
2,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
0,
2,
1,
1,
0,
1,
1,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
2,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
0,
2,
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,
1,
0,
1,
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,
1,
0,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
2,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
1,
1,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
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,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
0,
1,
1,
2,
2,
0,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
2,
2,
2,
2,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
2,
0,
0,
2,
0,
2,
1,
2,
2,
2,
0,
2,
2,
1,
0,
0,
0,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
1,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
2,
2,
2,
2,
2,
0,
2,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
1,
0,
1,
0,
1,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
2,
0,
0,
0,
2,
0,
2,
0,
2,
0,
2,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
2,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
2,
2,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
2,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
2,
2,
2,
0,
0,
2,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
2,
0,
2,
0,
2,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
2,
0,
0,
2,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
2,
0,
0,
0,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
0,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
1,
1,
1,
0,
0,
2,
2,
0,
0,
2,
2,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
0,
0,
2,
2,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
2,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
1,
2,
1,
1,
2,
0,
1,
2,
1,
0,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
2,
1,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
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,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
2,
2,
2,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
2,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
2,
0,
0,
2,
0,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
0,
2,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
1,
2,
1,
1,
0,
2,
2,
0,
0,
2,
1,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
2,
0,
0,
2,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
2,
0,
0,
2,
2,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
2,
2,
0,
0,
2,
2,
0,
1,
2,
1,
0,
1,
1,
1,
1,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
1,
1,
0,
2,
1,
1,
0,
2,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
1,
1,
0,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
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,
1,
0,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
1,
0,
0,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
1,
2,
0,
0,
0,
2,
1,
1,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
0,
1,
1,
1,
1,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
2,
0,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
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,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
0,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
2,
1,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
0,
0,
2,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
1,
0,
2,
2,
2,
1,
0,
1,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
0,
0,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
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,
1,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
0,
2,
0,
1,
1,
1,
2,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
2,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0,
2,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
0,
1,
2,
1,
0,
0,
1,
1,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
2,
0,
1,
1,
2,
1,
1,
2,
0,
2,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
2,
2,
0,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
0,
2,
0,
0,
1,
1,
0,
2,
0,
1,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
0,
2,
0,
1,
0,
0,
0,
0,
0,
2,
1,
1,
0,
0,
1,
1,
2,
2,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
0,
1,
0,
1,
0,
1,
1,
0,
0,
0,
2,
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,
1,
0,
0,
0,
2,
0,
2,
0,
2,
0,
2,
2,
2,
0,
0,
2,
0,
2,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
1,
0,
1,
0,
1,
1,
2,
1,
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,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
0,
0,
2,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2,
1,
1,
1,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
2,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
2,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
2,
0,
0,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
2,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
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,
1,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
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,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
0,
0,
0,
1,
2,
2,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
2,
2,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
0,
2,
2,
0,
2,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
0,
2,
0,
0,
2,
2,
2,
2,
0,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
2,
0,
2,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
2,
2,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
1,
0,
0,
2,
2,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
2,
0,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
0,
0,
1,
1,
1,
2,
1,
1,
1,
0,
2,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
0,
2,
2,
0,
2,
0,
0,
1,
2,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
0,
2,
2,
0,
0,
2,
2,
0,
0,
0,
2,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
1,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
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,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
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,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
2,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
2,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
2,
0,
2,
2,
2,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
2,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
0,
0,
2,
1,
1,
1,
1,
1,
0,
1,
2,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
0,
1,
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,
1,
0,
1,
2,
1,
0,
0,
1,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
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,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
2,
0,
0,
0,
0,
2,
1,
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,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
2,
2,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
2,
0,
0,
0,
0,
2,
2,
2,
1,
0,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
0,
2,
2,
2,
2,
0,
2,
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,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
0,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
2,
0,
2,
0,
1,
0,
2,
1,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
2,
0,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
2,
0,
0,
2,
2,
2,
0,
2,
2,
2,
0,
2,
1,
2,
2,
1,
1,
1,
0,
0,
0,
1,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
0,
0,
1,
0,
2,
1,
0,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
0,
1,
1,
1,
2,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
1,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
1,
1,
0,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
0,
1,
2,
0,
1,
1,
2,
2,
1,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
0,
0,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
0,
1,
1,
0,
1,
2,
2,
2,
0,
1,
1,
2,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
0,
0,
2,
0,
1,
1,
0,
0,
1,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
2,
0,
0,
1,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
2,
0,
2,
2,
2,
2,
0,
0,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
0,
1,
2,
0,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
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,
2,
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,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
1,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
1,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
1,
0,
2,
0,
0,
0,
0,
2,
2,
2,
0,
0,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
2,
0,
2,
0,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
1,
0,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
2,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
1,
1,
1,
2,
1,
0,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
2,
1,
1,
2,
2,
1,
1,
1,
1,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
0,
0,
1,
0,
0,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
1,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
1,
2,
0,
0,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
2,
2,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
0,
1,
1,
2,
1,
1,
2,
1,
0,
2,
0,
2,
0,
2,
2,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
2,
2,
2,
1,
1,
1,
2,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
1,
1,
1,
2,
0,
0,
1,
1,
0,
0,
2,
1,
2,
1,
0,
0,
0,
2,
2,
2,
2,
0,
2,
2,
2,
1,
1,
1,
2,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
2,
1,
1,
1,
2,
0,
0,
0,
0,
1,
2,
1,
0,
1,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
2,
2,
2,
0,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
0,
0,
0,
1,
1,
2,
2,
0,
2,
2,
2,
0,
2,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
1,
1,
1,
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,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
2,
2,
1,
1,
1,
0,
0,
2,
2,
2,
0,
2,
2,
1,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
1,
2,
2,
2,
2,
2,
0,
2,
1,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
1,
2,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
2,
0,
2,
2,
0,
2,
0,
0,
1,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
2,
2,
2,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
2,
0,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
0,
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
1,
2,
0,
0,
2,
0,
1,
0,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
0,
2,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
2,
2,
2,
0,
0,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
0,
2,
2,
0,
0,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
1,
1,
1,
1,
2,
2,
2,
2,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
2,
2,
0,
0,
1,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
2,
2,
2,
1,
1,
1,
0,
0,
1,
1,
1,
1,
2,
1,
1,
2,
2,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
2,
0,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
1,
0,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
0,
1,
1,
1,
1,
2,
0,
2,
0,
1,
1,
1,
0,
2,
0,
0,
0,
0,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
2,
2,
1,
2,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
1,
0,
1,
1,
0,
2,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
2,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
1,
0,
0,
0,
2,
1,
1,
0,
1,
0,
2,
0,
2,
0,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
2,
2,
0,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
2,
0,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
0,
2,
2,
1,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
2,
2,
1,
1,
2,
2,
2,
2,
0,
0,
0,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0,
1,
1,
1,
2,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
2,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
0,
0,
1,
0,
1,
1,
1,
0,
0,
2,
0,
2,
2,
2,
0,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
2,
0,
2,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
1,
1,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
2,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
2,
2,
0,
2,
2,
0,
0,
0,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
0,
2,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
0,
1,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
1,
1,
0,
0,
1,
2,
2,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
0,
0,
2,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
1,
1,
1,
1,
2,
0,
1,
1,
0,
2,
2,
1,
1,
0,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
0,
0,
0,
0,
1,
2,
1,
0,
1,
1,
1,
1,
2,
2,
0,
0,
0,
1,
0,
0,
1,
2,
0,
0,
0,
1,
0,
2,
0,
2,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
0,
2,
0,
0,
1,
1,
2,
2,
1,
1,
1,
1,
1,
2,
1,
0,
0,
2,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
0,
1,
0,
2,
0,
1,
0,
0,
1,
0,
0,
0,
1,
2,
2,
2,
1,
0,
0,
0,
0,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
1,
1,
0,
1,
1,
1,
2,
2,
0,
0,
2,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
1,
1,
1,
0,
0,
2,
2,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
0,
2,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
2,
1,
1,
2,
2,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
0,
0,
0,
0,
1,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
2,
1,
1,
2,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
2,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
1,
1,
1,
0,
0,
1,
1,
2,
2,
1,
1,
1,
0,
2,
0,
0,
0,
0,
1,
1,
1,
2,
2,
0,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
2,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
2,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
2,
0,
1,
0,
0,
2,
0,
0,
0,
2,
0,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
2,
1,
1,
0,
0,
1,
1,
1,
2,
2,
2,
1,
1,
0,
0,
1,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
2,
0,
0,
0,
2,
1,
0,
1,
1,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
2,
0,
1,
2,
0,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
1,
1,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
0,
2,
0,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
2,
2,
1,
2,
2,
2,
2,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
1,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
0,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
0,
1,
0,
0,
2,
0,
2,
2,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
0,
2,
2,
0,
0,
2,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
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,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
0,
2,
0,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
1,
1,
2,
1,
0,
0,
0,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
2,
0,
2,
1,
1,
2,
2,
1,
2,
2,
0,
2,
2,
2,
0,
0,
1,
0,
0,
1,
2,
1,
1,
1,
2,
2,
2,
2,
1,
2,
2,
2,
2,
1,
1,
0,
2,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
0,
0,
2,
0,
2,
0,
0,
0,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
2,
2,
1,
1,
1,
1,
1,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
0,
0,
0,
1,
0,
0,
0,
1,
2,
1,
1,
1,
1,
0,
0,
0,
1,
2,
2,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
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,
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,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
2,
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,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
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,
1,
2,
2,
0,
2,
2,
0,
0,
1,
1,
2,
2,
1,
0,
2,
0,
1,
0,
1,
1,
1,
2,
1,
0,
0,
1,
2,
0,
0,
0,
0,
2,
2,
2,
2,
1,
0,
0,
2,
0,
0,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
0,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
2,
2,
2,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
1,
1,
1,
0,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
2,
1,
1,
0,
1,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
1,
1,
1,
1,
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,
1,
1,
1,
0,
2,
2,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
0,
0,
0,
1,
1,
0,
0,
2,
2,
2,
0,
1,
0,
0,
0,
2,
2,
2,
2,
2,
0,
2,
1,
2,
2,
2,
2,
2,
2,
0,
2,
2,
1,
1,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
2,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
0,
0,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
1,
0,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
0,
0,
1,
2,
2,
0,
0,
2,
2,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
0,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
2,
2,
2,
2,
1,
0,
2,
2,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
0,
2,
1,
2,
2,
2,
1,
1,
1,
0,
0,
1,
2,
2,
0,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
0,
2,
2,
0,
2,
1,
1,
1,
0,
1,
1,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
2,
0,
1,
0,
1,
1,
0,
1,
0,
0,
2,
2,
1,
1,
1,
2,
0,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
2,
1,
1,
2,
0,
1,
2,
2,
2,
2,
1,
1,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
2,
2,
2,
0,
1,
1,
0,
0,
0,
0,
0,
2,
0,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
1,
0,
1,
1,
1,
2,
0,
0,
1,
1,
1,
0,
0,
0,
2,
2,
1,
1,
1,
0,
0,
1,
1,
0,
1,
2,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
2,
1,
2,
0,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
2,
2,
2,
1,
0,
0,
1,
1,
0,
0,
0,
1,
1,
0,
0,
1,
2,
2,
1,
1,
0,
0,
1,
0,
0,
0,
2,
1,
1,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
0,
0,
0,
2,
0,
0,
1,
1,
1,
0,
0,
0,
0,
2,
1,
0,
1,
0,
0,
2,
2,
2,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
0,
0,
1,
0,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
1,
2,
2,
1,
1,
1,
0,
0,
2,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
2,
0,
0,
0,
2,
1,
1,
1,
0,
0,
2,
0,
0,
0,
1,
0,
0,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
2,
0,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
1,
1,
0,
2,
2,
1,
1,
2,
1,
1,
1,
2,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
0,
0,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
1,
2,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
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,
1,
1,
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,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
0,
1,
1,
0,
1,
1,
0,
1,
1,
1,
2,
2,
1,
1,
0,
1,
1,
2,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
0,
1,
1,
0,
1,
1,
2,
0,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
1,
1,
2,
1,
1,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
1,
1,
0,
2,
2,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
2,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
2,
1,
2,
1,
1,
0,
2,
1,
1,
1,
1,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
1,
1,
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,
1,
2,
2,
2,
1,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
2,
1,
2,
1,
0,
1,
1,
1,
2,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
0,
0,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
1,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
2,
2,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
2,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
1,
1,
2,
0,
0,
2,
1,
1,
2,
0,
0,
0,
0,
0,
0,
1,
1,
2,
0,
2,
1,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
1,
0,
0,
1,
0,
0,
1,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
0,
1,
0,
0,
1,
1,
1,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
1,
1,
1,
0,
2,
2,
2,
2,
1,
2,
0,
1,
1,
2,
2,
2,
0,
0,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
0,
0,
0,
2,
0,
1,
0,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
1,
2,
2,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
1,
1,
2,
2,
2,
2,
1,
2,
1,
0,
0,
0,
0,
2,
2,
0,
0,
1,
0,
0,
0,
0,
2,
1,
1,
2,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
2,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
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,
1,
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,
1,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
2,
0,
2,
2,
2,
2,
0,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
0,
0,
1,
1,
0,
2,
0,
1,
1,
2,
1,
1,
1,
1,
1,
2,
0,
1,
2,
2,
2,
0,
2,
1,
1,
1,
1,
0,
1,
1,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
1,
1,
2,
2,
1,
1,
0,
1,
2,
2,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
1,
2,
1,
1,
0,
0,
0,
0,
0,
0,
1,
2,
2,
1,
2,
2,
2,
0,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
0,
0,
0,
0,
0,
2,
0,
2,
1,
1,
1,
1,
2,
1,
2,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
0,
2,
2,
0,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
2,
2,
0,
0,
1,
0,
0,
0,
2,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
2,
0,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
2,
0,
2,
0,
2,
0,
0,
0,
0,
1,
1,
0,
0,
2,
1,
2,
1,
1,
1,
1,
2,
0,
2,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
0,
1,
2,
0,
0,
0,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
2,
1,
1,
2,
2,
0,
1,
0,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
2,
0,
1,
1,
0,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
1,
1,
1,
1,
0,
0,
2,
2,
2,
2,
0,
0,
1,
2,
1,
0,
1,
0,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
1,
1,
1,
0,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
1,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
2,
2,
2,
2,
0,
1,
2,
1,
1,
2,
2,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
2,
2,
0,
2,
2,
0,
0,
2,
2,
2,
2,
2,
0,
0,
0,
2,
0,
2,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
2,
2,
2,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
2,
1,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
0,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
2,
1,
0,
0,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
0,
2,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
0,
0,
2,
2,
2,
2,
2,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
1,
0,
2,
2,
0,
2,
0,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
2,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
1,
1,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
0,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
0,
0,
2,
0,
2,
2,
2,
2,
2,
2,
1,
0,
0,
2,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
0,
0,
2,
2,
0,
2,
0,
2,
2,
0,
0,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
0,
2,
0,
2,
0,
0,
0,
2,
0,
0,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
2,
2,
1,
1,
1,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
2,
2,
0,
0,
0,
0,
2,
0,
0,
2,
2,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
0,
0,
0,
2,
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,
2,
2,
2,
0,
2,
0,
0,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
2,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
0,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
0,
1,
0,
2,
0,
0,
0,
1,
1,
1,
1,
0,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
2,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
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,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
1,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
0,
0,
0,
0,
2,
0,
1,
1,
1,
1,
0,
0,
1,
0,
0,
0,
0,
0,
1,
0,
1,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
1,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
0,
0,
0,
2,
0,
0,
0,
0,
2,
2,
0,
0,
0,
0,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
2,
2,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
0,
0,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
0,
2,
0,
0,
0,
1,
1,
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
1,
0,
0,
2,
2,
0,
1,
1,
2,
2,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
2,
2,
1,
1,
0,
1,
1,
1,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
2,
1,
0,
0,
0,
0,
0,
1,
0,
2,
1,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
1,
2,
0,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
0,
0,
0,
0,
0,
2,
2,
0,
2,
2,
0,
0,
2,
2,
2,
0,
0,
1,
2,
2,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
2,
0,
1,
1,
1,
0,
1,
1,
1,
1,
0,
1,
0,
1,
0,
1,
1,
1,
2,
0,
0,
2,
0,
2,
0,
1,
1,
0,
2,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
0,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
2,
1,
1,
1,
0,
1,
1,
2,
1,
1,
1,
1,
0,
2,
0,
1,
0,
1,
0,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
0,
0,
1,
1,
0,
0,
2,
1,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
0,
1,
1,
1,
1,
0,
0,
1,
0,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
2,
0,
2,
2,
2,
2,
0,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
0,
2,
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,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
2,
2,
0,
1,
1,
1,
1,
1,
1,
2,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
1,
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,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
0,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
0,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
2,
0,
0,
2,
2,
2,
0,
0,
0,
0,
2,
2,
2,
0,
2,
0,
2,
2,
0,
2,
2,
2,
1,
2,
1,
2,
2,
2,
2,
0,
1,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
1,
1,
1,
1,
1,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
2,
0,
0,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1,
1,
0,
0,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
0,
1,
0,
1,
1,
1,
1,
1,
1,
1,
0,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
1,
1,
1,
1,
2,
1,
1,
1,
1,
2,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
2,
1,
1,
2,
2,
1,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
2,
0,
2,
2,
0,
0,
2,
0,
2,
0,
2,
0,
0,
0,
2,
2,
2,
0,
0,
2,
2,
2,
2,
0,
0,
0,
2,
2,
2,
2,
0,
0,
0,
2,
0,
2,
2,
0,
2,
0,
0,
2,
2,
0,
2,
0,
0,
0,
0,
2,
2,
0,
2,
0,
0,
2,
2,
2,
0,
2,
2,
0,
2,
0,
0,
0,
2,
2,
0,
0,
2,
0,
0,
0,
2,
0,
0,
0,
0,
0,
2,
0,
0,
2,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
0,
2,
2,
2,
1,
1,
1,
1,
1,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
"opacity": 0.8,
"size": 12,
"colorscale": "Viridis"
},
"x": [
28.57,
57.14,
18.75,
36.67,
18.18,
60.71,
5.95,
17.5,
33.33,
10.91,
50,
20,
22.22,
46.67,
43.33,
46.67,
6.67,
35,
21.57,
9.09,
65,
17.86,
35,
5.32,
1.11,
25.45,
18.18,
14.55,
4.55,
9.23,
1.72,
10.91,
42.86,
50,
46.43,
57.14,
57.14,
28,
26.67,
46.67,
1.92,
1.43,
6.67,
26.67,
27.5,
41.18,
20,
16.36,
2.22,
0,
0,
28.57,
14.55,
2.5,
22.5,
17.86,
46.43,
0.1,
47.06,
0,
12,
14.4,
10.7,
1.11,
0,
6.79,
0,
0.1,
7,
16.88,
15.74,
4.26,
20,
16,
17.7,
1.18,
25.88,
22.35,
21.43,
21.76,
15.88,
0,
13.82,
21.43,
22.35,
22.35,
18.52,
21.43,
23.33,
18.64,
3.51,
33.3,
22.35,
39.29,
7,
7,
0,
23.8,
0,
0.1,
6.6,
0.9,
1,
0,
23,
71.43,
57.14,
2.63,
2.94,
0.3,
28.57,
1.47,
2.56,
26.25,
19,
0,
0,
15,
28,
28,
31.2,
21.4,
21.43,
21.43,
17.65,
17.65,
11.27,
15.49,
4.6,
23,
4.6,
24,
4.6,
23,
32.14,
32.14,
32.5,
33.33,
32.5,
40,
32.56,
32.56,
39.47,
32.5,
32.5,
33.33,
33.33,
31.58,
31.58,
31.58,
27.5,
33.33,
33.33,
31.43,
31.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
30.56,
32.43,
27.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
32,
0,
0,
17.5,
0,
0,
0,
0,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25.88,
25.88,
25.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
39.29,
0,
0,
0,
26.92,
32.43,
18,
0,
29.03,
0,
0.89,
6.78,
3.8,
0,
0.5,
26,
17.9,
29.1,
20.5,
32.1,
15.2,
20.8,
13.3,
25.3,
20.8,
1.25,
50,
50,
50,
0,
0,
0,
0,
1.2,
1.64,
12.5,
1.6,
0,
0.2,
35.71,
0.6,
1.4,
23,
20,
25.4,
0,
0,
0,
0,
20,
26.8,
7.89,
0,
0,
12,
2,
32.14,
16.67,
100,
12.5,
29.7,
26.5,
27.2,
11.1,
20,
47.5,
50,
47.5,
20,
34.4,
20.7,
0.1,
0.1,
34,
34,
34,
37.5,
4.44,
21.5,
0,
2.1,
6.4,
6.7,
0,
36.67,
7.94,
7.58,
53.12,
50,
5.74,
5.2,
0,
16.67,
7.5,
0,
0.1,
64.52,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
46.4,
1.04,
1.3,
0.5,
0,
3.4,
28.95,
10,
0,
31.71,
28.95,
32.5,
35.71,
28.57,
32.5,
35.9,
35,
40,
39.47,
92,
9.7,
0,
6.9,
27.78,
0,
4.29,
0,
6,
16.67,
32.5,
1.9,
10,
4.65,
3.49,
5.81,
4.17,
8.75,
0,
0,
1.6,
0,
0,
1.6,
34.4,
0,
0.9,
35,
35,
0,
0,
18,
21.7,
22.7,
6.67,
7.78,
32.9,
7.78,
10,
0.2,
0,
26.67,
4.6,
10.8,
15.29,
20,
50,
21.43,
21.43,
25,
3,
2.5,
4,
8.66,
6,
7,
10,
5,
9,
10,
6,
8,
8,
7,
12,
26.32,
28.07,
31.82,
26.67,
30,
26.67,
26.7,
28.85,
26.92,
26.32,
6,
13.89,
8.33,
8.33,
71.43,
71.43,
28.57,
0,
26.98,
8.82,
8.82,
3.57,
3.57,
7.14,
5.47,
0,
0,
2,
2.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.8,
11.54,
15.22,
7.69,
7.69,
2.03,
2.03,
2.03,
11.11,
2.77,
22.22,
1.85,
2.77,
2.46,
13.46,
26.09,
10.71,
10.71,
10.71,
8.93,
8.93,
8.93,
8.93,
8.93,
8.93,
10.71,
10.71,
10,
0,
2.1,
2.08,
0,
0,
0,
0,
1.79,
0,
20.24,
21.88,
21.62,
29.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.72,
1.72,
17.5,
20,
32.56,
33.33,
20,
15.79,
26.32,
37.21,
19.05,
23.81,
25.71,
23.81,
25,
27.5,
30.77,
10,
10,
28.57,
26.09,
34.88,
34.21,
20,
23.33,
28.57,
21.43,
35.71,
41.94,
41.94,
22.86,
20,
22.5,
20,
23.33,
30,
27.91,
19.05,
40.54,
31.43,
29.73,
10,
10,
1.3,
0.1,
0.1,
0.1,
82,
21.43,
16.07,
0,
4.4,
0,
0,
0.02,
0,
3.65,
0,
0,
4.55,
0,
0,
18.75,
16.67,
18.75,
17.39,
4,
0,
0,
0,
31.69,
34.27,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4,
0,
0,
0.77,
0,
0,
16.07,
23.68,
0,
0,
0.28,
2.35,
32.5,
37.5,
37.5,
35,
37.5,
52.78,
52.78,
52.78,
50,
39.02,
50,
50,
34.29,
40.54,
32.5,
37.5,
37.5,
37.5,
36.59,
50,
50,
30.95,
34.21,
48.48,
45.16,
34.21,
30,
50,
52.78,
52.78,
28.21,
28.21,
27.5,
27.5,
35.9,
45,
32.5,
50,
52.78,
52.78,
52.78,
52.78,
52.78,
52.78,
37.5,
35,
47.22,
37.5,
35,
37.5,
41.03,
39.02,
46.15,
37.5,
39.53,
52.78,
47.22,
52.78,
52.78,
40.48,
48.48,
19.05,
41.67,
46.88,
39.02,
37.5,
42.86,
44.74,
46.34,
33.33,
46.88,
41.46,
52.78,
32.5,
37.5,
37.5,
50,
47.22,
41.46,
47.37,
30,
30,
30,
30,
32.5,
30,
52.78,
50,
54.17,
54.17,
50,
50,
50,
52.78,
52.78,
50,
52.78,
50,
52.78,
47.22,
52.78,
52.78,
37.5,
35,
50,
21.43,
34.21,
48.48,
47.22,
52.78,
52.78,
52.78,
50,
40,
32.5,
35,
30,
37.5,
36.84,
38.64,
35.9,
35,
50,
52.78,
52.78,
47.22,
50,
52.78,
47.22,
52.78,
50,
52.78,
52.78,
30,
50,
52.78,
47.22,
52.78,
32.5,
35,
50,
50,
32.5,
30,
52.78,
32.5,
52.78,
50,
30,
55,
30,
50,
50,
54.17,
47.22,
50,
44.19,
50,
50,
52.78,
47.22,
50,
30,
35,
38.46,
50,
30,
52.78,
37.14,
50,
50,
40,
47.22,
52.78,
50,
47.22,
47.22,
47.37,
47.22,
52.78,
50,
32.5,
47.37,
0,
0,
42.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
42.11,
50,
50,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
42.5,
27.27,
42.5,
37.5,
37.5,
25,
26.92,
24.07,
26.92,
32.43,
30,
32.43,
32.4,
32.4,
32.4,
35,
0.4,
26.3,
2,
0,
28.7,
5.3,
0,
40,
43.33,
40,
43.33,
50,
43.33,
10.71,
10.71,
7.14,
8.93,
7.14,
7.14,
0,
20,
0,
1.2,
2.21,
17.65,
16.67,
17.33,
0,
3.33,
3.33,
6.25,
46.43,
60,
50,
73.33,
63.33,
73.33,
66.67,
66.67,
66.67,
66.67,
66.67,
66.67,
3.29,
21.18,
25.88,
7.06,
9.41,
5.88,
7.06,
45.71,
40,
45.71,
39.29,
42.86,
39.29,
73.33,
73.33,
73.33,
66.67,
66.67,
39.29,
73.33,
73.33,
73.33,
60,
46.43,
46.43,
35.71,
32.14,
45.71,
50,
50,
45.71,
46.43,
45.71,
45.71,
45.71,
46.43,
45.71,
45.71,
50,
7.32,
50,
43.33,
46.67,
50,
50,
76.67,
50,
45.71,
45.71,
53.57,
53.57,
56.25,
57.14,
46.43,
46.43,
57.14,
46.43,
57.14,
21.18,
16.47,
21.18,
35.71,
32.14,
35.71,
46.43,
47.06,
35.71,
49.41,
51.43,
50,
46.43,
46.43,
35.71,
39.29,
39.29,
39.29,
39.29,
3.33,
40,
39.29,
39.29,
46.43,
46.43,
42.86,
42.86,
42.86,
46.43,
46.43,
39.29,
39.29,
45.2,
35.71,
45.71,
45.2,
45.2,
3.81,
45.2,
50,
28.57,
32.14,
28.57,
60.71,
50,
3.81,
45.2,
28.57,
35.71,
5.36,
5.36,
5.36,
10,
28,
28,
27.27,
29.68,
24.14,
29.03,
30,
0,
0,
15.15,
23.89,
19.47,
21.24,
21.05,
10.62,
22.81,
21.05,
21.24,
19.3,
22.12,
21.24,
21.05,
22.12,
23.01,
24.22,
16.44,
23.53,
17.65,
16.44,
15.07,
23.53,
17.65,
9.23,
9.23,
12.31,
16.81,
20.21,
20.21,
21.28,
18.09,
15.96,
19.15,
23.94,
23.24,
13.27,
12.39,
23.53,
23.53,
7.65,
4.12,
4.71,
2.94,
8.24,
8.24,
0,
0.8,
0,
19,
42.86,
10.71,
8.93,
8.93,
35.71,
35.71,
35.71,
35.71,
35.71,
3.57,
1.79,
46.43,
39.29,
28.57,
28.57,
28.57,
28.57,
0,
0,
0.89,
5.71,
7.14,
5.71,
5.71,
5.71,
5.71,
5.71,
14.06,
5.71,
5.71,
5.71,
5.71,
5.71,
0,
0,
0,
7.14,
5.71,
5.71,
17.14,
0,
0,
1.77,
0,
0,
23.62,
20.41,
19.23,
50,
0,
15.4,
18.37,
17.1,
33.33,
33.33,
33.33,
32.56,
32.56,
12.5,
20,
0,
12.2,
17.07,
15.4,
15.38,
17.07,
0,
32.91,
0,
2.44,
3.85,
5.36,
4.17,
1.61,
4.12,
8.54,
10.98,
29.17,
29.17,
39.29,
29.17,
16,
24,
33.33,
12.68,
15.49,
15.49,
15.49,
15.49,
12.68,
14.08,
14.08,
12.68,
14.08,
16.92,
15.38,
16.47,
15.29,
16.47,
14.12,
15.29,
15.29,
15.29,
16.47,
14.12,
15.29,
15.29,
15.49,
15.49,
15.49,
15.49,
15.49,
15.29,
15.15,
13.64,
14.12,
25,
25,
0.5,
31.4,
0,
0,
2.94,
2.94,
2.35,
2.35,
0,
0,
0,
30.09,
20.35,
21.51,
27.27,
12.12,
1.79,
2.22,
6.67,
3.49,
3.33,
2.44,
2.33,
3.33,
2.22,
2.33,
3.85,
0,
3.45,
0,
3.49,
0,
0,
33.33,
11.83,
12.9,
16.47,
18.52,
12.63,
14.12,
18.29,
13.1,
14.12,
14.29,
14.63,
11.9,
38.24,
0,
0,
0,
0,
0,
4.46,
2.68,
3.33,
5.68,
0,
0,
0,
12.5,
0,
0,
16.88,
8.33,
33.33,
20.59,
0,
5.41,
2.14,
2.02,
46.43,
46.43,
3.57,
3.57,
50,
46.43,
3.57,
53.57,
53.57,
3.57,
3.57,
4.76,
4.76,
19.72,
3.85,
2.7,
20.88,
16.96,
8.93,
22.58,
9.38,
25,
0,
0,
2.86,
5.36,
10.67,
11.43,
10,
24.14,
10,
4.62,
11.43,
11.43,
11.43,
2.17,
3.52,
13.1,
0,
0,
1.95,
1.56,
1.56,
1.95,
1.95,
1.95,
2.34,
2.73,
2.73,
1.95,
19.44,
21.43,
19.35,
26.92,
22.22,
21.43,
13.89,
17.65,
46.88,
46.88,
50,
50,
41.18,
9.52,
27.27,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.38,
10.94,
9.38,
10.94,
0,
10.81,
14.12,
12.94,
24.14,
3.23,
3.39,
3.45,
0,
0,
0,
18.18,
18.18,
18.18,
18.18,
18.18,
20,
17.86,
17.86,
17.86,
17.86,
17.86,
11.11,
8.33,
7.14,
10,
5.56,
57.14,
46.88,
38.24,
50,
0,
0,
78.57,
31.03,
11.29,
7.14,
0,
0,
15.25,
3.57,
50,
33.33,
42.86,
9.38,
0,
13.33,
23.33,
10,
10,
16.67,
0,
0,
0,
0,
78.57,
78.57,
2.86,
2.86,
2.21,
2.31,
0.75,
3.33,
6.35,
4.03,
2.5,
2.33,
32.14,
35.71,
0,
3.85,
2.46,
0,
0,
0,
50,
50,
66.67,
33.33,
43.33,
0,
0,
0,
12.94,
0,
0,
0,
0,
0,
2.94,
3.57,
6.25,
0,
0,
20.27,
28.57,
0,
0,
0,
0,
0,
0,
26.67,
36.67,
5.22,
9.59,
6.82,
0,
9.52,
33.33,
30,
40,
20.59,
30.59,
7.14,
13.97,
0,
0,
13.97,
10.16,
11.7,
10,
22.22,
0,
0,
16.67,
0,
22.58,
22.58,
0,
28.57,
31.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.57,
50,
50,
50,
66.67,
66.67,
73.33,
73.33,
50,
34.48,
50,
55.17,
75,
57.14,
55.17,
0,
0.82,
4,
4,
2,
0.88,
1.16,
5.77,
10,
5,
6.8,
13.57,
16.07,
14.29,
28.99,
22.67,
21.05,
2,
1.43,
4.9,
6.53,
0,
0,
18.18,
0.61,
29.17,
8.98,
42.86,
32.14,
0.61,
21.7,
19.81,
23.58,
0.89,
0.89,
14.29,
3.57,
0.89,
5.36,
32.14,
20,
6.94,
25,
9.6,
17.12,
35.71,
0.88,
6.67,
0,
23.53,
23.4,
6.67,
8.2,
8.2,
19.23,
20.69,
21.05,
13.79,
16.07,
16.07,
2.38,
9.68,
19.35,
22.58,
39.29,
32.14,
15,
10.71,
7.14,
11.11,
24.14,
14.29,
11.29,
23.33,
22.58,
3.33,
3.33,
0,
28.12,
35.71,
35.71,
32.14,
32.14,
0,
0,
2.27,
2.38,
0,
0,
23.08,
28.21,
14.29,
14.29,
3.51,
34.38,
35.71,
35.71,
24.14,
12.5,
7.5,
13.53,
4.71,
5.65,
6.67,
12.41,
9.16,
9.92,
11.45,
17.65,
13.37,
10.33,
9.43,
9.2,
5.47,
9.52,
9.97,
11.28,
11.36,
10.62,
10.96,
8.83,
12.5,
12.12,
3.45,
10.44,
9.38,
5.45,
4.71,
17.14,
10.53,
8.9,
5.59,
6.52,
14.16,
7.02,
13.27,
20.18,
12.14,
7.86,
10.71,
2.35,
3.16,
20,
5.45,
15.93,
7,
7.86,
9.68,
9.68,
1.85,
2.78,
15.56,
15.56,
17.78,
17.28,
7,
7.37,
16.67,
20,
22.34,
19.72,
18.58,
21.24,
25,
22.89,
25,
21.13,
23.33,
30,
23.33,
30,
30,
24,
19.48,
20.78,
19.48,
19.48,
22.08,
19.81,
21.7,
24.53,
20.75,
14,
36.36,
0.61,
2.04,
2.45,
16.67,
17.86,
21.43,
21.43,
17.12,
17.12,
21.05,
19.3,
19.3,
17.65,
1.63,
22.73,
25.71,
20.97,
25,
8.93,
25.44,
4.39,
84.62,
69.23,
35.71,
25,
16.07,
25,
29.41,
29.41,
39.29,
32.14,
8.82,
20.51,
20.27,
3.33,
20.41,
17.39,
17.39,
14.15,
20.48,
18.07,
17.91,
23.58,
18.87,
13.89,
23.91,
14.15,
11.76,
13.89,
14.15,
19.3,
19.3,
19.57,
17.39,
17.39,
21.05,
19.3,
13.14,
14.6,
16.67,
19.64,
19.3,
19.3,
20.75,
19.3,
19.3,
17.54,
26,
30,
20,
17.19,
17.39,
25,
5,
4.55,
35,
0,
0,
0,
0,
4.4,
17.5,
1.25,
0,
0,
26.7,
50,
50,
26.67,
40,
1.77,
21.78,
20,
3.33,
3.33,
19.47,
0,
0,
2.08,
2.08,
1.04,
1.04,
2.08,
2.08,
3.33,
3.33,
0,
0,
0,
1.06,
1.04,
1.04,
3.39,
3.33,
2.08,
0,
1.25,
1.67,
1.46,
1.04,
3.75,
4.42,
1.77,
0,
0,
4.42,
3.98,
3.98,
4.42,
0,
4.42,
2.21,
0,
3.98,
2.21,
2.21,
1.77,
0.88,
0.88,
0.88,
0.88,
1.18,
0.88,
0.88,
0.88,
1.18,
1.18,
0,
0,
0,
0,
0,
0,
1.18,
1.18,
1.18,
1.18,
0.88,
0.88,
0.22,
0.88,
0,
0.22,
2.08,
18.87,
5.41,
23.4,
1.69,
17.31,
20,
16.54,
11.67,
16.67,
16.67,
20,
16.67,
16.67,
20,
0,
16.67,
16.67,
16.67,
16.67,
0.88,
0.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.03,
8.06,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
32.14,
32.14,
17.86,
32.14,
17.86,
28.57,
32.14,
16.67,
28.57,
28.57,
28.57,
28.57,
21.43,
25,
28.57,
16.67,
28.57,
28.57,
25,
21.43,
21.43,
21.43,
0,
3.33,
1.04,
2.08,
0,
3.33,
3.33,
10,
0,
10,
10,
0,
3.33,
2.08,
0,
1.04,
3.33,
2.08,
1.04,
0,
1.04,
10.94,
9.38,
3.33,
2.08,
0,
33.33,
30,
30,
33.33,
33.33,
30,
16.67,
1.04,
3.33,
2.08,
1.04,
0,
1.04,
25,
26.32,
0,
0,
0,
28.57,
28.57,
32.14,
32.14,
0,
0,
0,
0,
0,
10,
28.12,
34.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
3.91,
5.15,
6.72,
5.97,
7.69,
7.14,
7.35,
4.62,
11.67,
2.34,
0,
0,
0,
2,
0.33,
0.68,
0.68,
0.68,
0.68,
0.68,
2,
1.25,
1.25,
1.25,
1.25,
1.25,
9.23,
1.04,
10,
12.86,
11.43,
11.43,
10,
11.43,
11.43,
11.43,
10,
11.43,
14.29,
10,
10,
0,
0,
0,
0,
11.43,
10,
8.57,
10,
0,
0,
5.47,
16.47,
12.64,
16.47,
14.63,
18.52,
11.83,
16.47,
12.86,
17.14,
11.43,
6.43,
0,
9.23,
9.38,
10.94,
9.38,
9.38,
12.5,
9.38,
4.67,
3.12,
3.12,
0,
0,
0,
4.62,
14.29,
10,
11.43,
29.09,
14.47,
5.41,
2.34,
9,
15.15,
21.28,
3.57,
0,
0,
0,
9.52,
9.52,
22.92,
24.49,
9.52,
9.38,
10,
30,
30,
35,
21.43,
17.86,
28.57,
28.57,
28.57,
17.86,
32.14,
32.14,
32.14,
17.86,
21.43,
32.14,
32.14,
32.14,
21.43,
28.57,
17.86,
32.14,
32.14,
28.57,
21.43,
28.57,
32.14,
28.57,
33.33,
28.57,
28.57,
33.33,
21.43,
33.33,
33.33,
17.86,
32.14,
28.57,
28.57,
32.14,
28.57,
32.14,
28.57,
28.57,
38.1,
19.05,
32.14,
28.57,
32.14,
28.57,
28.57,
21.43,
0,
19.05,
23.81,
23.81,
23.68,
23.81,
23.68,
28.57,
0,
33.33,
20,
33.33,
0.85,
4.24,
4.24,
0.85,
35.71,
2.23,
16.07,
1.79,
16.05,
14.81,
11.9,
2.21,
15.04,
3.1,
2.21,
2.35,
7.14,
9.73,
24.53,
19.87,
21.24,
20.35,
36.36,
44,
27.27,
27.27,
27.27,
2.86,
0,
0,
0,
0,
50,
50,
50,
0,
3.57,
46.67,
50,
20.35,
20.35,
12.86,
14.48,
5.19,
12.86,
14.48,
5.19,
14.48,
8.57,
8.57,
19.09,
19.26,
14,
8.97,
6.67,
10,
21.05,
21.05,
21.05,
10.43,
22.5,
17.31,
23.33,
7.75,
12.86,
12.86,
10.53,
7.76,
0.61,
4.08,
8.57,
7.76,
1.63,
4.08,
2.45,
8.16,
2.86,
6.53,
7.76,
8.57,
0.61,
7.76,
0.61,
5,
4,
6,
10,
6,
1.5,
45,
14.75,
6.12,
1.22,
7.14,
42.86,
0,
45.16,
0,
0,
0,
0,
0,
50,
3.57,
5.36,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
46.67,
18.18,
20,
0,
0,
46.88,
46.88,
0,
0,
1.79,
0,
0,
0,
0,
0,
0,
38.71,
22.58,
26.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
46.67,
50,
3.57,
5.36,
5.36,
0,
0,
0,
53.33,
41.38,
50,
1.56,
14.29,
25,
0,
0,
0,
0,
0,
25,
0,
0,
0,
0,
46.43,
0,
0,
0,
5,
0,
0,
0,
37.5,
0,
0,
37.5,
0,
1.85,
1.85,
0,
0,
18.87,
18.87,
46.88,
50,
46.88,
53.57,
57.14,
0,
0,
0,
0,
0,
33.33,
0.38,
0.38,
0.38,
0,
0.77,
0.77,
8.33,
5.56,
0,
0,
7.14,
5,
0,
8.33,
0,
0,
0,
0,
5.56,
5.56,
5.56,
0,
0,
0,
0,
12.5,
30,
0,
0,
0,
0,
0,
43.33,
46.67,
50,
48.28,
26.67,
0,
0.77,
1.15,
0,
0,
0,
0,
0,
0,
0,
53.57,
2.33,
0.78,
0,
0,
0,
0,
0,
0,
45.71,
0,
0,
0,
2.94,
0,
48.28,
0,
0,
0,
0,
0,
9.52,
10.94,
23.33,
0,
0,
0,
0.91,
0.91,
33.33,
30,
76.92,
0,
0,
0,
0,
0,
16.67,
16.67,
14.29,
6.43,
0,
75,
0,
0,
12.2,
66.67,
75,
57.14,
70,
70,
50,
66.67,
13.33,
0,
1.95,
0,
22.58,
9.52,
9.52,
6.67,
46.67,
0,
0,
8.49,
6.25,
6.25,
0,
12.87,
0,
30,
36.67,
20,
23.33,
0,
0,
7.64,
4.55,
14.55,
16.36,
9.09,
3.33,
3.85,
0,
1.63,
57.14,
0.61,
64.29,
71.43,
0,
12.3,
10.83,
12.12,
0,
0,
1.04,
0,
5.67,
7.14,
6.19,
0,
8.8,
8.33,
0,
0,
0,
0,
13.27,
10,
0,
0,
0,
10.91,
2.35,
3.53,
20,
26.67,
40,
35.71,
30,
22.22,
21.05,
0,
11.43,
8.06,
57.14,
0,
40,
21.43,
21.43,
0,
0,
0,
0,
0,
21.43,
23.21,
0,
50,
8.33,
53.12,
50,
50,
50,
9.62,
1.79,
1.79,
11.84,
7.25,
8.24,
2.35,
5.6,
0,
0,
32.14,
21.43,
32.14,
32.14,
21.43,
3.33,
1.04,
24.24,
27.27,
26.67,
23.33,
24.24,
26.67,
20.83,
21.43,
28.57,
12.65,
0,
0,
1.07,
0,
0,
0,
0,
0,
1.79,
0,
42.86,
23.3,
11.76,
6.9,
24.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0,
0,
10.78,
9.8,
1.54,
5.45,
0,
0,
2.17,
13.33,
4.17,
2.17,
2.17,
2.17,
0,
0,
0,
0,
0,
3.12,
0,
0,
37.84,
37.84,
0.4,
0,
0.8,
40.54,
37.84,
12,
0,
0,
17.86,
21.43,
0,
0,
0,
0,
35.71,
0,
0,
0,
0.38,
32.14,
1.2,
0.8,
1.2,
0.8,
0,
1.2,
0.8,
25,
3.47,
4.73,
4.73,
5.41,
0,
21.43,
20,
20,
25,
0,
20,
20,
1.43,
0,
1.43,
0.8,
0,
16.67,
0,
16.67,
16.67,
0,
0,
0,
23.26,
7.35,
1.79,
7.84,
28.57,
0,
0,
0,
28.57,
28.57,
0,
0,
0,
0,
6.03,
0.4,
0.4,
0.4,
0,
0,
0,
0,
2.31,
0,
0,
0,
1.56,
0,
1.79,
0,
0,
30,
12.09,
14.77,
0.42,
0.42,
0.42,
0.42,
0,
21.43,
0,
30.95,
0,
0,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.68,
10.53,
0,
0.38,
21.43,
16.67,
0,
2.31,
0,
0.82,
0,
3.75,
32.14,
9.52,
14.81,
0,
10.26,
0,
0,
8.97,
0,
0,
5.36,
5.36,
5.29,
0,
0,
0,
0,
0,
0,
0,
48.28,
46.43,
50,
3.12,
3.12,
17.72,
53.33,
33.33,
43.33,
17.33,
0,
0,
17.65,
0,
17.65,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.62,
6.19,
13.27,
13.27,
2.08,
3.28,
0,
42.86,
50,
0,
3.45,
5.36,
3.7,
0,
3.85,
8.7,
25.93,
10,
10,
0,
11.81,
9.45,
0.8,
0.78,
0.78,
0.79,
0,
0,
0,
0,
0,
0,
10,
2.08,
50,
35.71,
0,
0,
0,
0,
0,
1.11,
0,
2.72,
3.26,
2.72,
0,
2.17,
2.72,
0,
0,
0,
0,
0,
1.67,
1.67,
4.17,
0,
17.86,
12.28,
0,
3.23,
0,
0,
0,
1.39,
3.45,
2.17,
0,
1.79,
0,
1.43,
2.4,
1.2,
0.8,
1.6,
16.13,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.8,
0,
0,
0,
0,
20,
0,
0.4,
0.4,
2.33,
0.8,
0.4,
0,
0,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
28.57,
50,
0,
0,
0,
0,
0,
0,
0,
21.99,
0,
3.33,
1.79,
5.36,
6.67,
50,
33.33,
12.12,
1.79,
46.67,
0,
53.12,
3.85,
0,
9.62,
9.62,
0,
0,
0,
0,
0,
0,
40,
0,
0,
0,
8.18,
2.65,
50,
12.86,
11.43,
22,
16.9,
3.49,
3.49,
4.8,
1.63,
0.8,
1.2,
5.6,
0,
0.81,
4.8,
2,
2,
2.63,
3.33,
2.56,
0,
20.69,
1.22,
0.82,
3.27,
2.32,
4.9,
0,
0,
0,
17.86,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
35.71,
39.29,
32.14,
32.14,
15.18,
18.75,
10.26,
46.43,
0,
0,
0,
0,
3.23,
3.33,
3.61,
3.17,
0,
2.36,
26.79,
1.79,
4,
1.04,
2.92,
3.33,
10.17,
4.1,
2.68,
18.18,
11.54,
0,
3.77,
4.78,
4.25,
5.94,
3.77,
0,
0,
0,
0,
0,
18.18,
0,
0,
10.94,
0,
10.1,
16.28,
0,
16.07,
23.08,
28.57,
14.47,
0,
2.11,
1.69,
0,
0,
0,
0,
0,
0,
36.36,
17.11,
17.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.57,
27.91,
37.21,
10.75,
1.79,
40,
40,
42.5,
40,
5.29,
6.03,
0,
2.68,
0,
19.05,
0,
25.4,
25.33,
3.45,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.82,
3.67,
0.41,
7.06,
1.25,
13.64,
0,
4.76,
9.68,
13.79,
23.89,
0.82,
0.41,
0,
6.06,
20,
0,
18.02,
12,
8,
0,
0,
0,
0,
0,
0,
2.33,
0,
1.46,
1.46,
18.75,
0,
1.54,
11.84,
15.28,
5.62,
30,
30,
42.86,
48.39,
16.67,
20,
20,
10,
0,
27.27,
22.73,
1.79,
0,
0,
1.79,
1.79,
1.79,
21.21,
0,
0,
0,
0,
0,
0,
0,
0,
20,
6.36,
16.67,
4.24,
22.58,
1.79,
1.79,
0,
9.38,
25,
1.79,
1.79,
0,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
1.79,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
9.68,
11.29,
20,
20,
78.57,
78.57,
93.33,
0,
5.36,
2.8,
4.29,
2.86,
12.39,
3.57,
2.86,
11.11,
23.81,
50,
6.06,
0,
0,
4.69,
3.12,
35.71,
0,
32.14,
0,
0,
14.29,
12.5,
3.57,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
0,
78.57,
0,
3.23,
0,
25.71,
9.38,
8.82,
2.33,
5.36,
2.33,
6.25,
5.71,
7.14,
4.29,
4.65,
3.75,
1.82,
2,
1.69,
4.83,
4.83,
11.67,
8.82,
0,
0,
3.45,
0,
0,
18.18,
18.18,
37.84,
37.84,
40.54,
53.57,
0,
0,
22.5,
21.21,
0,
0,
0,
4.4,
0,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
0,
9.62,
0,
0,
0,
4.12,
0,
0,
0,
0,
1.95,
1.56,
0,
1.04,
1.04,
1.04,
1.2,
0.4,
0,
1.95,
2.34,
2.73,
7.69,
0,
7.69,
10.26,
0,
8.33,
2.73,
0,
1.25,
1.95,
1.95,
13.51,
0,
0,
1.79,
0,
0,
0,
0,
0,
1.11,
16.67,
13.33,
13.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
0,
11.43,
1.43,
5.71,
0,
0,
0,
2.86,
8.93,
3.33,
40.91,
3.33,
0,
0,
14.55,
0,
0,
0,
4.76,
0,
0,
0,
0,
24,
1.11,
2.86,
0,
0,
0,
1.02,
2.11,
14.29,
4.46,
0,
5.36,
0,
0,
5.71,
0,
0,
0,
8.57,
0,
0,
6.43,
13.33,
15,
13.33,
18.52,
18.52,
0,
5.6,
1,
12.07,
1,
21.15,
0,
8.62,
10.34,
0,
0,
10,
8.33,
30.56,
10.71,
6.25,
1.56,
0,
8.8,
11.2,
7.2,
3.6,
7.2,
10,
7.14,
10,
10,
28.57,
32.14,
31.82,
22.73,
25,
0,
6.06,
8.84,
10.2,
8.84,
10.2,
0,
0,
28.57,
10.95,
10.69,
16.42,
26.67,
26.67,
25,
25,
0,
0,
0,
0,
4.03,
11.9,
15.48,
1.92,
1.54,
1.15,
1.92,
0,
3.39,
3.39,
3.45,
0,
0,
13.19,
7.69,
12.5,
15.19,
6.19,
32.14,
0.61,
16.67,
5.38,
18.46,
0,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
2.08,
53.33,
46.67,
0,
0,
16.67,
13.33,
10,
16.67,
16.96,
17.86,
18.75,
20,
0,
0,
1.25,
0,
0,
0,
1.67,
1.67,
2.5,
26.67,
15,
26.67,
3.73,
0,
0,
0,
0,
2.94,
2.78,
8.33,
0,
18.42,
42.86,
42.86,
42.86,
42.86,
10,
17.24,
12.9,
22.64,
24.53,
20.75,
4.35,
0,
33.33,
33.33,
40,
21.05,
21.05,
35.71,
30,
3.57,
3.57,
3.57,
3.57,
21.43,
0,
0,
4.17,
4.17,
4.17,
4.17,
10.42,
10.42,
10.42,
0,
14.29,
14.29,
11.25,
10,
25,
8.11,
8.11,
8.11,
8.11,
10.42,
22.86,
22.86,
17.14,
0,
3.57,
3.57,
3.57,
5.81,
4.65,
3.49,
4.69,
4.69,
14.29,
0,
12.5,
0,
0.77,
57.14,
78.57,
50,
35.71,
50,
35.71,
0.96,
0.71,
8.22,
8.22,
3.57,
15.38,
10.1,
3.57,
7.35,
8.82,
10.29,
10.29,
0,
13.33,
13.33,
13.33,
30.53,
2.22,
2.86,
1.39,
0,
0,
0,
14.29,
2.86,
0,
0,
8.77,
8.77,
2.03,
1.22,
60.71,
24,
46.43,
1.79,
20,
0,
16,
12,
0,
50,
27.59,
26.32,
30,
30,
30,
11.02,
1.79,
2.68,
2.68,
2.68,
2.68,
1.67,
12.5,
3.64,
4.39,
3.51,
0.88,
5.26,
0,
11.36,
1.79,
1.79,
1.79,
1.79,
1.67,
1.67,
14.29,
14.29,
66.67,
16.67,
21.43,
1.84,
0,
0,
0,
3.33,
0,
0.38,
0.89,
22.22,
23.81,
0,
0,
0,
23.33,
26.67,
4.27,
16.67,
11.11,
0,
0,
10,
10,
10,
10,
6.67,
35,
6.67,
0,
6.67,
0,
22.22,
10,
10,
17.33,
20,
1.43,
12.86,
0,
21.05,
12.86,
4.29,
0.71,
0.88,
1.33,
5.26,
3.53,
9.3,
9.3,
11.11,
0.51,
0,
0,
14.29,
12.57,
10.76,
0,
0,
9.62,
0,
0,
1.67,
1.67,
22.86,
0.42,
0,
0,
0,
0,
0,
0,
93.33,
9.09,
0,
1.89,
0,
0,
0,
0,
5.08,
0,
35.71,
20.83,
0,
16.67,
20.83,
0,
50,
0,
0.83,
0.83,
0.83,
20,
0,
32.14,
0,
0,
28.57,
0,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.72,
29.73,
0,
0,
8.57,
10,
8.57,
4.87,
4.87,
6.64,
4.42,
4.42,
28.57,
28.57,
28.57,
28.57,
14.29,
14.29,
2.04,
2,
2.17,
4.42,
2.21,
16.67,
26.92,
1.6,
2.13,
1.16,
2.33,
3.53,
2.33,
2.33,
2.33,
1.27,
1.27,
7.78,
6.98,
4.65,
3.49,
1.79,
0.78,
0,
10.17,
6.78,
13.56,
5,
17.5,
1.23,
12,
7.14,
35.71,
5.47,
5.47,
22.58,
22.58,
12.9,
28.95,
16.67,
16.67,
0,
0,
0,
17.86,
18.75,
18.75,
6.67,
6.67,
20,
7.69,
0,
0,
0,
32.14,
0,
25,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.08,
0,
0,
0,
0,
0,
0,
30,
22.22,
8.24,
1.04,
28.57,
0,
17.24,
0,
16,
16,
7.06,
20,
19.57,
75,
33.33,
21.43,
42.86,
25,
50,
32.14,
32.14,
28.57,
6.76,
30.95,
28.57,
0,
0,
0,
21.43,
28.57,
9.68,
64.29,
0,
4.46,
0,
0,
0,
0,
16.67,
11.36,
21.43,
14.04,
14.04,
12.28,
16.07,
0.89,
0,
3.57,
7.06,
33.33,
0,
0,
9.68,
42.86,
0,
13.85,
0.38,
17.86,
6.25,
3.12,
0,
0,
3.33,
20,
7.21,
11.97,
3.39,
5.36,
2.68,
0,
0,
36.67,
0,
0,
11.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.62,
0,
0,
0,
0.57,
0,
0.57,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
14.63,
1.79,
0,
0,
0,
78.57,
0,
0,
0,
0,
21.43,
7.5,
0,
0,
0,
0,
0,
0,
2.61,
1.96,
5.23,
1.96,
0,
0,
10.77,
10,
12.5,
33.96,
0.91,
7.89,
1.76,
1.76,
26.09,
0,
32.14,
13.85,
11.95,
0,
0,
0,
0,
3.29,
0,
0,
0,
24.71,
24.71,
13.64,
7.95,
20.69,
5.52,
1.79,
21.43,
21.43,
20,
20,
0,
0,
42.86,
2.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
46.43,
0,
0,
0,
0,
0,
0.59,
0,
46.43,
0,
0,
40,
26.67,
43.33,
35.71,
3.57,
3.57,
3.57,
5.06,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
0,
0,
0,
0,
6.81,
7.36,
11.04,
0,
0,
0,
0,
0.59,
0,
7.65,
0.59,
0,
9.41,
12.99,
11.82,
1.54,
1.54,
1.54,
0.29,
1.33,
10.71,
12.28,
12.28,
10.53,
4.42,
1.77,
1.79,
12.94,
14.16,
12.94,
1.18,
12.84,
10.53,
16.96,
10.26,
17.86,
7.02,
1.18,
3.51,
5.36,
3.95,
8.93,
8.93,
8.93,
28.89,
28.95,
28.95,
28.57,
28.57,
3.95,
8.93,
46.67,
8.93,
10.53,
29.03,
28.57,
21.05,
23.68,
28.95,
28.89,
18.52,
26.79,
28.07,
25.58,
40,
32.35,
50,
50,
3.53,
17.65,
3.57,
7.14,
9.82,
25,
0.89,
7.14,
15.18,
15.18,
50,
7.14,
7.14,
0,
0,
2.94,
3.57,
12.73,
23.08,
24.62,
26.79,
28.24,
28.24,
29.41,
2.63,
12.31,
23.84,
41.18,
41.18,
2.63,
17.86,
40,
41.67,
36.36,
28.57,
23.08,
23.08,
23.08,
23.08,
23.21,
27.68,
23.08,
23.64,
23.64,
26.32,
26.32,
32.14,
2.68,
2.68,
3.57,
3.57,
3.57,
5.36,
5.36,
23.68,
21.05,
21.05,
28.95,
28.95,
30.23,
28.95,
30.23,
26.79,
1.79,
1.79,
20.35,
19.64,
8.85,
2.68,
0.89,
24.24,
10,
10.29,
37.78,
36.76,
32.14,
2.68,
1.79,
1.79,
2.68,
25,
27.68,
20.54,
20.54,
9.82,
19.87,
15.18,
15.18,
2.32,
8.04,
24.71,
3.57,
32.14,
32.14,
6.43,
10,
12,
14.29,
10.71,
24,
43.33,
15,
39.29,
42.86,
43.33,
9.82,
26.32,
33.33,
0,
0,
0,
0,
33.33,
70,
0,
16.67,
0,
0,
4.24,
4.24,
5,
0,
9.26,
7.41,
5.56,
7.41,
5.56,
0,
0,
0,
0,
0,
0,
0,
2.08,
3.57,
3.57,
3.57,
0,
20,
20,
4,
9,
8,
10,
10,
10,
10,
7.14,
11.43,
8.57,
11.43,
10,
9,
7,
10,
12,
13,
12,
10,
0,
0,
0.89,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
17.86,
17.86,
0,
15.62,
12.07,
11.67,
11.67,
50,
0,
0,
0,
0,
0,
0,
0,
1.02,
1.02,
0,
0.38,
0.38,
0.38,
2.22,
0.4,
0.77,
0.38,
0.38,
0.38,
0.38,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
1.2,
1.2,
0,
0,
0,
0.4,
0.4,
0.4,
0.4,
0.4,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.44,
0,
0,
0,
0,
1.56,
0,
0,
0,
1.69,
1.48,
43.75,
25,
0,
28.57,
20,
0,
20,
0,
0,
25,
2.21,
2.86,
0,
4.17,
7.94,
3.33,
2.22,
4.17,
2.68,
16.67,
1.23,
1.23,
1.23,
35.71,
35.71,
0,
7.14,
23.33,
31.58,
7.63,
0.89,
0.89,
0,
5.88,
6.06,
14.29,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
85.71,
30,
85.71,
25,
0,
0,
0,
0.89,
0.89,
0,
0,
0.89,
0.89,
0.89,
0,
1.79,
7.94,
11.11,
14.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
29.03,
46.88,
46.88,
46.88,
46.88,
46.88,
46.88,
46.88,
53.12,
60,
60,
53.33,
46.67,
0,
50,
40,
40,
46.67,
3.33,
8.33,
23.33,
36.67,
46.67,
33.33,
30,
0,
0,
0,
5,
0,
46.67,
0.98,
27.27,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.67,
27.27,
1.67,
1.67,
2,
2.4,
2,
1.95,
1.95,
1.19,
1.18,
2.36,
1.17,
37.7,
0.81,
11.29,
9.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.78,
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.22,
1.22,
1.43,
0.82,
0.61,
0.61,
1.63,
1.02,
1.43,
4.8,
0,
1.6,
1.2,
4.8,
4.8,
0,
2,
2,
1.59,
4,
2,
0,
0,
5,
5.36,
4.63,
5.45,
5.56,
5.17,
5.36,
0,
9.38,
0,
1.79,
1.79,
1.79,
5.36,
3.57,
3.33,
2.94,
4.84,
5.88,
3.57,
5.36,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.26,
3.26,
2.72,
2.72,
2.72,
3.57,
3.57,
3.57,
3.57,
10.2,
11.5,
1.61,
3.23,
1.47,
1.43,
0.41,
0.83,
3.92,
3.33,
3.61,
2.92,
3.17,
1.92,
3.33,
2.92,
0,
0,
0.77,
0.38,
3.64,
6.78,
28.57,
0.77,
0.77,
6.67,
6.67,
7.69,
0,
0,
50,
22.73,
22.73,
27.27,
25,
25,
25,
0,
25,
25,
15,
15,
15,
15,
13.33,
4.29,
4.29,
0,
3.57,
3.57,
13.33,
13.33,
30,
30,
2.12,
0,
1.06,
3.39,
2.12,
0,
1.06,
3.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
3.51,
3.51,
1.79,
5.26,
4.55,
2.63,
30.3,
15.15,
30.3,
15.15,
2.17,
0,
5.36,
7.14,
12.5,
0,
0,
0,
3.49,
0,
0,
0,
1.11,
1.79,
1.79,
3.57,
0,
0,
0,
3.7,
0,
0,
1.79,
1.32,
0,
0,
0,
0,
11.9,
13.95,
0,
0,
0,
46.43,
46.43,
53.57,
46.43,
53.57,
50,
46.43,
51.61,
50,
71.43,
64.29,
50,
12.7,
6.45,
10.16,
10.66,
14.29,
20,
21.88,
0,
0,
0,
1.67,
3.33,
0,
21.43,
17.86,
1.79,
7.14,
7.14,
14.29,
14.29,
14.29,
17.86,
32.14,
32.14,
35.71,
27.59,
28.57,
40,
35.71,
30,
35.71,
3.57,
25,
25,
1.67,
35.71,
32.14,
35.71,
35.71,
28.57,
25,
25,
25,
25,
9.09,
10,
15,
5.71,
10,
9.68,
10,
11.29,
19.35,
7.14,
7.14,
10.71,
10.71,
21.43,
20,
20,
17.14,
22.22,
21.88,
17.31,
19.23,
17.31,
25,
26.67,
20,
20,
20,
8.06,
0,
29.17,
40,
40,
13.33,
50,
50,
18.18,
15.62,
18.18,
9.86,
8.45,
8.45,
9.86,
1.79,
1.79,
9.21,
9.21,
10.53,
9.86,
8.45,
12.68,
11.84,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.23,
100,
100,
100,
100,
0,
0,
0,
0,
0,
0,
3.85,
13.95,
7.69,
7.69,
10.26,
7.69,
0,
8.93,
4.35,
6.76,
12.5,
16.67,
9.62,
9.62,
9.62,
9.62,
9.62,
2.17,
4.65,
4.29,
7.14,
5.88,
4.84,
5,
6.25,
7.5,
3.85,
3.12,
4.46,
0,
0,
0,
1.69,
1.69,
5,
3.33,
1.72,
1.82,
8.16,
5.36,
12.73,
21.82,
0,
0,
17.62,
12,
17,
2.04,
0.82,
1.63,
1.22,
28.57,
28.57,
28.57,
28.57,
28.57,
40,
25,
28.57,
32.14,
28.57,
21.43,
0,
0,
0,
0,
0,
9.09,
0,
0,
1.02,
10.94,
9.76,
0,
10,
0,
10,
7.14,
2.21,
3.98,
4.42,
0,
17.86,
20,
1.98,
2.06,
2.06,
20,
20,
20,
20,
85.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.54,
0,
0,
19.57,
35,
10.71,
33.33,
7.06,
14.12,
12.55,
15.69,
0,
0,
32.14,
32.14,
1.06,
3.39,
2.12,
0,
3.68,
0,
1.06,
1.06,
1.04,
1.27,
0,
0,
0,
32.14,
21.43,
26.67,
26.67,
30,
16.67,
30,
10.71,
32.14,
21.43,
32.14,
16.67,
19.87,
23.84,
20.53,
18.54,
24.5,
23.18,
10.39,
6.49,
9.09,
9.09,
9.09,
7.79,
9.09,
35.71,
42.86,
32.14,
1.75,
1.75,
1.75,
1.75,
11.84,
15.79,
18.42,
18.42,
17.86,
16.07,
16.28,
16.28,
18.42,
21.05,
13.85,
12.86,
14.47,
14.47,
10.53,
26.83,
25.45,
26.19,
26.19,
25.71,
24.29,
25.71,
24.29,
24.29,
25,
53.33,
53.33,
53.85,
12.5,
5.36,
26.67,
46.67,
40,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0,
0,
0,
0,
0,
0,
2.35,
5.66,
4.72,
3.56,
9.3,
9.41,
9.3,
0,
0,
3.53,
22.22,
23.81,
2.33,
12.28,
8.57,
10,
8.57,
10,
10,
5.13,
5.13,
21.54,
15.32,
20,
9.62,
9.38,
5.52,
8.27,
7.08,
7.96,
5.31,
5.31,
7.96,
5.31,
13.73,
10,
8.93,
5.36,
15.04,
12.39,
16.81,
14.16,
11.5,
15.04,
9.86,
11.97,
5.63,
14.08,
2.94,
3.53,
5.88,
2.65,
1.77,
13.27,
0.88,
1.33,
1.75,
3.51,
0,
5.56,
8.7,
11.43,
8.7,
4.39,
11.59,
10.14,
5.26,
8.57,
10.14,
10,
5.08,
8.7,
1.18,
10.94,
12.5,
10.94,
10.94,
4.39,
4.39,
6.14,
4.24,
7.81,
9.52,
10.94,
12.5,
9.38,
0,
8.33,
5.56,
23.4,
7.5,
10.2,
0,
23.29,
19.18,
29.87,
1.69,
0,
0,
0,
25,
29.09,
29.09,
0.59,
16.67,
16.67,
1.77,
0.59,
0.59,
0.59,
0.88,
0,
29.73,
21.62,
27.03,
42.5,
17.5,
20,
17.5,
17.5,
35,
37.5,
37.5,
30,
25,
35.56,
31.58,
22.22,
37.5,
30,
35,
17.5,
24.39,
25,
33.33,
0,
0,
0,
11.36,
0,
0,
0,
19.87,
26.67,
26.67,
23.33,
66.67,
50,
46.67,
50,
70,
26.67,
8.33,
22.22,
16.67,
0,
0,
0,
0,
0.59,
0,
22.5,
23.81,
11.9,
36.67,
11.67,
0,
0,
0,
0,
0,
0,
0,
0,
50,
15,
14.29,
16.07,
14.29,
1.79,
0,
6.98,
31.25,
24.39,
25,
37.5,
37.5,
50,
50,
50,
0,
0.88,
64.29,
22.86,
0,
0,
0,
50,
54.29,
15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
48.65,
48.65,
43.33,
48.65,
30,
24.32,
0,
0,
0,
0,
1.46,
16.07,
1.46,
1.46,
1.04,
37.5,
37.5,
0,
17.86,
0,
0,
43.75,
67.65,
0,
50,
54.29,
0,
0.88,
0,
55.56,
0,
50,
0,
0,
0,
27.03,
15,
0,
0,
25,
58.33,
45,
0,
0,
0.88,
0,
64.29,
46.88,
35,
55.56,
55.56,
54.29,
50,
50,
15,
12.5,
12.5,
16.67,
16.67,
20,
16.67,
26.67,
14.29,
14.29,
14.29,
21.43,
14.29,
16.07,
4.65,
3.26,
2.33,
2.33,
3.33,
3.33,
3.33,
2.88,
3.51,
3.51,
3.51,
4.41,
3.49,
3.49,
1.18,
1.18,
1.76,
1.18,
3.75,
2.5,
57.14,
100,
15.15,
28.57,
28.57,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.54,
0.77,
0,
0,
0,
0,
0,
0,
0,
3.17,
0,
0,
0.38,
0,
0.21,
0.21,
10.26,
0,
0,
0,
53.33,
0,
0,
0,
0,
61.11,
76.47,
0,
35,
37.5,
37.5,
35.71,
35.71,
35.71,
32.14,
17.86,
21.43,
17.86,
49.23,
0,
30.56,
27.5,
3.33,
2.08,
0,
7.69,
9.38,
48,
12.96,
6.76,
10.42,
30,
30,
2.56,
2.33,
43.75,
16.07,
2.94,
1.58,
1.58,
2.11,
27.5,
54.29,
14.55,
46.88,
0,
0,
46.67,
42.86,
39.29,
0,
0,
0,
0,
0,
0,
1.1,
21.43,
1.64,
20,
60,
20,
40,
0,
16.67,
11.67,
43.33,
30,
0,
0.89,
80,
0,
0,
0,
0,
19.95,
0,
0,
0,
0,
10.23,
0,
0,
0,
0,
2.38,
0,
0.88,
100,
100,
0,
1.92,
1.79,
46.67,
1.82,
0,
15,
21.43,
0,
0,
0,
0,
23.21,
1.79,
0,
66.67,
46.67,
0,
0,
0,
14.29,
17.5,
0,
0,
0,
0,
0,
0,
4.55,
0,
1.47,
3.57,
0,
0,
0,
0.48,
5,
7.14,
0,
0,
33.33,
0,
10.71,
10.71,
0,
20,
26.67,
0,
3.7,
0,
0.55,
1.79,
0,
16.67,
8.33,
0,
14.29,
0,
12.12,
31.25,
0,
6.92,
7.26,
0,
26.67,
21.62,
3.64,
0,
0,
0,
3.57,
8,
11.67,
11.67,
1.67,
1.64,
1.75,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
100,
25,
0,
0,
0,
0,
36.67,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
17.86,
0,
33.33,
33.33,
0,
6.2,
0,
0,
2.2,
0,
17.5,
0.49,
0.49,
0.49,
0,
10.71,
14.29,
14.29,
0,
33.33,
33.33,
7.14,
1.69,
3.33,
6.25,
6.25,
4.69,
3.12,
30,
0,
0.79,
16.67,
3.08,
0,
0,
0,
0,
0,
0,
0,
26.32,
0,
0,
28.57,
28.57,
0,
0,
0,
0,
0,
53.12,
53.12,
50,
0,
76.92,
21.43,
0,
0,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
11.94,
11.94,
13.43,
1.18,
10.94,
9.38,
3,
0,
20,
17.86,
1.2,
0,
5.71,
50,
0,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.56,
18.18,
22.73,
22.73,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.17,
9.09,
25,
3.39,
0,
0,
0,
0,
0,
0,
8.14,
78.57,
0,
7.69,
7.69,
43.33,
0,
15,
17.24,
0,
0,
0,
25,
35.71,
35.71,
32.14,
35.71,
28.57,
35.71,
0,
3.33,
23.33,
0,
25,
25,
46.43,
35.71,
28.57,
32.14,
32.14,
35.71,
0.77,
0.77,
32.43,
24.32,
28.89,
28.89,
16.92,
50,
50,
16.28,
0,
0,
0,
0,
25,
0,
20,
42.86,
30,
2.17,
2.72,
2.17,
2.72,
2.72,
0,
2.72,
3.26,
23.64,
28.57,
8.84,
10.2,
10.2,
8.84,
17.5,
50,
46.43,
50,
50,
53.57,
53.57,
46.43,
100,
0.44,
0,
0,
21.18,
17.7,
0,
12.86,
7.14,
9.52,
10,
22.86,
25.71,
16.67,
17.65,
20.59,
4.17,
28.12,
31.25,
46.43,
46.43,
53.57,
53.57,
7.06,
0.71,
0,
10,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
21.21,
28.12,
30,
20.69,
20.69,
1.69,
3.57,
3.12,
100,
100,
100,
2.08,
0,
2.21,
20,
16.67,
0,
25,
2.68,
2.68,
0,
4.35,
32.26,
34.29,
7.69,
12.5,
11.84,
10.96,
12.5,
11.76,
13.24,
0,
21.05,
11.11,
10,
16.13,
3.12,
9.62,
0,
5.36,
3.33,
13.24,
0,
0,
0,
0,
0,
0.4,
4.55,
4.55,
4.55,
8.57,
11.92,
10.08,
11.11,
0,
0,
0,
0,
9.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
0.4,
0,
0,
0,
0,
0,
0,
20,
22.22,
1.11,
10.13,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20.69,
0,
0,
0,
1.79,
0.89,
1.79,
0.89,
0.89,
0.77,
0.89,
1.79,
1.79,
3.06,
3.28,
3.57,
1.79,
1.79,
0.77,
0.89,
0.89,
0.89,
0.89,
1.79,
0,
12.5,
0,
0,
0,
0,
26.67,
1.39,
1.39,
1.39,
1.39,
0,
1.39,
1.39,
1.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.58,
22.58,
0,
100,
25.56,
25.56,
3.57,
0,
50,
9.38,
10,
1.33,
0,
9.09,
0,
33.33,
16.67,
2.94,
5.36,
1.79,
1.79,
3.57,
10.77,
9.23,
0,
0,
32.14,
28.57,
32.14,
23.68,
32.14,
10,
30,
16.67,
78.57,
16.67,
39.29,
39.29,
32.14,
26.79,
33.93,
30.23,
28.07,
32.14,
28.57,
32.14,
17.86,
32.14,
78.57,
50,
34.07,
8.33,
0,
0,
10.53,
10.53,
12.96,
9.21,
9.73,
9.26,
10.71,
5.31,
10.19,
6.3,
7.09,
7.09,
7.09,
3.19,
5.49,
10.53,
11.76,
11.76,
11.49,
11.49,
15.8,
3.33,
2.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.12,
0,
3.2,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.59,
0,
19.47,
10,
4.76,
4.76,
0,
13.92,
13.25,
4.12,
3.33,
3.33,
6.67,
6.67,
0,
0,
11.11,
16.67,
11.11,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.61,
0,
0,
0,
0,
0,
0,
20,
0,
0,
0,
0,
0,
0,
0.4,
0,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
73.33,
0,
0,
4.17,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
43.33,
46.88,
50,
46.88,
46.88,
46.88,
0,
5,
5,
11.76,
16.18,
11.76,
14.71,
11.76,
13.24,
11.76,
11.76,
11.76,
16.18,
11.76,
10.29,
13.24,
8.82,
8.33,
5,
0,
0,
0,
3.57,
0,
5.71,
5.71,
21.43,
21.43,
12.99,
16.67,
13.89,
15.28,
12.5,
15.28,
0,
0,
0,
7.14,
16.07,
1.43,
0,
0,
84.62,
25,
10.4,
9.77,
9.93,
16.67,
0,
0,
0,
0,
1.95,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
15,
1.59,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.72,
3.26,
2.72,
2.17,
0.88,
0,
14.47,
0,
0,
32.14,
2.68,
8.77,
0,
1.16,
1.16,
1.16,
1.16,
1.16,
1.17,
1.95,
2.86,
1.67,
0,
0,
0,
0,
0,
1.79,
1.79,
1.79,
26.79,
26.79,
23.68,
0,
21.43,
15.79,
0,
0,
0,
0,
53.57,
20,
20,
0,
1.52,
11.84,
0,
0,
30,
0,
2.72,
6.9,
0,
0,
3.85,
5.88,
30.23,
35.71,
3.39,
19.23,
1.79,
25,
20,
20.69,
20,
21.88,
22.22,
31.25,
0,
0,
0,
6.4,
5.31,
2.86,
0.61,
1.18,
1.18,
0.78,
0.78,
0.8,
0.78,
0.88,
1.19,
0,
0,
0,
0,
0,
0,
0,
0,
17.65,
17.65,
9.62,
9.62,
2.94,
3.45,
2.08,
0,
15.79,
15.79,
36.67,
30,
50,
22.22,
0,
0,
0,
0,
0,
0,
0,
20,
30,
27.5,
40,
0,
0,
0,
0,
0,
0,
27.5,
3.33,
0,
0,
7.69,
1.67,
1.67,
0,
18.42,
15.79,
15.79,
18.42,
15.79,
21.43,
23.33,
25,
21.88,
16.25,
18.42,
18,
21.05,
18.42,
32.14,
26.32,
0,
21.05,
26.32,
0,
0,
18.18,
15.62,
10.53,
11.67,
46.43,
3.12,
0,
0,
0,
0,
0,
0,
0,
5.71,
5,
0,
0,
0,
0.38,
0,
0.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
0,
0,
0.38,
0,
0,
0.44,
0.38,
0,
2.23,
0,
32.14,
32.14,
32.14,
32.14,
28.57,
21.43,
0.65,
0.83,
1.67,
0.42,
24,
0,
0,
10.1,
9.09,
0,
0,
1.04,
4.35,
50,
53.33,
66.67,
66.67,
73.33,
53.33,
73.33,
66.67,
66.67,
66.67,
13.33,
10,
30,
30,
16.67,
0,
0,
0,
0,
10.42,
16.13,
23.33,
30,
30,
1.79,
1.79,
2.68,
10,
2.56,
0,
0,
0,
0,
28.12,
31.25,
28.12,
32.14,
32.14,
32.14,
32.14,
28.57,
21.43,
32.14,
32.14,
32.14,
32.14,
33.33,
0,
36.67,
0,
0,
7.86,
0,
0,
0,
0,
0,
0,
0,
25,
35.71,
35.71,
35.71,
35.71,
28.57,
28.57,
42.86,
32.14,
42.86,
50,
0,
0,
0,
2.5,
25,
10.59,
4.46,
0,
0,
0,
0,
0,
0,
0,
0,
46.88,
46.88,
50,
37.5,
48.48,
46.88,
0,
2.08,
0,
0,
0,
0,
0,
2,
1.6,
0,
2,
0,
0,
2.68,
2.68,
2.68,
14,
15.79,
15.79,
18.42,
30,
13.33,
20.83,
39.29,
53.57,
0,
0,
0,
53.12,
23.68,
17.5,
14.71,
0,
11.25,
15,
0,
4.76,
0,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
10,
33.33,
3.92,
1.92,
27.27,
24.24,
0,
0,
0,
9.09,
9.09,
5.36,
0,
0.75,
0.83,
1.89,
4.63,
5.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
32.14,
28.57,
28.57,
53.57,
0,
0,
0,
0,
0,
8.21,
9.03,
2.86,
8.77,
28.57,
17.86,
12.28,
50,
73.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.38,
0.38,
0.38,
0,
0.77,
0.78,
6.78,
0.77,
0.77,
0.4,
0.77,
0,
0.78,
1.54,
1.54,
0.41,
3.67,
0.61,
0,
0,
0,
0,
0.8,
0.8,
0.8,
0.8,
0,
0,
0.4,
0.4,
0.4,
0.4,
0.4,
0,
0,
0,
0,
1.79,
1.85,
9.09,
6.82,
4,
0,
0.43,
0,
0,
0,
0.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.89,
10.17,
1.79,
0,
0,
0,
25.71,
22.86,
0.89,
0.89,
0,
0,
0,
0,
0,
3.49,
0,
0,
0,
0.77,
0,
46.67,
23.33,
0,
40,
40,
0,
0,
0,
0,
0,
0,
0,
0,
1.06,
1.96,
1.11,
1.17,
1.17,
1.95,
1.18,
1.19,
0,
0,
0,
9.62,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
0,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
2.86,
10.1,
3.57,
2.86,
11.5,
1.43,
3.23,
0.83,
3.33,
0.41,
3.17,
2.92,
3.61,
1.59,
0,
0,
0,
0,
0,
1.79,
13.95,
3.41,
0,
0,
19.57,
6.67,
35,
28.57,
22.73,
0,
0,
0,
0.8,
0.8,
0,
0.4,
4.55,
0,
0,
16.67,
0,
0,
0,
0,
32.14,
0,
0,
0,
0,
0,
18.75,
10,
10,
10,
0,
4.42,
0,
0,
2.17,
2.17,
2.17,
50,
1.43,
1.43,
1.79,
0,
1.66,
1.66,
3.33,
2.78,
2.94,
9.68,
4.84,
12.9,
2.34,
3.12,
0,
0.42,
0,
0,
0,
0,
10.29,
12.86,
10.71,
20,
8.82,
4.17,
5.77,
5,
2.72,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.2,
0,
5.6,
3.2,
1.2,
1.6,
2.4,
6.4,
4.8,
4.8,
0,
0.21,
0,
2,
2,
0.78,
2.26,
1.6,
9.38,
0,
0,
0.82,
6.53,
2.86,
7.69,
6.67,
0,
0,
0,
0,
0,
8,
8,
10.67,
4.65,
4.65,
57.14,
50,
32.14,
21.43,
16.07,
0,
0,
0,
0,
0,
1.02,
1.02,
1.02,
0.42,
8.82,
20.83,
10.42,
10.42,
29.03,
50,
55.56,
46.88,
55.56,
50,
0,
0,
0,
0,
28.57,
5.88,
4.41,
50,
50,
2.27,
2.27,
6.82,
3.57,
3.57,
5.36,
5.36,
3.33,
5.65,
2.21,
1.54,
1.49,
0,
26.67,
23.33,
26.67,
26.67,
26.67,
33.33,
33.33,
7.69,
10.26,
7.69,
7.69,
1.92,
18.18,
18.18,
18.18,
0,
0,
8.33,
0,
8.33,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
1.67,
1.67,
4.17,
1.67,
60,
36.67,
15,
23.33,
8.33,
23.33,
46.67,
40,
20,
46.67,
15,
4.55,
100,
100,
84.62,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
7.14,
6.25,
25,
25,
25,
25,
22.73,
18.18,
50,
32.14,
6.76,
0,
2.68,
14.29,
1.61,
0,
4.84,
4.62,
0,
0,
0,
2,
6.76,
6.76,
6.76,
6.76,
16.67,
11.43,
6.25,
0,
3.33,
6.25,
3.33,
0,
3.33,
0,
1.79,
5,
1.72,
1.35,
16.67,
4.29,
4.65,
5.36,
1.92,
6.25,
4.55,
0,
0,
0,
0,
0,
24.24,
4.55,
4.55,
4.55,
4.55,
27.27,
13.64,
27.27,
13.64,
6.06,
50,
25,
50,
42.86,
50,
42.86,
53.57,
46.43,
46.43,
53.57,
50,
50,
50,
12.5,
10,
10.71,
3.12,
13.33,
21.43,
8.06,
9.68,
11.29,
16.13,
0,
0,
3.7,
10.34,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0,
0.71,
0,
0,
0,
0,
0,
11.11,
2,
4.29,
8.57,
4.29,
0.88,
23.81,
13.64,
25,
31.58,
32.14,
21.43,
32.14,
32.14,
4.42,
0.88,
4.42,
0.88,
16.67,
16.67,
16.67,
16.67,
6.67,
1.04,
32.14,
32.14,
32.14,
28.57,
28.57,
21.43,
32.14,
32.14,
28.57,
21.43,
32.14,
28.57,
32.14,
0,
0.88,
0.88,
25,
32.14,
15,
21.43,
30,
23.33,
28.57,
3.12,
12.28,
16.07,
21.43,
14.04,
14.04,
11.36,
25.93,
0.88,
1.75,
0,
0,
0,
0,
0,
0,
10,
33.33,
8,
8,
8.62,
0,
0,
0,
16.67,
0,
0,
0,
10.77,
11.11,
42.86,
8.39,
23.81,
0,
26.32,
26.32,
33.33,
28.57,
28.57,
4.42,
0,
16.67,
4.42,
16.67,
21.43,
32.14,
30,
30,
32.14,
0.88,
0.88,
0.88,
0.88,
0.88,
0.88,
0.88,
0.88,
0.88,
0,
0,
0,
0,
0,
0.88,
0.88,
0,
78.57,
78.57,
78.57,
71.43,
3.08,
0,
1.04,
2.08,
0,
3.33,
1.04,
3.33,
2.08,
0,
1.04,
3.57,
1.35,
0.77,
0.77,
1.54,
0,
1.02,
0,
0,
0,
21.05,
6.25,
10.42,
10.42,
6.25,
21.05,
2.68,
21.43,
21.43,
5.36,
0,
0,
0,
0,
0,
1.67,
7.14,
0,
0,
0,
0,
17.31,
17.31,
17.31,
17.24,
20.69,
20.69,
3.57,
0,
0,
8.82,
8.82,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
33.33,
33.33,
28.57,
32.14,
0,
0,
0,
0,
0,
14.29,
14.29,
14.29,
0,
0,
0,
0,
0,
3.75,
0,
50,
8.75,
10,
6.25,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
0,
25,
6.25,
0,
0,
0,
0,
0,
0,
0,
22.45,
2.12,
11.9,
10.71,
17.5,
23.44,
0,
0,
15,
22.81,
17.5,
17.5,
17.5,
22,
0,
7.2,
0,
0,
0,
21.43,
10.71,
21.43,
14.71,
11.5,
10.1,
5.36,
1.72,
0,
0,
0,
0,
14.29,
0,
18.75,
15.62,
0,
34.38,
18.75,
36.67,
19.35,
35.71,
0,
3.33,
0,
0,
0,
3.7,
1.92,
2.94,
6.25,
50,
18,
10,
13.46,
2,
0,
1.67,
16.67,
13.33,
5,
3.25,
0,
0,
53.57,
32.14,
0,
9.62,
9.62,
9.62,
1.43,
0,
3.57,
0,
14.52,
1.3,
4.39,
32.14,
32.14,
32.14,
21.43,
1.95,
0,
0,
0.89,
0.77,
0.89,
0.89,
0.89,
0.89,
10.77,
0,
0,
0,
3.49,
0.59,
1.18,
0,
0,
2,
8.33,
8.62,
0.41,
0,
0,
0,
4.29,
0,
0,
0,
0,
28.57,
32.14,
22.86,
0,
2.94,
20,
20,
6.67,
32.14,
21.43,
21.43,
17.86,
17.86,
16.07,
19.23,
25.64,
22.86,
23.08,
0,
16.67,
10.83,
2.08,
32.14,
50,
6.25,
0,
0,
0,
3.57,
0,
1.18,
0,
0,
0,
0,
3.97,
3.97,
0,
35.71,
3.23,
0,
2.33,
2.33,
2,
0,
0,
0,
0,
0,
13.16,
0,
31.03,
0,
0,
0,
0,
0,
7.69,
18.42,
10.2,
8.16,
8.16,
0,
46.67,
7.14,
0,
17.31,
17.31,
17.31,
17.31,
17.31,
17.31,
7.14,
3.33,
2.48,
2.89,
4.92,
3.33,
0,
2.94,
0,
6.25,
0,
0,
3.7,
1.79,
3.33,
3.33,
2.17,
0,
0,
0,
29.63,
29.63,
28.89,
4.55,
0,
0,
0,
0,
0,
0,
0,
16.67,
0,
0,
0,
0,
5.56,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
6.35,
5.56,
6.67,
22.22,
1.16,
0,
16.28,
4.41,
5.88,
0,
0,
0,
1.11,
0,
23.08,
25,
16.67,
26.32,
22.54,
16.67,
14.67,
14.29,
15.12,
14.29,
30,
0,
3.7,
3.7,
0,
0,
0,
0,
22.67,
13.95,
5.95,
5.95,
19.57,
0,
3.68,
3.68,
3.68,
25,
25,
0,
0,
0,
18.54,
53.57,
32.14,
50,
25,
53.57,
10,
27.59,
8.96,
19.61,
0.78,
0,
0.8,
27.06,
4.64,
5.96,
14.29,
2.14,
1.79,
1.79,
21.33,
13.04,
13.04,
13.04,
10.87,
24,
26,
0.89,
1.79,
1.79,
1.79,
0.45,
4.46,
0.45,
0.89,
0,
0,
25,
25,
0,
20,
20,
0,
0,
25,
0,
16.67,
16.67,
16.67,
0,
13.04,
6.25,
19.05,
19.05,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.41,
0.82,
0,
7.78,
17.78,
17.78,
17.78,
9.52,
10.2,
8.84,
10.2,
12.24,
10.2,
7.69,
9.62,
7.41,
7.81,
0,
3.45,
7.14,
0,
8.93,
10.64,
7.14,
0,
25,
0,
0,
25,
0,
0,
0,
0,
0,
25,
18.37,
20.41,
20.41,
17.17,
17.17,
18.18,
28.57,
35.71,
32.14,
35.71,
32.14,
35.71,
35.71,
35.71,
3.33,
0,
3.7,
1.92,
0,
3.33,
0,
3.33,
0,
1.79,
0,
0,
0,
0,
0,
10,
0,
10,
10,
6.67,
10,
10,
10,
14.29,
14.29,
14.29,
10.71,
32.14,
28.57,
0,
0,
13.64,
30.3,
27.27,
25,
21.13,
21.13,
21.13,
22.54,
0,
1.79,
1.79,
13.33,
16.67,
20,
18.18,
19.23,
17.95,
5.36,
4.29,
9.62,
9.62,
9.62,
0,
16.67,
16.67,
18.52,
12.14,
11.03,
11.95,
0,
0.77,
17.7,
16.81,
17.65,
6.41,
4.49,
20.41,
18.37,
20,
13.24,
12.5,
12.5,
12.5,
12.5,
20,
10,
10,
12.5,
10,
12,
16,
14,
20,
14,
0,
0,
0,
0,
0,
50,
20,
14,
16,
12.5,
25,
25,
23.68,
15.79,
25,
21.43,
15.62,
17.19,
8.39,
11.51,
25,
12.5,
25,
25,
12.5,
25,
25,
21.18,
16.67,
3.28,
0.89,
9.38,
27.59,
0,
0,
0,
30,
0.88,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.81,
1.22,
2.03,
0.2,
0.8,
30.3,
33.33,
0,
0,
9.23,
9.38,
9.38,
7.14,
0,
0,
6.25,
0.77,
0,
0,
0,
0,
0,
50,
46.88,
0,
0,
0,
18.18,
18.18,
18.18,
18.18,
18.18,
18.18,
46.43,
6.67,
0,
0,
10.94,
9.38,
9.38,
18.75,
18.42,
0,
0,
2.5,
13.33,
0,
0,
6.67,
0,
0,
13.95,
13.95,
16.28,
13.95,
20.93,
13.95,
16.28,
13.95,
13.95,
20.18,
13.16,
31.52,
14.04,
15.79,
20.18,
17.54,
16.67,
12.8,
12.8,
12,
12,
12.8,
12.8,
12,
12.8,
12.8,
35.71,
6.25,
67.86,
19.44,
7.35,
0,
0,
0,
100,
30,
2.97,
14.17,
10.17,
0,
0,
2.94,
1.28,
1.28,
36.67,
51.72,
51.72,
51.72,
0,
0,
4.84,
0,
30,
0,
16.67,
16.67,
36.67,
36.67,
19.44,
0,
0,
0,
0,
0,
0,
15.62,
19.51,
0,
0,
24,
0,
0,
14.29,
14.29,
28.57,
26.67,
0,
13.89,
0,
0,
0,
0,
1.43,
0,
0,
36.67,
0,
7.58,
0,
16.67,
16.67,
15,
15,
16.67,
0,
9.38,
0,
4.41,
4.17,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
1.28,
8.93,
0.59,
0.78,
0.78,
4.49,
5.13,
4.49,
4.49,
4.49,
4.49,
3.85,
1.76,
3.91,
3.91,
3.52,
5.81,
6.4,
5.88,
4.65,
4.65,
0,
0,
0,
0,
0.71,
0.89,
1.17,
1.42,
1.78,
3.2,
0,
0.36,
1.25,
0,
0.31,
0,
0,
0,
0,
0,
0,
25,
25,
22.5,
17.5,
0,
17.65,
0,
0,
1.26,
1.52,
1.52,
22.35,
15.04,
18.58,
15.04,
15.04,
15.93,
17.7,
15.79,
15.79,
16.67,
16.67,
15.79,
15.79,
30,
18.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.64,
0,
0,
0,
0,
0,
7.32,
0,
0,
0,
0,
28.95,
0,
0,
21.43,
7.32,
28.57,
0,
0,
0,
17.5,
28.95,
35,
0,
0,
0,
0,
0,
0,
0,
0,
19.05,
0,
9.21,
0,
0,
50,
2.94,
2.94,
9.7,
0.89,
0,
0,
0,
0,
0,
1.47,
1.47,
1.47,
1.47,
1.47,
1.47,
1.47,
1.76,
3.53,
8.24,
0,
2.94,
4.12,
2.94,
2.94,
0,
0,
0,
0,
8.37,
7.93,
0,
3.96,
0,
0,
3.52,
0.5,
5.3,
4.71,
5.49,
100,
7.45,
12.77,
6.38,
5,
51,
6.71,
1.43,
1.43,
12.5,
12.5,
3.33,
10,
5,
10,
12.5,
0,
5,
5,
10,
25,
0,
0,
0,
12.5,
0,
18.75,
43.75,
31.25,
0,
4,
4,
2,
2,
2,
2,
16,
2,
0,
2.35,
12.5,
8.89,
0,
7.87,
2.86,
7.5,
6.36,
1.54,
1.54,
3.52,
3.52,
1.36,
1.53,
1.27,
1.48,
39.29,
25,
50,
1.18,
0.7,
1.18,
17.86,
2.68,
3.85,
0,
0,
0,
5,
46.67,
2,
0,
0,
0,
0,
35,
35,
20,
35,
5,
5,
7.5,
10,
0,
37.5,
40,
40,
37.5,
40,
2.17,
29.03,
15,
50,
42.86,
25,
10,
4,
2.17,
2,
12.5,
0,
2.5,
18,
1.69,
1.48,
0,
2.08,
1.04,
0,
53.12,
53.12,
53.12,
6.25,
4.55,
15.15,
0,
0,
3.75,
3.75,
0,
0,
0,
0,
0,
1.77,
0,
0,
10,
12.73,
2.02,
2.02,
2.02,
0,
20.75,
23.2,
18.87,
17.86,
4.29,
4.29,
0,
8.45,
2.04,
1.02,
1.02,
0.59,
0,
0,
0,
0,
0,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0.38,
0,
0,
0,
0,
0,
0,
0,
0,
6.96,
5.71,
0,
2.21,
6.19,
26.58,
20.59,
20.59,
3.1,
16.07,
21.43,
16,
17.33,
17.33,
20,
3.3,
14,
32.1,
32.14,
32.14,
28.57,
28.57,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.1,
31.58,
28.07,
21.43,
21.43,
21.74,
8.89,
7,
7,
0,
0,
0,
7.3,
7.3,
7.3,
28.5,
33.33,
33.33,
33.33,
33.33,
0.625,
27.43,
9.41,
9.41,
9.41,
8.24,
8.24,
35.71,
35.71,
39.29,
35.71,
35.71,
33,
45.6,
14,
43.4,
20,
19.44,
16.67,
29.17,
1.4,
17.7,
13.3,
0,
0,
8.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.82,
0,
0,
9.21,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
50,
0,
35,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
0.41,
3.57,
31.58,
0,
0,
0,
0,
0,
0,
0,
25,
0,
0,
0,
0,
0,
7.5,
0,
0,
0,
1.43,
35,
0,
0,
0,
0,
0,
0,
50,
28.57,
53,
32.14,
10,
1.43,
28.57,
0,
0,
19.35,
8.33,
46.67,
0,
0,
0,
11.94,
13.43,
13.24,
11.94,
11.94,
14.93,
10.14,
11.94,
10.45,
10.45,
13.04,
1.69,
10.45,
10.45,
10.45,
14.93,
11.94,
8.96,
10.45,
13.43,
0,
0,
0,
11.5,
16.67,
30,
13.33,
3.08,
2.56,
27.5,
27.5,
27.91,
44.74,
21.95,
36.36,
38.46,
32.56,
25.58,
30.23,
46.51,
0,
0,
0,
21.43,
20.51,
15,
40,
30,
43.33,
30,
53.33,
46.67,
30,
27.5,
30,
26.67,
26.67,
26.32,
24.56,
6.03,
17.5,
17.5,
17.5,
37.5,
25,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.67,
4.29,
8,
6.25,
0,
1.19,
1.6,
13.33,
16.67,
2.5,
0,
0,
0,
17.86,
53.57,
57.14,
53.57,
52.38,
57.14,
0,
0,
71.43,
57.14,
53.57,
27.27,
50,
37.14,
31.91,
32.26,
6.67,
28.57,
46.43,
46.43,
28.57,
53.57,
25,
25,
0,
21.43,
21.43,
26.67,
16.13,
0,
0,
27.91,
37.14,
50,
0,
0,
0,
0,
0,
0,
1.27,
1.27,
0.63,
0,
0,
0,
0,
21.88,
0,
30,
34.48,
53.57,
57.14,
46.43,
46.43,
19.23,
23.33,
30,
50,
17.65,
0,
0,
0,
0,
0,
0,
0,
0,
28.57,
16.67,
54.76,
50,
46.43,
46.43,
0,
20.59,
21.21,
27.91,
32.56,
0,
0,
0,
0,
0,
0,
0,
25,
3.57,
0,
28.57,
27.91,
20,
22.5,
44.83,
46.43,
0,
19.23,
32.35,
50,
21.43,
16.07,
16.07,
21.43,
39.29,
39.29,
42.86,
85.71,
85.71,
71.43,
51.35,
37.84,
32.43,
32.43,
32.43,
45.95,
29,
0,
28.57,
25,
28.57,
32.14,
28.57,
25,
28.57,
28.57,
32.14,
35.71,
32.14,
25,
32.14,
35.71,
32.14,
35.71,
35.71,
32.14,
32.14,
32.14,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
17.86,
17.86,
25,
33.33,
1.79,
1.79,
39.29,
39.29,
39.29,
39.29,
39.29,
34.2,
26.67,
26.67,
25.45,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.68,
0,
0.152,
0.15,
0,
0,
0,
0,
0,
0,
1.25,
1.11,
1.11,
0.77,
1.07,
0,
0,
0,
0,
1.07,
1.07,
1.07,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.68,
0,
0.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.7,
35.3,
9.52,
3.2,
1.61,
0,
0,
78.57,
4.39,
4.39,
4.71,
1.7,
30,
33.33,
30,
26.67,
26.67,
20,
30,
26.67,
26.67,
23.33,
23.33,
23.33,
20,
20,
23.33,
26.67,
23.33,
26.67,
23.33,
20,
26.67,
20,
30,
23.33,
26.67,
20,
23.33,
23.33,
23.33,
0,
0,
0,
0,
0,
0,
31.43,
37.5,
30.77,
30.77,
33.33,
32.14,
33.33,
0,
0,
39.29,
30.95,
30.95,
27.69,
16.25,
12.22,
1.79,
0,
0,
3.57,
2.38,
0,
1.79,
0,
0,
0,
0,
46.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.31,
16.13,
15.62,
0,
0,
0,
0,
0,
50,
41.18,
15.62,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.9,
4.9,
8.6,
0,
1.7,
0.6,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.72,
1.79,
4.46,
1.79,
1.79,
1.79,
1.79,
1.79,
15,
1.82,
0,
42.86,
8.93,
8.93,
8.93,
8.93,
5.9,
0,
0,
0,
0,
0,
0,
1.8,
5.36,
0,
5.36,
25.93,
15.29,
4.17,
2.08,
20,
7.06,
25.33,
0,
0,
11.11,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.79,
1.79,
1.79,
1.79,
20,
0.5,
35.71,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
40.48,
33.33,
33.33,
38.1,
21.43,
17.86,
11.9,
30.95,
19.05,
30.95,
3.33,
2.08,
2.08,
1.25,
3.33,
3.33,
3.33,
0,
0,
0,
0.83,
10,
20,
10.74,
0.88,
7.02,
6.25,
0,
23.01,
1.75,
20,
22.22,
17.78,
20,
7.14,
2.63,
8.22,
9.68,
7.03,
20,
20,
18.18,
9.52,
9.77,
7.41,
18.18,
17.14,
18.57,
15.62,
21.88,
19.3,
21.05,
21.05,
15.79,
22.81,
17.7,
3.65,
4.17,
5.21,
10.4,
21.05,
6.25,
12.67,
13.24,
5.88,
18.58,
19.47,
20.2,
6.12,
8.16,
1,
25.48,
25,
7.14,
9.52,
5.36,
0,
0,
0,
0,
0,
0,
0,
29.7,
5.29,
22.86,
22.86,
22.86,
9.5,
17.54,
0,
0,
0,
0,
17.54,
17.54,
17.54,
17.54,
0,
17.54,
20,
5.81,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.71,
0,
0,
18.42,
18.87,
25.53,
0,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
35.71,
0,
0,
0,
0,
0,
0,
36.67,
0,
0,
0,
0,
33.33,
33.33,
36.67,
0,
0,
6.67,
10,
36.67,
0,
0.2,
0,
0,
0,
0,
0,
15.15,
31.37,
15.15,
22.58,
18.18,
30.95,
30.95,
30.95,
30.95,
30.95,
30.95,
31.37,
31.37,
31.37,
28.57,
4.46,
4.46,
17.86,
21.43,
17.86,
16.07,
9.6,
8.59,
17.86,
14.77,
8.67,
14.36,
8.57,
18.1,
0,
16.67,
12.5,
15.91,
8.57,
10.71,
7.14,
33.33,
30,
12.5,
13.33,
15,
23.33,
26.67,
46.43,
20,
21.05,
21.05,
23.68,
18.33,
21.43,
17.86,
21.43,
21.43,
17.86,
21.43,
21.43,
0,
7.89,
6.34,
6.34,
6.34,
9.68,
9.68,
23.3,
7.89,
7.89,
23.33,
15,
20,
23.33,
15,
13.33,
20,
16.67,
23.33,
0,
8.77,
7.89,
7.89,
6.34,
10.87,
20.99,
13.33,
6.94,
9.88,
9.72,
26.67,
7.14,
7.14,
6.17,
9.88,
0,
14.71,
14.71,
14.71,
14.71,
10,
6,
14,
16.67,
23.33,
5.64,
5.63,
4.73,
5.63,
4.93,
6.34,
4.93,
8.65,
9.88,
21.43,
0,
12.5,
10.71,
2.65,
2.65,
3.57,
12.12,
26.67,
46.43,
50,
9.38,
9.38,
23.33,
26.67,
26.67,
50,
7.69,
5.63,
7.69,
5.29,
7.38,
7.04,
0,
15.38,
21.25,
15,
16.67,
12.5,
11.76,
16.67,
13.16,
14.29,
11.76,
7.5,
17.7,
15.49,
14.66,
16.38,
14.08,
14.29,
13.16,
13.33,
15.97,
15,
18.52,
17.31,
12.5,
15.62,
17.95,
16.46,
16.98,
15.49,
0,
0,
0,
0,
0,
0,
0,
40.48,
7.14,
6.67,
4.44,
4.44,
4.26,
4.44,
7.14,
3.57,
2.38,
2.38,
3.57,
3.57,
2.7,
5,
3.57,
8.57,
6.98,
15.79,
16.7,
15.9,
0.59,
10.8,
0,
3.57,
3.57,
3.57,
31.82,
32.5,
32.5,
32.14,
32.5,
33.33,
35,
35,
33.33,
15.18,
41.67,
0.8,
1.34,
2.98,
5.21,
9.68,
1.48,
0,
6,
6,
6,
6,
93.33,
0,
93.33,
0,
0,
30.65,
1.25,
0.42,
44.19,
44.19,
44.19,
29.03,
23.53,
0.28,
26.37,
30.65,
0,
2.38,
33.33,
0,
0,
0,
0.88,
30.65,
46.43,
28.57,
20.83,
18.75,
0,
0,
93.33,
0,
0,
21.43,
28.57,
32.14,
28.57,
25,
21.43,
25,
18,
18,
50,
53.57,
0,
10,
20,
50,
33.33,
29.03,
0,
17.86,
93.33,
10.81,
0,
0,
32.14,
0,
0.39,
0,
15.18,
10.71,
0.39,
0,
0,
1.43,
0,
35.71,
35.71,
46.43,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
36.67,
30,
33.33,
0,
0,
0,
40,
46.67,
40,
30.36,
16.07,
15.29,
22.4,
3.33,
2.08,
0,
0,
4.42,
4.42,
0.88,
1.04,
2.08,
3.33,
0,
1.56,
0.21899999999999997,
15.9,
28.57,
28.57,
28.57,
28.57,
28.57,
25,
28.57,
28.57,
28.57,
28.57,
28.57,
26.9,
27.4,
4.65,
30.6,
26.5,
28,
3.49,
28,
23.1,
3.5,
23.1,
25,
4.5,
28,
19.2,
17.5,
16.7,
16.7,
20,
16.7,
16.7,
3.49,
32.4,
25.3,
25.9,
30.4,
30,
19.2,
14.5,
26.9,
26.9,
17.1,
18.1,
3.5,
53.33,
53.33,
50,
51.16,
53.33,
52,
53.33,
50,
50,
53.33,
53.33,
53.33,
53.33,
50,
53.33,
49.4,
52.1,
52.1,
49.4,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
46.67,
24.68,
46.67,
7.91,
46.67,
46.67,
46.67,
46,
46.67,
46.67,
46,
46,
46,
46,
46,
46.67,
46.67,
46.67,
46.67,
46,
45.2,
46.67,
46.67,
25,
46,
46,
46,
46.67,
46.67,
25.71,
25.71,
46,
25.71,
25.71,
46.67,
65.2,
46.67,
0.1,
12.86,
12.86,
12.86,
21.43,
0,
0,
0,
0,
0.41,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.26,
3.66,
2.5,
0,
1.9,
0,
0.77,
17.86,
0,
21.21,
21.21,
21.21,
24.24,
0,
0,
0,
0,
0,
0,
0,
5.56,
0,
0,
0,
25.71,
0,
25,
25,
0,
8.33,
10,
25,
4.55,
0,
8.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
0,
0,
0,
0,
12.5,
3.98,
1.18,
5.88,
7.14,
8.24,
0,
2.42,
2.42,
0,
0,
0,
12.3,
0.5,
23.68,
36.84,
23.68,
23.68,
20.45,
43.33,
33.33,
46.15,
23.68,
23.68,
23.68,
23.68,
23.68,
23.68,
23.68,
29.03,
32.14,
24.32,
24.32,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.08,
1.22,
0,
1.05,
1.35,
0,
0,
0,
1.18,
0.6,
0,
0,
0,
0,
1.1,
0,
0,
0,
5.65,
0,
4.46,
1.74,
3.17,
1.94,
3.6,
5.49,
0,
1.6,
5.45,
4.49,
4.69,
0.88,
3.29,
3.68,
1.87,
4.49,
1.11,
0,
0,
0,
0,
0.56,
0,
0,
0,
0.57,
0,
0,
2.33,
2.41,
2.35,
1.69,
1.58,
0,
2.13,
0,
0,
0,
0,
0,
1.11,
1.56,
2.6,
2.34,
0.67,
2.21,
1.43,
1.27,
0,
5.36,
0,
3.24,
2.76,
2.04,
0.85,
0.62,
4.11,
3.26,
3.31,
1.11,
0,
0,
6.67,
0,
0.57,
4.39,
1.46,
1.88,
0.67,
2.38,
2.46,
1.96,
0,
0,
0,
0.54,
0,
0,
0,
0,
0,
2.86,
2.84,
0.95,
2.57,
2.72,
3.23,
2.33,
2.46,
2.41,
3.26,
2.34,
2.57,
2.21,
0,
0,
2.27,
2.13,
2.35,
2.29,
2.44,
2.33,
2.35,
2.08,
2.48,
1.88,
2.31,
2.28,
1.98,
2,
3.47,
3.27,
2.36,
1.81,
1.52,
1.88,
1.46,
3.01,
2.91,
0,
0,
0,
0.53,
1.23,
1.59,
2.47,
1.76,
2.54,
2.5,
5.04,
4.5,
3.27,
4.13,
1.35,
0,
0,
0,
0.58,
0,
2.15,
0,
0,
0.46,
1.11,
2.19,
0,
2.58,
1.63,
0,
0,
0,
0,
0,
0,
60.71,
6.98,
6.98,
0,
19,
0,
0,
0.68,
0.68,
0.68,
0.68,
0.68,
0.68,
7.29,
19.35,
19.35,
17.24,
43.33,
7.27,
5.45,
16.36,
14.29,
0,
0,
0,
0,
14.08,
14.08,
15.49,
14.08,
15.79,
10.58,
10.94,
14.06,
10.94,
12.5,
14.06,
29.85,
29.85,
29.82,
0,
22.86,
17.14,
24,
20,
22.86,
1.2,
12.39,
12.39,
12.39,
23.08,
12.71,
8.91,
14.63,
17.3,
3.23,
3.63,
4.84,
3.63,
4.1,
2.8,
35.71,
0.29,
1.82,
5.29,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
4.46,
4.46,
4.46,
1.79,
4.46,
4.46,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0.5,
21.74,
20.45,
16.07,
10.99,
12.09,
25,
18.82,
14.29,
0,
0,
0,
7.69,
15,
10,
23.08,
26.92,
15.38,
11.54,
12.5,
15.38,
19.23,
15.38,
12.5,
15.9,
15.38,
23.08,
5,
45,
15,
17.2,
7.2,
7.58,
30,
10,
16.67,
10.4,
5,
26.67,
5.26,
14.08,
3.53,
11.97,
5.63,
9.86,
11.97,
4.93,
10.56,
10.53,
5.63,
1.43,
1.43,
1.43,
1.79,
9.38,
7.5,
0,
0.89,
0,
1.43,
8.57,
2.86,
1.43,
1.79,
0.89,
1.43,
1.43,
2.14,
2.14,
1.43,
1.79,
1.79,
8.57,
8.04,
4.42,
8.57,
1.9,
1.9,
1.9,
1.9,
1.9,
14.04,
25.93,
14.29,
20,
21.21,
2.33,
30,
32.14,
32.14,
21.43,
32.14,
21.43,
21.43,
21.43,
30,
30,
23.68,
15,
23.81,
32.14,
28.57,
21.05,
78.57,
50,
0.97,
1.1,
17.86,
32.14,
25,
21.43,
32.14,
21.43,
32.14,
30,
28.57,
23.81,
30,
32.14,
17.86,
25,
32.14,
20,
0,
0,
21.43,
8.06,
4.19,
8.06,
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,
6.78,
7.69,
0,
0,
0,
0.8,
0.38,
0.8,
0.8,
1.2,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
93.33,
0,
93.33,
0,
0,
0,
50,
50,
0,
0,
0,
0,
56.25,
0,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.94,
0,
6.67,
10,
0,
0.8,
0,
0.4,
0,
0,
1.21,
0.4,
0,
0.8,
10.17,
0,
28.57,
0,
0,
4.45,
6.48,
1.15,
0,
3.25,
1.63,
5.69,
25,
25,
3.28,
0,
0,
0,
0,
0,
22.22,
0,
7.14,
0,
0,
12.5,
6.25,
6.41,
4.65,
0,
50,
50,
50,
0,
0,
50,
21.43,
22.73,
22.73,
22.73,
18.18,
12.39,
0,
0,
0,
0,
0.83,
10.59,
9.41,
7.56,
0,
0,
0,
0,
5.69,
5.69,
46.67,
46.67,
17.65,
0,
0,
0,
20,
6.25,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
75,
16.67,
0,
10,
0,
0,
10.53,
26.67,
0,
0,
8.93,
8.93,
8.93,
8.93,
8.93,
8.93,
16.28,
16.28,
12.5,
17.86,
32.14,
33.33,
28.57,
28.57,
28.57,
0,
0,
0.88,
0.88,
0,
28.57,
3.64,
4.45,
1.2,
0,
0,
0,
0,
0,
0,
0,
53.57,
0,
0,
1.79,
3.75,
0,
0,
0,
0,
0,
57.14,
57.14,
50,
53.57,
0,
0,
0,
27.27,
30.3,
24.24,
0,
6.76,
0,
0,
1.02,
0,
0,
0,
6.9,
14.29,
46.67,
0,
0,
0,
0,
0,
28.57,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.66,
0,
0,
5.36,
7.14,
5.36,
3.57,
0,
0,
1.69,
5,
0,
0,
0,
0,
4.03,
12.2,
16.22,
8.54,
0,
21.43,
2.68,
9.38,
12.31,
50,
50,
33.33,
3.57,
1.85,
0,
19.35,
20.59,
30,
27.27,
21.21,
28.12,
17.65,
0.41,
0,
20.69,
20.69,
5,
3.75,
0,
0,
0,
1.14,
1,
0,
46.88,
46.88,
0,
53.12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
4.55,
17.5,
6.25,
17.86,
17.86,
28.57,
28.57,
2,
1.79,
0,
0,
0,
27.27,
2.63,
0.77,
1.67,
0,
0,
0,
0,
0,
1.2,
0.4,
0,
0,
0,
5.38,
1.15,
0,
0,
0,
57.14,
0,
3.57,
0,
0,
0,
0,
0,
2.02,
2.02,
0,
1.46,
1.46,
3.98,
4.42,
2.21,
3.33,
0,
10,
8.33,
10,
16.67,
16.67,
16.67,
0,
0,
3.33,
2.27,
3.12,
2.56,
16.92,
19.67,
10.45,
11.94,
13.43,
9.23,
10.77,
10.77,
13.85,
10.77,
10.77,
0,
9.23,
10.77,
12.31,
12.31,
12.31,
10.77,
10.77,
10.77,
0,
50,
50,
10.77,
10.77,
10.77,
10.77,
9.23,
12.31,
9.23,
10.77,
18.42,
19.64,
0.78,
0,
0,
8.84,
9.52,
20,
10,
14,
14,
12,
20,
16,
0.89,
0.77,
50,
32.14,
0,
0,
1.43,
0,
28.57,
33.33,
28.57,
10.53,
8.93,
8.93,
8.93,
32.14,
32.14,
32.14,
25,
0,
35.71,
0,
0,
0.88,
3.98,
0,
31.58,
0,
0,
35.71,
25,
28.57,
0.39,
0.39,
21.05,
1.11,
0,
32.14,
28.57,
32.14,
0,
0,
0,
0,
0,
0,
1.95,
0,
10.78,
6.9,
3.12,
0,
0,
20,
0,
0,
0,
1.19,
0,
0,
0,
0,
0,
7.69,
0,
0,
0,
2,
3.12,
1.79,
0,
0,
5.36,
7.14,
5.36,
3.57,
5.29,
11.76,
50,
78.57,
57.14,
1.69,
10.2,
0,
0,
23.21,
4.03,
2.68,
2.68,
9.38,
50,
50,
33.33,
3.57,
19.35,
20.59,
30,
27.27,
28.12,
17.65,
2.78,
0,
16.28,
20.69,
32.14,
21.88,
2.72,
22.81,
15.79,
0,
42.86,
46.43,
5.08,
10.53,
0.59,
0,
9.52,
5.95,
5.95,
5.95,
0,
0,
11.76,
9.6,
5.15,
0,
7.14,
7.14,
7.14,
7.14,
0,
0,
0,
12.7,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
3.57,
3.57,
25,
30,
0,
7.5,
0,
1.56,
0,
0,
0,
0,
0.89,
0.89,
0.89,
0.89,
0.89,
0.89,
0.89,
0,
17.86,
28.57,
25,
17.86,
25,
25,
21.43,
17.86,
4.41,
2.94,
4.41,
4.41,
17.86,
21.43,
17.9,
25,
25,
17.86,
17.86,
17.86,
25,
19.05,
17.86,
25,
17.86,
32.14,
17.86,
25,
25,
25,
25,
12.5,
5.36,
4.35,
6.52,
4.35,
19.05,
0,
1.74,
0,
0,
10,
10,
30,
0,
0,
3.33,
2.08,
1.04,
2.08,
0,
0,
4.42,
0,
32.14,
0,
0,
0,
0,
0,
0,
6.41,
0,
11.9,
0,
0,
0,
8.6,
20,
53.33,
46.67,
33.33,
0,
60,
4.12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.36,
25,
25,
25,
25,
28.57,
5.32,
28.57,
21.43,
25,
25.93,
30.77,
30.43,
26.92,
25,
25,
25,
21.43,
21.43,
25,
21.43,
25,
25,
25,
25,
25,
16.07,
17.86,
25,
25,
25,
25,
25,
25,
25,
21.43,
21.43,
25,
28.57,
28.57,
12,
19.05,
0.4,
5,
5,
0,
0,
93.33,
0,
28.12,
3.12,
25,
25,
25,
15.62,
5.36,
15.62,
15.62,
3.12,
3.12,
21.43,
21.43,
14.29,
3.12,
3.12,
4.69,
2.7,
2.7,
5.36,
26.19,
21.43,
21.43,
15.79,
28.57,
22.73,
22.73,
22.73,
24.24,
21.88,
21.43,
22.73,
18.75,
21.43,
21.43,
21.43,
21.88,
21.43,
22,
22,
24,
21.43,
16.07,
15.29,
23.89,
2.7,
2.2,
35.71,
0,
0,
50,
7.69,
0,
21.43,
3.57,
75,
10.71,
64.29,
36.67,
32.14,
28.57,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
35.71,
35.71,
8.04,
1.58,
2.11,
1.58,
1.79,
4,
3.49,
3.49,
2.38,
0,
83.33,
1.92,
28.12,
78.57,
33.33,
26.67,
20,
15,
42.86,
42.86,
50,
50,
3.7,
24.24,
24.24,
3.85,
32.14,
13.57,
39.29,
39.29,
50,
50,
50,
50,
28.57,
0.5,
4.17,
6,
10.87,
2.78,
3.03,
2.5,
16.7,
14.3,
16.7,
3.33,
7.14,
7.14,
6.12,
4.69,
3.7,
3.7,
5.36,
16.07,
14.3,
3.49,
3.49,
0,
11.25,
0,
0,
16.7,
15.52,
15,
1.39,
1.02,
5.56,
30,
8.57,
18.2,
14.3,
17.24,
17.24,
2.7,
5.66,
1,
3.51,
2.04,
5.36,
3.85,
5.56,
0,
7.14,
7.81,
1.85,
31.58,
10.61,
17.3,
17.2,
30,
12,
11.11,
11.11,
4.44,
20,
40,
12.5,
8.33,
6.67,
20,
16.33,
19.05,
16.67,
20.41,
10.53,
2.68,
0,
7.14,
7.14,
5.36,
7.14,
41.38,
13.1,
6.9,
0,
0,
0,
0,
16.7,
1.79,
1.79,
18.5,
11.67,
20,
1.07,
0.36,
18.89,
0,
0.68,
22.5,
0.29,
0,
18.89,
0,
0,
10,
19,
0,
0,
0,
0,
2.35,
0.6,
14.5,
10,
25,
0,
0.29,
0,
0,
0,
0,
0,
0.20800000000000002,
0.5,
0,
10,
0,
0,
0,
0,
6.67,
3.33,
21.11,
0,
3.33,
0,
0,
0,
5.33,
0,
0,
1.5,
1.6,
4.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.3,
0.76,
0,
3.33,
12.79,
14.12,
13.13,
13.64,
12.33,
15.66,
11.24,
14.71,
14.29,
1.79,
12.5,
11.76,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20.2,
10.59,
0,
8.93,
21.05,
9.73,
9.73,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
2.63,
2.63,
5.26,
7.02,
7.02,
7.02,
7.02,
93.33,
93.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.21,
9,
16,
0.5,
0,
0,
3.51,
0,
7.5,
10.41,
3.92,
5.1,
7.84,
2.35,
5.1,
4.71,
7.45,
2.35,
4.31,
4.71,
6.67,
8.82,
11.43,
8.9,
7.65,
1.77,
2.21,
2.63,
4.39,
7.75,
4.23,
5.63,
3.17,
9.21,
9.21,
3.54,
7.96,
10.62,
4.42,
10.59,
12.18,
4.12,
4.55,
3.53,
3.57,
28.57,
25,
3.57,
3.57,
2.63,
3.57,
4.71,
4.12,
4.71,
0.89,
20.9,
30,
30,
9.8,
0,
0,
1.67,
2.08,
1.67,
0.5,
6.36,
2.73,
5.81,
5.81,
5.26,
2.12,
16.67,
12.5,
2.32,
19.64,
5.3,
7.2,
7.08,
5,
5,
10.17,
6.32,
12.71,
11.54,
23.08,
23.08,
23.08,
23.08,
26.92,
26.92,
28.57,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
28.4,
33,
42.86,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
3.33,
0,
0,
3.33,
3.33,
3.33,
3.33,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
1.04,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
0,
0.83,
3.12,
1.39,
1.39,
1.39,
1.39,
1.09,
1.09,
1.09,
1.09,
1.39,
0,
0.83,
0.83,
0.83,
0.83,
4.35,
32.35,
4.35,
2.78,
2.78,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
32.14,
2.68,
2.68,
3.57,
3.57,
3.85,
1.79,
3.57,
21.74,
3.57,
34.62,
42.31,
23.53,
3.57,
21.43,
3.57,
3.57,
7.14,
5.36,
3.57,
3.57,
3.57,
42.86,
14.29,
0,
2.08,
7.5,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
1.79,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.85,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
2.78,
2.78,
3.57,
3.57,
3.57,
4.29,
3.57,
3.57,
3.57,
3.57,
7.14,
5.36,
5.36,
28.57,
3.57,
20.83,
20.83,
42.86,
42.86,
3.57,
3.57,
5.36,
34.78,
46.43,
33.33,
33.33,
33.33,
28.57,
25,
20.93,
25,
33.33,
25,
33.33,
28.57,
8.93,
23.81,
33.33,
33.33,
28.57,
28.57,
28.57,
28.57,
33.33,
38.1,
38.1,
28.57,
32.14,
39.53,
33.33,
21.43,
38.1,
8.93,
25,
32.56,
13.95,
8.93,
25,
25,
25,
18.6,
19.05,
25,
17.86,
25,
32.14,
20.93,
28.57,
33.33,
20.93,
21.43,
21.43,
21.43,
28.57,
28.57,
46.15,
31.58,
28,
29.41,
28,
31.43,
28,
34.78,
0,
0,
0,
0,
0,
0,
0,
0,
0.5,
37.5,
37.5,
45,
66.67,
53.33,
73.33,
73.33,
64.29,
67.74,
66.67,
66.67,
63.33,
9.09,
45,
25,
0,
1.75,
0,
0,
0,
3,
3.2,
0,
1.75,
1.75,
0.88,
1.75,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3,
0,
0,
3,
3.57,
1.2,
2.8,
3.2,
3.6,
4,
1.6,
2.27,
2.86,
0,
0.8,
56,
56,
4.71,
0.59,
0.59,
3.8,
0,
0,
0,
50,
78.57,
0,
15.91,
0,
0,
0,
0,
0,
0,
0.44,
0,
0,
0,
0,
0,
0,
0,
7.14,
0.36,
4.17,
0,
0.44,
0.44,
18.75,
5.56,
15,
1.67,
0.83,
6.03,
6.03,
0,
0,
14.29,
5.6,
11.11,
0,
0,
0,
0.88,
0,
0,
0.44,
0.3,
0.3,
0.3,
0,
0.5,
11.54,
1.76,
2.64,
4.85,
10.64,
10.59,
5.88,
10.59,
17.65,
17.86,
19.29,
0,
0,
1.52,
6.67,
13.49,
13.49,
13.49,
6.56,
6.56,
6.85,
6.85,
17.7,
12.68,
21.33,
62,
21.43,
64.29,
21.43,
32.14,
35.71,
21.43,
32.14,
39.29,
28.57,
28.57,
32.14,
17.86,
32.14,
17.86,
10.71,
8.93,
21.43,
32.14,
32.14,
32.14,
32.14,
35.71,
32.14,
28.57,
39.29,
28.57,
21.43,
29.41,
22.35,
29.41,
29.41,
29.41,
29.41,
29.41,
4.85,
7.49,
10.13,
7.49,
5.73,
3.96,
5.29,
7.93,
10.13,
5.73,
7.49,
3.52,
7.93,
7.93,
6.17,
4.85,
7.49,
11.01,
8.81,
7.93,
4.85,
6.61,
8.37,
4.85,
3.96,
0.66,
5.29,
5.73,
5.73,
1.43,
0,
23.08,
13.33,
21.18,
15.29,
18.18,
11.86,
11.86,
11.86,
15.25,
12.73,
12.73,
6.25,
11.76,
6.25,
18.18,
23.68,
21.43,
12.96,
18.18,
18.18,
18.18,
19.23,
17.31,
13.56,
24,
19.44,
24.24,
10.77,
23.08,
23.08,
0,
18.42,
18.42,
18.4,
0.5,
1.92,
2.04,
0.5,
0.5,
1.9,
3.2,
2.35,
1.22,
4.49,
0,
1.84,
0.82,
0.41,
0.41,
1.22,
4.9,
4.08,
4.49,
5.99,
5.99,
1.23,
9.09,
4.17,
5.83,
2.92,
7.5,
1.67,
6.12,
1.22,
2.45,
0,
5.29,
4,
23.64,
18.18,
18.18,
2.83,
6.92,
3.53,
6.01,
7.07,
0,
0,
0,
12.94,
21.25,
21.25,
21.25,
21.25,
25,
20,
18.18,
18.18,
26.79,
16.07,
16.07,
16.07,
17.86,
16.07,
13.79,
13.79,
16.07,
16.07,
19.23,
15,
16.07,
15.62,
21.43,
16.07,
20,
25.49,
26.79,
35.19,
25.49,
25.49,
14.29,
25.49,
17.86,
18.75,
14.58,
17.78,
17.78,
17.78,
22.22,
16.16,
18.87,
16.98,
7.33,
10.59,
1.76,
11.32,
10.61,
8.13,
6.41,
7.69,
5.77,
8.36,
9.4,
18.85,
15.57,
18.85,
15.57,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.59,
0,
0,
1.18,
25,
25,
25,
25,
32.14,
25,
21.43,
25,
0,
0,
0,
0,
0,
0.29,
0.29,
0.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
10,
0,
0,
0,
0,
0,
0,
30,
26.67,
17.86,
12.96,
0,
11.11,
16.67,
11.11,
16.67,
16.67,
16.67,
0,
16.67,
14.81,
16.67,
0,
12.96,
9.26,
15,
17.5,
17.5,
17.5,
17.5,
10,
10,
16.67,
17.86,
25,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
21.43,
21.43,
21.43,
35.71,
32.14,
32.14,
32.14,
5.32,
0,
0,
6.36,
0,
0,
0,
0,
0,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.39,
18.75,
31.25,
2.33,
0.93,
14.89,
2.11,
0,
0,
0,
0,
25,
22.37,
21.15,
21.24,
21.43,
21.43,
24.78,
14.29,
2,
8.33,
1,
4,
10.3,
2,
3.45,
1.92,
42.86,
39.29,
42.86,
28.57,
32.14,
35.71,
39.29,
14.67,
1.32,
0.1,
9.46,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.73,
11.76,
21.43,
21.43,
39.29,
32.14,
35.71,
35.71,
17.86,
32.14,
21.43,
46.43,
10,
0,
0,
0,
0,
0,
2.78,
3.33,
3.33,
1.67,
3.33,
3.33,
21.43,
21.43,
46.15,
46.15,
47.06,
53.57,
53.57,
30,
26.67,
36.67,
50,
53.57,
21.43,
50,
25,
39.29,
25,
25,
14.29,
32.14,
35.71,
53.57,
50,
53.57,
46.43,
46.43,
38.24,
82.14,
60.71,
57.14,
0,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.22,
0,
0,
0,
0,
9.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
7.14,
8.14,
7.78,
5.56,
5,
1.72,
0,
1.79,
0,
16.67,
17.31,
21.43,
13.21,
0,
5.36,
0,
23.33,
8.33,
36.67,
30,
0,
0,
0,
16,
16,
16,
14,
14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.15,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
10,
12.5,
8.93,
12.07,
17.65,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
19.57,
0,
0,
0,
35,
35,
20,
20,
20,
26.67,
30,
34.78,
30.43,
28.12,
28.12,
34.38,
4.42,
0,
3.98,
30,
26.67,
33.33,
15,
14.29,
30,
33.33,
15,
57.14,
0.88,
11.67,
11.67,
33.33,
3.33,
1.04,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.04,
0,
0,
0,
2.08,
0,
0,
0,
0,
0,
0,
0,
0.88,
0.88,
0,
0,
0,
0.88,
0.88,
0,
32.14,
31.58,
21.43,
32.14,
32.1,
32.14,
21.43,
21.43,
21.43,
32.14,
32.14,
23.81,
23.81,
23.68,
23.68,
30,
32.14,
0,
32.14,
20.83,
32.14,
32.14,
10.42,
28.57,
10.61,
9.59,
10.45,
1.18,
0,
0,
7.43,
6.02,
6.77,
7.06,
10.59,
0,
0,
0,
4.61,
0,
0,
0,
0,
0,
0,
7.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.67,
0,
0,
0,
1.08,
0,
0,
0,
12.86,
12.86,
2.73,
5,
2.68,
20.35,
20.35,
10,
22.35,
0,
18.54,
0.88,
15.23,
6.14,
25,
25,
25,
25,
22.35,
22.35,
26.79,
3,
2.68,
2.68,
8.47,
11.26,
14.57,
21.85,
11.92,
8.47,
11.26,
14.57,
21.85,
11.92,
5.36,
28.57,
0,
0,
0,
0,
0,
0,
0,
13.33,
13.33,
16.67,
1.59,
1.2,
0.8,
0.8,
2.86,
10.29,
1.41,
10.1,
11.5,
1.61,
1.79,
2.94,
50,
50,
50,
0,
0.4,
1.61,
1.61,
0.81,
3.57,
12.9,
3.57,
3.57,
5.88,
0,
0,
0,
20.31,
25,
31.25,
0,
0,
0,
0,
0.89,
0.89,
0.89,
0.89,
0.89,
0,
50,
50,
0,
50,
50,
4.41,
3.12,
4.65,
4.65,
1.75,
22.78,
26.76,
3.12,
2.44,
4.65,
3.95,
3.49,
22.73,
15.04,
15.04,
15.93,
3.57,
0.7,
2.11,
2.63,
0.88,
4,
5.88,
1.18,
1.05,
3.57,
0,
7.94,
0.4,
0.4,
50,
0,
2.17,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.28,
3.85,
4.69,
0,
30,
12.5,
26.67,
0,
21.43,
30.77,
33.33,
36.36,
33.33,
30.3,
6.06,
30.3,
15.15,
30.3,
36.36,
0.89,
0.89,
0,
0,
0.78,
0.78,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.41,
0,
0.41,
0,
0,
0,
0,
0,
0,
1.79,
20.51,
0,
0,
0,
0,
6.67,
8.82,
0,
0,
0,
0,
22.86,
16.67,
7.69,
7.69,
7.69,
0,
0,
0,
2.35,
1.18,
4,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
4.4,
0,
0,
0,
0,
0,
0,
0,
3.52,
4.41,
5.73,
9.25,
3.14,
6.88,
2.75,
6.17,
13.64,
3.49,
10.64,
2.94,
2.94,
2.35,
3.12,
6.34,
3.21,
2.73,
4.29,
4.71,
7.27,
3.54,
4.12,
5.73,
4.71,
5.29,
11.02,
6.94,
0,
0,
0,
4.29,
0,
3.57,
3.57,
25,
19.3,
5.26,
0,
0,
0,
0.34,
0.51,
0.34,
0.34,
1.04,
1.25,
0.83,
1.04,
0.83,
0,
3.33,
15,
30,
36.67,
36.67,
63.33,
36.67,
23.33,
93.33,
30,
36.67,
36.67,
0,
3.33,
36.67,
23.33,
36.67,
0,
23.33,
16.67,
0,
30,
50,
50,
46.67,
0,
46.67,
26.67,
0,
0,
0,
0,
0,
0,
0,
0,
1.65,
0,
16.07,
10,
7.5,
2.5,
6.25,
0,
11.94,
10.45,
0,
0,
0,
0,
0,
0,
5,
5,
40,
22.5,
10.43,
27.5,
0,
26.67,
0,
0,
2.5,
0,
20,
46.67,
39.29,
0,
20,
20,
0,
0,
46.67,
32.14,
46.67,
50,
53.33,
33.33,
33.33,
60,
50,
50,
56.67,
53.33,
28.57,
46.67,
46.67,
76.67,
43.33,
46.67,
0,
37.5,
22.5,
25.93,
40,
28.21,
0,
0,
0,
12.5,
23.68,
19.05,
0,
0,
13.33,
5,
0,
0,
2.56,
0,
66.67,
0,
16.07,
0,
0,
0,
0,
0,
3,
3,
1,
1.61,
0,
0,
0,
0.2,
0,
0,
0,
0,
0,
1.76,
0.88,
0.88,
0,
0,
0,
0,
0,
0,
17.86,
12.5,
23.3,
100,
100,
0,
0,
0,
0,
0.38,
28.57,
0,
0,
0,
2.12,
0.21,
0.21,
2.12,
10,
5.93,
15.07,
14.47,
9.72,
11.84,
16,
10.14,
14.67,
11.43,
14.47,
13.7,
10.67,
2.44,
2.44,
2.44,
5.13,
9.33,
14.49,
10.14,
12.5,
10.45,
11.84,
9.59,
11.43,
13.7,
12,
10.14,
10.14,
10,
10.14,
10.67,
1.06,
3.39,
3.39,
3.39,
2.12,
1.06,
2.5,
4.7,
0,
0,
11.9,
5.36,
0,
0,
10.14,
9.17,
10,
8.81,
10.53,
8.98,
11.27,
12.18,
9.72,
10.65,
13.19,
9.72,
11.27,
8.81,
7.19,
9.22,
10.14,
8.74,
8.74,
13.33,
20.16,
18.33,
16.67,
3.39,
6.67,
11.11,
3.39,
13.6,
18.1,
17.24,
7.77,
13.6,
3.81,
5.7,
13.6,
6.34,
9.86,
9.86,
9.86,
7.14,
7.14,
2.91,
7.14,
7.14,
7.14,
4.29,
6.67,
6.67,
5.83,
6.67,
6.67,
6.67,
6.67,
4.12,
5.49,
10.58,
9.09,
8.82,
10.68,
12.96,
12.96,
11.11,
10.53,
10.71,
10.53,
11.76,
6.3,
7.09,
7.09,
7.09,
3.19,
9.26,
11.49,
11.49,
26.67,
26.67,
26.67,
30,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
33.33,
50,
32.5,
50,
26.67,
39.29,
64.29,
0,
26.47,
0,
29.41,
43.33,
0,
14.29,
0,
26.67,
25,
37.5,
30,
40,
39.29,
0,
0,
0,
28.95,
22.5,
25,
35,
30,
32.5,
32.5,
32.5,
35,
47.5,
25,
24,
30,
34,
2,
0,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.09,
0,
25,
37.5,
30,
37.5,
20,
20,
1.36,
16.67,
2.64,
2.64,
30.3,
27.27,
44.74,
27.27,
12.5,
9.52,
0,
10.47,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.38,
0,
0,
0,
0,
0,
1.54,
0,
0,
0,
0,
0.21,
0,
0,
2.8,
4.8,
2.8,
4.8,
3.2,
3.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
17.95,
1.25,
20,
1.25,
1.25,
1.25,
1.25,
1.25,
17.95,
0,
0,
38.1,
0,
34.78,
32.5,
14.29,
26.67,
0,
0,
0,
26.47,
0,
27.5,
0,
0,
0,
0,
25,
0,
0,
0,
0,
6.52,
0,
16.67,
5,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
1.75,
2.68,
2.68,
0.89,
0,
0,
0,
0,
0,
0,
14.29,
18.42,
14.29,
0,
0,
0,
0,
0,
100,
0,
1.79,
2.2,
6.61,
3.52,
3.52,
2.2,
7.14,
1.79,
1.79,
3.57,
1.79,
1.79,
2.44,
1.41,
1.88,
1.88,
3.51,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
7.14,
1.79,
1.79,
7.14,
1.79,
0.22,
16.07,
1.79,
1.79,
1.79,
1.79,
1.79,
2.36,
2.08,
2.08,
5.81,
6.14,
0,
0,
10.39,
20,
21.6,
13.6,
26.56,
22.41,
22.55,
17.61,
16.9,
17.6,
18.4,
14.04,
16.8,
19.2,
16,
17.6,
4,
24,
24,
38.4,
14.4,
0,
30,
47.5,
0,
6.52,
0,
0,
65.62,
0,
13.04,
10,
0,
0,
0,
0,
0,
3.57,
0,
6.9,
0,
0,
0,
1.79,
3.57,
11.11,
11.11,
17.86,
0.44,
1.77,
0.88,
0.88,
1.77,
11.5,
3.33,
3.33,
3.75,
0,
3.75,
3.75,
2.08,
0,
2.08,
0.42,
0,
16.13,
0.42,
21.43,
1.05,
0,
0.41,
0.72,
0,
0,
17.7,
0,
0,
0,
0,
0,
0,
20,
20,
11.11,
0.36,
0,
20,
20,
0.36,
43.33,
40,
0,
6.67,
0.73,
0.55,
0.55,
0.55,
0.55,
7.23,
6.4,
0.55,
0.55,
9.41,
10.71,
0,
0,
0,
0,
13.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
2.5,
10,
0,
0,
0,
0,
0,
0,
0,
0,
18,
26.47,
19.15,
26.47,
12,
17.7,
17.7,
4.84,
4.03,
4.84,
0.81,
0,
5.65,
2.82,
5.65,
0.81,
0,
0,
0,
0,
0,
0,
8.4,
18.57,
15.79,
15.79,
17.33,
16.67,
16.67,
16.67,
16.67,
16.67,
16.67,
11.29,
31.58,
31.58,
19.35,
21.74,
21.43,
18.75,
21.74,
26.67,
0,
12,
16,
21.43,
17.31,
10.42,
17.24,
24.24,
22.22,
21.88,
16,
10,
14,
20,
16,
29.63,
21.88,
19.44,
27.78,
29.63,
21.43,
22.22,
30.77,
0,
0,
3.3,
8.77,
20.18,
24.56,
24.56,
12.5,
0,
0,
0,
0,
0,
0,
28.57,
28.57,
28.57,
46.43,
0,
33.93,
17.5,
15,
17.5,
22.5,
30,
30,
17.5,
25,
25,
25,
25,
25,
25,
25,
24,
7.5,
15,
25,
27.5,
25,
22.5,
22.5,
25,
4,
0,
4.42,
11.02,
0,
1.79,
1.79,
1.79,
1.79,
0,
35.71,
0,
0,
0,
0,
2.75,
0,
0,
3.57,
28.57,
25,
25,
28.57,
3.57,
3.57,
7.14,
25,
3.57,
0,
6.25,
8.75,
7.5,
51.43,
54.29,
50,
54.29,
46.88,
29.73,
34.48,
46.88,
56.41,
55.56,
24.32,
30,
37.5,
55.56,
0,
0,
0,
0,
23.68,
24.32,
25,
32.14,
28.57,
25,
40.54,
0,
0,
27.03,
35.29,
46.67,
40,
35,
0,
10,
37.5,
37.5,
37.5,
25,
37.5,
37.5,
37.5,
35,
35,
35,
0,
40.54,
0,
0,
0,
15,
0,
0,
0,
0,
0,
0,
32.5,
37.5,
25,
37.5,
0,
0,
0.78,
4.55,
10.23,
7.95,
4.55,
9.09,
9.09,
7.95,
7.95,
20,
20,
20,
2.35,
12.9,
16.13,
14.04,
17.65,
17.65,
15.62,
15.62,
0,
8.16,
55,
10,
3.19,
2.53,
2.53,
1.67,
2.5,
2.5,
35.71,
35.71,
25,
28.57,
28.57,
21.43,
28.57,
25,
5.95,
4.81,
5.95,
0,
4.44,
2.22,
0,
2.22,
2.22,
1.11,
1.11,
6.29,
7.64,
6.54,
9.33,
5.62,
0,
2.4,
0,
0,
0,
1.79,
1.79,
0,
25,
28.57,
21.05,
18.42,
26.09,
1.63,
7.14,
0,
0,
0.59,
0,
0,
25,
28.57,
32.14,
28.57,
21.43,
28.57,
21.43,
0,
0,
0,
0,
57.14,
18.42,
21.05,
6.67,
20,
4.42,
4.42,
2.21,
0,
0,
53.57,
39.29,
21.43,
17.86,
50,
53.57,
53.57,
50,
50,
35.71,
50,
28.57,
25,
28.57,
50,
14.29,
1.76,
12.33,
30.14,
11.27,
17.33,
9.72,
24.05,
14.67,
11.25,
9.38,
9.52,
12.5,
8.64,
10.14,
59.26,
53.33,
20,
20,
30,
30,
16.67,
16.67,
16.67,
2,
0.8,
0.8,
0.81,
1.6,
53.33,
1.21,
53.33,
53.33,
0,
0,
0,
0,
0,
59.26,
16.67,
16.67,
0.8,
43.33,
60,
37.93,
15,
1.2,
8,
1.6,
3.17,
0.8,
0.8,
0,
16.67,
13.33,
20,
13.33,
5,
13.33,
0,
9.68,
36.67,
3.25,
3.25,
34.38,
13.33,
13.33,
16.67,
13.33,
1.6,
0,
13.11,
13.11,
33.33,
16.67,
43.33,
43.33,
36.67,
26.67,
3.33,
3.33,
7.35,
3.53,
2.94,
8.24,
2.35,
2.88,
5.13,
5.13,
1.6,
3.21,
12.8,
10.32,
10.79,
10.53,
9.16,
8.62,
10.61,
7.81,
13.67,
0,
0,
0,
0,
0,
0,
0,
6.5,
6.5,
6.5,
6.5,
9.76,
40,
50,
50,
33.33,
50,
0,
0,
0,
0,
0,
25,
28.57,
25,
21.43,
25,
28.57,
21.43,
28,
28.2,
20.68,
24.44,
30.08,
24.44,
26.32,
28.2,
24.44,
21.43,
25,
28.57,
21.43,
21.43,
25,
25,
28.57,
17.86,
32.14,
26.8,
26.6,
28.17,
21.43,
25,
25,
25,
25,
21.43,
28.57,
25,
25,
25,
25,
28.57,
25,
25,
25,
21.43,
28.57,
25,
15.85,
15.85,
25,
25,
28.17,
28.17,
28.57,
21.13,
28.17,
25,
28.57,
28.57,
21.43,
23.86,
21.43,
21.13,
25,
25,
28.57,
25,
21.43,
21.43,
21.43,
21.43,
28.57,
28.57,
28.57,
25,
28.17,
28.57,
28.57,
21.13,
28.57,
28.57,
25,
21.43,
28.17,
28.57,
21.13,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
6.25,
0,
5.17,
5.56,
2.4,
10,
0,
14,
0,
0,
0,
0,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.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,
1.04,
1.04,
1.04,
1.04,
0,
0,
0,
0,
0,
0,
0,
0,
3.38,
2.17,
1.09,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.61,
10.61,
12.86,
10.61,
10.61,
10.61,
15.15,
9.09,
12.12,
15.15,
13.64,
10.61,
9.09,
9.09,
5.92,
12.12,
12.12,
10.61,
12.12,
9.09,
15.15,
15.15,
11.43,
14.29,
5.92,
11.43,
14.29,
13.64,
10.61,
12.86,
17.14,
17.14,
14.29,
11.43,
13.79,
12.64,
17.24,
13.79,
12.64,
11.49,
16.09,
13.79,
14.29,
7.69,
10.26,
7.69,
7.69,
12.82,
11.43,
12.86,
10,
17.14,
12.86,
11.43,
15.71,
12.86,
9.09,
3.28,
9.84,
8.2,
6.56,
0,
2.21,
0,
0,
0,
5.15,
10.61,
15.15,
3.28,
9.84,
12.86,
4.92,
9.86,
10.67,
4.11,
12.12,
10.61,
12.12,
10.61,
12.12,
12.12,
9.09,
15.15,
10.6,
13.64,
10.61,
1.16,
1.18,
19.39,
15.12,
17.92,
12.99,
3.33,
24.14,
29.03,
14.46,
2.33,
16,
23.33,
14.12,
20.88,
0.8,
13.5,
30.77,
19.23,
40,
40,
33.33,
2.5,
19.97,
0,
0.95,
3.91,
3.57,
0,
19.35,
0,
14.5,
35.71,
35.71,
35.71,
32.14,
35.71,
1.36,
1.36,
1.36,
1.82,
1.82,
1.36,
1.36,
36.36,
36.36,
36.36,
22.58,
15.62,
22.58,
16.67,
14.06,
14.06,
18.75,
14.06,
14.06,
16.13,
15.62,
35.71,
37.5,
14.06,
12.5,
18.75,
35.71,
21.43,
35.71,
35.71,
35.71,
32.14,
5.17,
2.21,
2.86,
35,
33.33,
1.33,
76.9,
23.3,
76.9,
76.9,
5.45,
18.75,
2.14,
21.43,
35.71,
33.33,
20.45,
34.78,
30,
10.71,
9.52,
33.33,
33.33,
32.14,
21.43,
14,
10.71,
10.71,
18.18,
10.71,
7.5,
32.14,
22.58,
33.33,
18.75,
25,
17.86,
25,
33.33,
33.33,
33.33,
21.43,
33.33,
33.33,
0,
0,
0,
5.45,
37.5,
21.43,
35.71,
10.71,
10.71,
10.71,
32.14,
16.13,
2.14,
32.14,
32.14,
32.14,
70,
16.13,
16.67,
22.58,
35.48,
35.71,
29.41,
29.41,
10.2,
10.2,
11.22,
10.2,
24.14,
30,
30,
0,
0,
20,
9.68,
0,
0,
4.24,
4.27,
4.27,
4.24,
2.14,
4.42,
0,
2.21,
2.14,
2.21,
34.78,
2.14,
2.12,
12.7,
20,
20,
3.26,
20.45,
21.4,
25,
10.71,
9.52,
10.71,
22.58,
19.35,
19.35,
32.14,
21.43,
15.62,
32.14,
22.58,
20.45,
20.45,
17.86,
19.77,
0,
40,
37.9,
18.2,
40,
37.9,
2,
4.29,
4.23,
3.12,
22.58,
19.35,
10.71,
10.71,
78.57,
2.68,
3.12,
0,
3.76,
0,
0,
0,
0,
0,
0,
0,
0,
11.11,
2.38,
2.38,
11.11,
7.94,
4.17,
8.06,
19.35,
34.78,
11.36,
11.36,
10.71,
16.67,
16.67,
10,
10,
15.62,
0,
0,
0,
0,
0,
0,
0,
0,
0,
17.72,
6.33,
0,
0,
0,
47.5,
37.5,
42.5,
50,
32.5,
32.14,
0,
0,
0,
21.43,
21.43,
14.29,
22.73,
35.71,
35.71,
25,
28.57,
32.14,
21.43,
23.33,
35,
25,
30,
35,
26.67,
26.67,
26.67,
20,
30,
30,
32.14,
15,
78.57,
32.14,
32.14,
32.14,
32.14,
28.57,
32.14,
32.14,
32.14,
28.57,
28.57,
32.14,
32.14,
1.97,
31.82,
28.57,
18.18,
21.43,
28.57,
33.33,
21.43,
38.1,
33.33,
21.43,
21.43,
21.43,
17.86,
35.71,
28.57,
30,
30,
8.93,
21.43,
21.43,
21.43,
28.57,
32.14,
9.68,
35.71,
32.14,
9.68,
32.14,
35.71,
35.71,
35.71,
30,
21.43,
28.57,
12.9,
28.12,
30,
28.57,
21.43,
21.43,
16.13,
21.43,
21.43,
32.14,
32.14,
21.43,
32.14,
25,
33.33,
32.14,
32.14,
32.14,
33.33,
33.33,
33.33,
25,
32.14,
32.14,
32.14,
32.14,
33.33,
11.29,
32.14,
32.14,
32.14,
32.14,
32.14,
28.57,
32.14,
32.14,
32.14,
21.43,
32.14,
15.79,
23.81,
26.32,
26.32,
31.58,
30,
33.33,
20.83,
18.75,
17.24,
12.28,
3.08,
10.29,
10.29,
78.57,
50,
9.68,
11.29,
25,
8.33,
17.86,
16.07,
21.43,
8.72,
4.93,
12.94,
9.93,
8.2,
6.95,
5.51,
7.14,
10.71,
12.86,
8.18,
7.86,
5.93,
10.71,
5.93,
5.93,
7.14,
11.11,
8.18,
7.14,
8.57,
18,
12.86,
0,
0,
0,
5.65,
7.58,
10.91,
9.51,
10.65,
6.38,
10.82,
12.86,
7.65,
10.49,
6.38,
3.33,
7.5,
1.04,
2.08,
0,
0,
0,
11.67,
2.08,
2.08,
2.08,
1.25,
10,
30,
7.5,
1.67,
1.67,
1.04,
7.5,
10,
33.33,
33.33,
33.33,
1.04,
1.04,
0,
0,
0,
0,
0,
16.67,
6.67,
6.67,
16.67,
1.77,
2.21,
4.42,
4.42,
4.42,
1.33,
0,
2.65,
16.67,
0,
10,
10,
10,
10,
7.5,
10,
10,
32.14,
28.57,
10.42,
10,
0,
0,
0,
0,
0,
0,
2.21,
4.42,
0,
0,
2.08,
0,
2.21,
1.1,
0.88,
0.88,
0,
0,
20,
0,
0.88,
5,
12.68,
4.23,
9.13,
0,
1.13,
1.97,
1.13,
3.66,
1.13,
16.67,
16.67,
0,
50,
13.38,
20.18,
29.33,
20,
12.14,
0,
6.56,
10.61,
10.61,
11.11,
0,
23.64,
12.5,
8.93,
10.71,
14.93,
16.67,
13.43,
7.38,
5.74,
10.77,
9.84,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.76,
5.95,
3.57,
0,
0,
10.71,
9.52,
0,
9.52,
12.5,
13.33,
15.83,
9.17,
0,
20,
21.43,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.46,
12.28,
12.28,
10,
2.27,
0,
32.14,
14.29,
21.43,
30,
30,
30,
20,
35.71,
32.14,
28.57,
17.86,
32.14,
32.14,
30,
11.29,
13.14,
13.74,
13.04,
4.35,
5.65,
4.84,
6.45,
5.65,
2.35,
2.35,
4.32,
2.35,
2.35,
0,
2.11,
0,
11.94,
11.94,
16.42,
16.42,
17.91,
11.94,
11.94,
16.42,
13.43,
13.43,
11.94,
14.93,
4.84,
11.94,
10.45,
11.94,
9.68,
9.68,
7.26,
16.42,
19.4,
11.94,
7.26,
4.84,
4.84,
7.26,
9.68,
13.43,
10.45,
16.42,
0,
28.57,
22.22,
6.77,
12.6,
8.55,
4.41,
2.65,
2.65,
6.42,
5.52,
4.14,
6.9,
4.83,
3.57,
1.79,
0.44,
8.09,
10.71,
10.71,
10.83,
1.11,
10.71,
1.79,
26.67,
15.79,
15.79,
16.67,
1.79,
1.79,
1.79,
3.57,
19.35,
19.35,
19.35,
7.5,
14.1,
21.24,
2.63,
12.5,
0.89,
1,
0,
13.64,
9,
16.67,
1.11,
1.11,
0,
0,
0,
0,
14.04,
25.93,
2.33,
20.69,
21.05,
21.05,
21.05,
15.79,
21.05,
10.96,
18.42,
28.57,
42.86,
28.57,
10.53,
8,
13.45,
2,
2,
13.33,
15.38,
15.79,
18.52,
25,
20.83,
0,
7.14,
2,
18,
3.49,
28.57,
25,
28.57,
25,
15.79,
15.79,
14.16,
13.46,
12.61,
11.63,
9.85,
11.02,
3.33,
3.57,
1.18,
3,
3,
8.93,
2.66,
2.82,
22.22,
16,
14,
14,
3.57,
3.57,
3.49,
1.79,
4.65,
0.7,
2.33,
16.07,
25,
25,
24,
24,
28.95,
2.44,
1.64,
3.33,
3.33,
5.13,
2.94,
3.23,
3.57,
1.79,
5.26,
7.89,
6.67,
3.49,
3.57,
1.76,
20.69,
20.69,
1.18,
0,
0,
1.18,
2.35,
2.35,
1.76,
1.76,
1.33,
2.06,
6.19,
1.77,
1.33,
10.53,
1.33,
0.89,
0.21,
0,
8,
8.94,
7.32,
10.16,
0,
0,
4.17,
0,
3.33,
0,
1.11,
0,
0,
0,
26.67,
1,
2.68,
1.79,
0.89,
1.79,
21.4,
1.79,
1.79,
3.57,
2.68,
25,
17.86,
3.51,
2.68,
2,
46.43,
15.18,
17.86,
39.29,
0,
11.02,
8.98,
1.43,
0.81,
1.22,
0.82,
6.53,
4.08,
1.02,
5.31,
3.67,
4.08,
28.57,
45,
2.68,
0,
4,
3.57,
3.12,
2.68,
2.63,
2.63,
2.68,
2.68,
2.68,
2.63,
10.47,
2.13,
2.88,
2.88,
2.88,
2.56,
1.79,
1.89,
2.83,
3.03,
1.67,
3.12,
3.12,
3.57,
5.32,
2,
7.14,
15.79,
9.76,
2.23,
5.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
40,
29.03,
29.73,
1.11,
43.33,
14.29,
0,
0,
0,
0,
28.57,
28.07,
28.07,
28.57,
0,
3.85,
3.85,
2.44,
3.66,
3.45,
0,
0,
6.25,
3.33,
4,
8,
6.67,
3.33,
0,
4.69,
1.69,
3.45,
3.85,
3.23,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
42.86,
50,
0.53,
0,
0,
0,
0,
0,
0,
5.36,
25,
39.29,
3.57,
3.57,
3.57,
5.36,
35.71,
17.86,
71.43,
71.43,
71.43,
50,
50,
33.33,
50,
50,
50,
23.33,
46.43,
53.57,
21.43,
26.67,
33.33,
33.33,
26.67,
30,
26.67,
46.67,
53.33,
33.33,
30,
30,
33.33,
26.67,
33.33,
46.67,
50,
56.25,
54.84,
35,
25,
35,
3.33,
3.33,
0,
12.5,
8.82,
3.57,
0,
0,
0,
0,
0,
13.79,
28.57,
13.79,
11.67,
11.67,
28.57,
28.57,
32.14,
75,
46.43,
53.33,
53.57,
50,
22.5,
45.86,
50,
0,
26.67,
37.5,
4.29,
37.5,
0,
0,
2.27,
0,
2.38,
21.21,
20,
5.71,
21.21,
18.18,
26.47,
17.86,
23.33,
20,
5,
8.57,
17.86,
16.07,
45.45,
41.38,
21.43,
21.43,
22.86,
21.88,
25,
11.43,
25.71,
28.57,
15.62,
0,
23.33,
17.14,
20,
20,
18.18,
5,
24.14,
0,
9.09,
23.53,
22.22,
4.24,
4.24,
18.18,
21.88,
29.63,
16.67,
15.62,
12.5,
6.67,
21.88,
20,
13.33,
6.25,
5.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
41.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8,
7.45,
7.45,
0.41,
0,
0,
0,
0,
0,
0,
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.2,
0.8,
1.2,
0.59,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0,
0,
0,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
0,
9.24,
11.27,
10.73,
11.22,
14.07,
7.03,
0,
13.28,
0,
0,
0,
11.97,
11.54,
10.74,
5.53,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.69,
3.98,
4.4,
4.49,
0.4,
0,
0,
0.4,
1.92,
1.92,
0,
0,
0.38,
0.38,
0,
0,
0,
0,
0,
4.76,
1.79,
1.79,
12.5,
10.17,
0,
0,
4.88,
1.63,
5.69,
0.2,
0,
0,
0,
0,
0,
0,
0,
2.03,
8.7,
0,
0,
4.07,
1.22,
1.63,
1.22,
3.25,
0,
2.03,
1.63,
1.63,
0,
1.22,
1.22,
1.63,
1.43,
3.67,
0.61,
0.82,
3.67,
14.29,
6.25,
11.84,
0,
0,
8.82,
5.88,
18.42,
0,
10,
0,
5,
3.26,
3.64,
4.05,
5.08,
3.64,
0,
0,
2.85,
1.79,
1.79,
5.36,
5.36,
1.79,
1.79,
1.79,
1.79,
5.36,
1.79,
2.11,
1.76,
1.76,
2.11,
0,
0,
30,
17.65,
0,
0,
0,
0,
0,
22.73,
26.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
50,
37.5,
50,
46.88,
13.33,
17.86,
16.67,
15.62,
16.67,
16.67,
15.62,
0,
0,
0,
0,
7.14,
0,
33.33,
78.57,
0,
78.57,
78.57,
23.33,
26.67,
0,
43.33,
0,
0,
16.67,
36.67,
43.33,
20,
36.67,
20,
6.67,
16.67,
6.67,
33.33,
43.33,
0,
0,
0,
0,
0,
3.33,
0,
0,
43.33,
0,
0,
2.7,
7.58,
0,
30.3,
33.33,
29.03,
23.26,
8.33,
23.33,
8.33,
40,
6.67,
46.67,
15,
20,
6.67,
33.33,
16.67,
36.67,
36.67,
30,
37.5,
0,
0,
0,
0,
6.67,
3.33,
0,
0,
34.29,
39.47,
32.26,
34.29,
0,
0,
0,
0,
0,
0,
0,
0,
3.6,
0.8,
8.33,
6.67,
1.67,
1.25,
0,
0,
0,
8.82,
0,
2.5,
0.83,
0,
0,
0,
0,
0,
1.2,
1.2,
0,
2,
2,
0.8,
2.8,
0,
0,
11.38,
4.1,
7.5,
4.96,
3.24,
0.37,
0.78,
2.5,
1.67,
0.83,
0,
0,
0.81,
8.33,
0,
0,
0,
0,
0,
22.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.49,
1.11,
11.43,
16.67,
9.62,
9.62,
9.62,
9.62,
9.62,
2.17,
2.17,
2.17,
4.35,
0,
0,
0,
2.38,
3.57,
12.96,
0,
0,
0,
0,
0,
14.81,
11.11,
11.11,
0,
1.67,
1.67,
4.44,
2.72,
3.4,
1.7,
3.4,
1.79,
1.79,
1.79,
1.79,
1.79,
20,
2.38,
2.14,
2.86,
11.5,
10.2,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
71.4,
93.33,
93.33,
93.3,
93.33,
93.33,
93.33,
0,
0,
0,
0,
0,
0,
0,
42.86,
46.43,
42.86,
46.43,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
33.33,
33.33,
12.94,
2.08,
5.29,
0,
18.58,
14.16,
18.58,
15.04,
13.27,
18.58,
75,
0,
45,
53.57,
52.94,
0,
0,
0,
0,
48.65,
40,
27.5,
42.5,
50,
20.25,
0,
53.57,
71.43,
46.43,
46.43,
50,
53.57,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.68,
8.57,
28.57,
9.62,
23.33,
11.67,
36.67,
36.67,
32.14,
53.57,
33.33,
33.33,
13.24,
8.82,
10.29,
10.29,
8.82,
5.19,
11.43,
1.33,
33.33,
25,
0,
0.88,
0,
0,
3.12,
5,
53.33,
1.6,
3.67,
0.41,
0,
20.93,
50,
46.88,
7.27,
7.62,
24,
12.86,
12.86,
11.43,
11.43,
1.5,
1.5,
12.86,
19,
1.02,
1.25,
0,
0,
11.48,
1.77,
3.54,
3.54,
50,
56.67,
46.67,
50,
50,
50,
50,
40,
23.33,
46.67,
46.67,
53.33,
43.33,
60,
46.67,
56.67,
33.33,
50,
53.33,
26.67,
26.67,
33.33,
36.67,
23.33,
20,
33.33,
30,
16.67,
30,
50,
23.08,
12.86,
9.52,
8.33,
32.43,
14.29,
0,
0,
0,
0,
26.67,
0,
0,
0,
0,
0.8,
0.4,
0,
0.8,
0,
0.4,
4.76,
3.57,
5.95,
0,
12,
1.43,
11.76,
5.95,
0,
6.67,
12.5,
0,
0,
35.29,
1.79,
8.93,
23.33,
20,
16.07,
15,
0,
0,
1.27,
0.77,
1.15,
0.77,
0,
32.14,
32.14,
21.43,
32.14,
3.49,
6.76,
5.88,
4.84,
6.25,
3.57,
13.95,
17.14,
2.68,
2.68,
2.68,
1.79,
2.68,
1.79,
4.42,
5.36,
12.07,
11.67,
13.79,
10,
6.82,
21.43,
8.33,
8.33,
8.33,
8.33,
0,
11.11,
0,
32.14,
32.14,
0,
0,
0,
0,
0,
0,
0,
37.5,
25,
35,
17.5,
0,
0,
0,
0,
0,
5.88,
8.82,
0,
0,
13.85,
13.85,
0,
35.71,
35.71,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
0,
0,
0,
0,
0,
0,
11.43,
50,
16.28,
50,
35.71,
3.33,
3.85,
0,
23.81,
23.08,
0,
0,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
9.62,
0,
0,
0,
0,
0,
4.55,
5.56,
8.33,
0,
0,
22.22,
0,
0,
10,
0,
16.67,
17.86,
9.62,
9.62,
9.62,
9.62,
10,
10,
35.71,
35.71,
32.14,
32.14,
35.71,
32.14,
32.14,
35.71,
5.32,
6.25,
6.25,
6.25,
6.25,
4.29,
5.71,
5.71,
4.35,
3.75,
0,
3.57,
5.36,
1.89,
0,
1.79,
0,
25,
0,
0,
25,
25,
0,
10,
50,
16.67,
20.83,
0,
31.03,
31.03,
0,
0,
0,
0,
0,
0,
0.77,
0,
0,
0,
0,
0.77,
0,
0.4,
0,
0,
0,
0,
0,
0,
0,
3.12,
0,
0,
0,
0,
3.33,
3.33,
0,
0.58,
0,
0,
1.18,
1.18,
1.18,
0,
16.07,
25,
20.83,
21.43,
32.14,
32.14,
30,
0,
0,
36.67,
0,
0,
50,
20,
46.67,
46.67,
20,
46.67,
26.67,
36.67,
0,
4.06,
0,
0,
0,
40,
0,
0,
4.39,
3.7,
2.4,
0,
32.14,
32.14,
25,
10.71,
7.14,
17.86,
33.33,
40,
20,
27.5,
0,
0,
0,
0,
0,
0,
0,
10,
16.67,
16.67,
20,
16.67,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
33.33,
24.24,
24.24,
18.18,
14.71,
1.67,
0,
18,
10,
28.57,
15,
19.05,
33.33,
32,
0,
13.3,
0,
1.79,
1.79,
32.14,
21.43,
16.67,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
0,
0,
0,
0,
1.79,
3.33,
0,
0,
8.33,
12.5,
0,
10.2,
71.43,
10.58,
55.17,
55.17,
46.67,
20,
3.08,
2.08,
7.19,
6.43,
20,
5.04,
6.29,
5,
9.52,
20.35,
0,
0,
0,
0,
4.46,
0,
26.79,
28.57,
26.67,
28.57,
28.57,
28.57,
20,
20,
30,
26.79,
26.79,
21.43,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
30,
35.71,
28.57,
25,
17.86,
0,
16,
19.35,
20,
18.92,
36.67,
36.67,
36.67,
20,
19.35,
19.23,
28.12,
22.5,
19.44,
25,
27.78,
32.5,
37.5,
25.37,
23.64,
20,
30,
26.67,
26.19,
2.94,
2.35,
52.17,
30,
30,
30,
15.04,
17.86,
22.67,
23.01,
25.66,
21.43,
56.52,
35.29,
54.55,
43.14,
13.95,
43.14,
0,
0,
0,
0,
0,
16.67,
0,
10,
31.69,
35.21,
32.14,
32.14,
35.71,
32.14,
35.71,
35.71,
20.16,
35.71,
37.56,
32.14,
30.08,
30.08,
21.43,
32.14,
25,
46.43,
32.14,
35.71,
32.14,
21.43,
32.14,
32.14,
32.14,
35.71,
42.86,
39.29,
35.71,
35.71,
35.71,
32.14,
35.71,
35.71,
32.14,
32.14,
25,
25,
35.71,
32.14,
32.14,
32.14,
5.71,
11.43,
2.34,
12.86,
0,
8.57,
0,
1.18,
18,
18.18,
8.57,
7.14,
12.9,
14.29,
25.71,
8.57,
16.07,
11.36,
0,
22.22,
25,
25,
12.28,
10,
12.86,
20,
20,
17.5,
17.78,
6.38,
21.43,
8.57,
10,
10.2,
28.57,
21.43,
21.43,
42.5,
37.5,
10.53,
9.18,
22.45,
0,
21.43,
17.14,
14.29,
3.85,
25,
22.22,
25,
1.96,
5.21,
3.57,
1.79,
9.26,
1.89,
4.69,
3.33,
11.29,
3.57,
2.88,
18.33,
0,
9.09,
22.45,
25,
40,
48.48,
0,
0,
0,
0.71,
16.67,
1.12,
20,
19.35,
4.84,
16.13,
8.06,
3.85,
4.71,
25,
21.43,
15.62,
16.13,
18.75,
22.58,
19.64,
28,
32,
21.67,
30,
35,
8.57,
21.43,
12.5,
12.5,
12.5,
17.86,
17.86,
17.86,
17.86,
16.07,
8.57,
8.93,
14.04,
5,
14.29,
36.67,
40,
46.43,
4.55,
24.44,
24.44,
38.89,
48.48,
40,
25,
24.44,
25,
5.29,
0,
0,
0,
0,
0,
10.59,
0,
1.18,
0,
0,
0,
18,
0,
0,
0,
0,
0,
8.57,
17.78,
28.89,
21.57,
20.83,
35.29,
27.08,
24.44,
20,
24.4,
21.67,
21.67,
48.48,
40,
42.5,
22.22,
0,
0,
0,
0,
0,
0,
0,
0,
10,
12.07,
8.77,
28.6,
25,
25,
25,
25,
25,
21.43,
25,
32.14,
0,
0,
0,
0,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
0,
7.5,
0,
0,
3.75,
4.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.75,
38.33,
37.5,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.17,
0,
3.45,
12.7,
0,
0,
93.33,
13.33,
0,
1.72,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.32,
2.63,
1.32,
1.32,
1.32,
2.63,
0,
3.33,
1.39,
2.78,
2.63,
0,
0,
0,
0,
25,
21.43,
0,
0,
0,
2.5,
28.57,
28.57,
28.57,
65.96,
17.86,
5.36,
0,
14.29,
0,
0,
0,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
1,
0,
0,
0,
0,
17.24,
0.42,
40,
0,
0,
0,
0,
0.89,
6.67,
42.3,
28.57,
25,
2.08,
3.39,
2.12,
1.06,
14,
1,
0,
0,
0,
0,
0,
100,
0,
0,
0,
0,
0,
0,
4.69,
0,
0,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
0,
28.57,
40,
0,
6.03,
10.71,
10.71,
7.02,
7.81,
7.81,
7.02,
0,
0,
12.5,
6.25,
6.34,
2.21,
3.17,
3.12,
4.69,
1.18,
10.71,
2.68,
8.97,
7.69,
7.69,
6.67,
6.67,
0,
0,
1.79,
1.47,
23.21,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0.89,
2.68,
0,
1.79,
0,
0,
5.36,
8.93,
1.79,
0.89,
0.89,
1.79,
14.29,
14.29,
14.29,
16.07,
13.89,
13.89,
14.29,
16.07,
8.93,
8.93,
1.79,
1.79,
9.65,
1.79,
1.79,
1.79,
1.79,
3.57,
1.79,
1.79,
1.19,
1.07,
11.43,
15.18,
7.14,
15.18,
7.28,
7.28,
7.28,
7.14,
9.15,
1.79,
16.07,
5.95,
12.94,
12.94,
1.79,
0.89,
1.79,
0.89,
1.79,
7.26,
1.22,
17.86,
7.14,
0,
8.33,
4.05,
2.7,
0,
4.46,
4.05,
1.04,
2.08,
0,
3.33,
16.07,
16.07,
17.86,
17.86,
15.24,
8,
8,
10,
14,
14,
16.3,
13,
12,
14,
13,
11,
17.14,
0,
20,
7.29,
0,
13.33,
15.24,
13.33,
14.15,
13.21,
13.21,
7.55,
7.55,
7.55,
7.55,
14.29,
6.43,
4.29,
4.29,
0.42,
0.42,
0.42,
2.53,
0,
12.8,
12.8,
0,
8.93,
0,
0,
0,
0,
0,
0,
3.57,
32.14,
32.14,
32.14,
39.29,
35.71,
35.71,
35.71,
32.14,
32.14,
35.71,
35.71,
39.29,
39.29,
35.71,
60.71,
42.86,
42.86,
42.86,
42.86,
39.29,
32.14,
32.14,
42.86,
42.86,
46.43,
42.86,
16.67,
0,
0,
0,
0,
0,
0.38,
0.38,
0.38,
0.38,
0.77,
0.38,
0.38,
0.38,
0,
1.18,
0,
50,
4.55,
4.83,
5.29,
8.85,
3.74,
15.79,
23.33,
30,
33.33,
25,
21.43,
26.09,
25,
26.09,
24,
26.32,
31.58,
33.33,
31.03,
31.03,
31.03,
0.1,
100,
0,
0,
0,
0,
0,
0.1,
32.14,
32.14,
32.14,
21.43,
21.43,
10.71,
25,
9.68,
10.7,
10,
0.1,
4.39,
4.39,
4.39,
4.39,
9.09,
9.09,
9.09,
6.96,
2.68,
2.63,
9.09,
9.09,
9.09,
9.09,
25,
26.79,
33.93,
3.33,
4,
3.33,
2.38,
0,
32.6,
18.92,
0.88,
0,
0,
1.09,
0,
10,
0,
0,
0,
0,
0,
5.29,
4.65,
0,
0,
0,
0,
0,
0,
5.88,
0,
0,
0.77,
0,
0,
0,
16.67,
0,
7.5,
7.5,
0.5,
0,
0,
10,
0.77,
0.88,
0,
2,
0,
0,
0,
9.21,
12.73,
0,
9.21,
2.18,
4.17,
0,
2.38,
5.45,
5.45,
3.64,
3.64,
0,
0,
28.57,
0,
0,
0,
0,
25,
23.33,
6.67,
6.67,
5.71,
0,
32.14,
20,
0.89,
2.21,
1.77,
2.21,
0,
0,
0,
0,
0,
0,
0,
8,
6.67,
5.33,
8.67,
0,
0,
0,
0,
25,
0,
0,
0,
0,
0,
0,
0,
8.82,
8.82,
10.29,
8.82,
10.29,
8.82,
10.29,
10.29,
8.82,
13.24,
8.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.82,
0,
0,
0,
5.88,
0,
0,
0,
0,
5,
0,
15,
8.33,
17.5,
17.5,
0,
0,
0,
0,
0,
0,
0,
0,
37.5,
32.5,
27.5,
27.5,
0,
0,
0,
4.55,
0,
7.5,
8.7,
0,
14.71,
27.5,
19.51,
0,
0,
8.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.5,
0,
0,
23.33,
23.33,
0,
0,
0,
0,
0,
5.88,
0,
8.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.88,
0,
0,
0,
0,
0,
0,
0,
10,
4.76,
0,
8.82,
0,
0,
0,
0,
1.58,
1.33,
4.23,
1.05,
1.18,
10.71,
16.67,
1.79,
18.25,
13.16,
9.82,
8.33,
14.29,
0,
0,
0,
0,
0,
0,
6.67,
28.57,
25,
25,
21.43,
21.43,
21.43,
23.21,
0,
0,
0,
0,
20.89,
36.55,
39.16,
20.89,
31.33,
16.07,
8.93,
28,
8.93,
5.36,
8.93,
14.29,
32.14,
32.14,
35.71,
4.55,
4.55,
4.55,
4.55,
4.55,
0,
0,
22.5,
22.5,
0,
18.75,
22.5,
15.15,
0,
9.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.89,
7.89,
15,
19.05,
20,
5.26,
9.38,
10.94,
2.5,
5.36,
5.36,
5.36,
6.25,
2.65,
2.21,
19.64,
11.9,
8.93,
9.52,
19.64,
6.25,
10,
5,
0,
0,
10.53,
0.44,
0,
0,
0,
0.88,
0.44,
0,
0.44,
0,
0,
0,
0,
3.1,
0,
0.83,
0,
0.42,
1.67,
1.15,
0.57,
0.83,
0.44,
0,
0,
0,
0,
0.83,
0.42,
0.42,
0.42,
0.42,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
0.42,
0,
1.01,
1.01,
4.52,
4.52,
1.01,
2.02,
14.29,
4.52,
4.52,
0.44,
0.88,
0.88,
0,
1.77,
1.77,
0.88,
1.33,
2.21,
0.88,
0.88,
0,
1.76,
1.47,
0.88,
1.47,
2.35,
0,
3.57,
3.57,
9.09,
7.14,
0,
4.76,
25,
4.55,
4.55,
4.55,
3.57,
1.04,
0,
30,
5,
0,
0,
46.88,
4.88,
0,
0,
0,
3.33,
1.92,
3.33,
1.79,
0,
2.04,
5,
53.33,
32.14,
32.14,
35.71,
32.14,
32.14,
32.14,
32.14,
3.51,
4.39,
4.39,
4.52,
5.95,
2.5,
2.63,
5.26,
22.22,
22.5,
12.39,
0,
14.11,
15.87,
25.86,
25.86,
15.49,
16.9,
23.33,
25.64,
26.32,
18.37,
25,
18.57,
6.98,
21.43,
21.43,
15,
25,
16.9,
20,
20,
20,
20,
20,
13.21,
13.21,
23.21,
7.14,
17.86,
3.57,
3.57,
7.5,
7.5,
10,
1.43,
0,
0,
5.36,
12.5,
21.79,
14.29,
6.61,
7.6,
1.57,
25.35,
25.35,
24.78,
25.33,
24.78,
25.33,
25.33,
24.56,
25.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0,
0.1,
0.1,
0.1,
0,
0,
0,
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.8,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.95,
0,
0,
0.95,
0,
0,
0,
0,
0,
0,
0,
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,
0.8,
0.8,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
1.52,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0.1,
0.5,
5.36,
0,
0,
0,
0,
0.1,
0,
0.1,
0,
0,
0,
0,
0,
0,
0,
0,
0.1,
0.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.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,
1.26,
1.26,
1.26,
1.26,
0,
0,
0,
0,
0,
0,
0.42,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.79,
0,
0,
0,
5.36,
5.36,
0,
1.2,
1.2,
0,
0.4,
0,
0,
1.52,
0,
3.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
0.8,
0.8,
0.8,
0.4,
0.8,
0.81,
0.81,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
2.12,
2.14,
1.63,
4.39,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0.42,
0,
0,
0,
14.46,
0,
0,
42.86,
42.76,
0,
0,
0,
0,
0,
6,
8,
0,
0,
0,
0,
0,
3.89,
0,
48,
0.3,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
2.68,
2.68,
2.68,
1.79,
1.79,
1.79,
1.79,
1.79,
50,
26.7,
14.3,
8.61,
9.93,
1.47,
1.47,
1.47,
8.93,
10.56,
3,
3.49,
1.22,
1.22,
1.22,
3,
3.49,
1.16,
1.16,
1.75,
3.49,
3.33,
2.44,
1.16,
3.51,
3.19,
3.06,
3.06,
3.51,
3.57,
3.57,
3.49,
3.85,
3,
3.49,
3.06,
3.33,
4.69,
1.16,
2.44,
3.85,
0,
2.63,
2.63,
2.63,
3.06,
7.89,
4.65,
0.88,
1.75,
1.75,
1.75,
1.41,
3.79,
3.79,
21.05,
29.17,
3.57,
3.29,
3.29,
2.63,
2.63,
3,
0.59,
3.29,
3.33,
3.57,
3.49,
3.49,
3.49,
3.49,
5.36,
3.29,
2.78,
2.78,
2.94,
5.36,
3.57,
3.57,
3.57,
1.79,
3.57,
3.57,
3.33,
0,
4.65,
5.81,
2.63,
10,
4.65,
5.81,
7.06,
0,
100,
93.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
48.48,
36.67,
48.48,
0.77,
2.5,
0,
26.67,
28.27,
2.08,
2.08,
56.54,
42.4,
50,
50,
50,
50,
50,
0,
0,
0,
4.62,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.4,
0.6,
0.8,
0.8,
0.77,
0.77,
0,
0.77,
0,
0,
0.77,
0.77,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
3,
5.56,
9.09,
9.09,
2.08,
2.5,
1.25,
1.67,
1.25,
0.77,
0.77,
0,
0,
2.73,
8.82,
2.94,
0,
0,
0,
0,
0,
0,
1.82,
2.73,
1.82,
0.91,
2.73,
1.82,
2.73,
2.73,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
21.6,
1.82,
20.88,
23.33,
21.43,
1.32,
2.63,
5.26,
2.7,
23.08,
0,
0.46,
4.46,
14.89,
13.04,
22.5,
23.81,
20.49,
20.49,
22.08,
24.24,
19.15,
17.02,
26.67,
20.75,
14.89,
13.04,
17.54,
20.18,
15.96,
13.04,
22.5,
24.19,
20.49,
20.49,
15.05,
13.04,
14.89,
18,
16.67,
27.59,
21.43,
6.67,
16.67,
19.4,
23.33,
26.67,
21.88,
17.24,
11.11,
11.11,
12.96,
34.29,
34.29,
10.91,
5.45,
8.97,
8.97,
8.97,
8.97,
15.69,
12.73,
16.67,
16.67,
21.88,
18.42,
26,
17.74,
16.67,
16.3,
19.44,
19.35,
18.06,
17.39,
31.6,
19.67,
26.79,
19.7,
6.98,
13.11,
29.79,
16.13,
18.92,
20.97,
17.65,
20,
21.43,
19.72,
13.95,
14.29,
20.93,
11.7,
14.29,
18.42,
19.35,
23.53,
20,
10.42,
10.42,
10.42,
19.15,
16,
24.24,
16.13,
21.59,
18.97,
19.35,
33.33,
19.7,
20,
18.18,
29.63,
11.67,
18.6,
17.54,
18.42,
17.95,
19.67,
19.67,
15.09,
16.67,
17.74,
9.3,
20.8,
26.67,
20.93,
20,
19.15,
17.02,
21.28,
15.22,
19.67,
17.31,
18.8,
15.79,
15.79,
18.33,
18.87,
15.22,
18.52,
18.52,
22.22,
18.84,
16,
12.5,
20.75,
27.27,
17.02,
21.31,
21.92,
21.43,
27.27,
17.74,
33.33,
20.65,
18.48,
28.33,
17.74,
19.35,
33.33,
22.97,
31.82,
31.82,
12.86,
10.71,
10.71,
6,
1.25,
28.57,
12.5,
12.94,
11.76,
15.93,
14.12,
16.9,
16.5,
17.19,
27.05,
19.47,
21.59,
16,
6.98,
33.33,
26.67,
21.25,
17.24,
15.49,
19.67,
16.42,
19.67,
18.29,
18.58,
20,
17.39,
18.58,
11.67,
15.93,
15.93,
16.13,
20.18,
20.18,
20.18,
32.18,
17.7,
15.93,
15.93,
20,
16.19,
19.54,
15.18,
20.35,
18.58,
15.93,
15.93,
15.18,
0,
0,
3.33,
2.08,
0,
3.39,
2.12,
2.12,
1.04,
3.33,
1.04,
0,
0,
2.15,
20,
25,
39.29,
39.29,
35.71,
30.77,
2.31,
0,
0,
21.43,
15,
0,
0,
0,
0,
12.6,
4.72,
4.21,
0,
2.86,
0,
0,
0,
0,
0,
0,
1,
0,
0,
0,
0,
17.65,
17.65,
23.53,
17.65,
20.59,
23.53,
32,
26.67,
26.67,
21.43,
28,
28,
28,
34.62,
34.62,
23,
3.96,
0,
0,
42.86,
25,
10.71,
10.71,
35.71,
21.43,
21.43,
11.28,
4.69,
0,
1.77,
0.59,
6.25,
1.18,
15.29,
1.83,
0,
0.59,
0.88,
4.19,
3.89,
21.38,
3.03,
20.51,
0.59,
7.08,
2.94,
13.33,
13.33,
1.67,
0,
12.82,
3.12,
1.67,
2.5,
6.2,
2.89,
7.55,
6.67,
1.85,
0,
0,
0,
0,
32.14,
29.41,
23.53,
32.14,
32.14,
21.43,
17.86,
26.67,
26.67,
30,
0,
75,
75,
30,
32.5,
75,
17.86,
7.03,
15.49,
12.01,
11.5,
8.82,
12.06,
5.29,
8.02,
5.59,
6.5,
11.25,
10.88,
4.41,
4.59,
10.59,
11.76,
11.76,
15,
15,
18.75,
18.75,
5.36,
0,
6,
0,
25,
25,
25,
25,
25,
4.74,
10,
1.46,
1.46,
1.04,
1.04,
1.04,
1.46,
1.67,
1.67,
1.27,
1.48,
1.04,
2.08,
2.08,
1.04,
1.04,
1.06,
1.06,
1.06,
1.06,
1.06,
1.04,
1.27,
1.48,
0.07,
1.48,
1.04,
1.04,
1.04,
1.04,
1.04,
1.04,
1.04,
1.04,
2.08,
2,
2.33,
2,
2.33,
1.04,
1.06,
0.09,
1.48,
0.11,
0.83,
0.83,
3.33,
2,
1.67,
1.04,
1.04,
1.67,
0,
1.25,
1.25,
1.04,
2.33,
3.33,
1.48,
1.04,
0.83,
2.33,
2.33,
2.33,
2.33,
2.33,
1.67,
0.83,
2.33,
0.83,
1.04,
1.04,
0.83,
0,
1.46,
1.01,
0.83,
0.83,
0.85,
0.99,
0.99,
1.13,
1.04,
1.04,
0.83,
0,
0,
2.22,
2.67,
1.04,
1.04,
3.33,
1.25,
0.85,
1.04,
1.67,
1.46,
1.46,
1.25,
1.25,
1.88,
1.88,
10,
10,
10,
10,
1.88,
1.25,
1.46,
1.67,
1.4,
1.4,
1.67,
1.67,
1.46,
1.88,
1.46,
1.46,
0.62,
0.83,
0.62,
1.04,
1.67,
10,
0,
0,
0.2,
0,
14.29,
14.29,
2.38,
1.19,
9.52,
10.23,
10.59,
5.95,
5.95,
2.68,
0.89,
12.12,
2.68,
12.12,
10.61,
15.56,
15.56,
2.68,
23.81,
33.33,
11.86,
11.86,
11.27,
2.68,
8.33,
10.23,
10.23,
35.71,
35.71,
35.71,
10.23,
35.71,
25,
28.57,
37.5,
5.36,
5.36,
2.68,
25,
2.68,
26.32,
31.58,
8.24,
8.24,
8.24,
7.06,
25.64,
16.67,
11.54,
10.74,
2.68,
0,
3.57,
8.33,
7.29,
14.29,
14.58,
16.07,
7.14,
7.29,
5.36,
0,
0,
0,
25,
2.68,
5.36,
0,
0,
28.57,
28.57,
23.73,
10.17,
26.32,
31.58,
31.58,
28.57,
34.88,
26.32,
32.14,
33.33,
28.57,
25,
25,
14.29,
23.08,
23.21,
23.21,
7.5,
7.5,
7.5,
7.5,
7.5,
8.75,
8.75,
6.25,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
0,
12.5,
14.29,
12.5,
16.07,
12.5,
10.71,
12.5,
12.5,
12.5,
12.5,
35.71,
32.14,
35.71,
32.14,
32.14,
32.14,
28.57,
32.14,
32.14,
32.14,
14.29,
28.57,
32.14,
30.43,
34.78,
28.57,
32.14,
28.57,
28.57,
32.14,
28.57,
28.57,
35.71,
32.14,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0.76,
0.83,
4.12,
3.53,
4.71,
2.2,
1.76,
5.88,
23.33,
23.33,
10,
2.78,
0.64,
0.83,
5.88,
0,
4.71,
23.33,
4.71,
3.53,
7.89,
8.77,
4.71,
0,
7.89,
9.68,
40,
12.39,
26.47,
29.41,
29.41,
26.47,
20.59,
29.41,
32.35,
32.35,
0,
78.57,
35.71,
15.71,
3.49,
1.18,
32.14,
21.43,
28.57,
30,
14.29,
14.29,
7.14,
17.54,
0,
23.08,
1.75,
9.09,
35.71,
35.71,
25,
28.57,
28.57,
28.57,
25,
0,
53.33,
3.26,
4.12,
1.15,
7.27,
14.55,
4.24,
5.77,
7.69,
1.79,
5.77,
7.69,
9.89,
5.49,
9.89,
6.59,
7.69,
7.07,
7.07,
4.95,
16,
14,
12,
12,
12,
10.47,
10.13,
3.94,
3.15,
3.94,
14.54,
13.15,
7.26,
3.91,
4.76,
4.12,
8.24,
5.77,
5.77,
10.87,
14.93,
15.29,
22.35,
14.08,
28.07,
15,
5.88,
15.29,
10.53,
8.75,
3.23,
10,
16.42,
15.15,
14.14,
19.1,
14.06,
22.35,
10,
14.93,
15,
26.32,
26.32,
10.53,
7.89,
14.93,
16.9,
23.68,
12.28,
14.06,
17.19,
12,
14,
18,
16,
14,
18,
12,
18,
11.54,
30,
16.42,
12.66,
12.28,
26.32,
15,
15.29,
13.33,
13.43,
12.5,
6.62,
9.73,
12.39,
18.58,
16.81,
11.5,
27.08,
15.93,
17.7,
11.5,
19.23,
14,
15.62,
21.24,
21.83,
17.65,
11.67,
21.43,
26.98,
21.18,
26.6,
14.06,
12.3,
18.58,
21.09,
21.09,
19.72,
17.97,
10,
19.64,
10,
19.23,
14.12,
16.67,
23.53,
11.29,
14.04,
21.15,
11.67,
16.9,
16.9,
6.93,
16.5,
14.06,
27.91,
27.91,
21.24,
14,
14.12,
14.12,
18.31,
16.78,
22,
15.79,
15.38,
15,
18.82,
14.06,
15.62,
22.81,
24.56,
19.3,
26.32,
26.32,
23.68,
23.68,
26.32,
28.95,
23.68,
22.81,
17.54,
17.54,
17.54,
10.53,
19.23,
23.08,
13.43,
15.29,
15.62,
17.44,
16.47,
18.6,
18.6,
13.95,
5.88,
5.15,
5.88,
7.35,
24.56,
18.6,
28.07,
24.56,
24.56,
10.42,
23.53,
24.71,
23.68,
23.68,
26.32,
18.82,
14.58,
10.87,
10.53,
10.53,
15.38,
11.63,
14.93,
3.5,
32.14,
32.14,
0.583,
0,
0.917,
25,
2.8,
0,
27.5,
27.5,
27.5,
27.5,
27.5,
24.64,
32.86,
2.2,
2.2,
3,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20,
20,
21.43,
21.43,
0,
3.57,
0,
3.57,
3.57,
17.86,
16.07,
17.86,
25,
16.07,
19.9,
6.25,
4.1,
4.79,
16.67,
16.67,
20,
13.33,
20,
13.33,
2.35,
1.76,
1.96,
4.95,
1.77,
0.98,
3.14,
0.98,
1.41,
2.75,
3.53,
3.18,
1.96,
0.98,
2.75,
1.96,
2.35,
3.14,
1.76,
3.53,
1.96,
4.95,
3.14,
0.98,
2.35,
3.14,
0.98,
1.53,
0.76,
1.96,
1.96,
0.78,
5.31,
4.42,
3.8,
3.26,
6.35,
1.37,
0.98,
6.5,
5.31,
6.45,
5.65,
0.78,
1.76,
1.57,
0.98,
1.45,
2.71,
5.97,
1.37,
2.29,
5,
5.17,
2.35,
3.14,
1.76,
1.77,
3.53,
0.78,
1.76,
1.37,
2.35,
6.5,
4.12,
4.76,
6.25,
3.03,
2.69,
5.31,
11.43,
7.08,
1.96,
3.14,
4.84,
8.06,
5.83,
1.37,
1.18,
1.57,
2.5,
0.98,
0.21,
0.21,
2.21,
1.22,
1.22,
9.66,
11.19,
2.64,
1.32,
3.14,
2.35,
3.53,
3.54,
3.92,
8.96,
1.99,
1.57,
5.83,
3.75,
3.33,
2.08,
19.64,
17.86,
24.53,
21.43,
21.43,
21.43,
21.43,
17.86,
19.64,
1.79,
6.71,
8.48,
78.57,
0,
0,
0,
40,
50,
50,
53.33,
52.17,
4,
9.52,
0.001,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
78.57,
78.57,
33.33,
31.58,
31.58,
32.14,
32.14,
32.14,
4.42,
4.42,
2.21,
1.77,
2.21,
0,
16.67,
16.67,
16.67,
10,
10,
30,
30,
30,
33.33,
3.33,
3.33,
3.33,
3.39,
2.08,
2.08,
2.08,
2.12,
0,
0,
0,
0,
0,
1.04,
1.04,
1.04,
1.06,
20,
1.04,
1.04,
1.04,
3.75,
2.08,
0,
3.33,
2.08,
1.04,
0,
1.04,
30,
0,
0,
1.04,
3.33,
2.08,
1.04,
0,
33.33,
2.08,
1.04,
1.04,
1.04,
3.75,
3.75,
40,
1.04,
3.75,
3.75,
3.75,
0,
33.33,
8.33,
10,
2.08,
1.04,
10,
10,
1.05,
2.11,
3.75,
7.5,
3.75,
2.08,
10,
1.04,
1.06,
2.08,
0,
1.04,
10,
7.5,
0,
7.5,
7.5,
16.67,
2.21,
8.33,
4.42,
2.21,
20,
0.66,
0.66,
0.66,
3.33,
2.08,
0,
1.04,
1.04,
7.5,
12.5,
0,
100,
0,
28.6,
28.57,
28.57,
32.14,
28.57,
1.14,
0,
28.57,
25,
25,
32.14,
32.14,
42.86,
32.14,
32.14,
32.14,
35.71,
32.14,
32.14,
32.14,
32.14,
32.14,
34.78,
32.14,
30,
25,
25,
25,
25,
25,
25,
7.14,
39.29,
6.25,
26.32,
10.79,
10.61,
11.03,
9.77,
11.11,
9.15,
23.71,
16.87,
16.12,
1.25,
31.58,
31.58,
32.14,
35.71,
21.43,
21.43,
28.57,
21.43,
28.57,
28.57,
28.57,
21.43,
25,
17.86,
30,
0,
0.83,
9.6,
30,
0,
0,
5.88,
1.79,
0,
0,
0,
28.24,
60,
0,
0,
0,
5.36,
5.36,
5.36,
36.36,
20,
20,
20,
20,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
10.83,
2.35,
0.77,
0,
0.38,
14.29,
0,
1.54,
4.35,
0,
0,
10.71,
0,
0,
0,
0,
38,
0,
0,
0,
0,
6.25,
16.67,
16.67,
16.67,
16.67,
0,
30,
16.67,
16.67,
16.67,
16.67,
30.59,
0,
22.22,
50,
0,
49.41,
13.79,
15.52,
15.52,
13.79,
50,
35.71,
85.71,
35.71,
35.71,
92.86,
6.25,
31.03,
4.69,
78.57,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
4.46,
4.46,
4.46,
4.46,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
0,
20,
1.79,
1.72,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
8.85,
0,
0,
32.26,
0,
0,
0,
5.56,
9.6,
3.6,
3.6,
4.55,
4.55,
0.42,
0.83,
26.67,
33.33,
6.67,
3.33,
5,
0,
21.43,
23.21,
26.79,
40,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.33,
9.33,
56.67,
50,
56.67,
18.68,
18.68,
26.76,
1.7,
22.5,
28.57,
18.75,
0,
0,
0,
1.54,
42.9,
0,
0,
0,
0,
2.38,
0,
2.72,
14.3,
0,
0,
2.63,
1.75,
1.75,
7.58,
10.61,
13.13,
7.5,
10.83,
12.66,
10.83,
10,
9.26,
9.26,
17.61,
17.61,
0,
22.68,
25.29,
25.29,
25,
21.43,
17.86,
32.14,
32.14,
32.14,
32.14,
25.81,
25.81,
28.57,
32.14,
32.14,
32.14,
21.43,
32.14,
35.71,
35.71,
28.57,
28.57,
28.57,
21.43,
17.86,
21.43,
22.58,
22.58,
22.58,
25.81,
22.58,
22.58,
21.43,
4.12,
6.25,
5.36,
8.04,
2.78,
5.56,
17.86,
17.86,
19.82,
22.32,
25.83,
18.75,
18.75,
18.54,
18.54,
18.75,
18.75,
26.79,
26.79,
26.79,
14.29,
13.91,
18.75,
14.29,
7.14,
9.82,
3.57,
20.54,
26.79,
19.78,
26.85,
20,
5.88,
1.64,
4.71,
2.35,
5.32,
5.36,
1.18,
1.77,
1.18,
1.77,
1.77,
1.79,
1.79,
0.44,
2.23,
1.33,
1.33,
1.79,
24.71,
0,
0,
13.11,
0.42,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
3.51,
46.67,
46.67,
50,
46.67,
36.67,
23.33,
0,
0,
46.67,
36.67,
46.67,
56.67,
50,
56.67,
50,
8.8,
10.53,
59.52,
28.89,
26.79,
42.86,
42.86,
19.51,
19.51,
20.51,
28.57,
27.03,
29.73,
27.03,
29.73,
0,
0,
0,
0,
0,
0,
0,
7.5,
9.38,
7.78,
1.92,
1.92,
1.92,
2.12,
2,
2.22,
2.11,
1.92,
25.71,
1.56,
1.92,
10.71,
21.43,
8.89,
8.45,
16.07,
20,
20,
20,
16.07,
16.07,
16.07,
8.62,
8.33,
8.89,
1.92,
9.76,
10.77,
1.92,
1.92,
16.07,
28.57,
28.57,
3.33,
8.89,
3.33,
17.54,
15.29,
15.29,
18.1,
3.33,
10.71,
14.29,
2.9,
2.7,
4.05,
10.42,
10.42,
14.06,
54.55,
54.55,
35.7,
50,
78.57,
1,
25.88,
28.24,
34.12,
30.3,
24.78,
19.3,
0,
0,
0,
1.13,
30.3,
12.5,
21.21,
6.06,
18.75,
15.62,
12.5,
23.33,
18.75,
25.71,
33.33,
13.33,
30.3,
30,
21.88,
23.33,
24.24,
25,
21.43,
24.14,
31.25,
16.13,
18.75,
17.31,
14.71,
17.39,
12.96,
14.52,
19.44,
19.05,
12.12,
13.64,
0,
0,
0,
0,
17.86,
25,
32.14,
32.14,
32.14,
32.14,
32.14,
28.57,
28.57,
21.43,
17.65,
21.43,
21.43,
21.43,
21.43,
28.57,
32.14,
21.43,
21.43,
17.86,
21.43,
21.43,
25,
25,
25,
21.43,
25,
25,
25,
25,
25,
21.43,
25,
25,
16.07,
14.29,
1.93,
1.93,
1.93,
0,
1.93,
2.17,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
21.43,
32.14,
32.14,
28.57,
28.57,
28.57,
28.57,
1.77,
2.21,
0,
25,
25,
21.43,
25,
25,
16.25,
16.25,
16.25,
16.25,
12.5,
16.25,
3.57,
25,
16.07,
25,
3.95,
1.79,
8.93,
8.93,
0,
0,
0,
4.42,
4.23,
0,
20,
10.94,
11.02,
11.02,
10.69,
12.98,
13.71,
13.71,
13.74,
9.92,
9.16,
25,
16.13,
25,
25,
25,
23.33,
0,
25.66,
24.71,
28.57,
32.94,
26.79,
21.43,
17.86,
17.86,
7.14,
25.58,
30.36,
35.71,
17.54,
35.71,
26.79,
24.71,
28.57,
32.14,
28.57,
28.57,
25.86,
26.79,
25,
25,
25,
2.68,
14.47,
12.68,
25,
21.43,
3.57,
1.79,
24,
5,
22.35,
5.13,
1.92,
2.56,
28.24,
23.53,
50,
17.86,
32.14,
3.7,
3.7,
3.7,
21.43,
35.71,
33.93,
11.97,
26.79,
26.79,
12.5,
26.79,
29.79,
31.91,
29.79,
27.66,
25,
3.51,
29.79,
1.85,
3.7,
46.43,
32.14,
32.14,
2.68,
1.79,
33.33,
2.63,
25,
50,
19.78,
4.96,
4.96,
23.94,
19.72,
19.72,
25,
25,
21.43,
21.43,
16.07,
25,
21.43,
17.86,
17.86,
17.86,
17.5,
24.3,
0,
0,
7.5,
0,
8.2,
21.43,
23.21,
33.93,
33.33,
14.8,
4.35,
0,
0,
7.25,
5.9,
0,
0,
0,
0,
0,
7.81,
23.53,
17.86,
0,
1.89,
78.57,
23.91,
19.57,
23.74,
0.42,
0,
0,
2.46,
2.5,
0,
0,
0,
0,
0,
1.67,
1.67,
0,
0,
0,
2.46,
2.46,
1.67,
5.88,
5.88,
5.88,
3.03,
5.88,
3.03,
3.03,
3.03,
5.88,
33.33,
5.88,
33.33,
21.43,
21.43,
5.88,
36.36,
26.47,
36.36,
26.47,
33.33,
36.36,
33.33,
27.27,
5.88,
5.88,
11.76,
35.8,
27.7,
33.33,
33.33,
5.88,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
28.57,
40,
39.29,
28.57,
28.57,
35.71,
32.14,
35.71,
43.33,
32.14,
25,
25,
32.14,
1.04,
2.26,
1.13,
1.04,
1.98,
1.98,
1.21,
1.27,
1.13,
1.13,
1.88,
10,
10,
10,
10,
10,
10,
0,
0,
20,
10,
10,
2.35,
2.35,
0,
0,
0,
0,
0,
0,
0,
7.5,
25,
25.88,
24.29,
25.88,
25.88,
25.88,
25.88,
25.88,
25.88,
25.88,
25.88,
25.49,
25.49,
25.88,
25.88,
25.88,
25.88,
25.88,
24.29,
24.29,
22.86,
24.29,
22.12,
10,
13.33,
13.33,
25,
25,
21.33,
35.71,
0,
28.25,
39.29,
35.71,
35.71,
32.14,
21.43,
24.19,
35.71,
14.29,
16.07,
16.07,
35.71,
6,
33.42,
3.2,
5.36,
33.9,
31.8,
30,
10,
21.43,
28.57,
35.34,
31.75,
17.86,
25,
23.58,
35.7,
28.57,
35.71,
10,
24.57,
35.71,
3.57,
35.71,
28.57,
28.6,
7.35,
21.4,
21.23,
50,
50,
28.26,
19.77,
25.42,
35.71,
35.71,
32.1,
21.43,
20.16,
33.9,
33.33,
28.3,
17.86,
17.86,
14.29,
44,
53.6,
17.86,
17.86,
5.36,
23.19,
0,
16.07,
1.74,
35.7,
35.7,
3.27,
15.69,
15.69,
28.57,
17.9,
28.57,
46.43,
53.57,
32.14,
39.29,
35.71,
35.71,
17.86,
32.14,
32.14,
32.14,
32.14,
33.33,
33.33,
25,
17.86,
21.43,
21.43,
3.57,
7.14,
21.43,
29.98,
32.14,
32.14,
21.43,
25,
32.14,
25,
25,
17.86,
23.53,
19.31,
32.14,
5.36,
24.19,
22.6,
24.19,
23.58,
31.91,
17.86,
28.57,
32.14,
21.43,
25,
17.86,
22.6,
3.57,
5.36,
5.36,
5.36,
5.36,
25,
28.57,
57.14,
57.14,
53.57,
53.57,
57.14,
57.14,
17.86,
57.14,
42.86,
42.86,
25.16,
28.6,
21.18,
32.14,
34.27,
28.57,
23.53,
26.46,
34.78,
32.14,
28.57,
17.86,
17.86,
35.71,
35.71,
35.71,
32.14,
32.14,
33.33,
32.14,
32.14,
32.14,
35.71,
32.14,
28.57,
32.14,
32.14,
30.13,
32.14,
25.42,
25.42,
19.77,
18.42,
25.42,
23.08,
46.43,
39.29,
46.43,
39.29,
25,
33.33,
46.43,
53.57,
44,
32.14,
17.86,
35.71,
30.85,
33.42,
28.57,
21.43,
21.43,
17.86,
17.86,
17.86,
17.86,
20.16,
32.26,
12.5,
10.71,
7.14,
1.98,
22.11,
21.43,
30.59,
25,
32.14,
35.71,
35.71,
35.71,
32.14,
25,
32.14,
32.14,
21.43,
35.71,
32.14,
32.14,
33.33,
32.14,
28.57,
28.57,
17.86,
42.86,
21.43,
10.71,
25,
16.07,
21.43,
8.93,
21.28,
31.91,
24.82,
17.73,
17.86,
28.57,
5.36,
17.86,
25,
25,
32.26,
18.78,
17.73,
17.64,
39.29,
35.71,
33.51,
33.51,
28.57,
32.14,
17.86,
17.86,
16.95,
19.77,
16.95,
16.95,
17.86,
16.07,
21.2,
21.43,
28.57,
32.14,
35.71,
25,
28.57,
28.57,
28.22,
25,
25,
17.86,
12.5,
10.71,
4.94,
4.23,
25,
21.43,
32.14,
17.86,
35.71,
17.86,
28.57,
35.71,
28.57,
35.71,
21.43,
32.14,
32.14,
17.86,
25,
35.71,
25,
28.57,
28.57,
28.57,
17.86,
35.71,
17.86,
17.86,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.03,
2.34,
0,
0,
0,
0,
0,
17.02,
0,
17.02,
13.16,
16.67,
16.28,
17.86,
9.43,
0.88,
0.88,
0.88,
0.88,
25,
25,
25,
8,
8,
8,
8,
8,
0,
0,
0,
0,
3.26,
0,
0,
3.33,
0.96,
0.96,
3.33,
2,
5.81,
0,
2,
8,
8,
28.17,
4.71,
6.27,
0,
0.909,
0,
0,
0,
11.11,
10.71,
10.71,
8.51,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
31.58,
31.58,
31.58,
31.58,
31.58,
0,
31.58,
31.58,
31.58,
31.58,
31.58,
31.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
31.58,
31.58,
31.58,
31.58,
31.58,
30.77,
30.77,
0,
0,
31.58,
31.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.8,
11.89,
10.43,
12.08,
8,
9.72,
8.92,
10.32,
8.03,
7.01,
11.76,
11.61,
8.43,
8.09,
11.61,
0,
3.03,
2.67,
1.16,
0,
3.33,
4.55,
16.22,
37.5,
46.67,
32.67,
43.33,
0,
10.71,
0,
36.67,
40,
0,
43.33,
43.33,
31.33,
0,
0,
0,
36.67,
40,
36.67,
50,
50,
43.33,
26.25,
33.33,
50,
50,
40,
36.67,
50,
26.67,
35,
20,
30,
40,
30,
15.33,
9.82,
4.29,
9.82,
9.5,
0.58,
0.77,
0,
0,
0,
0.42,
0,
0,
2.92,
0.83,
0.71,
0,
0,
1.45,
4.55,
1.25,
0.38,
0,
1.15,
1.15,
0,
5.88,
1.15,
0.77,
0.77,
0,
0,
0,
0,
0,
0,
0.77,
0,
25,
2.35,
0,
0,
0.77,
0,
0,
0,
0,
0,
0,
0,
0.77,
0,
0,
0,
0,
1.03,
1.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.59,
11.3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.19,
3.95,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
11.5,
9.6,
8.08,
2.94,
4.26,
1.47,
0,
1.47,
4.26,
2.94,
1.47,
0,
30,
42.86,
0,
0,
0,
0,
3.33,
3.33,
6.52,
1.09,
8.89,
0,
57.14,
53.57,
50,
46.4,
46.43,
53.57,
53.57,
53.57,
46.43,
75,
57.14,
50,
42.86,
31.25,
37.25,
35.29,
46.43,
46.43,
50,
51.52,
70.18,
21.88,
21.88,
28.12,
0.83,
29.2,
0,
0,
0,
2.56,
34.67,
34.67,
6,
4.44,
0.93,
8,
1.46,
2.21,
0,
1.79,
1.79,
1.79,
2.68,
2.68,
2.68,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
5.36,
1.79,
5.36,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
2.68,
2.68,
1.79,
1.79,
5,
46.7,
17.65,
0,
0,
26.47,
5.88,
5.88,
5.88,
2,
1.79,
1.79,
1.61,
1.89,
1.85,
1.79,
2,
1.79,
1.85,
1.79,
1.72,
1.72,
1.79,
1.54,
2,
2,
2,
2,
0,
0,
10,
20,
30,
36.67,
30,
9.73,
13.27,
0,
0,
0,
0,
0,
0,
25,
20.99,
12.77,
12.77,
12.77,
20.25,
15.79,
23.89,
20.75,
18.87,
19.81,
4.65,
4.65,
25.71,
28.57,
20,
31.43,
18.52,
18.99,
19.81,
23.17,
25.71,
25.71,
25.71,
18.87,
14.12,
23.01,
19.47,
18.58,
23.01,
24.78,
19.47,
4.29,
2.86,
4.29,
4.29,
28.57,
28.57,
28.57,
28.57,
14.06,
21.88,
20.31,
14.06,
21.88,
21.15,
15.38,
15.38,
22.81,
22.81,
15.38,
18.31,
15.71,
16.44,
17.81,
19.51,
22.81,
27.91,
18.99,
17.72,
24.39,
25.97,
25.61,
20.78,
27.85,
29.11,
20.99,
20.99,
25.68,
27.19,
28.57,
28.57,
28.57,
28.57,
25,
19.72,
18.31,
25,
1.75,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
18.68,
21.43,
3.57,
3.57,
25,
26.79,
25,
21.43,
24.14,
25,
25,
20.69,
26.79,
21.43,
21.43,
21.43,
21.43,
20.69,
21.43,
19.64,
10.71,
24.18,
5,
15.62,
8.33,
25,
0,
0,
0,
0,
8.62,
8.62,
6.9,
8.93,
8.93,
8.93,
8.93,
8.93,
3.7,
3.57,
4.35,
3.7,
2.38,
3.57,
8.62,
16.13,
5.17,
9.68,
11.67,
3.45,
4.17,
4,
2.63,
8.93,
8.93,
10,
20,
12.77,
18,
3.45,
3.57,
5.36,
3.45,
3.57,
4.35,
4.35,
5.36,
5.36,
7.14,
8.93,
8.93,
7.14,
8.93,
7.14,
8.93,
8.93,
8.62,
7.14,
8.93,
8,
4.35,
8.62,
8.93,
8.93,
8.93,
8.93,
20,
12.86,
17.14,
5.36,
5.36,
7.14,
8.93,
8.93,
8.93,
8.93,
7.14,
10.34,
10.71,
10.71,
8.93,
7.08,
0.44,
0.88,
3.98,
3.98,
5.31,
0,
0.88,
2.65,
1.77,
1.33,
0.88,
0.44,
0.59,
1.79,
8.45,
4.93,
9.86,
1.76,
8.45,
4.93,
9.86,
1.76,
0.35,
0.35,
3.1,
1.77,
1.77,
0,
0,
0,
0,
23.57,
3.26,
2.35,
1.79,
10,
1.18,
4.12,
4.12,
2.54,
3.33,
9.73,
8.33,
4.17,
24.74,
5,
4.76,
8.93,
7.14,
8.04,
5.36,
8.04,
12.5,
7.14,
8.04,
9.82,
1.34,
7.94,
8.82,
0,
0,
1.79,
1.75,
0,
1.79,
0.88,
0.89,
0.89,
1.79,
0.89,
1.79,
1.79,
5.29,
3.25,
2.35,
2.35,
2.35,
2.35,
6.52,
2.35,
0.59,
4.93,
5,
5.31,
6.52,
7.07,
7.07,
5.98,
6.52,
5.98,
7.61,
6.52,
0.59,
7.93,
7.49,
7.56,
2.64,
12.78,
4.85,
5.52,
4.35,
7.46,
6.61,
4.85,
5.05,
3.54,
4.55,
3.54,
4.85,
4.85,
12.78,
17.39,
21.74,
15.22,
28.26,
14,
28,
20,
8,
17.5,
22.5,
25,
40,
25,
25,
18.75,
18.75,
18.75,
28.57,
17.86,
18.75,
18.75,
21.88,
21.43,
50,
46.67,
10.53,
11.97,
10.53,
12.68,
10.53,
12.68,
11.27,
11.84,
19.64,
4.31,
11.84,
14.47,
21.43,
22.86,
20.59,
21.21,
21,
35,
28.57,
34,
32,
33.33,
30,
36.92,
36.92,
32.86,
30.77,
34.62,
40,
34.62,
35.38,
41.54,
40,
40,
40,
40,
11.86,
12.38,
14.12,
12.43,
11.02,
12.03,
19.51,
19.64,
12.12,
10.61,
10.61,
1.6,
11.94,
10.45,
13.43,
11.94,
10.45,
6.76,
10.45,
9.09,
12.33,
11.94,
11.94,
12.12,
13.43,
10.61,
13.43,
12.1,
5.41,
16.44,
10.61,
7.14,
7.14,
7.94,
10.17,
9.59,
0,
10.61,
10.61,
12.5,
23.64,
21.82,
21.82,
21.82,
21.82,
21.82,
0,
13.68,
5.93,
20,
15.22,
0,
9.86,
0,
13.75,
10.96,
8.45,
11.86,
12.12,
7.46,
10.45,
9.59,
8.45,
11.86,
10.61,
14.29,
10.57,
13.45,
8.09,
12,
11.38,
5.59,
8.96,
19.1,
13,
0,
0,
0,
13.4,
16.4,
17.5,
16.87,
0,
0,
0,
5.33,
6,
1.33,
2.67,
2.67,
3.33,
1,
7.5,
7.14,
3.33,
1.06,
0.5,
3.26,
2,
2,
0,
1.06,
4.5,
5.77,
9.26,
5.56,
4.5,
9.26,
5.56,
6.67,
7.5,
7.58,
4,
5.77,
4.88,
1.33,
1.33,
1.33,
25,
25,
22.5,
0,
2.22,
3.33,
0,
20.83,
2.23,
0.45,
32.14,
32.14,
32.14,
25,
32.14,
35.71,
39.29,
32.14,
32.14,
35.71,
36.29,
32.26,
32.26,
32.14,
35.71,
28.57,
28.57,
28.57,
21.43,
32.14,
32.14,
32.14,
32.14,
21.43,
28.57,
28.57,
32.14,
26.09,
26.09,
30.43,
30.43,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
21.43,
21.43,
21.43,
25,
32.14,
32.14,
32.14,
30,
28.57,
0,
0,
0,
1.18,
0.96,
1.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.12,
0.77,
4.83,
4.83,
4.14,
6.06,
7.14,
3.77,
9.09,
21.21,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.4,
0,
0,
0,
0.4,
0.59,
0.8,
0,
0,
0,
0,
0,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
30.43,
32.14,
32.14,
32.14,
32.14,
28.57,
28.57,
45,
22.22,
34.78,
32.14,
1,
1,
1.14,
0,
1.06,
1.11,
1.11,
0,
0,
0,
1.11,
1.11,
5.36,
9.68,
11.54,
25,
14.29,
32.14,
28.57,
35.78,
33.9,
35.78,
33.9,
33.9,
32.02,
30.13,
18.83,
3.57,
1.56,
19.35,
10.42,
0,
0,
0,
17.86,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
22.06,
21.43,
23.81,
4.25,
0.96,
1,
21.43,
1.32,
3.95,
25,
78.57,
78.57,
0,
0,
0,
0,
0,
0,
35.71,
0,
0,
0,
0,
0,
0,
1.18,
1.41,
0,
3.57,
3.08,
35.71,
16.67,
28.57,
32.14,
32.14,
1.79,
0,
0.41,
28.57,
17.86,
23.33,
0,
0,
8.96,
12.28,
12.28,
12.28,
35.71,
0.43,
1.61,
1.47,
0.98,
1.47,
0,
0,
0,
0,
0,
0.89,
0.89,
11.5,
0,
0,
0,
0,
30.23,
27.91,
6.25,
24.32,
18,
0.36,
0,
0,
0,
0,
0,
21.43,
43.33,
56.67,
70,
40,
0,
0,
9.09,
10.1,
0.89,
5.36,
1.79,
7.14,
9.52,
14.55,
1.79,
1.79,
2.45,
0.2,
1.22,
0.41,
0.61,
1.43,
25,
32.14,
28.57,
12.31,
8.14,
12.28,
10.45,
3.85,
10.91,
10.91,
14.55,
14.55,
14.55,
4.55,
50,
46.43,
1.75,
1.65,
1.75,
15.62,
17.65,
8.27,
5.52,
16.67,
10.58,
17.5,
21.43,
25,
28.57,
10.42,
28.12,
28.12,
7.09,
8.27,
11.11,
10.6,
9.24,
14.47,
8.93,
11.76,
11.76,
9.86,
1.07,
0,
32.14,
17.86,
21.43,
0,
10.29,
14.71,
6.9,
6.03,
30.43,
34.78,
21.19,
24.5,
53.33,
46.67,
8.96,
8.96,
2.72,
3.26,
2.72,
0,
2.17,
0.83,
10.59,
10.45,
7.46,
0,
0,
17.5,
17.5,
17.5,
17.5,
50,
50,
4,
11.5,
8.85,
10.62,
8.85,
9.73,
7.96,
7.96,
12.88,
13.28,
17.18,
4.52,
21.43,
17.65,
20.69,
18.18,
20,
23.33,
22.22,
21.88,
31.25,
5.17,
9.68,
11.29,
20,
13.33,
24,
0,
2.38,
7.5,
7.5,
3.08,
8.75,
46.43,
0,
6.45,
8.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
15.29,
1.67,
4.42,
4.42,
9.73,
1.77,
13.27,
3.98,
0.88,
32.14,
1.98,
0.55,
3.11,
78.57,
27.91,
32.56,
32.56,
0,
0,
14.29,
9.29,
6.67,
2.75,
6.43,
3.53,
12.73,
12,
12,
19.3,
0,
14.08,
11.27,
2.17,
0,
0,
21.43,
14.29,
14.29,
8.82,
11.76,
21.43,
0,
0,
0,
0,
15,
0,
27.5,
22.5,
0,
0,
6,
13.24,
13.16,
21.43,
10.61,
0.59,
1.79,
1.79,
7.08,
20.55,
19.18,
1.09,
0,
0,
0,
7.63,
10.17,
0,
0,
0.36,
13.16,
13.16,
13.16,
13.16,
13.16,
2.86,
2.22,
2.35,
2.5,
4.29,
3.57,
2.86,
24.53,
30.19,
0,
0,
3.33,
1.79,
0,
0,
1.92,
1.82,
1.82,
3.33,
11.43,
10.94,
11.43,
11.43,
8.96,
8.96,
10.71,
0.71,
0,
0.36,
0.36,
0.36,
0,
43.33,
46.67,
20.69,
0,
0,
0,
12.73,
12.73,
6.67,
6.67,
93.33,
0,
0,
0,
0,
0,
0,
0,
0,
8.82,
0,
0,
0,
0,
0,
0,
32.5,
17.5,
19.05,
0,
0,
0,
0,
0,
0,
41.67,
15,
13.33,
0,
0,
0,
0,
0,
0,
0,
8.82,
0,
0,
0,
0,
0,
0,
1,
3.33,
1.14,
3,
1.11,
25,
50,
46.43,
53.57,
53.57,
50,
53.57,
46.43,
35.71,
2.68,
2.68,
1.79,
1.79,
31.43,
30,
37.14,
31.91,
31.43,
30,
50,
53.57,
4.5,
20,
16,
32.5,
18.75,
20,
21.05,
20.59,
28.12,
18.18,
37.5,
6.9,
20,
21.33,
21.33,
21.33,
17.5,
7.5,
28.57,
22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
5.6,
7.5,
26.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
25,
35.71,
39.29,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
39.29,
0,
0,
0,
0,
0,
35.85,
33.96,
35.85,
33.96,
33.96,
37.74,
36.29,
36.29,
32.26,
36.29,
32.14,
28.57,
28.57,
17.86,
28.57,
28.57,
32.08,
18.87,
21.43,
21.43,
21.43,
21.43,
25,
21.43,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.96,
33.33,
0,
0,
0,
0,
0,
0,
46.43,
46.43,
42.86,
46.43,
46.43,
46.43,
40,
23.33,
40,
0,
0.84,
0.84,
0,
11.84,
17.5,
46.88,
19.23,
39.39,
0,
0,
3.57,
25,
0,
0,
25,
73.33,
1.75,
1.75,
5,
16,
14,
28.57,
30.95,
54.84,
51.72,
50,
50,
53.57,
44.44,
30.23,
18,
20,
7.56,
1.37,
1.63,
70,
0,
42.86,
46.67,
0,
53.57,
46.43,
0,
0,
0,
0,
0,
93.33,
93.33,
0,
0,
0,
0,
17.86,
17.86,
17.86,
8.93,
21.43,
17.86,
39.29,
3.57,
2.02,
2.02,
2.02,
0,
2.33,
0,
0,
0,
0,
2.5,
5,
16.7,
15.6,
0,
0,
0,
0,
0,
0.59,
0,
0.59,
0,
0,
23.24,
0,
0,
0,
13.07,
11.07,
5.37,
1.76,
3.51,
2.21,
1.75,
5.31,
0,
0,
0,
0,
0,
0,
8.82,
2.82,
2.82,
14.09,
33.59,
23.08,
10.17,
14.09,
6.22,
5.73,
12.32,
7.98,
9.23,
14.87,
7.18,
11.45,
31.76,
5.56,
6.28,
15.88,
14.06,
13.53,
16.9,
1.41,
9.86,
19.53,
11.76,
6.34,
9.74,
5,
17.78,
4.29,
3.57,
8.24,
5.29,
8.42,
10.26,
11.97,
8.47,
19.59,
7.14,
15.71,
15.71,
15.71,
15.71,
11.31,
25,
28.57,
0,
25,
28.12,
9.66,
7.65,
0,
6.78,
8.82,
5.29,
5.77,
29.55,
5.58,
11.16,
11.16,
5.74,
0.47,
0.47,
6.12,
6.12,
7.2,
8.09,
8.85,
9.06,
0.91,
6.67,
8.57,
11.43,
0.71,
9.29,
15.71,
4.29,
12.5,
5.71,
2.5,
5,
5.88,
6.43,
8.57,
5.12,
5.12,
13.02,
5.58,
5.29,
5.24,
3.4,
5.56,
11.62,
5.63,
7.07,
9.24,
6.67,
5.56,
4.56,
6.61,
7.98,
9.41,
18.8,
10.98,
9.8,
0,
0,
0,
0,
5.26,
5.26,
11.85,
6.82,
11.85,
7.41,
0,
5.88,
0,
0.59,
1.18,
0.59,
0.59,
0.59,
0,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0.59,
0,
0,
0,
9.09,
9,
0,
0.12,
0,
0,
0,
10.82,
10.65,
9.67,
13.73,
8.82,
5.05,
22.93,
22.93,
25.48,
21.66,
2.49,
2.49,
17.19,
7.33,
9.06,
7.61,
5.79,
5.88,
10.82,
0,
0,
0,
0,
0,
0,
0.29,
0.88,
1.67,
1.67,
1.48,
0,
0,
0,
0,
0,
0,
0,
2.49,
2.49,
2.49,
2.49,
2.49,
0,
0,
0,
0,
3.26,
10.87,
10.33,
11.76,
12.82,
9.29,
1.79,
9.29,
10.71,
8.57,
8.33,
42.86,
28.57,
31.43,
4.76,
4.76,
4.76,
4.76,
4.76,
17.14,
20,
26.47,
50,
46.67,
66.67,
72.73,
19.05,
19.05,
50,
21.43,
21.43,
28.57,
21.43,
36.67,
40,
26.67,
36.67,
31.82,
20,
4.76,
4.76,
4.76,
20,
23.33,
23.33,
26.67,
50,
42.86,
6.25,
0,
70,
0,
0,
0,
0,
36.67,
6.67,
20,
23.33,
25.71,
17.86,
30,
43.33,
23.33,
20,
20.59,
0,
0,
1.25,
0,
0,
0,
0,
0,
0,
21.21,
21.21,
32.14,
32.14,
1.25,
9.09,
10.91,
30,
38.46,
32.26,
46.67,
43.33,
33.33,
30,
23.33,
26.67,
23.33,
23.33,
43.33,
43.33,
42.86,
42.86,
42.86,
50,
42.86,
21.43,
26.67,
30,
30,
36.67,
33.33,
30,
16.67,
50,
50,
50,
37.14,
33.33,
25,
13.33,
50,
50,
46.67,
51.52,
15,
13.33,
15,
51.52,
51.52,
45.45,
37.04,
50,
23.33,
30,
45,
47.5,
47.5,
47.5,
70,
36.67,
53.33,
0,
2.08,
3.33,
1.04,
2.22,
2.22,
1.69,
1.69,
1.05,
2.53,
0,
0,
0,
5.65,
0,
0,
2.42,
0,
0,
0,
22.86,
0,
0.91,
16.36,
21.82,
16.36,
18.18,
15.94,
0,
3.12,
10.53,
4.96,
0,
1.79,
8.93,
1.79,
5.36,
6.5,
9.39,
6.94,
7.76,
0.82,
0,
51.72,
63.33,
0.8,
0,
13.33,
12.5,
4.52,
12.39,
17.86,
0,
0,
0,
5.81,
5.81,
5.81,
0,
0,
0,
0,
23.33,
23.33,
2.35,
0,
12.9,
46.88,
56.67,
53.57,
67.86,
0,
42.86,
21.43,
21.43,
42.86,
35.71,
0,
0,
0,
0,
0,
0,
0,
17.86,
0,
0,
0,
0,
0,
46.43,
0,
25,
35.71,
16.07,
16.07,
21.43,
16.67,
17.86,
13.33,
22.5,
0,
13.33,
15,
11.54,
11.54,
0,
0,
0,
0,
0,
0,
20,
20,
0,
0,
50,
50,
43.33,
53.33,
63.33,
23.33,
38,
20,
0,
36.67,
26.67,
50,
0,
0,
0,
0,
0,
0,
0,
32.14,
32.14,
32.14,
28.57,
32.14,
32.14,
28.57,
14.29,
28.57,
28.57,
28.57,
28.57,
21.43,
25,
28.57,
32.14,
28.57,
35.71,
28.57,
32.14,
35.71,
28.57,
20,
20,
30,
30,
30,
28.57,
32.14,
28.57,
15,
16.67,
13.33,
16.67,
20,
21.88,
24,
24,
9.62,
13.33,
16.67,
23.68,
23.68,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
9.62,
7,
8.57,
8.57,
7.14,
7.14,
25,
21,
5.71,
0,
0,
25,
5,
100,
25,
26.79,
26,
26,
26,
26,
26,
21.43,
23.21,
15.29,
15.29,
15.29,
15.29,
15.29,
22.35,
22.35,
8.97,
6.19,
11.63,
8,
12.5,
21.43,
26,
10.59,
10.59,
9.41,
9.41,
9.41,
8.24,
8.16,
8.16,
8,
9,
9,
7.69,
7.81,
7.81,
8.24,
8.24,
8.24,
9.41,
8.24,
8.24,
24.62,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.09,
0,
0,
8.24,
8.24,
14.12,
5.88,
10.59,
5.29,
7.06,
4.71,
5.29,
10,
64.29,
5.88,
5.88,
15.29,
3.33,
3.33,
7.06,
8.24,
8.24,
1.76,
5.88,
0,
24.24,
26.32,
20.83,
20.83,
32.14,
32.14,
21.43,
31.58,
26.32,
20.83,
12.5,
13.64,
32.14,
20.83,
21.43,
30,
33.33,
28.57,
28.57,
9.52,
32.14,
32.14,
32.14,
2.63,
2.63,
0,
31.58,
32.14,
32.14,
32.14,
23.81,
28.57,
28.57,
21.43,
32.14,
32.14,
0,
14.29,
28.89,
20,
31.11,
13.73,
10.67,
24,
11.47,
15,
15,
7,
0,
0,
26.67,
26.32,
23.68,
21.43,
28.57,
7.06,
17.86,
14.29,
14.29,
17.86,
3.57,
31.11,
6.18,
7.49,
5.65,
7.33,
6.64,
7.42,
3.82,
12.5,
10.59,
9.41,
39.5,
39.13,
43.48,
39.13,
39.13,
39.13,
39.13,
42,
38.46,
38.46,
36.92,
20,
0,
2.8,
10,
9.29,
2.86,
5.71,
18,
17.86,
17.86,
21.43,
17.86,
17.86,
21.43,
25,
25,
25,
25,
11.97,
10,
10,
10,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
28.57,
21.74,
21.43,
21.43,
21.43,
21.43,
20,
20,
30,
30,
30,
32.14,
32.14,
20,
20,
20,
20,
20,
20,
20,
20,
21.43,
25,
25,
25,
25,
25,
28.57,
28.57,
28.57,
28.57,
28.57,
30,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
28.57,
32.14,
32.14,
32.14,
32.14,
28.57,
28.57,
28.57,
28.57,
13.95,
13.95,
15.84,
17.86,
17.86,
22.5,
12,
19.35,
14.93,
14.29,
13.3,
13.33,
15,
14.29,
15.87,
16.28,
17.78,
0,
20,
20,
13.3,
8,
17.86,
26.1,
6.67,
17.86,
26.67,
16.28,
16.28,
5.26,
16.28,
16.28,
16.28,
13.95,
13.95,
13.95,
18.67,
20.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
23.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
23.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
5.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
5.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
5.36,
0,
0,
0,
0,
20,
20,
20,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
14.52,
15.32,
15.49,
14.08,
13.38,
15.07,
17.22,
13.01,
12.18,
13.29,
13.64,
15.62,
14.06,
16.34,
15.62,
15.91,
16.36,
15.38,
13.93,
13.38,
14.97,
14.16,
11.97,
18.58,
13.33,
14.49,
12.03,
13.46,
12.5,
15.62,
14.52,
14.09,
9.86,
9.29,
0,
66.67,
62.07,
55.56,
22.54,
57.14,
0,
64.29,
0,
27.78,
11.76,
11.76,
0,
0,
4.17,
7.69,
30,
30.95,
52.5,
32.5,
29.27,
29.27,
34.21,
45,
36,
2.63,
0,
0,
3.2,
3.18,
3.2,
3.18,
16.47,
2.99,
3.33,
2.88,
0.78,
3.6,
0.83,
2.99,
3.33,
3.6,
45.5,
0.45,
8.93,
3.57,
42.86,
2.68,
1.82,
2,
0,
2.33,
3.57,
2.22,
3.75,
2.5,
2.31,
4.41,
5.88,
2.63,
2.63,
2.63,
2.63,
2.63,
26.32,
2.35,
2.35,
4.12,
4.71,
2.33,
1.16,
2.33,
2.33,
5.38,
5.38,
6.14,
6.14,
2.33,
4.44,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.86,
0,
0,
0,
0,
0.86,
22.45,
26.53,
20.41,
24.49,
22.45,
26.53,
3.06,
19.64,
20.41,
22.67,
23.81,
23.88,
24.56,
22.45,
23.81,
23.33,
25,
22.22,
25.56,
22.81,
18.89,
3.57,
2.78,
2.68,
3.57,
2.68,
0.89,
0.93,
0.89,
1.85,
39.29,
3.57,
25,
41.18,
16.07,
3.57,
3.57,
2.38,
2.78,
2.78,
2.68,
20,
30,
30,
35.71,
0,
1.85,
2.78,
2.68,
4.46,
0.93,
0.89,
28.57,
0,
0,
0,
0,
0,
16.67,
0,
2.68,
21.43,
28.57,
26.79,
26.67,
32.14,
28.57,
23.81,
23.81,
28.57,
29.41,
0.93,
33.33,
33.33,
33.33,
32.1,
33.33,
33.33,
32.14,
32.14,
32.14,
32.1,
33.33,
33.33,
28.57,
28.57,
35.71,
38.1,
28.57,
28.57,
42.86,
0,
30,
32.1,
32.14,
32.14,
33.33,
40,
32.14,
32.1,
21.43,
17.86,
17.9,
19.3,
19.64,
18.15,
15.9,
18.15,
17.65,
23.21,
18.75,
18.75,
25,
25,
25,
15,
7.07,
0,
0,
0,
0,
25.8,
0,
0,
0,
0,
0,
0,
0,
13.64,
0,
0,
1.22,
0,
0,
1.22,
0,
0,
0,
2.44,
1.22,
4.62,
5.63,
7.04,
0,
0,
0,
0,
0,
0,
0,
0.38,
55.17,
17.24,
19.2,
8.06,
8.77,
4.09,
0,
10,
0,
0,
0,
0,
0,
0,
2.33,
9.73,
8.85,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
2.94,
25,
25,
8.75,
0,
0,
0,
0,
0.77,
3.19,
8.82,
2.54,
0,
0,
0,
33.33,
29.82,
1.63,
3.95,
0,
0,
1.75,
1.79,
4.17,
0,
25,
0,
15,
0,
0,
67.86,
0,
0,
40,
38.71,
0,
0,
0,
0,
50,
50,
11.93,
7.89,
7.89,
7.89,
1.79,
30,
87.5,
32.14,
47.37,
23.4,
1.79,
48.2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.61,
3.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
26.67,
0,
0,
0,
0,
19.84,
11.84,
16.38,
14.1,
17.95,
12.5,
16.3,
17.19,
16.41,
14.05,
12.4,
20.16,
20.93,
10.77,
27.5,
16.05,
13.84,
10.96,
11.28,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
1.79,
11.67,
4.46,
0,
3.33,
2.83,
1.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.86,
0.8,
0,
0,
0,
0,
0,
0,
28.57,
0,
1.92,
26.67,
9.38,
0.82,
1.02,
0.21,
3.81,
0,
0,
0,
0,
0,
0,
0.38,
0.8,
0,
0,
46.88,
0,
1.67,
0,
0.89,
8.04,
4.8,
1.2,
18.42,
32.14,
32.14,
21.43,
32.14,
13.79,
0,
0,
0,
0,
8.82,
0,
0,
28.12,
42.86,
0.77,
43.33,
16.13,
0,
0,
0,
0,
8.75,
1.06,
0,
21.43,
0,
19.64,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
33.33,
14.29,
26.67,
8.82,
8.33,
17.86,
3.61,
3.33,
0,
1.54,
1.97,
17.24,
0,
21.21,
0,
22.64,
0,
0,
4.84,
0,
0,
0,
0,
13.33,
13.33,
0,
0,
0,
46.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
78.57,
20,
0,
0,
10,
0,
0,
0,
20.83,
25,
9.62,
50,
25,
50,
37.21,
50,
50,
32.14,
53.57,
53.57,
53.57,
37.21,
57.14,
0,
0,
0,
9.62,
25,
1.43,
0,
10.71,
3.67,
9.62,
10,
23.33,
0,
0,
30,
26.67,
28.57,
20,
14.29,
0,
32.14,
32.14,
35.71,
20,
0,
0,
0,
22.22,
0,
0,
0,
0,
0,
3.57,
21.88,
0,
0,
0,
0,
2.94,
0,
0,
0,
2.5,
0,
0,
0,
6.67,
30,
41.38,
23.33,
0,
1.6,
4.8,
6.4,
2.94,
0,
30,
21.43,
9.68,
0,
2.92,
16.67,
8.57,
11.61,
2.5,
3.28,
10,
21.43,
0,
1.79,
1.43,
0,
0,
26.67,
0,
0,
0,
9.62,
9.62,
9.62,
0,
0,
0,
9.68,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.21,
0,
3.75,
0,
28.12,
13.33,
15,
0,
10,
0,
78.57,
32.14,
13.16,
32.14,
14,
14,
14,
18,
12,
18.92,
16.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
39.29,
0,
0,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
1.82,
11.29,
0,
0,
0,
3.12,
5,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.57,
53.57,
0,
0,
0,
0,
0,
0,
17.86,
0,
35.71,
35.71,
32.14,
32.14,
0,
0,
0,
0,
31.25,
0,
0,
0,
25,
0,
17.86,
0,
0,
0,
0,
0,
4.9,
0.1,
0,
3.57,
3.57,
28.57,
28.57,
28.57,
28.57,
9.56,
2.68,
4.7,
5.7,
6.33,
5.7,
0,
78.57,
78.57,
1.5,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.3,
1.25,
3.33,
0,
0,
3.33,
0,
0,
0,
3.57,
3.57,
3.51,
2.68,
5.43,
1.06,
1.32,
3.57,
0,
0,
0,
20,
20,
3.33,
0,
0,
0,
0,
0,
0.71,
0,
0,
0,
0.59,
0,
0,
0,
0,
0,
0,
0,
0,
0.36,
1.36,
0,
0.91,
0,
0,
0.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.5,
0,
0,
0,
0,
12,
6,
0,
0.59,
0,
0,
0,
0,
0,
0,
0,
0.59,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.04,
8.86,
9.29,
0,
0,
12.82,
0,
1.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.29,
5.88,
4.12,
4.23,
5.63,
0,
9,
9,
12,
0,
0,
0,
32.73,
0,
0,
0,
0,
12.7,
9.41,
12.7,
22.22,
22.22,
17.78,
22,
25,
35.71,
35.71,
35.71,
35.71,
35.34,
35.34,
35.34,
35.34,
35.34,
35.34,
32.14,
35.34,
35.34,
6.25,
0,
5.95,
5.9,
0,
0,
14.08,
14.08,
21.43,
21.43,
35.71,
26.67,
1.79,
0,
25,
28.57,
28.57,
21.43,
0,
0,
15,
15,
16,
14,
6.25,
6.25,
6.25,
6.25,
6.25,
6.25,
0,
0,
16.07,
16.67,
19.64,
21.43,
21.43,
21.43,
25,
25,
21.43,
0,
0,
0,
10.71,
0.77,
1.75,
1.76,
0,
0,
39.29,
17.86,
13.04,
13.33,
11.63,
11.25,
11.25,
8.77,
0.88,
42.11,
0,
0,
100,
1.79,
2.78,
4.84,
3.85,
5.66,
6.67,
1.89,
32.14,
32.14,
28.57,
28.57,
28.57,
32.14,
32.14,
28.57,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
28.57,
28.57,
28.57,
39.29,
32.14,
25,
8.06,
16.67,
28.57,
28.57,
17.86,
28.57,
35.71,
28.57,
35.71,
28.57,
0,
6.45,
0,
0,
0,
0,
15,
17.86,
17.86,
30,
27.27,
33.33,
33.33,
33.33,
32.14,
35.71,
12.5,
9.38,
13.64,
4.49,
1.78,
4.44,
3.2,
3.6,
3.6,
8.8,
5.6,
8.8,
7.2,
4.8,
15.2,
25.6,
10,
4.17,
6.12,
4.49,
6.94,
2.04,
46.67,
36.67,
4.49,
6.12,
6.94,
7.2,
3.2,
3.6,
2.8,
3.6,
8.8,
0,
25,
24.24,
25.76,
25.76,
22.73,
27.27,
27.27,
20,
1.18,
0,
0,
0,
0,
0,
20.8,
10.71,
2.68,
2.68,
2.68,
5.13,
0,
0,
8.82,
42.86,
0,
0,
10.71,
0,
21.43,
0,
0,
0,
0,
25,
40,
27.5,
47.06,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.57,
56,
23.08,
0,
0,
45.16,
45.16,
35.48,
30,
45.16,
26.67,
0,
23.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.3,
0.31,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
2.68,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
4.46,
4.46,
4.46,
4.46,
4.46,
4.46,
2.68,
2.68,
2.68,
2.68,
2.68,
2.68,
2.68,
1.79,
1.79,
1.79,
7.46,
28.57,
28.57,
42.86,
42.86,
28.57,
28.57,
28.57,
28.57,
28.57,
25,
25,
25,
25,
15.79,
32.14,
0,
1.77,
1.33,
2.21,
2.65,
2.26,
0,
0,
0,
1.01,
2.33,
5.88,
8.24,
4.71,
5.88,
10,
16.67,
16.67,
16.67,
16.9,
3.57,
3.33,
4.7,
26,
26,
26,
0,
28,
0,
0,
0,
0,
0,
0,
0,
37.5,
8.75,
0,
0,
0,
0,
0,
0,
2.78,
5.26,
24.24,
26.67,
26.67,
13.89,
8.33,
0,
7.69,
0,
0,
5,
0,
2.78,
0,
0,
0,
0,
0,
0,
64.29,
0,
0,
0,
0,
0,
0,
0,
19.3,
4.55,
2.42,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
7.14,
0,
0,
0,
21.43,
2.42,
10.71,
6.25,
10.71,
8.82,
0,
0,
10.71,
0,
0,
0,
0.77,
0,
0,
0,
10,
0,
35.71,
0,
0,
40,
42.86,
1.54,
5.83,
4.17,
21.43,
0,
1.63,
0,
2.02,
0,
30,
30,
0,
1.11,
0,
0,
0.31,
0,
0,
1.79,
21.05,
21.05,
18.42,
20.69,
21.05,
21.05,
21.05,
21.05,
15.79,
20.69,
21.05,
18.42,
18.42,
21.05,
21.05,
21.05,
26.32,
2.31,
50,
13.33,
57.14,
50,
53.57,
46.43,
46.43,
42.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
15.08,
78.57,
78.57,
78.57,
78.57,
35.71,
33.33,
33.33,
0,
16.07,
5.36,
16.07,
32.14,
39.29,
21.43,
39.29,
39.29,
39.29,
16.07,
3.57,
3.57,
2.14,
46.88,
46.88,
43.75,
46.88,
46.88,
50,
43.75,
50,
50,
50,
50,
50,
0,
0,
1.25,
0,
0,
0,
2.11,
0,
51.61,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
18.03,
5.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
40,
14.29,
0,
0,
0,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
0,
0,
8.89,
37.29,
36.36,
8.93,
2.94,
2.94,
1.54,
0,
0,
3.33,
0,
5.2,
15,
1.79,
3.57,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
7.06,
0,
0,
5.56,
2.13,
5.56,
3.33,
5.56,
3.33,
4.17,
3.33,
3.33,
3.53,
5,
0,
0,
0,
29.41,
26.47,
26.47,
7.32,
7.32,
7.14,
7.32,
7.32,
7.32,
33.33,
33.33,
30,
16.67,
16.67,
16.67,
4,
22.5,
22.5,
23.2,
22.5,
32.4,
30.95,
31.6,
12,
20.51,
30,
30.95,
26.19,
7.32,
30.8,
26.67,
23.2,
30.2,
30.95,
0.9,
30.77,
50,
27,
30,
28.95,
29.55,
29.55,
31,
31.2,
29.11,
29.4,
29.41,
31,
29.54,
29.5,
29.55,
29.5,
20.7,
29.55,
30.23,
29.55,
27.5,
30.77,
29.41,
32.35,
29.41,
29.41,
29.41,
29.41,
32.35,
29.41,
27.85,
30.94,
30,
30,
31.43,
0,
0,
0,
30.95,
0,
0,
4.1,
8.15,
63.33,
0,
0,
33.33,
36.67,
20,
0,
0,
8.33,
56.67,
0,
0,
0,
0,
0,
6.52,
6.52,
36.62,
0,
0,
0,
0,
0,
0,
0,
0,
0,
60,
0,
43.33,
73.33,
7.5,
0,
50,
0,
22.5,
43.33,
20,
47.06,
40,
21.67,
43.33,
46.67,
33.33,
23.33,
20,
56.67,
20,
10,
40,
12.5,
53.33,
50,
52.5,
0,
22.5,
16.67,
70,
0,
0,
0,
13.33,
12.5,
9.09,
9.18,
0,
46.43,
32.14,
35.71,
53.57,
1.1,
14.06,
21.43,
26.19,
0,
0,
57.14,
46.15,
46.15,
57.14,
32.14,
32.14,
30.43,
30.43,
30.43,
23.68,
33.33,
30.43,
31.58,
31.58,
5.34,
0,
5,
11.11,
16.67,
10,
10,
33.33,
0,
0,
0,
10,
11.11,
11.11,
5.56,
33.33,
0.88,
33.33,
2.21,
1.33,
2.21,
0,
16.67,
16.67,
8.33,
0,
16.67,
8.33,
16.67,
16.67,
16.67,
16.67,
4.42,
4.42,
2.21,
2.21,
30.43,
14.29,
8.93,
2.5,
14,
5.31,
2.2,
2.68,
1.92,
2,
0,
3.33,
1.04,
10,
2.08,
1.04,
0,
1.04,
3.33,
40,
2.08,
3.33,
10,
3,
3,
2.92,
2.92,
3.57,
4,
6.59,
17.95,
16,
16,
9.33,
9.33,
16,
33.33,
20,
5,
0,
0,
0,
23.33,
0,
71.43,
53.33,
53.33,
0,
0,
7.14,
0,
0,
7.14,
0,
0,
35.71,
30,
0,
28.57,
0,
13.33,
35.71,
20,
6.67,
13.33,
33.33,
20,
0,
26.67,
40,
46.67,
10,
20,
1.33,
4.71,
5.29,
2.35,
4.71,
1.96,
7.02,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
0,
0.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.42,
0,
0.8,
0.8,
0.8,
0.8,
0.39,
0.78,
0.39,
0,
0,
0,
0.43,
0.41,
0.41,
0.41,
0.41,
0.41,
0,
0.62,
0.62,
0.62,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0.42,
0,
0,
0.42,
0.42,
0,
0,
0,
0,
0,
0.42,
0,
0.42,
0.42,
0.42,
1.15,
0.78,
0.38,
0.38,
0,
1.54,
0,
0.39,
0.78,
0.4,
0.78,
0,
0.38,
0.78,
1.16,
0.78,
0.38,
0.38,
0,
9.09,
0.78,
0.39,
12.94,
0,
0,
0.41,
0.39,
0.79,
0.4,
0.39,
0.39,
0.4,
0.8,
0.8,
16.07,
16.07,
16.07,
1.6,
0.39,
0.39,
0.39,
0.39,
0.39,
0,
0,
0,
29.03,
29.03,
29.03,
29.03,
29.03,
0,
19.3,
0,
0,
30.36,
24.11,
24.16,
19.78,
24.11,
10,
2.33,
2.94,
1.92,
1.09,
1.28,
4.26,
0,
0,
10,
17.24,
13.1,
23.53,
22.35,
12.5,
23.5,
16.98,
16.04,
27.06,
11.76,
25.88,
25,
19.74,
23.75,
22.5,
0.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
38.1,
40,
0,
0,
16.67,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
38.1,
0,
0,
0,
6.61,
6.61,
0,
0,
15.42,
15.42,
17.62,
17.62,
0,
25,
12.9,
0,
17.1,
56.67,
68.75,
0,
42.86,
31.25,
51.72,
0,
0,
0,
0,
0,
33.33,
30,
33.33,
0,
27.5,
30,
1.25,
17.95,
20,
20,
0,
29.82,
31.58,
30,
20,
20,
18.18,
0,
50,
50,
0,
41.18,
29.55,
34.21,
0,
31.11,
18.75,
0,
30,
29.73,
47.37,
52.78,
12,
0,
0,
34.38,
34.38,
47.37,
50,
27.66,
46.43,
50,
46.43,
50,
46.43,
27.91,
7.14,
19.05,
33.33,
27.5,
32.56,
27.5,
41.03,
35.71,
20,
20,
30,
19.05,
43.33,
23.33,
0,
20,
21.21,
48.39,
26.67,
0,
0,
33.33,
50,
0,
0,
28.57,
28.57,
0,
26.67,
35.71,
17.95,
17.95,
17.95,
23.81,
8.33,
7.89,
7.83,
8.7,
6.96,
7.58,
4.46,
12.5,
25,
25,
17.86,
25,
25,
3.57,
25,
16.07,
32.14,
23.21,
25,
35.71,
32.14,
15,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
17.86,
0,
17.78,
17.78,
22.5,
18.89,
20,
17.91,
20,
14.12,
12.5,
11.54,
20,
17.78,
20,
2.3,
11.94,
11.54,
7.69,
17.86,
81.3,
0.3,
50,
2.38,
0,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
36.67,
43.33,
33.33,
33.33,
0,
11.67,
26.67,
16.67,
0,
7.14,
8.04,
12.5,
8.93,
4.1,
4.41,
9.26,
9.26,
2.44,
9.38,
9.52,
8.33,
2.44,
6.98,
3.33,
26.32,
0,
0,
0,
26.32,
0,
0,
0,
0,
0,
32.08,
50.94,
9.41,
0,
1.18,
9.3,
8.77,
7.89,
8.49,
8.14,
8,
1.41,
2.46,
1.56,
42.86,
7.89,
4,
3.51,
7.89,
0,
0,
0,
24.11,
10.08,
5.93,
7.14,
6.49,
7.41,
8.33,
7.95,
4.29,
6.37,
4.73,
3.12,
7.14,
8.12,
1.79,
10.71,
7.43,
4.35,
3.57,
7.14,
17.86,
10.71,
11.9,
13.1,
10.71,
10.71,
1.59,
8.84,
1.79,
9.52,
7.14,
13.39,
0.6,
4.29,
10.2,
6.43,
1,
7.5,
10.81,
10.88,
6.11,
30,
30,
32.43,
0,
3.33,
6.67,
10,
0,
0,
0,
0,
0,
93.33,
0,
16.67,
16.67,
7.41,
75,
32,
53.57,
53.57,
23.21,
50,
53.57,
6.67,
0,
0,
0,
90,
23.53,
30,
0,
0,
0,
0,
0,
100,
32.14,
21.79,
2.68,
2.68,
3.97,
0,
0,
0,
0,
0,
0.1,
9.17,
0,
3.33,
3.39,
6.67,
0,
30,
30,
0,
5.1,
5.1,
6.76,
6.76,
1.04,
0.62,
0.83,
1.04,
0.62,
1.04,
0.83,
0,
0.62,
1.04,
0.62,
1.04,
0,
0.21,
0,
0,
0,
0,
0.83,
1.25,
0.83,
0.61,
0.61,
1.22,
0.61,
0,
19.72,
21.79,
22.12,
21.24,
21.24,
21.24,
20.35,
21.05,
21.05,
22.12,
12.28,
9.38,
9.38,
4.39,
0,
28.57,
30,
0,
0,
0,
0,
0,
1.22,
4.88,
0.41,
5.69,
30,
30.3,
0,
0,
0,
0,
0,
0,
1.18,
0,
0,
0,
27.78,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
3.98,
2.85,
0,
0,
18.75,
10.14,
0,
3.57,
0,
1.43,
1.43,
1.43,
2.27,
1.43,
1.09,
1.04,
2.04,
1.16,
1.92,
22.86,
3.57,
0,
0,
0,
10.14,
11.59,
11.59,
25,
0,
7.14,
4.29,
4.65,
0,
0,
0,
0,
3.57,
0.42,
0,
0.38,
0,
1.67,
0.83,
0,
0,
0,
0,
0,
0.77,
9.41,
0,
0,
14.52,
1.18,
0,
0,
0,
0,
0,
0,
0,
2.17,
1.14,
0,
0,
3.69,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
0,
9.62,
0,
0,
0.38,
22.22,
43.33,
40,
4.88,
40,
26.79,
0,
0,
0,
1.79,
1.79,
0.38,
0,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.41,
0,
0,
0,
0,
9.62,
21.43,
14.04,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.62,
9.62,
9.62,
9.62,
0,
0,
5.36,
5.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
15.79,
8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.11,
0,
0,
0,
0,
0,
0,
0,
0.38,
1.18,
0,
0,
0,
0,
1.15,
1.79,
9.62,
1.79,
1.79,
10,
0,
30.3,
0,
0,
0,
0,
2.03,
2.03,
1.79,
1.79,
0,
3.49,
1.18,
1.16,
0,
57.14,
2.73,
0,
22.64,
0,
25.64,
10.81,
8.33,
7.69,
7.89,
0,
0,
0,
2.17,
2.13,
1.79,
4.49,
0,
0,
1.89,
0,
1.02,
0,
0,
0,
0,
0,
11.54,
0,
0,
0,
0,
0,
0,
0,
25,
23.33,
35,
30,
7.94,
4.88,
0,
0,
32.14,
11.61,
10.1,
1.18,
0,
11.36,
21.43,
32.14,
32.14,
0,
0,
0,
0,
0,
0,
28.57,
4.39,
1.3,
19.35,
11.9,
0,
15.38,
1.47,
0,
0,
0,
0,
1.18,
0.4,
14.29,
0,
1.75,
1.15,
0,
0,
28.57,
33.33,
28.57,
28.57,
0,
0,
0,
0,
32.14,
32.14,
32.14,
32.14,
33.33,
33.33,
3,
0,
28.57,
28.57,
32.14,
6.45,
27.27,
27.27,
0,
0,
0,
0,
0,
9.09,
10.1,
0,
20.83,
50,
11.59,
8.7,
1.18,
0,
9.41,
0,
28.57,
0,
46.67,
0,
0,
2.68,
22.86,
7.26,
5.6,
4.84,
1.63,
26.67,
30,
0,
32.14,
15.15,
15.15,
28.57,
23.81,
31.58,
0,
0.8,
0.59,
11.59,
0,
0,
0,
1.79,
4.84,
1.02,
1.63,
2.03,
0,
28.57,
28.57,
73.33,
66.67,
73.33,
66.67,
73.33,
66.67,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.26,
0,
46.43,
0,
21.43,
34.29,
2.44,
5.69,
0.82,
23.33,
3.57,
3.57,
3.57,
30,
0,
3,
0,
0,
0,
40,
28.57,
0,
3.12,
6.25,
0,
0,
0,
0,
10.59,
0,
0,
0,
0,
1.18,
0,
0,
0,
0,
1.16,
36.67,
46.67,
26.67,
0,
33.33,
19.57,
1.79,
0,
11.11,
0.38,
0,
0,
0,
0,
0,
0,
0,
32.14,
28.57,
1.52,
0,
0,
1.18,
0,
0,
0,
0,
21.43,
0,
6.67,
26.67,
2.68,
50,
16.81,
17.65,
32.14,
0,
32.14,
28.57,
0,
1.17,
1.95,
1.19,
1.18,
2.36,
9.38,
0,
8.33,
8.33,
32.14,
8.33,
0,
46.67,
50,
50,
50,
23.81,
6.19,
6.03,
1.79,
3.64,
5.08,
28.57,
28.57,
32.14,
32.14,
3.57,
1.11,
0,
0,
0.77,
0,
0,
0,
0,
0,
11.56,
10.29,
0,
0,
0,
0.38,
25,
1.79,
7.35,
15.15,
12.5,
15.15,
0,
0,
21.43,
30.77,
0,
0,
0,
9.09,
16.13,
21.43,
0,
5.13,
17.86,
15.79,
21.05,
0,
3.57,
32.14,
28.57,
1.25,
1.25,
3.67,
3.67,
0.82,
3.27,
3.85,
5,
24,
20.69,
10.94,
4.46,
0,
1.22,
1.22,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.83,
1.67,
1.67,
2.5,
21.88,
0,
0.38,
0.77,
0,
0,
0,
0,
8.06,
0,
0,
0,
16.67,
3.57,
8.62,
8.62,
0,
0,
4.4,
0,
0,
1.79,
0,
19.57,
0,
21.43,
21.43,
28.57,
28.57,
28.57,
35.71,
35.71,
23.33,
4.71,
17.24,
31.58,
23.33,
35,
26.67,
23.33,
0,
6.45,
0.61,
0.82,
3.67,
0.61,
0.44,
50,
0,
0,
0,
1.43,
0,
0,
4.55,
3.64,
14.55,
14.55,
0,
9.45,
6.88,
0,
0,
0,
0,
22.58,
22.58,
3,
1.54,
50,
26.67,
26.67,
3.7,
0.77,
3.64,
14.55,
9.02,
15.52,
0,
32.5,
0,
6.03,
1.43,
17.65,
18.18,
1.79,
19.47,
26.55,
7.08,
0,
0,
0,
0,
0,
23.33,
35.71,
39.29,
35.71,
35.71,
35.71,
11.67,
36.67,
1.41,
3.12,
1.75,
1.75,
1.75,
3,
3,
3.51,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
27.5,
25,
0,
3.33,
3.33,
2.78,
3.33,
21.43,
17.86,
0,
0,
0,
33.33,
78.6,
35.71,
78.57,
30,
30,
0.78,
0.8,
0.79,
0,
0,
0,
0,
0,
0,
28.57,
21.43,
19.35,
21.21,
28.12,
30,
15,
21.43,
14.04,
15.79,
13.48,
16.05,
13.21,
9.26,
6.79,
1.43,
0,
0,
1.61,
2.13,
13.89,
33.33,
8.86,
9.38,
21.43,
23.68,
2,
10.77,
1.16,
10.77,
9.23,
10.77,
9.23,
16.67,
11.11,
11.11,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.61,
0.41,
14.93,
8.96,
13.43,
14.93,
10.45,
11.94,
11.94,
14.93,
10.45,
11.94,
8.96,
10.45,
1.79,
3.03,
2.56,
3.33,
3.19,
2.63,
16.07,
16.28,
17.86,
16.07,
16.07,
17.86,
0,
0,
0,
0,
0,
10,
0,
1.04,
2.08,
3.33,
1.25,
1.25,
0,
1.04,
2.08,
3.33,
0,
1.04,
2.08,
3.33,
3.33,
3.33,
1.13,
1.98,
0,
0,
0,
10,
0,
10,
32.14,
21.43,
21.43,
21.43,
30,
32.14,
32.14,
32.14,
32.14,
28.57,
21.43,
21.43,
21.43,
32.14,
32.14,
25,
32.14,
25,
32.14,
32.14,
14.29,
25,
32.14,
32.14,
26.32,
23.81,
0,
23.81,
23.81,
23.81,
26.32,
11.94,
26.67,
0,
0,
0,
50,
50,
16.67,
16.67,
16.67,
0,
2.33,
3.12,
20,
20,
20,
20,
22.92,
20.83,
20.83,
18.75,
0,
0,
0,
0,
0,
8.93,
21.28,
8.93,
8.82,
8.33,
12.5,
10.71,
10.42,
0,
17.91,
10,
21.43,
14.29,
21.43,
21.43,
21.43,
32.14,
21.43,
1.79,
50,
50,
7.89,
3,
2.38,
0,
2.72,
10,
11.43,
11.43,
15.71,
15.71,
11.43,
11.43,
10,
0,
0,
20,
10,
12,
16,
4.69,
0,
0,
6.94,
8.96,
13.43,
8.96,
0,
0,
0,
28.57,
20.27,
20.59,
16,
22,
12.5,
25.53,
18.92,
0,
0,
0,
0,
0,
0.71,
0.71,
0,
0,
0,
0,
0,
5.13,
15.18,
33.33,
0,
0,
0,
30,
30,
10.2,
10.32,
14.77,
1.79,
0,
20.54,
7.14,
27.68,
25,
3.57,
1.79,
1.79,
2.68,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
50,
50,
3.28,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.63,
1.63,
5.69,
34.38,
28.12,
28.12,
18.82,
18.82,
0,
0,
18.82,
13.64,
21.05,
16.33,
18.18,
18.18,
17.65,
18.18,
10,
10,
0,
0,
0,
0,
3.33,
3.33,
6.67,
6.67,
0,
0,
0,
0,
0,
0,
26.97,
12.5,
0,
19.05,
2.44,
2.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.73,
0,
6.67,
14.88,
10.07,
46.43,
50,
50,
42.86,
53.57,
53.57,
50,
46.43,
46.43,
53.57,
46.43,
53.57,
53.57,
46.43,
50,
48.28,
0,
0,
0,
0,
0,
15.79,
14.89,
15,
0,
2.94,
2.94,
0,
0,
0,
0,
0,
0,
0,
0,
32.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.9,
0,
15,
12.5,
9.62,
9.62,
25,
25,
25,
1.77,
4.42,
2.21,
5.31,
12.5,
20,
2.02,
1.76,
18.75,
1.89,
22.64,
20.75,
0.89,
1.79,
26.67,
26.67,
26.67,
0,
16.13,
12.07,
14.29,
8.06,
7.5,
12.39,
4.03,
9.68,
5.71,
10.71,
6.25,
6.25,
6.25,
28.12,
28.12,
22.22,
0,
6.25,
0,
0,
0,
0,
27.06,
27.06,
27.06,
2.13,
0,
0,
1.59,
1.11,
0,
0,
0,
1.11,
0,
0,
4.29,
0,
2.17,
2.17,
2.17,
8.33,
16,
0,
3.75,
28.57,
28.57,
28.57,
28.57,
17.78,
8.33,
0,
0,
0,
0,
0,
8.33,
8.77,
8.93,
2.13,
35.71,
35.71,
35.71,
35.71,
0,
0,
0,
0,
0,
1.2,
0,
0,
0,
0.4,
1.2,
0.4,
0.8,
28.57,
17.65,
1.82,
5.36,
5.36,
1.69,
3.53,
6.98,
4.12,
0,
0,
0,
0,
9.45,
10.24,
11.81,
5.36,
7.14,
0,
0,
46.67,
20,
36.67,
0,
0,
0.51,
20,
30,
27.59,
21.13,
21.13,
30,
33.33,
2.5,
1.67,
1.67,
16,
14,
50,
12.5,
0,
0,
0,
0,
0,
0,
0,
0,
20,
0,
12.94,
0,
0,
0,
0,
0,
8.06,
0,
0,
0,
0,
0,
0,
0,
39.29,
0,
25,
32.14,
35.71,
32.14,
13.21,
13.21,
14.52,
14.52,
3.85,
4.35,
0,
3.23,
3.7,
32.14,
3,
2.12,
2.12,
0.5,
35,
16.07,
12.5,
16.07,
12.5,
35,
32.5,
27.27,
18.18,
21.74,
17.5,
27.5,
25,
20,
40,
40,
20,
27.5,
17.5,
17.5,
27.5,
20,
17.5,
20,
17.5,
12.28,
14.04,
10.53,
21.33,
22.5,
22.5,
25,
20,
15.71,
14.29,
12.86,
20,
32.5,
17.5,
12.5,
12.5,
10.71,
10.71,
15.71,
17.14,
9.3,
18.6,
16.28,
16.28,
21.18,
18.48,
14.29,
21.05,
21.88,
18.6,
15.71,
15.71,
22.03,
0.4,
4.93,
0,
0,
0,
0,
0,
0.24,
0,
0,
0,
0,
0,
10.33,
7.77,
1.16,
25,
8.89,
6.92,
7.69,
1.79,
4.39,
3.57,
2.63,
3.49,
3.57,
3.57,
4.41,
4.48,
4.41,
25,
26.67,
0,
25,
26.67,
26.67,
30,
26.67,
26.67,
30,
26.67,
30,
26.67,
26.67,
26.67,
0,
0,
0,
26.67,
0,
0,
26.67,
30,
26.67,
26.67,
13.33,
4,
10.56,
16.2,
15.69,
14.71,
17.19,
15.49,
8,
1.43,
8.06,
25,
0,
0,
0,
0,
0,
1.6,
2,
14.06,
14.06,
1.6,
2,
1.6,
2,
1.56,
1.95,
1.95,
1.56,
1.95,
0,
1.94,
2.71,
1.94,
1.94,
1.59,
2.38,
1.95,
6.56,
13.1,
1.94,
2.33,
1.6,
2,
1.56,
1.95,
1.56,
1.94,
1.94,
1.6,
2,
1.56,
1.6,
7.94,
5.88,
5.29,
5,
1.6,
15.87,
3.82,
3.24,
16.39,
2.36,
1.97,
2.8,
16.4,
8.2,
1.6,
1.59,
2.76,
8,
3.6,
2.8,
2,
3.53,
4.71,
4.69,
4.71,
6.56,
7.38,
13.11,
11.48,
13.11,
1.6,
1.2,
1.2,
9.84,
4.8,
2,
2.4,
1.6,
2.4,
6.84,
1.94,
1.95,
1.95,
1.56,
1.95,
16.39,
20.5,
51.79,
9.57,
8.13,
9.62,
13.67,
20.34,
25.93,
25.93,
25.93,
9.57,
11.46,
5.6,
0,
2.11,
4.05,
7.78,
7.62,
10,
8.47,
8.47,
15.89,
14.63,
12.39,
7.28,
8.22,
7.28,
7.28,
10.19,
0,
0,
0,
23.33,
50,
43.33,
0,
0,
0,
0,
0,
0,
17.86,
17.86,
0,
26.67,
26.67,
0,
0,
0,
1.79,
16.07,
26.67,
43.33,
30,
56.67,
60,
16.67,
17.86,
36.67,
53.33,
66.67,
10,
55,
48,
0.89,
32.14,
0.5,
0,
9.29,
17,
11,
9,
19,
10.71,
0,
32.14,
0,
1.02,
28.18,
16.39,
17,
17,
19,
10,
13.57,
18,
6,
10,
15,
10.71,
8,
20.91,
1.02,
15,
10.71,
4.29,
21.36,
1.02,
14.56,
14.55,
15.33,
8.59,
7,
11,
15,
13.33,
16.67,
16.67,
16.67,
16.67,
23.33,
23.33,
26.67,
17.86,
35.71,
28.57,
20,
20,
20,
26.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.38,
17.86,
0,
0,
3.67,
0.41,
1.22,
8.98,
0.41,
17.21,
14.1,
7.49,
14.1,
9.69,
20.49,
7.14,
2.04,
1.84,
7.76,
0,
21.43,
10,
50,
21.43,
0,
0,
0,
0,
39.29,
39.29,
14.29,
21.43,
35.71,
32.14,
11.67,
7.5,
5.41,
5.41,
0,
0,
0,
0,
0.17,
0,
0,
0,
0,
22.3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.33,
0,
0,
0,
0,
0,
0,
0,
0,
28.57,
32.14,
32.14,
32.14,
28.57,
28.57,
28.57,
28.57,
35.71,
33.33,
11.76,
11.76,
12.5,
21.43,
21.43,
32.14,
32.14,
32.14,
32.14,
28.57,
32.14,
33.33,
28.57,
28.57,
17.86,
32.14,
21.43,
32.14,
33.33,
28.57,
33.33,
32.14,
32.14,
21.43,
1.79,
7.14,
25,
25,
25,
21.43,
21.43,
25,
25,
25,
16.07,
17.86,
0,
1.47,
1.47,
1.47,
0.88,
0.882,
0.88,
0.88,
0.88,
0.88,
0.88,
0,
1.56,
1.33,
0,
0,
0,
3.56,
1.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.81,
2.81,
3.37,
3.37,
3.37,
3.37,
0,
0,
0,
0,
0,
0,
3.75,
3.49,
3.75,
0,
0,
0,
0,
0,
0,
3.37,
2.81,
0,
0,
0,
4,
2,
2.5,
1.33,
1.33,
1.33,
4,
0.72,
0.72,
0.72,
0.72,
0.72,
0.72,
0.72,
1.33,
1.33,
1.33,
1.33,
0.54,
1.33,
1.33,
0.54,
2.13,
2.13,
4.96,
2.13,
0,
2.13,
2.13,
0,
2.48,
1.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
1.75,
1.75,
1.75,
1.75,
1.75,
1.67,
1.75,
1.75,
1.75,
1.75,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
1.75,
1.75,
1.75,
0.88,
0.88,
1.47,
0,
0,
2.67,
2.67,
0,
0,
0,
3,
2.67,
3,
0,
0,
0,
0,
0,
3,
3,
0,
3,
0.44,
3,
3,
2.67,
2.67,
3,
3,
0.72,
0.72,
0.72,
0.72,
4,
4,
3.33,
4,
2.94,
4,
3,
0.59,
3.17,
3.17,
0.72,
0.72,
0.44,
0.88,
3,
3,
3,
3,
3,
3,
0,
0,
3.19,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
0,
0,
1.61,
1.33,
1.33,
1.33,
1.33,
1.33,
1.77,
0,
0,
0,
0,
1.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.08,
4,
2.67,
0,
0,
0,
2.67,
0,
0,
0,
0,
0,
0,
0,
1.33,
1.33,
1.33,
1.33,
0,
1.77,
0,
0,
1.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.77,
1.77,
1.77,
1.77,
1.77,
1.77,
0,
2.67,
2.67,
4,
0,
0,
0,
0,
0,
0,
3.17,
3.17,
3.37,
0.13,
1.77,
1.33,
1.77,
1.45,
1.45,
1.45,
0,
1.45,
1.45,
0,
0.54,
0.54,
0.54,
0.54,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.06,
1.06,
1.06,
1.06,
0,
2.48,
1.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.13,
0,
0,
0,
0,
4,
4,
3,
8.93,
8.93,
8.93,
10.96,
21.18,
8.24,
15.29,
15.29,
11.76,
22.35,
17.65,
10.59,
10.59,
17.65,
21.18,
29.41,
22.35,
17.65,
22.35,
5.45,
9.94,
12.63,
9.47,
15.49,
15.49,
12.68,
7.06,
22.35,
21.18,
22.35,
2.08,
5.25,
14.29,
14.29,
3.53,
3.53,
26.67,
0,
40.5,
40.5,
36.4,
1.04,
0.83,
0,
0,
12.5,
15.9,
14.29,
14.29,
14.13,
0,
32.14,
28.57,
0,
8.06,
23.89,
50,
0,
0,
5.41,
6.76,
0,
0,
0,
1.2,
0.4,
4.29,
8.57,
4.29,
0,
0,
0,
46.43,
0,
1.48,
1.69,
1.46,
0,
28.57,
22.5,
0,
0,
0,
0,
1.79,
1.79,
1.79,
1.79,
0,
0,
28.57,
1.89,
6.92,
5.8,
5.8,
0,
0,
0,
1.54,
0,
0,
4.65,
32.14,
32.14,
8.28,
6.76,
8.82,
3.57,
2.73,
2.76,
1.79,
2.68,
2.68,
2.68,
1.79,
6.67,
0,
21.43,
0,
21.43,
1.59,
4.84,
0,
0,
28.57,
28.57,
32.14,
32.14,
28.57,
3.33,
2.08,
0,
0,
50,
35.71,
28.57,
0,
30,
0,
0,
0,
0,
6.67,
3.33,
1.82,
0,
25,
0,
20.69,
20.69,
20.69,
27.59,
27.59,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
0,
13.79,
0,
11.43,
0,
0,
0,
1.11,
2.22,
29.17,
22.92,
0.96,
1.92,
1.02,
6.76,
14.29,
14.29,
14.29,
53.33,
0.38,
0,
0,
78.57,
0,
0,
0,
0,
33.33,
20,
30,
26.67,
23.33,
30,
0,
0,
0,
13.46,
13.46,
1.16,
0,
3.23,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
1.54,
0.77,
0.39,
0.77,
1.17,
0.79,
0.77,
0,
0,
16.67,
0,
0,
0.89,
0,
53.33,
0,
0,
0,
3.7,
2.94,
0,
0,
0,
0,
22.22,
20.75,
0,
0,
0,
0,
0,
0,
0,
0,
19.35,
10.17,
6.78,
4.45,
4.45,
6.25,
6.25,
26.67,
19.57,
3.75,
0,
0,
32.14,
0,
1.22,
16.13,
21.43,
25.93,
17.86,
12.28,
12.28,
22.58,
0,
0.77,
0,
2.35,
4.12,
2.94,
4.71,
0,
0,
0,
8.57,
4.65,
7.14,
5.88,
4.29,
6.25,
2.08,
0,
3.33,
2.08,
0,
0,
0,
0,
4.8,
2.94,
0,
1.22,
0.41,
0.41,
0.61,
3.67,
1.04,
0,
0,
1.69,
18.75,
0,
0,
9.68,
0.71,
12.5,
3.33,
0,
0,
0,
18.18,
22.73,
0,
0,
3.57,
2.94,
10,
11.29,
7.55,
40,
43.33,
46.67,
0,
16.67,
26.67,
0,
0,
0,
0,
1.15,
0,
10.71,
10.71,
10.71,
10.71,
0,
7.5,
0,
53.57,
0,
0,
0,
3.33,
0,
0,
1.35,
5.47,
46.88,
0,
78.57,
78.57,
0,
0,
50,
50,
60,
1.59,
6.25,
0,
6.25,
3.75,
3.75,
2.86,
50,
65.52,
0.88,
1.33,
3.98,
5.31,
1.2,
0,
7.08,
0,
0.38,
0.83,
0.41,
0,
6.4,
0,
3.85,
0.59,
0,
0,
21.43,
10,
0,
0,
25,
13.33,
0,
0,
0,
0,
0,
0,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.8,
0,
0,
0,
32.14,
21.43,
0,
0.39,
32.14,
15,
20,
3.57,
3.57,
0.78,
57.14,
14.29,
14.29,
1.61,
0,
0,
0,
20,
0.61,
0,
0,
0,
0,
0,
0,
0,
23.33,
30,
0,
5,
0,
10.59,
0.77,
0,
0.4,
12.31,
0,
0.88,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
12.5,
25,
22.86,
0.41,
0.83,
10.42,
6.25,
0,
0,
3.39,
2.12,
0,
0,
0.78,
0.96,
20.75,
9.62,
36.67,
0,
0,
0,
4.03,
5,
4.35,
0,
0,
9.52,
10,
0,
0,
12.28,
0,
42.86,
0,
6.25,
53.33,
2.4,
10,
56.67,
75,
0,
14.29,
16.07,
22.86,
46.67,
3.41,
10.71,
4.84,
5.88,
1.02,
6.53,
14.04,
14.04,
3.85,
0,
0,
0,
0,
0,
0,
32.14,
5,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
75,
0,
0,
0,
0,
26.67,
1.79,
0,
0,
0,
0,
0,
0,
0,
9.62,
0,
0,
22.58,
22.58,
6.76,
0,
21.05,
20.69,
5.31,
0,
16.67,
0.89,
7.14,
0,
0,
1.11,
0,
30,
30,
1.06,
43.33,
39.39,
0,
0,
0,
0,
0,
32.14,
26.67,
1.79,
3.45,
5.36,
3.12,
6.25,
0,
0,
0,
46.67,
33.33,
0,
0,
0,
1.18,
13.7,
10.17,
0.21,
17.86,
14.29,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
32.14,
32.14,
14.71,
11.76,
9.23,
10.77,
10.77,
10.77,
9.23,
9.23,
9.23,
10.77,
9.23,
10.77,
0,
28.57,
0,
0,
0,
0,
0,
36.36,
30.3,
15.15,
15.15,
6.06,
13.24,
13.24,
10.29,
11.76,
11.76,
14.71,
11.76,
10.29,
11.76,
11.76,
0,
4.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
0,
0,
0,
11.11,
0,
0,
6.9,
0.4,
0,
4.65,
0,
0.4,
0,
1.06,
1.06,
0,
0,
0,
0,
0,
0,
21.43,
0,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
0,
4.65,
3.49,
5.36,
40,
9.62,
0,
0,
0,
0,
3.98,
0,
0,
33.33,
30,
0,
2.33,
3.33,
2.08,
0,
2.94,
1.04,
1.04,
2.94,
3.57,
1.22,
0.81,
1.22,
1.63,
2.44,
21.82,
9.09,
1.92,
5.66,
5.81,
0,
0,
0,
0,
30.3,
14.29,
17.5,
1.04,
23.64,
9.62,
9.62,
0,
0,
2.08,
6.9,
2.21,
1.49,
0,
35.71,
35.71,
32.14,
35.71,
32.14,
28.57,
28.57,
25,
25,
25,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
1.95,
1.95,
2,
2.4,
2,
0,
0,
0.61,
0.82,
0,
0.41,
2.4,
22.73,
0,
25,
35.71,
0.8,
1.2,
0,
0,
21.43,
21.43,
0,
0,
0,
1.43,
11.5,
12.5,
2.17,
2.17,
2.17,
1.43,
2.68,
2.68,
0,
0,
0,
0,
0,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
53.57,
46.43,
46.43,
46.43,
53.57,
46.43,
53.57,
46.43,
35.71,
0,
25,
0,
1.75,
1.75,
1.75,
1.75,
0,
29.03,
2.13,
3.53,
2.35,
0.78,
3.14,
5.1,
0,
0,
0,
0,
0.71,
0,
0,
2.94,
5.36,
0,
16.18,
10.29,
8.82,
13.24,
28.57,
1.02,
17.86,
7.14,
6.25,
22.22,
21.88,
20.69,
17.65,
31.25,
0,
13.33,
30,
30,
3.39,
0.42,
0,
1.25,
1.25,
1.27,
1.27,
0,
0,
0,
0,
0,
0,
1.11,
0,
0,
20.69,
10.29,
16.18,
7.41,
32.14,
32.14,
20,
25,
20,
0,
21.43,
20,
35,
30,
33.33,
23.81,
6.57,
5.95,
0,
0,
11.11,
13.6,
2.86,
2.86,
9.23,
10.77,
5.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
0.88,
0,
4.03,
9.68,
1.67,
1.82,
17.86,
21.43,
21.43,
12.86,
8.33,
9.52,
11.5,
10.1,
5.71,
5.71,
5.71,
5.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
30,
7.06,
11.9,
6.67,
0.89,
1.79,
1.19,
0.8,
0,
0,
0.8,
19.57,
7.69,
7.69,
0,
4.76,
25,
1.79,
15,
11.29,
0,
1.81,
2.41,
1.81,
2.41,
3.61,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.98,
1.77,
1.33,
1.33,
1.33,
11.67,
0,
0,
3.33,
3.33,
14.29,
10.78,
0,
0,
5.36,
0,
0,
0,
0,
0,
0,
0,
0.84,
26.67,
15,
20,
16.67,
27.59,
10,
0,
3.68,
0.2,
0,
0,
0,
30,
30,
0,
0,
0.21,
0,
10.53,
16.28,
16.28,
0,
25.66,
22.12,
22.12,
21.24,
0.2,
33.33,
3.57,
100,
100,
1.61,
2.38,
2.38,
2.38,
21.88,
20,
0,
0,
0,
9.68,
0,
0,
0.8,
30,
13.33,
56.67,
53.33,
42.86,
40,
0,
0,
0,
0,
6.45,
1.75,
71.43,
64.29,
64.29,
50,
17.65,
16.67,
1.79,
1.79,
0.89,
4.46,
0,
0,
0,
0,
0,
0,
4.71,
2.75,
3.92,
18.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.26,
2.72,
2.17,
2.72,
2.72,
0,
2.72,
3.26,
7.43,
8.81,
6.02,
23.64,
0,
10,
10,
11.43,
10,
8.93,
9.09,
8.82,
6.67,
0,
17.5,
8.84,
10.2,
8.84,
10.2,
9.52,
10.88,
0,
0,
13.64,
6.06,
2.63,
1.79,
4.11,
7.89,
2.14,
2.14,
4.29,
1.79,
10.29,
10.29,
0.44,
0,
0,
0,
14.29,
0,
20.59,
28.12,
34.38,
31.25,
28.12,
4.17,
5.77,
4.42,
2.21,
13.16,
13.51,
13.11,
11.86,
0,
9.68,
32.14,
0,
0,
0,
2.08,
1.37,
1.18,
19.35,
21.21,
28.12,
27.27,
30,
20.69,
1.69,
100,
100,
100,
0,
0,
0,
0,
7.5,
4.76,
5.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.76,
7.5,
0,
0,
12.5,
12.5,
12.5,
9.6,
13.24,
12.5,
25,
27.5,
35,
19.05,
27.5,
30,
23.53,
13.33,
10,
11.11,
4.69,
3.12,
10,
10,
11.02,
10.24,
5.51,
9.45,
21.43,
21.43,
14.29,
1.86,
0,
1,
0,
10.2,
0,
0,
13.93,
17.27,
9.43,
16.54,
10.49,
21.09,
3.94,
6.72,
10.81,
13.22,
19.69,
10.62,
9.9,
0,
0,
0,
1.47,
1.43,
1.43,
1.47,
0.87,
1.61,
0.43,
1.79,
1.79,
1.18,
53.57,
46.43,
46.43,
53.57,
53.57,
53.57,
50,
46.43,
46.43,
50,
50,
50,
53.57,
51.61,
75,
46.43,
46.43,
50,
30.3,
0,
0,
0,
0,
8.47,
0,
17.65,
23.53,
14.29,
16.07,
25,
32.14,
2.68,
2.68,
0,
0,
16.67,
19.61,
1.92,
7.14,
4.29,
0,
0,
0,
0,
0,
0,
9.23,
10.77,
9.23,
2.34,
10.77,
9.23,
6.94,
2.34,
10.77,
9.23,
1.16,
0,
0,
7.69,
0,
71.43,
50,
53.57,
50,
8.57,
12.5,
8.93,
14.29,
9.38,
78.57,
30,
20,
9.62,
16.13,
12.07,
6.25,
13.46,
16.36,
9.09,
3.52,
3.96,
0.41,
3.27,
3.08,
5.29,
20.35,
20.35,
13.46,
16.36,
2.02,
1.71,
2.17,
0,
24.18,
26.19,
26.19,
8,
0,
1.67,
18,
10,
12,
14,
20,
16,
12,
14,
16,
14.47,
11.9,
0,
0,
0,
5.36,
1.85,
6.67,
3.57,
1.72,
1.04,
1.04,
1.25,
1.25,
4.63,
5.56,
7.41,
17.86,
21.43,
8.93,
0,
0,
0,
0.15,
0,
0,
0,
0,
10.59,
10.59,
16.67,
21.25,
11.84,
11.36,
7.32,
5.29,
3.82,
25,
0,
0,
0,
0,
0,
50,
50,
50,
50,
16.67,
16.67,
6.76,
21.43,
0,
50,
50,
0,
5.6,
0,
0,
0,
0,
1.19,
6.4,
1.67,
0,
0.4,
1.79,
0,
0,
2.5,
0,
1.72,
0.4,
0.4,
0.4,
0,
0,
0.4,
3.17,
3.69,
2.94,
0,
0,
0,
0,
0,
33.33,
0,
1.59,
1.67,
0,
0,
0,
0,
0.81,
0.81,
0,
0,
0.59,
0,
13.13,
0,
0,
0,
33.33,
0,
1.67,
0,
0,
0,
0.77,
0,
0,
2.85,
0,
0,
0,
2.63,
2.94,
0,
0,
51.52,
50,
51.52,
65.52,
1.56,
6.67,
100,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.62,
28.57,
32.14,
30,
30,
15,
9.62,
9.62,
2.33,
0,
0,
0,
1.09,
9.62,
5.13,
0.44,
2.33,
18.75,
0,
16.67,
16.67,
0,
0,
13.64,
21.43,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
1.43,
2.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
0,
0,
0,
8.33,
0,
2.53,
25,
25,
0,
0,
0,
0,
0,
0,
10.45,
10.45,
8.96,
10.45,
5.22,
10.45,
17.86,
35.71,
53.57,
32.14,
3,
2.94,
1.6,
0,
0,
0,
20.83,
0,
20,
8.18,
7.27,
33,
1.7,
6.25,
7.5,
7.5,
6.25,
6.25,
7.5,
39.53,
41.86,
37.21,
37.21,
37.21,
34.88,
37.21,
34.88,
37.84,
32.56,
34.88,
34.88,
32.56,
37.21,
39.53,
41.86,
41.86,
39.53,
39.53,
17,
41.86,
37.21,
46.51,
41.86,
41.86,
9.18,
0,
0,
0.77,
0,
6.67,
26.67,
30,
40,
39.47,
37.5,
42.11,
39.47,
32.5,
37.5,
37.5,
39.47,
37.5,
35,
37.5,
37.21,
34.88,
37.21,
30,
27.5,
32.5,
30,
10,
25,
27.5,
14.29,
35,
40,
37.5,
37.5,
30.77,
13.27,
11.5,
11.5,
11.5,
10.62,
10.62,
23.89,
9.41,
9.41,
9.41,
10.62,
10.62,
10.62,
10.62,
10.62,
0,
0,
0,
0.88,
0,
7.08,
7.89,
7.89,
28.57,
28.57,
28.57,
16.9,
26.67,
26.67,
26.67,
26.67,
35.71,
32.14,
5,
35.3,
1.79,
1.79,
1.79,
1.79,
1.97,
14.29,
7.26,
35.71,
0,
30,
26.67,
21.43,
5.8,
0,
26.67,
10.71,
12.5,
17.86,
10.71,
60,
60,
26.67,
3.33,
50,
0,
2.54,
5.08,
0,
2.82,
6.34,
0,
14.08,
11.11,
9.88,
12.35,
0.7,
1.22,
6.53,
6.53,
1.84,
3.57,
3.33,
3.33,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.17,
8.97,
3.89,
5.65,
2.83,
3.53,
3.89,
10.6,
4.41,
4.85,
9.41,
6.61,
3.96,
3.08,
6.61,
6.09,
14.12,
4.41,
3.96,
8.81,
11.18,
13.91,
5.37,
6.01,
13.91,
9.93,
4.85,
11.89,
0.71,
9.54,
2.12,
7.42,
2.12,
5.88,
7.42,
4.85,
4.41,
11.61,
20,
1.9,
6,
47.22,
52.78,
37.5,
45,
47.5,
33.2,
52.78,
46.15,
32.5,
31.58,
36,
14,
32.5,
50,
37.5,
52.78,
32.5,
37.5,
47.22,
23.81,
32.5,
52.78,
55,
47.22,
53.85,
35.7,
37.5,
47.22,
32.5,
35,
30,
50,
50,
47.22,
50,
37.5,
37.5,
44.74,
37.5,
52.8,
52.78,
52.78,
35,
30,
47.22,
46.88,
52.78,
32.5,
30,
48.72,
34,
30.95,
35.7,
35.71,
32.5,
40.48,
26.19,
16.48,
16.48,
10.61,
10.61,
13.64,
0,
0,
0,
0,
0,
28.57,
25,
25,
25,
25,
25,
25,
21.43,
25,
32.14,
39.29,
39.29,
35.71,
21.43,
21.43,
21.43,
21.43,
21.43,
35.71,
21.43,
32.14,
28.57,
28.57,
28.57,
28.57,
21.43,
21.43,
28.57,
21.43,
21.43,
21.43,
21.43,
28.57,
28.57,
35.71,
35.71,
31.75,
28.22,
29.98,
29.98,
26.46,
35.27,
21.16,
28.57,
21.43,
21.43,
21.43,
35.71,
28.57,
35.71,
32.14,
21.43,
35.71,
28.57,
28.57,
21.43,
28.57,
28.6,
5.36,
10.71,
14.29,
23.53,
2.4,
10.33,
0.47,
7.69,
2.82,
26.67,
2.83,
26.79,
2.68,
2.82,
30.36,
53.57,
4.95,
3.18,
2.83,
6.98,
4.23,
2.68,
1.79,
4.24,
2.47,
1.77,
1.79,
2.75,
39.13,
2.83,
3.24,
0.78,
3,
1.79,
3.89,
33.33,
4.46,
35.29,
35.29,
53.12,
50,
50,
35.29,
50,
50,
53.12,
53.12,
50,
41.18,
53.12,
50,
50,
51.6,
50,
50,
50,
50,
50,
52.2,
51.6,
51.6,
50,
50,
35.29,
52.2,
56.25,
50,
50,
1.21,
33.33,
50,
50,
50,
50,
6.57,
4.56,
10,
12.5,
8.93,
11.74,
11.74,
12.21,
0,
0,
4.17,
0,
33.33,
0,
1.79,
1.79,
12.7,
6.35,
6.35,
12.7,
0,
1.79,
1.79,
2.68,
2.68,
3.57,
33.33,
40,
33.33,
28.6,
2.83,
22.92,
20,
28.57,
1.96,
3.76,
13.92,
12.66,
10,
10.83,
11.67,
46.43,
37.5,
8.26,
30.36,
0,
2.82,
5.33,
5.98,
35.71,
7.04,
6.09,
7.75,
2.82,
11.69,
2,
6,
4.23,
1.79,
11.69,
1.79,
8.04,
5.59,
10.71,
10.71,
6.19,
2.83,
4.24,
8.93,
0.21,
0.21,
0.21,
0.21,
3.57,
3.57,
3.57,
3.57,
10.17,
2.82,
6.1,
13.33,
12.5,
40,
25.9,
0,
0,
0,
7.5,
10.17,
10.17,
1.79,
1.79,
1.79,
1.79,
10.17,
10.17,
35.56,
28.89,
17.78,
22.22,
0.4,
0.79,
16.22,
15.29,
16.22,
24.3,
0,
3.97,
2.78,
1.98,
4.24,
4.24,
3.76,
2.83,
2.83,
2.83,
50,
50,
28.57,
50,
50,
50,
4.76,
2.83,
3.57,
8.93,
6.25,
3.12,
2.08,
52.38,
54.76,
0,
0,
2.83,
5.08,
24.71,
10.17,
20.69,
42.86,
11.71,
46.67,
4.76,
4.76,
5.08,
3.81,
25,
4.24,
4.24,
0,
0,
0,
5.36,
3.57,
8.33,
3.57,
12.96,
10.34,
10.34,
12.96,
8.92,
3.9,
41.18,
5.36,
1.79,
3.57,
3.57,
2.68,
2.83,
6.43,
4.46,
2.68,
3.57,
39.13,
10.71,
4.46,
0,
10.71,
1.27,
6.25,
2.87,
0,
8,
2.68,
4.46,
8.33,
2.38,
2.07,
3.69,
1.76,
35.71,
50,
4.23,
2.83,
50,
0,
6.67,
0,
25.97,
4.24,
4.71,
4.46,
0,
50,
4.76,
0.94,
33.33,
35,
33.33,
33.33,
21.43,
8.33,
2.38,
0,
0,
5.71,
7.14,
4.46,
46.67,
8.45,
6.36,
38.89,
0,
5,
4.66,
0.76,
3.18,
1.79,
23.21,
3.29,
53.57,
1.88,
3.57,
8.82,
3.32,
0,
46.43,
42.86,
2.83,
3.57,
5.08,
26.8,
3.54,
41.3,
0,
0,
0.89,
46.67,
2.32,
33.96,
30.19,
0.89,
37.5,
0,
8.16,
7.14,
6.12,
2.68,
3.57,
5.13,
0,
1.79,
20.93,
4.71,
1.86,
0,
20.78,
8.82,
12.68,
1.88,
0.94,
2.35,
1.88,
2.83,
2.43,
6.43,
46.43,
2.75,
6.36,
1.43,
0,
2.75,
27.6,
10.17,
38.89,
2.14,
5,
1.59,
0,
5.08,
33.33,
3.76,
33.33,
3.57,
8.49,
8.49,
2.83,
4.72,
2.9,
6.5,
35.71,
9,
25.89,
22.32,
50,
4.9,
11.44,
7.86,
9.09,
46.43,
2.14,
1.67,
1.67,
0,
0,
0.51,
12.5,
35.71,
1.79,
10.39,
14.41,
26.67,
26.67,
26.67,
7.06,
8.63,
7.07,
1.79,
1.79,
2.68,
25.97,
23.38,
12.99,
46.43,
11.61,
2.94,
2.83,
46.67,
16.67,
16.67,
13.33,
3.24,
1.36,
1.36,
5.96,
4.17,
12.07,
0,
1.41,
6.1,
4.69,
3.14,
30,
30,
7.63,
45.71,
14.29,
35.71,
42.86,
33.33,
33.33,
3.12,
2.68,
10.17,
23.33,
40,
46.67,
0,
26.67,
0,
0,
0,
21.21,
37.93,
55.17,
35.48,
52.94,
22.86,
18.82,
14.29,
17.86,
20.51,
26.32,
0,
5.88,
93.33,
0,
93.33,
93.33,
0,
5.6,
7.2,
2.4,
56.67,
0,
20,
0,
5,
9.38,
0,
0,
0,
0,
0,
29.41,
28,
26.32,
14,
18.75,
14,
14,
16.07,
14,
14,
14,
14,
7.58,
10,
14,
14,
14,
14,
16.07,
16.07,
16.07,
10,
14,
14,
14,
14,
14,
14,
12,
30,
23.44,
12,
31.82,
24.44,
22.58,
33.33,
28.12,
28,
28.57,
26.67,
23.53,
1.9,
0.1,
0.1,
0.1,
0.1,
0,
0,
13.51,
14.86,
0,
0,
0,
0,
41.67,
0,
25,
9.3,
14.8,
2.23,
24.2,
32.14,
25,
35.71,
21.43,
35.93,
30,
24,
29.94,
21.43,
21.43,
32.14,
25,
35,
28.57,
32.14,
28.57,
28.57,
32.14,
32.14,
35.71,
25,
28.57,
35,
26.67,
35.71,
21.43,
21.43,
32.14,
0,
14.3,
3.12,
0,
0,
0.5,
5,
9.62,
9.62,
0,
3.45,
3.45,
10.4,
0,
0,
0,
3.12,
32.1,
9,
0,
35.3,
9,
10,
26.32,
3.57,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
46.43,
46.43,
0,
0,
17.2,
46.67,
50,
46.67,
46.67,
50,
46.67,
0,
28.57,
25,
25,
21.43,
10.71,
28.57,
21.43,
25,
21.43,
21.43,
21.4,
18.6,
18.6,
18.6,
21.74,
30,
0,
0,
50,
0.44,
0,
0,
0,
11.54,
9.25,
0,
0,
10.53,
13.33,
12.42,
12.94,
0,
0,
47.37,
71.43,
12.28,
12.28,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20.51,
17.95,
35,
27.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,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
35.71,
35.71,
2.08,
5.71,
2.86,
5.71,
13.33,
17.78,
16.67,
18.89,
20,
20,
18.89,
16.67,
18.89,
53.33,
53.33,
56.67,
46.67,
50,
50,
50,
56.67,
56.67,
66.67,
70,
50,
53.33,
40,
26.67,
46.67,
50,
43.33,
46.67,
33.33,
20,
46.67,
50,
46.67,
50,
53.33,
43.33,
46.67,
46.67,
70,
43.33,
1.25,
0,
50,
0,
0,
53.33,
40,
46.67,
56.67,
2.78,
17.86,
17.86,
36.67,
3.57,
3.57,
14.29,
0,
0.4,
20.35,
5,
0,
0,
39.29,
42.86,
43.33,
32.14,
0,
7.14,
25,
32,
9.38,
6.67,
16.7,
10.71,
14,
15.86,
15.91,
8.05,
7.43,
8.66,
11.03,
14.08,
12.14,
11.95,
13.97,
11.04,
15.58,
10.69,
12.03,
9.62,
13.24,
14.29,
16.45,
13.53,
11.41,
12.32,
15.72,
14.47,
12.14,
12.5,
12.5,
10.24,
12.31,
10.69,
10.37,
10.14,
14.69,
11.97,
10.22,
19.17,
46.67,
26.67,
29.63,
16.67,
15,
40,
46.67,
46.67,
53.33,
23.33,
50,
66.67,
47.22,
47.22,
48.65,
55.56,
70,
53.33,
50,
66.67,
66.67,
73.33,
73.33,
46.67,
56.67,
53.33,
20,
0,
35,
27.5,
35,
25,
50,
50,
62.5,
25,
40,
64.29,
50,
25,
33.33,
25,
5,
0,
13.95,
35.21,
3.52,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.13,
21.13,
24.65,
31.69,
21.43,
0,
2.82,
0.59,
4.49,
3.17,
6.69,
5.29,
4.15,
3.52,
12,
18,
8,
10.71,
21,
8,
7,
8,
7,
18,
8,
8.45,
10.56,
11.97,
9.86,
11.97,
8.59,
7.08,
10,
5.88,
7,
6,
0.83,
18.33,
32.14,
32.14,
28.57,
28.57,
32.14,
3.33,
46.67,
0,
30,
30,
3.33,
46.67,
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,
0,
0,
0.2,
0,
0.41,
0.21,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.63,
1.63,
2.03,
0,
0,
0,
0,
0,
0,
0,
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,
3.1,
3.1,
3.1,
1.9,
0,
0,
0,
0,
0,
0,
0,
0.2,
0.1,
0,
0,
0,
0,
0,
0,
0,
0,
0.1,
0.1,
21.43,
21.43,
12.5,
21.43,
17.86,
0,
0,
0,
3.89,
0,
0,
1.91,
0,
0,
0,
0,
0,
9.52,
0,
0,
12.7,
0,
0,
20,
20,
20,
0,
0,
0,
0,
0,
0,
30.3,
30.3,
30.3,
30.3,
31.58,
25,
30,
30,
26.9,
29.41,
20,
19.3,
16.4,
25.1,
31,
27.4,
27.1,
25.81,
27.2,
30.3,
27.6,
31.25,
30.3,
30,
27.6,
30.9,
31.03,
31.03,
31.03,
28.1,
28.6,
27.5,
30.3,
29.17,
29.17,
28.57,
28.57,
30,
25.1,
25.2,
22.5,
30,
17.3,
19.9,
17.2,
10.3,
30.3,
78.57,
78.57,
0,
78.57,
0,
0,
0,
2.68,
3.57,
1.79,
1.79,
1.79,
5.36,
35.71,
32.14,
32.14,
32.14,
28.57,
35.71,
0.38,
0,
11.5,
7.08,
9.3,
14.12,
9.43,
21.18,
24.71,
17.65,
10.29,
11.67,
14.75,
14.38,
9.93,
13.25,
13.95,
13.6,
15.33,
7.41,
13.77,
10.29,
13.91,
8.86,
6.33,
9.52,
2.35,
0,
0,
0,
0,
0,
0,
1.43,
0.82,
0.61,
0,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
10,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.4,
3.2,
2.8,
2.21,
2.21,
2.21,
0,
0,
0,
0,
0,
0,
46.67,
53.57,
0,
0,
0,
0,
0,
0.89,
0,
1.11,
0,
0,
0,
0,
1.79,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
3.75,
8.75,
3.75,
5.26,
6.58,
5.21,
5.26,
1.76,
4.71,
2.5,
3.12,
3.12,
2.33,
2.33,
21.93,
2.5,
1.76,
2.35,
1.76,
1.76,
2.94,
0,
3.33,
3.33,
25.42,
8.04,
8.04,
8.04,
7.14,
1.34,
9.17,
9.17,
9.17,
0.89,
1.79,
1.79,
1.79,
0.89,
1.79,
0.89,
0.89,
1.79,
1.79,
1.79,
1.52,
2.02,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
78.6,
0.1,
0.1,
5.88,
17.19,
17.19,
13.28,
0,
0,
0,
0,
1.15,
0.77,
0,
0,
0,
0,
0,
0,
4.07,
1.15,
1.54,
2.31,
0.77,
0.77,
1.54,
2.31,
3.08,
3.08,
0,
0.77,
0,
16.07,
16.07,
3.57,
10.71,
14.29,
1.15,
0.77,
1.15,
0,
0.77,
0.77,
0.77,
0.77,
0.769,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
1.54,
1.54,
1.54,
1.54,
0.77,
0,
0.77,
0,
0.77,
0.77,
0.77,
0,
0.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
0.77,
0.77,
0,
0,
0,
0,
0.77,
0.38,
0,
0.38,
0.38,
0.38,
0.38,
0.38,
0.38,
2.31,
0,
2.31,
2.31,
2.31,
0,
0.77,
0.38,
0.38,
0.77,
0.38,
0.38,
0.385,
1.54,
0.77,
0.77,
0.38,
0.77,
0.77,
1.92,
0.38,
0.77,
0.77,
0.77,
1.15,
1.15,
0.77,
0.77,
0.77,
0.77,
0.77,
0,
1.15,
1.15,
1.15,
1.15,
1.15,
1.15,
1.15,
0,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0,
0.77,
0,
0,
0.38,
0.77,
0.77,
11.9,
16.67,
12.96,
16.13,
20,
20,
19.05,
19.05,
0.4,
0.8,
4.8,
15.69,
15.69,
3.57,
25,
42.86,
42.86,
42.86,
14.29,
14.29,
22,
26.79,
25,
21.4,
5.49,
14.5,
16.9,
11.36,
16.67,
11.54,
9.73,
12.35,
9.71,
11.54,
13.28,
12.94,
15.49,
0,
0,
11.67,
0,
50,
28.57,
11.67,
0,
53.57,
13.33,
8.89,
0,
0,
0,
0,
0,
0,
6.67,
10,
13.33,
0,
0,
0,
0,
0,
0,
32.14,
14.29,
12.5,
26.67,
11.02,
0,
30,
30,
40,
25,
0,
5.71,
3.51,
6.14,
3.33,
32.14,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
57.14,
42.86,
50,
50,
46.43,
46.43,
46.43,
46.43,
53.57,
21.43,
35.71,
28.57,
28.57,
25,
25,
17.86,
21.43,
19.57,
35.71,
28.57,
57.14,
42.86,
50,
50,
46.43,
50,
28.57,
0,
0,
0,
0,
0,
0,
0,
32.35,
41.38,
26.32,
22.22,
0,
0,
0,
0,
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.67,
3.33,
6.67,
6.67,
6.67,
6.67,
21.6,
0,
0,
0,
10.1,
2.22,
0,
4.29,
3.66,
6.1,
4.55,
2.38,
4,
0,
3.57,
7.5,
1.16,
2.13,
1.43,
4.29,
63.33,
1.25,
0,
2.44,
2.63,
1.67,
2.22,
9.09,
6.67,
6.1,
7.29,
7.46,
11.11,
1.72,
0,
1.25,
2.17,
0,
2.94,
0,
26.92,
0,
0,
2.5,
1.85,
2.13,
50,
45.83,
70,
66.67,
0,
3.12,
0,
3.33,
5.17,
2.33,
2.33,
3.03,
4,
1.67,
3.33,
7.5,
1.47,
3.33,
1.92,
2.5,
1.25,
21.43,
5.36,
2.22,
3.12,
3.45,
2.08,
34.62,
7.89,
1.67,
0,
10,
5,
10.34,
6.94,
6.82,
7.29,
6.67,
7.5,
7.5,
0,
0,
1.75,
4.26,
2,
1.04,
3.64,
0,
6.52,
0,
2.22,
6,
1.14,
1,
1.85,
1.04,
1.04,
48.28,
53.33,
0,
1.92,
20.45,
0.98,
0,
2.94,
0,
1.79,
10,
1.32,
5,
0,
1.43,
0,
1.35,
0,
5.77,
0,
5.17,
0,
2.33,
3.45,
0.88,
1.75,
1.75,
6.67,
7.14,
5,
0.93,
1.89,
50,
0,
0,
0,
3.66,
0,
14.29,
4.17,
0,
0,
0,
2,
0,
2.17,
66.67,
0,
0,
17.78,
13.33,
42.86,
1.09,
9.68,
0.98,
0,
2.94,
3.33,
3.33,
0,
0,
1.25,
9.76,
14.29,
4.39,
8.11,
9.76,
3.92,
1.25,
1.11,
0,
60.71,
4.55,
14.29,
0,
1.04,
3.26,
19.15,
21.43,
1.92,
1.92,
1.92,
3.33,
11.76,
6.73,
6.67,
2.33,
1.43,
26.92,
26.92,
40,
26.92,
3.19,
4.17,
7.29,
6.67,
7.29,
5,
6.94,
6.82,
6.94,
1.25,
2.44,
2.5,
1.11,
1.25,
1.67,
6.94,
9.09,
9.86,
66.67,
1.47,
3.33,
5.43,
7.29,
44,
50,
1.11,
56.25,
0,
0,
0,
66.67,
66.67,
11.11,
34.62,
7.29,
2.63,
1.47,
1.67,
6.67,
6.1,
9.8,
1.47,
3.33,
2.44,
56.25,
51.61,
0,
0,
0,
0,
0,
3.75,
3.7,
4.44,
1.39,
2.63,
1.47,
1.67,
1.16,
8.2,
0,
6.67,
50,
1.39,
1.19,
1.67,
3.5,
9.38,
4.69,
5.56,
20,
9.38,
1.32,
1.47,
1.47,
0,
8.1,
8.52,
3.78,
35,
21.2,
25.9,
24,
50,
7,
1.14,
28,
19,
12,
27,
12.87,
20.59,
0,
30,
0,
1.84,
0,
0,
0,
30.9,
27.1,
0,
0,
0,
10,
5.56,
8.82,
3.12,
12.28,
0,
0,
0,
10.71,
17.86,
10.71,
50,
21.43,
0,
0,
0,
17.86,
75,
50,
3.57,
0,
10.71,
50,
50,
21.43,
0,
0,
10.71,
5.23,
5.11,
22.81,
22.81,
21.11,
21.11,
21.11,
21.11,
13.04,
13.04,
5.36,
5,
0,
0,
2.95,
2.64,
12.28,
12.28,
12.28,
1.18,
100,
0,
2.94,
3.53,
2.65,
2.35,
21.43,
21.43,
23.21,
0,
56.67,
0,
2.94,
2.65,
0.83,
0.83,
5.29,
23.53,
23.53,
8.82,
0,
0,
0,
0,
0,
4.73,
0,
8.06,
1.54,
4.32,
6.47,
2.94,
0,
3.53,
0,
0,
36,
7.81,
7.81,
7.81,
0,
0,
0,
0,
0,
0,
0,
0,
4.29,
5.88,
10.32,
0,
39.29,
12.28,
2.21,
1.77,
28.57,
28.57,
3.53,
4.71,
18.58,
14.29,
0,
30,
26.92,
26.92,
1.69,
0,
0,
7.41,
0.29,
2.11,
3.17,
0,
43.92,
6.4,
4,
0.89,
2.68,
2.68,
0.37,
0,
3.1,
7.96,
0,
9,
7.14,
13.33,
12,
10,
10.17,
30.21,
7.77,
6.29,
12.59,
0,
0,
0,
0,
10.1,
19.57,
25,
25,
3.53,
36,
36,
1.18,
1.5,
1,
1.77,
14.16,
0,
1.77,
3.7,
1.77,
1.77,
1.77,
1.77,
2.21,
3.98,
4.42,
0,
1.33,
0,
1.77,
1.77,
1.18,
0.88,
14.16,
11.5,
0.88,
1.77,
14.16,
1.77,
0.88,
21.05,
14.12,
1,
1.77,
1.67,
0,
0,
0,
0,
24.1,
0,
7.14,
23.4,
0,
6.25,
0.88,
22.92,
32.56,
42.86,
6.76,
5.36,
3.57,
20.31,
15.79,
19.3,
17.54,
17.54,
21.05,
21.05,
21.05,
17.54,
17.54,
17.54,
14.04,
18.75,
17.5,
21.21,
21.21,
24.24,
24,
19.19,
0,
0,
0,
0,
0,
0,
2.48,
0.82,
0,
0,
3.28,
0,
2.89,
4.92,
7,
0,
2.73,
0,
19.3,
17.9,
17.86,
21.43,
17.86,
17.86,
17.86,
21.43,
17.86,
12.9,
17.86,
21.43,
17.86,
16.07,
17.86,
17.86,
17.86,
21.43,
12.9,
17.86,
17.86,
17.86,
17.86,
2.5,
27.08,
0.88,
0.88,
0.88,
0.88,
1.96,
0,
0,
0,
8.33,
12.9,
12.9,
0,
0,
0,
3.23,
11.67,
19.3,
0,
8.33,
8.33,
8.33,
8.33,
26.47,
12.28,
19.3,
19.3,
0,
17.54,
8.33,
21.43,
21.43,
25,
1.79,
16.07,
21.43,
12.9,
12.9,
12.28,
9.68,
9.68,
17.86,
21.43,
11.67,
21.95,
21.95,
20,
16.67,
1.04,
2.08,
3.75,
25,
20,
1.18,
0.88,
0,
0,
0,
9,
6.52,
6.25,
5,
6.25,
5.88,
3.33,
0,
33.33,
0,
0,
16.67,
11.67,
16.67,
43.33,
16.67,
16.67,
0,
0,
16.67,
46.67,
46.67,
23.33,
23.33,
40,
33.33,
36.67,
23.33,
8.33,
8.33,
46.67,
40,
0,
0,
0,
16.67,
16.7,
20,
20,
16.67,
6.25,
7.69,
8.82,
7.69,
2.86,
3.12,
5.56,
3.17,
5.56,
2.38,
5.47,
2.5,
6.67,
3.03,
2.27,
3.23,
1.61,
3.85,
1.54,
1.49,
1.54,
1.56,
3.08,
3.03,
3.03,
3.08,
3.17,
3.03,
4.03,
2.38,
1.56,
1.61,
2.63,
4.63,
20,
12.28,
16.07,
16,
14.86,
15.15,
12,
18.67,
14.12,
23.33,
16.67,
20,
2.5,
0,
0,
16.67,
16.67,
16.67,
24.64,
5.88,
2.34,
1.64,
16.67,
9.09,
24.64,
43.33,
16.67,
43.33,
43.33,
0,
0,
0,
0,
16.67,
13.33,
13.33,
15.69,
17.24,
18.64,
24.64,
2.7,
2.54,
3.17,
0,
27.14,
23.33,
2.34,
4.41,
1.56,
43.33,
43.33,
15.38,
13.51,
0,
0,
0,
40,
0,
40,
40,
40,
0,
0,
0,
0,
0,
0,
0,
40,
0,
0,
0,
0,
0,
0,
18.64,
0,
0,
30,
40,
0,
0,
4.76,
2.94,
2.74,
2.9,
0,
0,
0,
0,
10.64,
25.4,
0,
0,
0,
18.64,
13.33,
14.12,
0,
3.68,
2.34,
3.28,
1.54,
2.99,
13.16,
12,
0,
4.71,
18.68,
18.68,
12.5,
12.5,
48.4,
44.2,
1.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.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,
7.43,
5.52,
6.67,
6.67,
6.67,
6.45,
5.22,
0,
0,
0,
0,
0,
0,
0,
2.4,
2.4,
2,
38.71,
9.68,
2,
2.4,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
0.8,
1.6,
3.6,
1.6,
1.6,
1.2,
0.8,
7.5,
6.67,
6.67,
7.5,
2.4,
0.8,
0.8,
1.6,
0.8,
21.88,
1.6,
6.67,
1.67,
3.2,
1.6,
0.8,
3.6,
1.2,
5,
5,
3.33,
3.33,
2.5,
1.6,
0.8,
2,
0.8,
2,
3.2,
1.79,
1.79,
4.39,
1.32,
1.79,
2.08,
3.33,
1.04,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.88,
10.87,
0,
0,
0,
0,
1.95,
4.44,
1.67,
1.67,
0,
0,
0,
0,
0,
7.5,
0,
0,
0,
3.75,
24.32,
21.21,
2.56,
0.78,
0,
0,
0,
1.09,
34.38,
24.32,
0,
0,
0,
0,
15.62,
15.62,
0,
0,
0,
0,
0,
1.56,
0,
20,
12,
14,
10,
14,
0,
0,
0,
0,
0,
10.71,
50,
50,
0,
0,
0,
3.57,
0.8,
0.8,
0,
0.4,
0,
4.71,
0,
0,
0,
2.68,
3.19,
11.9,
0,
30,
0,
0,
4.42,
4.42,
20,
28.57,
32.14,
22.22,
6.77,
32.14,
13.33,
22.35,
23.53,
22.35,
28.57,
21.43,
17.86,
17.86,
0,
0,
0,
0,
21.43,
21.43,
0,
0,
0,
4.9,
1.63,
8.16,
7.14,
14.29,
14.29,
28.57,
32.14,
32.14,
20,
9.49,
0,
0,
0,
0,
0,
0,
0,
6,
11.76,
0,
0,
14.07,
28.12,
13.25,
46.88,
18.42,
11.84,
0,
0,
0,
0,
28.57,
46.43,
15.15,
15.15,
33.33,
29.03,
21.88,
25,
25.81,
0,
0,
21.43,
28.57,
17.86,
15,
15,
15,
8.33,
4.17,
20.34,
0,
0,
0,
0,
0,
0,
0,
5,
5,
7.78,
4.44,
21.74,
0.4,
0.4,
6.67,
8.89,
11.11,
0,
2.23,
3.66,
14.12,
17.86,
17.86,
19.64,
17.5,
8.82,
26.32,
45,
40.48,
0,
0,
20,
17.5,
0,
0,
0,
17.5,
0,
17.5,
17.5,
26.47,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
46.67,
63.33,
50,
56.67,
50,
66.67,
46.67,
53.57,
66.67,
46.43,
46.67,
66.67,
66.67,
53.33,
46.67,
50,
43.33,
50,
0,
11.67,
11.9,
32.14,
16.07,
60,
10,
0,
16.67,
21.43,
35.71,
28.57,
36.67,
23.33,
36.67,
43.33,
20,
0,
0,
2.23,
23.94,
10,
10,
9.52,
10,
12.33,
15.05,
0,
3.53,
10.61,
10.2,
10.2,
6.12,
9.23,
12.5,
2.17,
0,
1.19,
1.18,
1.18,
1.76,
1.76,
1.76,
1.19,
0.59,
0,
0.88,
0.89,
0.44,
0,
0.89,
1.33,
1.79,
9.78,
11.27,
0,
0,
0,
0,
9.26,
19.3,
4.39,
10.7,
21.54,
8.7,
21.54,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
14.13,
14.13,
14.13,
17.86,
13.33,
13.33,
21.43,
14.29,
13.33,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
25,
13.33,
15,
15,
0,
0,
0,
1.65,
25,
3.52,
2.83,
3.14,
17.65,
4.39,
0,
1.41,
19.47,
21.43,
5.41,
25,
17.86,
17.86,
10.87,
0,
13.04,
16.51,
38.46,
30.77,
13.27,
11.85,
12.59,
11.85,
11.85,
0.88,
15.15,
11.85,
0.46,
18.58,
11.27,
14.29,
14.29,
16.67,
15.79,
28.12,
16.07,
0.39,
5.65,
0,
5,
2.27,
5.83,
21.82,
12.28,
17.54,
4.39,
0.88,
7.89,
20,
9.78,
6.67,
11.85,
10.47,
11.63,
5.56,
5.88,
1.79,
4.39,
1.79,
0.88,
12.59,
39.29,
16.51,
9.23,
0.22,
26.98,
18.92,
26,
3.12,
19.74,
14.49,
12.5,
14.06,
7.06,
0,
22.22,
0,
0,
22.22,
0,
1.79,
5.36,
3.41,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.8,
0,
0.4,
0,
0,
1.64,
10.77,
10.77,
10.45,
12.12,
10.61,
10.61,
10.77,
10.77,
13.43,
10.77,
13.64,
10.77,
9.09,
12.31,
3.19,
3.19,
1.04,
12.12,
3,
3.33,
0,
10.94,
10.77,
4.93,
4.79,
4.23,
0,
0,
0,
0,
0,
21.85,
16.67,
20,
17.86,
3.75,
19.87,
23.84,
19.87,
12.94,
12.94,
2.82,
28.99,
28.99,
1.04,
2.08,
1.04,
3.33,
3.33,
0,
3.33,
2.08,
0,
2.22,
1.79,
3.57,
3.33,
3.33,
3.85,
3.19,
3.49,
3.85,
2.56,
2.33,
2.19,
1.75,
5.26,
4.39,
5.92,
3.07,
4.39,
3.29,
6.14,
1.97,
2.19,
3.51,
2.19,
1.75,
1.32,
2.2,
2.19,
5.49,
1.65,
2.2,
2.75,
2.63,
10.47,
13.95,
10.47,
11.54,
11.54,
11.54,
19.35,
22.58,
13.33,
14.71,
15,
0,
11.25,
0,
25.6,
21.43,
35.71,
35.71,
32.14,
8.93,
7.14,
7.14,
0,
3.33,
1.76,
1.76,
2.94,
1.76,
3.33,
3.33,
10.57,
8.8,
13.01,
28.57,
35.71,
41.86,
2.7,
3.08,
2.31,
34.21,
34.21,
31.58,
34.21,
34.21,
34.21,
34.21,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
35,
35,
35.71,
35.71,
35.71,
35.71,
33.33,
35.71,
0,
0,
0,
0,
0.83,
0,
0.85,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
13.33,
17.14,
20,
10.71,
20,
20,
10,
1.04,
37.5,
0,
0,
0,
0,
0,
4.84,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
66.67,
70,
67.86,
50,
50,
0,
0,
0,
0,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
5.36,
1.79,
1.79,
1.79,
2.86,
25,
25,
6.67,
6.67,
0,
0,
0,
0,
0,
1.15,
1.15,
2.76,
2.85,
4.4,
0,
0,
0,
0,
1.61,
4.84,
1.61,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
50,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.08,
6.35,
0,
5.83,
9.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
1.05,
0.8,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.4,
0.4,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
18.75,
6.25,
0,
0,
0,
27.59,
0,
27.59,
0,
0.4,
5.36,
0,
0,
50,
46.43,
42.86,
46.43,
0,
0,
0,
0,
0,
0,
0,
3.69,
0,
0,
0.4,
0,
0,
0,
3.53,
0,
0,
0,
0.8,
33.33,
4.41,
5.88,
5.36,
25,
0,
0,
0,
0,
0.38,
0,
0,
20,
20,
23.33,
46.43,
15.62,
21.43,
5.13,
57.14,
42.86,
0,
0,
0,
46.43,
0,
5.36,
20,
0,
0,
0,
0,
0,
0,
0,
4.41,
5.88,
0,
5.36,
30,
66.67,
0,
0,
53.57,
0,
0,
0,
16.13,
0,
0.8,
0,
0,
50,
0,
0,
0,
0,
0,
0,
3.45,
0,
12.5,
0.4,
21.43,
0,
0,
25,
0,
0.4,
0.8,
0,
28.57,
0,
0,
0,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.98,
0,
2.98,
0,
0,
1.79,
0,
4.65,
7.14,
4.29,
5.71,
0,
0,
0,
5.36,
50,
0,
5.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.86,
0,
0,
5.36,
5.36,
1.79,
1.2,
0,
0,
0,
5.71,
24.24,
24.24,
0,
0,
0,
5.71,
0,
0,
0,
27.27,
0,
19.44,
19.44,
19.44,
30,
0,
0,
0,
11.5,
0,
0,
1.15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
4.55,
0,
0.89,
0,
0,
0,
0,
8.33,
8.33,
8.33,
10,
34.29,
0,
0,
12.07,
6.76,
6.76,
6.76,
5.71,
0,
0,
1.72,
0,
0,
0,
0,
1.69,
1.72,
3.23,
0.4,
0,
0,
70,
66.67,
50,
9.38,
19.35,
10.2,
0,
0,
42.86,
1.82,
0,
11.11,
27.27,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
43.33,
46.67,
23.33,
33.33,
0,
7.5,
3.57,
0,
0,
0,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
1.79,
1.79,
0,
0,
76.92,
0,
0,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
1.48,
1.48,
0,
0,
0.21,
0.41,
0,
0,
0,
0,
0,
0,
1.79,
1.79,
8.2,
14,
0,
1.79,
17.24,
20,
10,
1.61,
0,
0,
0,
0,
0,
3.49,
0,
0,
15.15,
15.15,
17.24,
46.43,
50,
0,
3.33,
0,
8.06,
11.29,
9.68,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
1,
0,
0,
0,
0,
0,
0,
0,
29.03,
0,
0.41,
0,
0,
0.81,
0.81,
1.67,
0.81,
0,
0,
0,
0,
0,
0,
0,
0,
0.2,
0,
0.77,
0,
0,
2.68,
2.68,
20,
46.67,
33.33,
33.33,
0,
0,
0,
0,
50,
50,
0,
0,
6.67,
6.67,
6.67,
0,
0,
50,
50,
0,
0,
0,
0,
0,
18.18,
7.35,
0,
7.5,
7.5,
6.9,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
60,
50,
3.17,
6.67,
26.67,
15,
42.86,
57.14,
0,
0,
0,
0,
0,
0,
0,
16.67,
20,
20,
13.33,
0,
0,
3.33,
0,
0,
0,
5,
10,
3.7,
0,
3.33,
3.85,
0,
3.57,
26.67,
8.33,
26.67,
33.33,
40,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
1.79,
0.89,
10.71,
1.79,
7.14,
22.86,
25,
0,
0,
10.42,
10.42,
6.25,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
3.45,
5.36,
5.36,
3.12,
6.25,
0,
2.22,
0,
17.5,
14.29,
14.29,
14.29,
14.29,
53.57,
53.57,
53.57,
14.29,
26.67,
26.67,
29.03,
0,
0,
0,
0,
0,
0,
0,
0,
36.36,
0,
30.77,
8.33,
23.33,
9.26,
9.26,
76.92,
21.43,
1.67,
0,
1.79,
1.79,
1.79,
1.79,
0,
5.47,
3.28,
19.64,
19.64,
14.29,
21.43,
1.92,
5.66,
9.43,
3.03,
0,
0,
0,
0,
0,
0,
93.33,
4.65,
0,
0,
0,
0,
0,
3.26,
0,
0,
26.67,
0,
0,
0,
0,
2.17,
2.17,
2,
2.4,
2,
2.4,
1.6,
1.6,
1.6,
0,
0,
0,
0,
0,
16.67,
6.4,
3.54,
3.54,
3.54,
10.62,
14.29,
14.29,
0,
0,
0,
0,
0,
0,
3.26,
2.72,
53.57,
53.57,
53.57,
53.57,
46.43,
46.43,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
5.71,
0,
20,
25,
13.33,
20,
13.33,
0,
0,
0,
50,
50,
0,
5.81,
2,
10,
16.67,
50,
50,
0,
0,
23.33,
36.67,
6.67,
8.33,
3.19,
7.32,
0.89,
0.89,
0.89,
2.46,
0,
0,
0,
1.06,
1.27,
1.06,
1.27,
3.33,
3.57,
15,
21.15,
0,
0,
0,
0,
0,
1.79,
1.79,
36.36,
15.15,
30.3,
6.06,
33.33,
30.3,
0,
0,
0,
0,
0,
0.8,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
1.69,
17.65,
20,
8.06,
12.07,
0,
0,
2.68,
0,
0,
0,
0,
9.68,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
100,
100,
2.68,
0,
5.36,
8.33,
20,
0,
0,
0,
1.2,
46.43,
2.53,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
20,
0,
6.77,
8.39,
13.95,
5,
16.67,
11.84,
21.25,
1.54,
7.69,
3.08,
7.69,
8.46,
7.69,
11.54,
11.54,
7.69,
0.59,
0.56,
0,
0,
1.86,
11.86,
16.81,
10,
10,
3.89,
2.78,
10.77,
7.14,
78.57,
78.57,
16.67,
16.67,
1.32,
4.42,
31.82,
32.14,
26.32,
26.32,
23.81,
23.81,
20,
20,
16.67,
20,
20,
20,
30,
30,
20,
0,
0,
26.19,
28.07,
25,
12.9,
11.29,
10,
33.33,
1.67,
1.33,
11.29,
12.9,
11.29,
2.08,
33.33,
20,
3.33,
10,
1.04,
31.82,
15,
12.9,
25,
21.43,
33.33,
33.33,
35.71,
30,
30,
30,
50,
30,
32.14,
21.43,
1.1,
21.43,
0.88,
8.33,
10,
0,
0,
0,
16.67,
16.67,
0,
0.84,
25,
3.33,
2.08,
0,
0,
30,
32.14,
32.14,
30,
26.67,
30,
30,
25,
32.14,
0,
23.81,
28.57,
21.05,
15.79,
14.29,
6.88,
25,
1.92,
2.69,
3.08,
3.33,
2.08,
1.04,
0,
0,
13.33,
14.29,
0,
2.08,
0,
1.04,
21.43,
15.79,
0,
0,
0,
9.25,
3.33,
28.57,
21.43,
21.43,
14.29,
28.57,
28.57,
33.33,
0,
0,
0,
0,
39.13,
25,
3.08,
3.33,
32.14,
32.14,
32.14,
32.14,
2.75,
5,
25,
6.17,
1.46,
21.43,
0,
3.75,
1.04,
20.69,
21.43,
28.57,
3.48,
0,
0,
0,
0,
0.88,
0.88,
0.88,
0.88,
0.88,
1.04,
1.06,
0,
0,
0,
0,
0,
0,
21.43,
17.86,
32.14,
32.14,
32.14,
32.14,
28.57,
28.57,
32.14,
32.14,
32.14,
4.42,
1.33,
10,
32.14,
32.14,
0,
0,
21.43,
21.43,
1.27,
16.67,
14.29,
25,
31.58,
31.58,
6.96,
5.22,
2.86,
3,
2.86,
11.3,
0,
0,
14.81,
25,
25,
25,
0,
0,
0,
0,
33.33,
23.89,
22.79,
23.89,
22.79,
16.07,
12.5,
11.67,
2.08,
16.07,
12.5,
0,
0,
0,
0,
0,
2.08,
20,
14.29,
18.75,
14.29,
21.43,
17.86,
0,
6.09,
10,
28.57,
23.89,
25,
16.07,
26,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4,
3.12,
3.75,
4.65,
1.75,
3.03,
3.57,
3.12,
4.26,
3.45,
3.33,
0,
3.49,
3.49,
0,
2.33,
3.12,
3.12,
32.14,
3.33,
0,
2.63,
0,
2.83,
2.83,
1.79,
7.14,
2.17,
3.16,
3.85,
3.19,
0.8,
1.79,
10,
10,
30.23,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
26.67,
4.35,
4.76,
0,
0,
0,
0,
0,
6.82,
25,
14.29,
26.67,
1.69,
17.65,
10,
12.5,
33.33,
32.14,
32.14,
32.14,
0,
0,
21.43,
25,
30.3,
15.15,
0,
0,
0,
3.85,
50,
2.46,
8.33,
0,
0,
0,
0,
5.36,
3.57,
0,
2.68,
8.93,
12.94,
10.77,
10.77,
0,
0.61,
1.26,
3.27,
0,
0,
0,
0,
0,
46.43,
46.67,
3.12,
31.69,
31.69,
31.69,
35.71,
39.29,
35.71,
39.29,
50,
31.69,
36.67,
39.55,
31.07,
31.07,
31.07,
28.57,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
39.29,
38.73,
23.53,
23.53,
35.71,
35.71,
24.65,
25,
24.65,
20,
32.14,
25,
25,
25,
25,
25,
25,
24.44,
22.56,
22.56,
22.56,
33.83,
31.95,
37.59,
37.04,
35.27,
32.14,
21.43,
25,
28.57,
32.14,
35.71,
35.71,
0,
4,
4,
27.91,
28.12,
0,
0,
0,
2.44,
2.44,
0,
24,
17.86,
17.86,
17.86,
0,
32.14,
0,
52,
53.57,
32.14,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
2.5,
0,
1.43,
3.57,
10.4,
8.93,
8.93,
8.93,
8.93,
0,
35.71,
25,
25,
0,
0,
1.79,
0,
0,
2.14,
0,
32.14,
0,
0,
0,
0,
32.5,
0,
0,
0,
1.79,
0,
1.33,
0,
5.26,
1.18,
25,
2,
0,
10,
0,
0,
0,
0,
1.79,
1.79,
0,
3.57,
0,
0,
3.57,
1.79,
4.41,
10.2,
0,
2,
10.17,
11.01,
6.98,
8.75,
38,
10,
0,
20,
23.33,
0.82,
1.63,
2.45,
1.43,
1.75,
2.63,
2.63,
0,
0,
0,
12.9,
8.97,
1.79,
4.29,
11.11,
1.77,
0,
0,
0,
33.33,
0,
0,
6.36,
0.45,
0,
8.57,
8.57,
7.08,
4.42,
3.98,
4.42,
8.93,
8.93,
1.04,
0,
28.57,
3.85,
0,
40.48,
3.57,
0,
0,
0.8,
14.4,
0,
0,
0,
0,
2.14,
2.86,
0,
1.43,
0,
0,
1.79,
0,
11.29,
0,
1.56,
0,
0,
3.57,
8.33,
3.57,
0,
0,
0,
2.86,
2.14,
10.26,
2.86,
7.89,
3.75,
11.5,
0,
3.23,
0,
0,
0,
0,
0,
1.79,
0,
0,
1.43,
0,
0,
0,
2.86,
0,
0,
10.71,
14.29,
0,
0,
3.33,
4,
0,
0,
4.49,
1.63,
7.35,
21.43,
21.43,
42.86,
0,
0.59,
0,
0,
2.5,
1.79,
6,
2.8,
0,
32.14,
4.46,
5.56,
3.7,
3.7,
3.7,
5.56,
5.56,
0,
0,
0,
2.82,
2.82,
0.2,
1.43,
18.52,
2.42,
0,
0,
0,
2.5,
5.83,
5.83,
3.33,
2.5,
6.1,
6.1,
50,
1.92,
3.17,
0.41,
2.92,
3.33,
3.61,
10.59,
17.39,
0,
0,
0,
0,
0,
0,
15.93,
36.67,
10,
46.67,
23.33,
2.45,
25,
0.94,
2.78,
1.89,
1.85,
2.68,
0,
5.36,
30,
30,
30,
30,
6.25,
30,
19.35,
36.67,
0,
10,
30,
1.33,
1.33,
1.33,
0.88,
46.67,
1.15,
0,
0.79,
12.31,
0,
0,
1.69,
0,
3.45,
0,
0,
0,
0,
0,
0.88,
9.15,
11.27,
8.45,
8.45,
50,
25,
32.14,
2,
3.43,
4.86,
0,
0,
0,
0,
0,
1.56,
4.65,
11.11,
9.02,
2.5,
2.5,
0,
0.82,
1.67,
0,
0,
0,
0,
0,
17.86,
16.07,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
14.29,
11.67,
10,
32.14,
32.14,
2.4,
1.2,
32.14,
0,
25,
0.4,
0,
0,
1.15,
11.29,
0,
0,
1.22,
0.81,
1.22,
0,
1.82,
1.04,
1.25,
1.25,
0,
14.81,
0,
0,
26.67,
1.79,
0,
0.41,
0.83,
11.36,
0,
11.29,
0.82,
0,
0,
10,
20,
15,
0.82,
30,
1.79,
5.21,
1.79,
1.79,
1.79,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
7.02,
3.51,
25,
28.57,
28.57,
17.86,
28.57,
28.57,
46.43,
46.43,
50,
53.57,
0.71,
0,
21.05,
0,
1.01,
0.4,
0.61,
2.81,
2.68,
2.68,
2.68,
0,
0,
2.27,
46.67,
14.29,
14.29,
14.29,
0,
0,
0,
0,
0,
3.54,
1.33,
0.88,
46.67,
28.57,
0,
0,
0,
0,
0.39,
0,
0,
2.08,
4,
4,
10,
3.33,
0,
7.89,
20,
15.79,
10,
13.33,
13.33,
18.42,
50,
50,
35.71,
3.33,
0,
0,
0,
0,
10.91,
12.73,
12.73,
16.36,
4.55,
9.09,
6.67,
6.25,
6.67,
9.38,
16.67,
0,
0,
0,
5.45,
10.64,
2.5,
10.64,
0.85,
0.85,
14.55,
13.33,
3.03,
15,
33.33,
0,
0,
0,
5,
5,
16.67,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.86,
0.39,
0.39,
1.43,
0,
40,
40,
13.33,
13,
0,
18.75,
60,
60,
33.33,
40,
66.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
40,
0,
57.14,
57.14,
57.14,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
93.33,
93.33,
0,
0,
0,
0,
17.65,
13.33,
6.25,
9.38,
20,
23.33,
24.24,
15.15,
15.15,
15.15,
15.15,
12.5,
16.67,
16.67,
5,
3.33,
3.33,
1.67,
4.17,
3.33,
1.82,
0.91,
1.82,
2.22,
5.56,
5.56,
0,
6.67,
5.56,
5.56,
5.56,
6.67,
5.56,
5.56,
7.78,
6.67,
6.67,
3.33,
5.56,
5.56,
1.79,
1.79,
1.79,
4.92,
3.28,
0,
3,
1.79,
25,
23.33,
25,
0,
0,
0,
0,
0,
0,
40,
0,
0,
0,
32.14,
0,
0,
13.33,
11.67,
11.67,
10,
13.33,
20,
6.67,
8.82,
4.41,
0,
92,
0,
0,
0,
0,
93.33,
9.38,
9.38,
0,
2.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
0.83,
0,
0,
0,
58.62,
31.03,
0,
0,
4.76,
0.83,
0,
1.47,
0,
42.86,
7.14,
4.41,
6.06,
0,
0,
0,
0,
0,
0,
0,
4,
6.82,
7.58,
7.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
18.58,
0,
0,
0.39,
18.42,
15.79,
21.05,
4.42,
4.42,
18.99,
6.41,
26.67,
26.67,
30,
6.35,
4.03,
25,
21.43,
21.43,
21.43,
18.03,
16.06,
15.33,
14.29,
26.67,
0,
0,
19.3,
21.05,
19.35,
21.43,
18.58,
28.57,
0,
0,
21.05,
18.42,
25,
25,
27.27,
6.67,
2.78,
0,
21.05,
21.05,
12.82,
0.5,
3,
1.11,
21.88,
21.88,
21.88,
0,
28.57,
32.14,
21.43,
32.14,
0,
28.57,
0,
20,
15,
15,
22.86,
0,
28.57,
22.22,
0,
31.82,
0,
1.79,
1.79,
1.79,
0,
0,
1.18,
12.86,
12.28,
14.71,
60,
56.25,
4.65,
0,
50,
18.18,
4.76,
25.93,
25.88,
27.06,
27.27,
26.79,
0.4,
0,
1.79,
1.79,
26.67,
0,
1.63,
1.92,
35.71,
78.57,
0,
0,
57.14,
0,
10,
0,
0,
8.33,
11.11,
8.33,
10,
10,
30,
33.33,
15,
14.29,
14.29,
20.45,
21.43,
32.14,
0,
0,
0,
23.4,
32.14,
31.82,
23.81,
0,
25.88,
6.67,
2.38,
5.47,
8.82,
9.38,
8.06,
0,
0,
0,
0,
16.98,
2.22,
16.98,
3.03,
3.26,
3.41,
0.29,
3.49,
3.33,
3.33,
3.33,
2.08,
2.08,
2.08,
0,
0,
1.04,
1.04,
10,
11.67,
1.04,
1.04,
33.33,
0,
4.42,
4.42,
4.42,
4.42,
16.67,
16.67,
0,
0,
32.14,
17.65,
11.5,
2.21,
26.67,
32.14,
1.18,
14,
14,
11.11,
11.11,
12.31,
12.31,
10.37,
10.37,
0,
1.15,
1.63,
4.07,
17.81,
17.81,
33.33,
21.05,
19.35,
22.22,
17.65,
16.39,
20.35,
17.7,
22.12,
19.55,
18.58,
17.7,
1.75,
17.54,
9.86,
18.92,
19.3,
22.81,
19.61,
23.01,
12.86,
12.86,
15.71,
10,
50,
0,
0,
0,
0,
1.79,
1.79,
1.79,
1.79,
21.43,
20.34,
23.01,
0,
0,
0,
0,
0,
0.71,
0,
0.83,
1.67,
0,
1.79,
10,
38.89,
26.67,
14.97,
0,
20.27,
23.33,
15.79,
1.79,
2.63,
2.63,
2.78,
3.57,
18.87,
14,
3.57,
1.79,
1.79,
0,
0,
0,
0,
0,
32.14,
46.43,
46.43,
57.14,
0,
0,
4.92,
5.13,
4.84,
5.88,
3.57,
0,
0,
5.71,
5.71,
5.36,
29.63,
29.63,
0,
16.67,
0,
16.13,
0,
0,
14.04,
11.11,
3.57,
13.04,
1.75,
0,
0,
0,
1.2,
0,
10,
0,
3,
0,
0,
0,
0,
0,
0,
13.33,
1.18,
21.88,
0,
13.33,
10.1,
1.79,
7.84,
1.43,
28.89,
18.18,
18.75,
18.18,
12.5,
14.71,
7.69,
6.98,
8.14,
9.3,
15.79,
0,
12.5,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
5.36,
1.79,
1.63,
1.22,
5.69,
4.88,
0.81,
4.88,
0,
0,
0,
1.79,
3.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
1.79,
19.35,
10.94,
22.58,
25.81,
2.56,
32.14,
32.14,
1.79,
1.79,
1.79,
1.79,
3.41,
2.88,
0,
0,
0,
32.14,
32.14,
32.14,
12.9,
21.43,
7.14,
14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
0,
6.5,
0.81,
0,
0,
0,
0,
0,
0,
0,
18.18,
46.67,
30,
46.67,
17.31,
17.31,
17.31,
17.31,
0.88,
1.6,
1.6,
0.8,
0,
0,
0.38,
0.38,
0.38,
10.1,
2.86,
7.84,
1.59,
16.07,
32.14,
32.14,
28.57,
12.07,
3.57,
7.55,
1.79,
0,
1.79,
1.79,
0,
0,
64.71,
0,
1.33,
1.33,
8.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
21.43,
12.5,
10,
28.12,
25,
10.71,
71.43,
50,
50,
64.71,
66.67,
60,
50,
2.13,
7.94,
5.36,
5.36,
5.36,
5.36,
1.79,
1.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.77,
0,
0.77,
0,
0,
0.38,
0.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
1.2,
0.8,
0.8,
0.8,
0,
0.4,
0.4,
0.4,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
4.65,
4.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.38,
0,
2.14,
0,
0,
5.36,
1.79,
5.36,
0,
0,
0,
0,
0,
0,
26.67,
0,
0,
78.57,
32.14,
22.58,
15,
0.88,
0,
0,
6.67,
6.67,
25,
25,
0,
0,
0,
0,
50,
31.58,
21.05,
23.81,
23.68,
23.68,
21.43,
21.43,
21.43,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
9.68,
30,
30,
1.54,
1.75,
1.75,
0,
1.15,
2.86,
22.22,
0,
0,
2.8,
1.2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
21.43,
0,
16.67,
16.67,
0,
0,
1.11,
0,
0,
0,
0,
0,
32.14,
0,
0,
2.86,
3.57,
0,
0,
0.77,
1.54,
0,
0,
0,
0,
0,
0,
0,
21.43,
0,
4.84,
0,
0,
0,
0,
0,
0,
11.11,
23.33,
11.36,
2.33,
2.33,
0,
8.97,
0,
10,
1.69,
3.06,
3.06,
14.29,
0.88,
18.42,
0,
0,
0,
0,
0,
0,
0,
60,
33.33,
10.62,
10.71,
10.64,
10.64,
10.64,
10.64,
0,
0,
0,
0,
3.57,
0,
0,
10.71,
20,
18.75,
10.71,
10.71,
10.71,
10.71,
13.33,
0,
0,
0,
0,
7.14,
7.69,
7.69,
9.23,
0,
36.67,
23.33,
13.33,
20,
0,
0,
0,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.65,
0,
0,
0,
0,
0,
0,
0,
1.65,
3.3,
0,
0,
0.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
0,
0,
0,
13.46,
11.54,
37.5,
30,
17.5,
32.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0.44,
0.44,
0,
0,
22.5,
20,
0,
0,
0,
0,
0,
1.67,
0,
0,
0,
0,
14.29,
14.29,
0,
0,
0,
0,
0,
42.5,
0,
22.5,
0,
0,
0,
0,
0,
0,
0,
14.29,
16.67,
16.67,
0,
0,
0,
0,
0,
15.18,
10,
0,
37.5,
21.43,
0,
32.14,
35.71,
35.71,
35.71,
43.48,
31.43,
31.43,
28.57,
20.59,
37.5,
35.71,
33.33,
28.57,
28.57,
17.86,
35.71,
32.14,
32.14,
35.71,
32.14,
32.14,
33.33,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
28.57,
15.15,
8.82,
35.71,
16.67,
28.57,
35.71,
32.14,
32.14,
35.71,
28.57,
21.43,
32.14,
32.14,
21.43,
25,
32.14,
35.71,
35.71,
35.71,
28.57,
32.14,
28.57,
35.71,
17.86,
21.43,
35.71,
25,
35.71,
12.5,
0,
0,
0,
0,
0,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.61,
10.1,
50,
0,
0,
0,
0,
0,
0,
0,
23.81,
0,
0,
0,
0,
33.33,
30,
0.88,
4.39,
4.39,
0,
31.58,
26.32,
32.14,
32.14,
32.14,
32.14,
28.57,
0,
0,
0,
0,
12.9,
1.43,
0,
0,
0,
0.88,
0.88,
0.38,
0,
3.17,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0.88,
3.75,
0,
0,
1.67,
0,
15.79,
0,
0,
0,
12.86,
11.33,
0,
0,
0,
0,
5.13,
32.14,
0,
0,
0,
0,
0,
26.67,
20,
23.33,
23.33,
11.11,
0,
0.38,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
22.22,
30,
0,
21.43,
17.54,
0,
0,
1.18,
16.67,
3.64,
0,
0,
0,
0,
28.57,
28.57,
0,
0,
0,
14.52,
14.52,
3.23,
31.58,
31.58,
25,
35,
26.67,
0,
0,
30,
32.14,
28.57,
0,
0,
0,
28.57,
32.14,
32.14,
0,
0,
0,
1.94,
1.55,
22.5,
0,
28.57,
28.57,
35.71,
0,
0,
0.88,
23.33,
20,
0,
0,
0,
3.57,
24.24,
2.63,
0,
25.64,
1.18,
1.18,
1.18,
0,
0,
0,
0,
0,
4.55,
4.55,
2,
3,
28.57,
28.57,
6.67,
6.67,
6.67,
0,
28.57,
28.57,
33.33,
3.85,
0,
0,
0,
0,
0,
0,
0,
0,
4.71,
11.76,
0,
0,
5.38,
12.12,
12.12,
13.64,
10.61,
9.09,
10.61,
10.61,
9.09,
10.61,
12.12,
13.64,
10.61,
10.61,
0,
21.43,
25,
21.43,
0,
0,
0,
0,
0,
0,
2.33,
1.79,
0,
0,
3.7,
3.7,
3.57,
3.57,
0,
0,
3.57,
2.92,
27.69,
26.79,
0,
22.81,
0,
32.14,
32.14,
32.14,
28.57,
32.14,
32.14,
28.57,
0,
53.57,
2.04,
2.27,
1.43,
1.43,
1.92,
1.09,
2.08,
1.16,
0,
1.43,
2.17,
2.04,
2.17,
4,
21.43,
21.43,
0,
0.96,
0.96,
2.4,
14.29,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.13,
0,
0,
50,
28.57,
14.29,
5.36,
5.36,
32.14,
12.5,
23.53,
28.57,
66.67,
73.33,
73.33,
66.67,
73.33,
50,
32.14,
30,
26.67,
5.69,
21.88,
8.33,
22.22,
30.77,
0,
0,
0,
21.43,
0,
33.33,
1.25,
1.25,
24,
22.86,
0,
0,
0,
0,
0,
0,
2.17,
0,
0,
0,
16.67,
32.14,
14.89,
18.44,
19.57,
28.57,
25,
28.57,
28.57,
17.24,
10.71,
13.1,
17.02,
0,
10,
10,
19.29,
6.45,
1.58,
42.86,
2.68,
0,
12.28,
0,
0,
0,
0,
0,
5.59,
0,
0,
0,
33.33,
28.57,
0,
3,
22.58,
3.21,
26.67,
0,
5.88,
14.55,
15.52,
14.75,
13.79,
13.79,
0,
32.5,
0,
0,
3.08,
1.16,
0,
18.18,
0,
0,
0,
0,
0,
15.15,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
35.71,
0,
3.33,
2.78,
3.33,
21.43,
17.86,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.96,
30,
30,
0.4,
0.8,
0.79,
0.78,
1.43,
0,
0,
4.55,
33.33,
28.57,
28.57,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
4.29,
3.49,
3.49,
3.85,
4,
3.41,
4.41,
3.57,
4.44,
0,
0,
1.25,
1.04,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
12.24,
10.2,
8.84,
6.57,
5.03,
0,
0,
0,
0,
0,
28.57,
21.43,
21.21,
28.12,
14.04,
15.79,
4.12,
6,
12.77,
12.35,
12.35,
9.23,
9.23,
10,
0,
10,
10,
32.14,
21.43,
21.43,
21.43,
32.14,
32.14,
32.14,
32.14,
21.43,
32.14,
30,
21.43,
32.14,
25,
32.14,
25,
28.57,
21.43,
32.14,
14.29,
25,
28.57,
32.14,
26.32,
23.81,
0,
23.81,
26.32,
23.81,
21.88,
26.67,
0,
0,
0,
0,
0,
0,
50,
16.67,
16.67,
8.06,
16.67,
0,
0,
2.33,
20,
35.71,
8.93,
21.28,
8.93,
0,
10.71,
10.42,
10.42,
0,
4.17,
0,
0,
21.43,
14.29,
21.43,
21.43,
32.14,
21.43,
1.64,
50,
50,
3,
2.38,
3,
0,
10,
11.43,
11.43,
10,
15.71,
11.43,
11.43,
10,
0,
0,
3.12,
4.69,
0,
0,
0,
0,
28.57,
20.27,
16.39,
18.92,
0,
0,
0,
0.71,
0.71,
0,
0,
0,
30,
33.33,
32.14,
32.14,
32.14,
4.35,
10.2,
8.45,
10.32,
20.54,
7.14,
1.79,
2.68,
3.57,
0.88,
1.1,
0,
0.88,
1.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
0,
0,
3.57,
50,
50,
50,
50,
0,
0,
0,
0,
0,
0,
0,
0,
34.38,
28.12,
28.12,
35.71,
35.71,
35.71,
35.71,
39.29,
13.48,
21.05,
0,
0,
0,
6.67,
6.67,
0,
0,
0,
0,
0,
2.56,
50,
0,
0,
0,
0,
0,
0,
8.24,
14.12,
6.67,
14.88,
10.07,
46.43,
46.43,
50,
50,
50,
53.57,
50,
46.43,
46.43,
53.57,
46.43,
39.29,
46.43,
53.57,
46.43,
50,
48.28,
75,
0,
0,
0,
0,
0,
0,
15,
4.61,
2.63,
3.38,
3.29,
12.5,
3,
0,
39.29,
0.89,
14.55,
10,
16,
12.07,
14.29,
25,
9.68,
11.29,
10.71,
3.12,
13.33,
6.25,
6.25,
6.25,
6.25,
0.59,
0,
0,
0,
0,
0.59,
0,
0,
15.15,
10.61,
0,
2.17,
2.17,
2.17,
16,
0,
0,
3.75,
6.25,
8.33,
28.57,
26.47,
28.57,
6.25,
0,
0,
0,
0,
8.77,
0,
0,
1.2,
0,
0,
0,
0,
0,
0,
0,
0.4,
1.2,
1.2,
28.57,
1.82,
5.36,
3.45,
1.69,
1.92,
5.36,
7.06,
2.35,
0,
0,
5.45,
4.09,
13.27,
14.16,
5.36,
0,
36.67,
20,
33.33,
20.69,
30,
27.59,
18.42,
14,
16,
14,
6.67,
28.57,
50,
28.57,
12.5,
0,
20,
1.18,
3.18,
4.55,
8.18,
20,
21,
0,
3.93,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.65,
3.49,
0,
0,
3.49,
13.21,
13.21,
0,
0,
0,
4.44,
1.75,
3.09,
14.29,
40,
46.67,
46.67,
46.67,
28.12,
28.12,
15.62,
32.5,
31.43,
32.35,
25,
32.14,
25,
25,
25,
28.21,
32.35,
30.3,
31.43,
32.56,
28.57,
30.56,
30.23,
30.23,
28.57,
29.63,
28.57,
28.57,
27.91,
31.43,
32.35,
31.58,
31.58,
31.58,
28.95,
28.95,
27.5,
35.71,
29.17,
28.95,
30.23,
32.14,
28.57,
28.57,
28.57,
26.32,
31.58,
32.14,
28.57,
28.95,
34.21,
27.5,
34.21,
29.41,
31.58,
26.32,
31.58,
30.23,
28.57,
30.23,
28.57,
30.36,
28.57,
27.5,
28.57,
27.5,
32.14,
32.56,
30.23,
31.43,
27.9,
31.43,
32.56,
28.95,
28,
28.57,
27.91,
33.33,
25,
31.58,
27.91,
34.21,
35.29,
31.58,
27.91,
35.29,
31.25,
32.56,
30.77,
28.57,
28,
26.09,
29.73,
32.56,
30.23,
28.57,
30.77,
32.43,
28.57,
31.58,
28.95,
27.91,
27.91,
30.36,
32.35,
27.5,
31.58,
31.58,
30.77,
29.17,
40,
26.67,
3.49,
2.21,
0,
35.71,
39.29,
35.71,
32.14,
32.14,
7.14,
17.86,
31.58,
15,
0.4,
4.49,
46.67,
0,
12.5,
32.14,
32.14,
4.65,
4.29,
5.36,
0,
1.43,
0,
1.54,
14.04,
32.14,
0,
2.46,
6.25,
0,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
32.14,
5.36,
1.95,
1.17,
2.36,
10,
0,
0.83,
0,
0,
0,
0,
0,
21.43,
1.79,
1.79,
32.14,
32.14,
0.2,
1.67,
20.83,
0,
32.14,
0,
0,
0,
0,
0,
16.67,
3.57,
3.57,
0,
0,
0,
0,
2.21,
0,
32.14,
0,
0.81,
0,
28.57,
0,
3.57,
10.2,
10.2,
0,
43.33,
1.79,
3.57,
32.14,
3.12,
3.12,
4.42,
4.42,
10.61,
12.12,
6.06,
10.61,
22.22,
30,
5.36,
3.33,
6.9,
10.1,
12.5,
0,
0,
0,
11.67,
10,
0,
3.7,
0,
6.25,
1.69,
0,
0,
0,
0.4,
0,
0,
0,
0,
0.85,
0,
0,
0,
0,
0,
0,
3.64,
0.8,
0,
1.2,
0.8,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.4,
0,
2.85,
0,
0,
0,
0,
0,
0,
0,
0,
3.25,
4.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
50,
0,
0,
0,
0,
0,
2.17,
0,
0,
0,
0,
78.57,
85.71,
25,
0,
16.67,
10,
10,
10,
10,
10,
1.04,
1.04,
11.54,
11.54,
10,
13.33,
10,
0,
10,
10,
10,
10,
11.54,
11.54,
0,
10,
10,
10,
11.54,
10,
11.54,
6.67,
1.04,
1.04,
6.67,
10,
1.04,
10,
1.04,
1.04,
10,
10,
10,
10,
10,
10,
10,
1.04,
11.54,
11.54,
10,
10,
10,
10,
10,
6.67,
10,
10,
10,
10,
0,
0,
13.33,
13.33,
10,
10,
10,
0,
1.67,
1.67,
13.33,
0,
1.04,
11.54,
11.54,
11.11,
11.54,
11.54,
10,
10,
10,
10,
10,
10,
10,
10,
10,
11.54,
11.5,
11.54,
11.54,
10,
0,
10,
10,
10,
10,
10,
10,
10,
10,
0.62,
0.62,
10,
11.11,
11.11,
11.11,
10,
6.67,
6.67,
6.67,
10,
10,
10,
10,
0,
0,
0.49,
10,
1.04,
1.04,
0,
11.11,
6.67,
0,
0,
0,
7.14,
7.14,
15,
40,
0,
6.4,
93.33,
93.33,
0,
0,
0,
0,
0,
0,
42.86,
12.5,
30,
0,
0,
0,
2.44,
2.44,
6.35,
93.33,
93.33,
12.61,
1.2,
0,
6.07,
13.33,
13.33,
3.23,
13.33,
6.67,
0,
2.82,
5.63,
0,
0,
0,
0,
0,
0,
26.67,
0,
0,
2.53,
0,
0,
0,
0,
0,
0.5,
7.89,
2.34,
7.29,
7.5,
6.98,
27.27,
0,
0,
1.18,
0,
0,
0,
0,
0,
0,
11.67,
20,
20,
16.13,
26.67,
25,
16.13,
19.35,
21.21,
30,
28.12,
25.93,
20.69,
9.62,
9.62,
3.33,
0,
0,
0,
32.14,
32.14,
0,
0,
5.51,
16.05,
0.8,
1.2,
0,
53.33,
15,
0,
0,
46.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.62,
7.69,
7.69,
7.69,
10.26,
15.62,
6.9,
1.79,
8.84,
8.84,
9.52,
10.2,
10.88,
12.24,
9.52,
10.2,
10.2,
19.64,
0.89,
22.5,
23.68,
4.5,
1.79,
1.79,
5.36,
2.68,
0.83,
4.17,
1.67,
1.67,
2.02,
2.42,
2.02,
2.42,
1.21,
1.61,
8.33,
16.67,
0,
0,
0,
0,
0,
16.67,
16.67,
4.55,
4.55,
16.67,
5.45,
0,
0,
0,
11.67,
10,
1.82,
1.82,
9.62,
9.62,
9.62,
3.45,
3.85,
1.72,
1.72,
5.36,
5.36,
0,
5,
4.69,
2.04,
0,
5,
3.23,
6.25,
0,
2.13,
0,
5.36,
4.65,
4.29,
4.65,
5.88,
6.25,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
15.62,
16.67,
16.67,
16.67,
17.86,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
46.67,
40,
23.33,
46.67,
23.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.77,
0.8,
0,
0.79,
0.77,
0.77,
0.8,
0.8,
0.77,
1.92,
0,
0,
0.38,
0,
0,
0,
0,
0,
0,
0,
0,
8.82,
7.14,
7.14,
6.25,
0,
20.83,
0,
2.22,
0,
0,
0,
84.62,
30,
84.62,
84.62,
0,
3.49,
0,
0,
0,
0,
0,
0,
0,
30,
35,
35,
0,
3.12,
12.28,
12.28,
14.04,
14.04,
25.93,
21.43,
17.86,
11.36,
21.05,
20.69,
0.62,
32.14,
17.86,
21.43,
32.14,
21.43,
32.14,
32.14,
23.68,
23.81,
21.43,
23.68,
31.58,
30,
30,
30,
30,
4.84,
0,
12.9,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.4,
0,
0,
0,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
11.29,
9.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.28,
12.28,
0,
8.57,
0.97,
10.77,
21.43,
46.67,
50,
46.67,
40,
30.36,
30.36,
7.14,
1.79,
8.93,
8.93,
0,
46.43,
27.27,
50,
51.61,
10.94,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
10,
3.33,
3.33,
28.57,
1.79,
11.11,
0,
0,
3.57,
3.57,
3.64,
4.05,
2.46,
5.77,
4.17,
5,
3.17,
3.98,
6.9,
7.76,
1.43,
1.43,
1.79,
2.86,
2.14,
1.66,
1.66,
1.32,
4.03,
4.35,
5,
7.14,
9.38,
0,
0,
0,
1.63,
1.22,
0.81,
4.88,
4.07,
4.88,
1.63,
5.69,
0,
2.03,
2.03,
3.27,
0.82,
1.22,
3.67,
0.41,
1.43,
1.63,
4.49,
3.67,
1.22,
0.61,
0,
2.04,
0.82,
0.61,
3.67,
0,
0,
0,
0,
0,
0,
11.67,
11.67,
0,
18.75,
5.62,
0,
0,
0,
25,
0,
3.57,
6.67,
10,
67.86,
50,
50,
50,
71.43,
71.43,
71.43,
66.07,
66.07,
66.07,
71.43,
71.43,
64.29,
50,
64.29,
64.29,
71.43,
71.43,
0,
0,
0,
18.18,
18.18,
18.18,
18.18,
0,
28.57,
3.28,
0,
0,
0,
0,
0,
0,
2.72,
3.26,
2.72,
2.72,
0,
0,
0,
0,
0,
0,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
19.44,
9.21,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.96,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.11,
1.11,
78.57,
57.14,
50,
0,
3.33,
0,
1.04,
2.08,
3.33,
0.88,
0.88,
0.88,
0,
1.63,
1.22,
0,
0,
0,
3.33,
1.61,
3.26,
1.79,
3.57,
3.19,
3.57,
3.57,
1.79,
3.45,
3.7,
5,
0,
0,
20.69,
50,
50,
34.29,
50,
50,
50,
50,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.66,
0,
35.71,
35.71,
28.57,
25,
2.78,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0.38,
0,
0.77,
0.77,
0.77,
1.79,
1.79,
1.79,
0,
0,
5.17,
0,
4.65,
2.17,
0,
0,
0,
6.67,
3.49,
0,
0,
30,
18.75,
0,
1.61,
1.79,
3.33,
3.12,
3.03,
5,
12,
5,
0,
1.01,
1.79,
2.68,
1.79,
1.79,
1.79,
11.94,
10.39,
1.02,
32.14,
12.5,
5.81,
14.81,
16.67,
14.81,
5.81,
0,
0,
5.26,
25,
21.43,
28.57,
21.43,
25,
35.71,
25,
35.71,
35.71,
46.43,
32.14,
0,
7.14,
0,
0,
0,
3.33,
30,
26.67,
20,
16.13,
23.33,
25,
25,
28.99,
28.99,
28.99,
33.33,
28.57,
33.33,
28.57,
0,
12.5,
8.82,
15.15,
0.44,
0,
0,
0,
29.09,
29.09,
14.47,
14.1,
0,
0,
0,
10.59,
0,
0,
24.39,
35.71,
1.79,
22.58,
37.04,
24.39,
50,
42.5,
41.03,
53.57,
46.43,
50,
26.19,
1.69,
17.65,
18.18,
7.14,
4.29,
7.5,
3.7,
3.7,
20,
22.5,
40,
30,
42.86,
8.14,
28.57,
21.43,
25,
25,
21.43,
12.5,
0,
12.5,
20,
21.18,
10.59,
46.88,
25,
4.69,
3.12,
14.29,
14.67,
14.29,
15.12,
14.77,
14.67,
0,
0,
0,
3.57,
1.79,
1.79,
28.57,
28.57,
0,
0,
25,
2.63,
25,
0,
0,
0,
2.08,
16.13,
12.07,
14.29,
14.29,
0,
0,
0,
0,
0,
4.35,
0,
0,
20,
20,
20,
0,
0,
0,
0,
8.93,
2,
7.95,
8.82,
5.56,
2.08,
1.95,
0,
1.95,
1.56,
3.57,
21.43,
10.53,
13.64,
16.33,
21.05,
15.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
12.5,
14.29,
10.71,
10.71,
8.82,
8.06,
50,
5.56,
7.78,
6.25,
0,
35.71,
35.71,
32.14,
35.71,
5.36,
0,
1.72,
0,
13.24,
12.5,
12.5,
12.5,
9.6,
20,
18.75,
18.75,
15,
20,
15,
20,
16,
14,
14,
6.67,
16.25,
4.24,
9.52,
9.76,
20,
25,
22.22,
5.17,
31.25,
7.5,
7.03,
7.81,
7.81,
9.38,
9.38,
7.81,
7.81,
7.81,
9.38,
9.38,
7.81,
7.03,
7.03,
17.86,
6.67,
28.57,
25,
25,
32.14,
32.14,
28.57,
32.14,
8.93,
0,
0,
0,
0,
0,
0,
0,
7.5,
7.5,
0,
5.13,
7.5,
0,
0,
8.82,
0,
0,
0,
0,
21.43,
20.69,
0,
0,
0,
0.89,
3.15,
27.68,
23.21,
23.21,
11.25,
18.89,
20,
18.89,
4.65,
11.5,
16.67,
16.67,
18.68,
20.88,
18.63,
11.56,
0.77,
3.33,
3.33,
2.31,
2.14,
2.14,
2.14,
2.14,
2.14,
2.14,
0,
0,
0,
0,
0,
0,
0,
4.42,
19.05,
19.05,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0,
0,
0,
0,
0.8,
0.8,
0.8,
0,
0,
0.4,
0.4,
0.4,
0,
0,
0.43,
0,
0,
0,
0.8,
0.8,
0.4,
0.4,
0,
0,
0,
0,
0,
0,
0,
1.02,
1.02,
0.77,
0.77,
0.77,
0.77,
0.77,
0.38,
0,
0,
0,
1.02,
0,
0,
0,
0,
0,
0,
0,
0.38,
0,
0.42,
0.79,
0,
0,
1.02,
0.8,
0,
1.17,
0.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.41,
0,
0.77,
0,
0,
0,
0,
50,
50,
0.77,
0,
0,
0,
0.77,
0.77,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.63,
1.02,
1.02,
3.67,
0,
12.5,
9.38,
1.22,
3.66,
0.41,
0,
4.88,
1.63,
4.88,
3.25,
0,
0,
1.22,
4.88,
1.63,
1.63,
2.03,
0,
0,
0,
0,
0,
3.67,
0.82,
1.63,
1.63,
1.22,
2.44,
5.69,
0,
0,
0.41,
0.82,
3.67,
0.61,
0.61,
1.02,
1.22,
0,
0,
0,
0.89,
7.14,
0.89,
0.89,
0,
0,
0,
0,
0.88,
17.5,
6.25,
1.79,
1.79,
1.79,
18.75,
0,
0,
0.44,
0.44,
0,
0,
0,
1.67,
25,
25,
25,
25,
0,
0,
7.69,
50,
50,
16.67,
20.83,
25,
20.83,
0,
0,
0,
0,
2.35,
17.86,
21.43,
12.87,
10.64,
12,
0,
8,
10.71,
8,
7,
18,
8,
5,
13,
12.96,
14.81,
12.96,
0,
0,
10,
8.57,
24.18,
15.71,
22.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
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.17,
1.95,
3.6,
0.8,
0,
0,
0,
0,
0,
9.84,
9.84,
4,
2.4,
16.67,
4,
16.67,
13.33,
0,
0,
0,
0,
0,
0,
0,
8.33,
0,
0,
0,
0,
0,
0,
0,
1.17,
1.95,
1.17,
2.36,
1.19,
1.18,
0,
0,
0,
0,
20,
30,
13.33,
13.33,
0,
0,
0,
10,
16.67,
3.6,
8,
0,
84.62,
14.29,
23.3,
0,
11.67,
0,
14.29,
14.29,
76.92,
25,
30,
46.88,
46.88,
46.88,
0,
0,
0,
46.88,
0,
0,
0,
18.92,
18.92,
29.03,
46.88,
0,
0,
0,
0,
0,
0,
0,
46.88,
46.88,
0,
46.88,
0,
0,
0,
53.57,
46.43,
46.43,
46.43,
50,
50,
46.43,
53.57,
42.86,
50,
53.57,
26.67,
43.33,
0,
20,
53.57,
50,
54.84,
52.94,
52.94,
53.57,
51.61,
53.57,
0,
0,
32.26,
46.43,
35.48,
32.26,
4.65,
53.57,
15.79,
32.14,
21.43,
15,
42.86,
46.43,
15.79,
29.03,
46.43,
46.43,
46.43,
46.67,
56.67,
60,
46.67,
29.03,
29.03,
29.03,
25.81,
0,
0,
0,
17.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
10,
9.68,
11.29,
12.5,
5.71,
5.71,
5.88,
20,
10,
20.59,
13.33,
19.35,
10.71,
19.44,
19.44,
19.44,
19.44,
19.44,
20.69,
21.21,
5.26,
2.63,
7.14,
35.71,
35.71,
35.71,
30.3,
35.71,
35.71,
16.07,
42.86,
35.71,
25,
25,
22.58,
22.58,
8.06,
30.3,
15.15,
24.24,
30.3,
36.36,
9.62,
9.62,
9.62,
28.57,
18.18,
0,
6.76,
9.62,
9.62,
3.85,
4.1,
18.18,
9.62,
3.26,
0,
2.72,
2.86,
7.14,
0,
0,
9.62,
100,
100,
16.67,
18.75,
4.29,
4.65,
7.14,
0,
1.72,
6.41,
1.72,
0,
6.41,
6.25,
5.56,
3.7,
3.85,
13.33,
16.67,
13.33,
13.33,
4.55,
16.67,
15,
0,
5,
16.39,
13.79,
24.14,
13.11,
9.62,
3.23,
0,
0,
5.88,
1.82,
2,
0,
2.13,
0,
0,
0,
3.7,
10.34,
3.12,
3.33,
5,
5.36,
3.33,
10.42,
10.42,
6.25,
3.85,
1.89,
6.25,
1.79,
3.45,
5.36,
3.12,
6.25,
5,
4.44,
4.44,
5.56,
3.33,
4.69,
1.69,
4.69,
0,
0,
10,
11.43,
25,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
11.5,
1.79,
1.79,
1.11,
0,
3.33,
4.35,
2.22,
2.22,
2.22,
2.22,
1.79,
0.93,
2.22,
1.79,
1.79,
1.79,
1.79,
3.57,
1.79,
0,
0.93,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
2.68,
2.68,
2.68,
3,
1.79,
1.79,
10.11,
17.5,
19.51,
19.77,
18.6,
14.12,
20,
18.29,
15.29,
17.11,
19.74,
20,
18.75,
14.47,
9,
10,
8,
22.67,
19.28,
18.67,
21.43,
23.53,
21.18,
17.65,
23.89,
22.12,
21.24,
22.12,
12.39,
19.47,
11.18,
8.97,
11.54,
11.2,
8.24,
24.25,
26,
15.09,
16.04,
1.18,
13.24,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
3.33,
1.04,
0,
9,
3.08,
18.42,
20.69,
11.76,
25.93,
8.93,
7.89,
35,
26.67,
26.67,
26.67,
30,
32.14,
28.57,
32.14,
25,
21.43,
32.14,
21.43,
32.14,
28.57,
28.57,
34.78,
21.43,
0,
0,
0,
0,
25.89,
16.81,
16.33,
26.79,
23.18,
1.79,
2.68,
4.29,
2.68,
7.5,
5.36,
14.17,
29.82,
29.82,
0.41,
16.67,
0,
16.67,
0,
33.33,
40,
36.67,
0,
0,
20,
11.67,
36.67,
23.33,
23.33,
23.33,
23.33,
23.33,
60,
26.67,
13.33,
40,
16.67,
60,
43.33,
16.67,
43.33,
20,
16.67,
16.67,
16.67,
46.67,
46.67,
20,
23.33,
23.33,
33.33,
23.33,
23.33,
23.33,
20,
20,
40,
33.33,
40,
36.67,
43.33,
23.33,
43.33,
0,
83.33,
8.33,
46.67,
40,
16.67,
16.67,
20,
20,
20,
16.67,
67.86,
4.84,
35.48,
25.81,
34.48,
36.67,
30,
0,
43.33,
23.33,
23.33,
23.33,
16.67,
20,
46.67,
16.67,
16.67,
16.67,
40,
16.67,
16.67,
16.67,
16.67,
16.67,
43.33,
46.67,
16.67,
43.33,
43.33,
23.33,
20,
16.67,
13.33,
13.33,
3.85,
2.8,
4.8,
3.85,
3.85,
1.37,
6.8,
26.79,
11.02,
23.33,
43.33,
46.67,
43.33,
43.33,
0,
0,
0,
0,
40,
0,
40,
6.67,
40,
40,
40,
3.17,
3.17,
2.82,
2.46,
0,
40,
0,
30,
40,
85.71,
0,
3.85,
12.94,
13.1,
12.94,
16.47,
13.1,
11.76,
27.43,
6.19,
11.5,
3.85,
12.94,
10.59,
12.94,
12.94,
14.12,
11.9,
13.21,
11.76,
15.38,
11.76,
11.76,
17.54,
13.21,
13.16,
23.53,
18.75,
21.82,
23.64,
21.82,
15.38,
10.77,
18.75,
11.39,
17.65,
11.76,
8.18,
5.45,
15.38,
10.91,
20,
17.65,
14,
17.54,
17.39,
13.33,
24.19,
10.99,
15.22,
16.47,
18.75,
13.16,
17.54,
12.94,
14.52,
21.15,
12.94,
18.75,
15.48,
10.71,
14,
3.1,
0.76,
4.29,
1.79,
13.1,
17.86,
15.15,
24.71,
25.88,
11.36,
12.94,
0,
17.86,
17.86,
14.29,
13.33,
13.33,
13.33,
15.62,
0.41,
0,
0,
5.11,
0,
1.15,
0.77,
0.77,
0,
0.77,
1.15,
0.77,
2.69,
1.92,
1.92,
0.77,
1.92,
1.72,
0,
0,
0,
0,
0,
0.2,
0.79,
0.77,
0.38,
1.54,
4.21,
0,
13.89,
13.89,
13.9,
16,
10.17,
15.25,
1.42,
13.89,
0,
0,
0,
0.25,
0,
0,
0,
0.41,
0,
0.79,
1.59,
0.4,
0,
0.41,
0,
0,
0.81,
0.81,
0.4,
0.4,
0,
0,
0.4,
1.64,
1.64,
0,
0.79,
0.79,
0,
0,
0,
0.4,
0.79,
0.4,
0.81,
0.41,
1.64,
0.41,
0.83,
0.41,
1.11,
0,
1.22,
0,
1.19,
0,
0,
0,
4.44,
1.14,
1.19,
0,
1.14,
1.19,
1.28,
1.14,
2.22,
2.04,
0,
1.19,
0,
2,
4.26,
0,
1.04,
2.13,
2.22,
0,
4.69,
6.25,
0,
2.17,
0,
1.35,
0,
0,
1.04,
2,
1.19,
0,
0,
0,
0,
0,
5.81,
2.22,
1.14,
0,
2,
1.22,
1.14,
1.22,
1.19,
0,
0,
0,
0,
2.13,
0,
2.04,
0,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.39,
0,
0,
0,
0,
0,
0,
2.38,
3.33,
0,
0,
0,
1.11,
0,
0,
0,
1.11,
0,
3.33,
0,
3.33,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
4.44,
1.11,
4.44,
4.44,
0,
0,
1.11,
3.33,
0,
0,
0.3,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0.29,
0.29,
0,
0.21,
0,
0.2,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.58,
4.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.08,
0.38,
0,
0,
2.94,
0,
0,
2.94,
3.67,
5.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.47,
3.46,
1.15,
0.8,
1.15,
1.92,
20.59,
0,
0,
1.15,
1.15,
0,
0,
0,
0,
0,
2.34,
2.34,
0,
0,
0,
0,
0,
0,
0,
4.62,
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,
4.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
26.53,
26.53,
26.53,
16.67,
16.67,
16.67,
16.67,
16,
12.5,
14.29,
4,
39.29,
39.29,
21.43,
100,
0.8,
0,
0.91,
16.36,
16.36,
16.36,
16.36,
6.25,
3.21,
3.21,
7.14,
7.14,
14.55,
20,
25.45,
12.73,
16.36,
10.91,
25.45,
16.36,
20,
10.91,
10.29,
10.29,
6.67,
28.57,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
78.57,
78.57,
78.57,
17.86,
0,
3.33,
0.8,
0,
0,
0,
0,
1.67,
0,
0,
0,
0,
0,
0,
5.2,
0,
0,
0,
0,
7.04,
14.29,
13.33,
0,
0,
0,
0,
0,
0,
1.67,
1.79,
1.89,
0.94,
0.94,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
28.57,
28.57,
28.57,
28.57,
10,
10,
16.13,
10,
13.33,
13.33,
13.33,
11.67,
11.67,
24.14,
24.14,
24.14,
24.14,
24.14,
24.14,
24.14,
24.14,
24.14,
11.67,
25,
25,
25,
25,
25,
25,
25,
25,
7.5,
5.56,
3.33,
4,
0,
1.52,
0,
1.72,
0,
1.52,
0,
1.52,
0,
0,
0,
0.41,
0.82,
0.79,
32.5,
33.33,
40,
44,
32,
32,
0,
0.21,
1.11,
3.58,
1.33,
10.53,
6.97,
16.07,
7.04,
4.23,
6.34,
0,
0,
12.68,
5.63,
8.45,
19.09,
5.31,
4.69,
3.26,
2.35,
0.97,
0.75,
0,
0.97,
0.29,
8.75,
8.75,
8.62,
10.78,
0,
10.78,
1.03,
3.53,
0,
0,
0.25,
19.23,
0,
0,
0.25,
0,
0,
0,
1.03,
0.25,
0,
0,
0.96,
3.26,
3.26,
2.98,
10.78,
11.76,
2.35,
0,
0,
0.56,
0,
4.12,
0,
1.6,
4.17,
1.12,
5.77,
0.8,
2.82,
2.11,
7.89,
7.89,
15.66,
0.25,
5.56,
1.32,
1.33,
0,
1.03,
0,
0,
0,
3.57,
0,
0.2,
0,
0,
0,
0,
8.59,
8.59,
0,
0,
0,
8.24,
8.75,
6.25,
8.82,
10.78,
7.14,
7.14,
9.8,
10.78,
10.78,
0,
0,
0,
0,
0,
0,
0.41,
0,
0,
0.81,
0.4,
0,
0,
0.4,
1.64,
0,
0,
0.38,
0.4,
0.79,
0,
0,
0,
0,
0.81,
0.83,
0.41,
0,
0,
0,
0.42,
0,
0.8,
0,
0,
0.8,
0,
0.4,
0.39,
0.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.35,
0,
0,
0,
0,
7.69,
6.67,
32.14,
14.52,
23.33,
13.33,
13.33,
58.62,
46.67,
36.67,
46.67,
53.33,
20,
40,
53.33,
36.67,
23.33,
23.33,
13.33,
58.62,
38.71,
46.67,
43.33,
65.52,
43.33,
40,
15,
58.06,
19.35,
16.13,
23.33,
37.5,
18.18,
25.81,
15,
30,
13.33,
56.67,
58.62,
50,
25,
15,
13.33,
53.33,
30,
18.75,
20,
33.33,
66.67,
36.67,
15,
13.64,
22.58,
28.12,
15,
43.33,
19.35,
62.1,
36.67,
18.75,
0,
0,
0,
6.67,
40,
78.57,
0,
0,
11.67,
0,
0,
15,
50,
15,
50,
53.33,
36.67,
10,
27.59,
13.64,
16.67,
13.33,
16.67,
27.59,
26.67,
23.33,
16.67,
20,
15,
53.33,
22.58,
63.33,
36.67,
20,
20,
33.33,
23.33,
26.67,
65.52,
53.33,
21.05,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.79,
0,
0,
0,
0,
2,
16.67,
8.33,
8.33,
0,
0,
1.76,
21.67,
1.79,
1.79,
1.07,
1.07,
1.79,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.75,
10,
10,
10,
1.25,
1.75,
1.75,
1.75,
1.25,
1.25,
1.25,
1.25,
0,
2.5,
2.5,
2.5,
1.25,
10,
10,
10,
10,
10,
10,
10,
1.25,
1.75,
1.25,
0,
0,
1.75,
1.75,
1.25,
2.63,
2.5,
0,
46.67,
32.14,
32.14,
28.57,
32.14,
28.57,
32.14,
28.57,
28.57,
32.14,
32.14,
25,
32.14,
35.71,
28.57,
1.79,
30.95,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
25,
25,
25,
0,
21.43,
28,
26.19,
26.19,
26.19,
0,
0,
0,
0,
0,
25,
25,
0,
0,
0,
0,
0,
0,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
28,
0,
10,
31.11,
25,
24.56,
0,
0,
25,
0,
0,
0,
0,
0,
0,
25,
0,
28,
0,
24.56,
27.27,
31.11,
0,
0,
28,
0,
0,
0,
0,
30,
28.57,
24.56,
0,
0,
15,
28.57,
25,
23.81,
25,
25,
0,
33.33,
23.33,
23.33,
23.81,
23.81,
23.81,
23.81,
23.81,
23.81,
23.81,
24.56,
0,
33.33,
0,
24.56,
0,
0,
0,
0,
24.56,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
29.82,
29.82,
0,
0,
0,
0,
29.82,
0,
29.03,
0,
25,
0,
0,
0,
0,
0,
29.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
0,
0,
29.82,
0,
0,
29.03,
0,
0,
0,
31.25,
31.25,
25,
25,
29.82,
25,
23.81,
25,
0,
0,
0,
0,
0,
31.11,
31.11,
24.24,
0,
0,
0,
24.24,
24.24,
24.24,
24.24,
24.24,
24.24,
33.33,
0,
0,
23.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
24.24,
29.82,
10.53,
10.53,
31.43,
31.43,
31.43,
25.71,
30,
23.81,
26.67,
24.24,
0,
25.71,
25.71,
0,
30.43,
22.86,
29.17,
0,
0,
27.5,
24.56,
24.56,
0,
25,
25,
25,
29.82,
25.64,
23.68,
25.71,
0,
0,
0,
0,
29.17,
24.24,
0,
0,
0,
25,
25,
25,
0,
0,
0,
3.03,
3.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.15,
1.54,
0.38,
0.77,
0.77,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.8,
0.8,
0.8,
0.4,
0.4,
0,
0.4,
5.36,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
23.33,
36.67,
10,
23.33,
0,
43.33,
20,
46.67,
40,
78.57,
0,
0,
0,
100,
100,
100,
0,
10.17,
18.75,
6.78,
4.45,
4.45,
0.41,
1.43,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
1.79,
5.36,
1.79,
0,
4.65,
7.14,
1.69,
0,
1.69,
7.14,
5.88,
5.36,
5.36,
5.36,
5.36,
3.57,
3.57,
10,
10,
13.33,
9.68,
28.57,
3.28,
11.84,
10,
21.21,
12.5,
17.86,
20,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
27.27,
15.15,
33.33,
36.36,
27.27,
0,
0,
0,
0,
0,
0,
0,
21.43,
53.57,
15.62,
16.67,
16.67,
16.67,
0,
0,
1.11,
0,
1.11,
22.22,
0,
8.57,
11.43,
12.86,
12.86,
11.43,
1.11,
0,
8.57,
5.13,
8.57,
0,
0,
9.3,
13.16,
13.16,
13.58,
12.96,
78.57,
2.33,
36.67,
21.43,
20,
21.43,
28.57,
32.14,
21.43,
28.57,
28.57,
28.57,
28.57,
21.43,
28.57,
21.43,
28.57,
21.43,
4.17,
0.83,
0,
0,
0,
0,
0,
3.33,
2.08,
0,
1.04,
1.04,
0,
1.04,
3.33,
3.33,
3.33,
2.08,
2.08,
10,
2.08,
0,
0,
33.33,
33.33,
0,
0,
100,
2.08,
0,
0,
1.04,
1.04,
0,
3.33,
3.33,
2.08,
0,
0,
1.04,
2.08,
3.33,
1.04,
0,
1.04,
0.88,
6.67,
14.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
30,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
30,
30,
30,
5,
0,
5,
5,
5,
0,
0,
0,
0,
1.67,
1.67,
1.67,
3.33,
0,
0,
1.67,
0,
0,
5,
1.67,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
40,
3.33,
3.33,
0,
0,
3.33,
0,
40,
0,
0,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
64.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.52,
9.52,
4.76,
2.5,
0,
2.78,
0,
2.63,
0,
0,
0,
0,
3.95,
2.63,
2.86,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.82,
10,
10,
10,
10,
0,
0,
4.17,
0,
0,
6.67,
13.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
1.46,
1.46,
1.88,
1.04,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
0,
0,
5,
4.55,
0,
0,
0,
2.63,
27.27,
0,
0,
0,
0,
0,
0,
0,
20.83,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
4.5,
14.29,
14.29,
21.43,
0,
0,
0,
0,
4.55,
0,
0,
0,
0,
0,
0,
5,
6.58,
6.58,
10.81,
78.57,
78.57,
53.33,
78.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.23,
0,
16.67,
0,
0.45,
1.04,
0,
14.29,
16.67,
0,
10.71,
0,
6.67,
0,
0,
0,
0,
3.33,
4.84,
4.41,
0,
0,
1.67,
46.67,
0,
0,
0,
0,
0,
0,
2.08,
6.41,
0,
6.25,
0,
6.25,
0,
0,
0,
4.29,
4.65,
7.14,
25.58,
0,
25,
65.52,
0,
0,
73.33,
20,
0,
0,
0,
0,
0,
0,
8.33,
6.76,
0,
0,
0,
0,
3.33,
1.79,
0,
0,
0,
0.8,
0,
0,
9.62,
0,
0,
20.22,
0,
0,
10.61,
0,
0,
0,
0,
0,
1.11,
0,
0,
0,
0,
0,
0,
0,
13.19,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
0,
0,
0,
0,
1.57,
12.86,
0,
0,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
0,
5.88,
4.84,
0,
21.43,
0,
0,
0,
0,
0,
1.22,
0,
0.81,
16.13,
12.07,
22.35,
50,
0,
0,
0,
0,
0.62,
0,
0,
0,
7.14,
0,
0.56,
0,
1.11,
0,
0,
0,
0,
0,
31.03,
0,
25,
0,
0,
0,
42.86,
1.79,
7.14,
3.85,
20.93,
21.43,
25.58,
23.26,
17.54,
1.69,
4.69,
9.3,
21.43,
2.68,
12.5,
32.14,
28.57,
28.57,
29.41,
30,
25.2,
17.7,
22.12,
19.47,
17.7,
24.72,
5.36,
6.67,
5.65,
10.71,
20.35,
3.57,
3.57,
23.01,
3.57,
3.57,
23.08,
50,
8.82,
25.88,
18.75,
35.71,
28.57,
16.07,
0,
28.57,
28.57,
12.12,
30.43,
32.14,
0,
0,
0,
0,
0,
0,
6.9,
0,
12.33,
12.33,
4.23,
0,
17.86,
10,
0,
0,
0,
12.33,
10.96,
17.81,
0,
1.04,
2.11,
2.11,
0,
12.33,
0,
0,
0,
0,
28.57,
56.67,
1.79,
64.29,
55.17,
23.33,
56.67,
37.5,
17.86,
16,
8.62,
0,
25,
32.14,
28.57,
32.14,
25,
21.43,
15.93,
20,
18,
15.04,
22,
14.16,
18.58,
11,
18.18,
33.33,
6.67,
8.15,
0,
8.15,
5.93,
5.93,
5.93,
1.98,
1.67,
0,
6.76,
1.76,
1.79,
5,
7,
15.22,
0,
2.56,
0,
0,
25.58,
25.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.75,
0,
0,
21.05,
0,
0,
0,
0,
33.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
0,
0,
2.56,
0,
0,
0,
0,
0,
2.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
0,
27.91,
31.11,
9.76,
10.98,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
31.82,
31.82,
0,
0,
0,
0,
0,
0,
0,
6.1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
16.67,
26.19,
17.5,
30.23,
0,
23.26,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.56,
25.58,
0,
0,
0,
0,
0,
2.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.72,
10.98,
0,
21.43,
0,
0,
0,
0,
0,
25.64,
0,
0,
0,
2.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
2.56,
0,
0,
0,
2.86,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
0,
0,
6.1,
0,
0,
0,
16.67,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
33.33,
0,
0,
0,
0,
0,
7.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
0,
0,
0,
0,
0,
29.27,
29.27,
0,
0,
0,
2.56,
10,
10,
0,
2.56,
0,
0,
0,
0,
6.94,
9.72,
7.89,
0,
0,
7.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.53,
0,
0,
0,
0,
0,
2.56,
0,
0,
4.39,
5.13,
5.26,
0,
0,
0,
0,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
28.21,
25.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
0,
0,
0,
0,
0,
0,
2.56,
2.56,
2.56,
2.56,
2.56,
0,
0,
0,
0,
28.89,
16.67,
43.33,
0,
0,
0,
13.33,
31.58,
30,
50,
24.4,
0,
0,
5.59,
4.93,
12.5,
11.11,
8.67,
1.76,
10.71,
0,
0.38,
0.83,
7.14,
0,
0,
0,
0,
0.42,
0,
0.85,
0.85,
0,
0,
0,
20.59,
0,
0,
1.15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.15,
1.07,
0.71,
0,
0,
0.38,
0,
0.35,
0,
0.35,
0.35,
0.38,
0,
0,
0,
0,
0.3,
0,
0.74,
20.59,
0.77,
1.07,
1.07,
0.62,
0.95,
0.83,
0,
0,
6.14,
3,
6.14,
3.12,
33.33,
1.67,
3,
1.9,
3.51,
3,
2.78,
4.44,
4.44,
2.17,
6.41,
8.14,
3.57,
8.93,
2.08,
2.78,
3.57,
5.71,
10,
1.67,
10.23,
9.09,
8.75,
0,
0,
0,
0,
8.51,
10,
12,
11.67,
17.39,
8.93,
3.4,
23.68,
8.75,
3.7,
15,
14.29,
13.95,
2.17,
6,
1.43,
4.55,
8.57,
0,
4.29,
2.63,
21.88,
0,
0,
0,
3.33,
3.85,
5.56,
2.27,
7.14,
2.78,
42.86,
35.71,
35.71,
8.93,
32.14,
42.86,
42.35,
35.71,
35.71,
9.52,
4.55,
10,
10,
2.63,
12.5,
5.56,
8,
10,
32.14,
32.14,
21.88,
15.38,
21.88,
3.75,
3.75,
5,
5,
5,
5.56,
23.01,
7.26,
18.48,
17.19,
2.63,
19.1,
19.44,
15.22,
19.74,
15.22,
19.18,
25.32,
20,
8.64,
18.18,
25.2,
15.56,
20.65,
17.65,
16.81,
24.1,
0.4,
20,
0,
0,
14.29,
12.16,
10,
5.45,
10,
2.88,
8.18,
2.88,
12.5,
11.36,
7.14,
0,
30,
25,
20,
20,
0,
17.5,
17.5,
12.5,
12.5,
20,
0,
1.06,
1.06,
1.33,
1.06,
11.67,
7.63,
0,
0,
3.85,
8.33,
8.33,
0,
0,
0,
10,
33.33,
33.33,
4.42,
2.21,
16.67,
16.67,
4.08,
5.1,
0,
0,
15.62,
2.12,
0,
10,
0,
33.33,
17.58,
11.27,
11.27,
10.59,
10.61,
10.61,
9.09,
15.15,
15.15,
9.09,
2.31,
10.77,
10.61,
10.61,
1.06,
0,
5.38,
17.71,
8.33,
15.15,
2.12,
12.12,
7.63,
10.61,
13.25,
13.25,
13.25,
13.25,
1.06,
14.46,
1.77,
9.09,
2.31,
1.06,
2.21,
10.61,
16.67,
16.67,
9.23,
12.31,
10.77,
10.77,
9.23,
2.12,
10.77,
4.62,
9.23,
2.31,
9.52,
3.39,
2.12,
0,
2.38,
7.81,
7.81,
0,
9.38,
9.38,
7.03,
9.38,
7.81,
16.67,
7.03,
4.42,
16.67,
2.12,
3.85,
6.92,
7.63,
0,
16.67,
1.06,
3.85,
1.23,
1.23,
2.22,
1.85,
3.33,
2.08,
0,
12.5,
12.5,
1.25,
9.23,
12.12,
5.38,
12.12,
10.61,
8.2,
9.52,
9.52,
9.23,
0,
0,
0,
3.85,
0,
0.22,
0,
0.22,
5.33,
7.63,
0,
9.52,
13.33,
6,
4.67,
13.25,
7.63,
5.33,
9.33,
6.67,
8.33,
8.33,
16.67,
1.06,
5.33,
0,
0,
0,
0,
1.79,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.82,
1.72,
0,
0,
1.79,
0,
0,
0,
0.77,
0.77,
10.83,
4.39,
0,
0,
0,
0,
0,
8.33,
8.33,
5.36,
15.62,
16.67,
16.67,
11.11,
17.86,
15.62,
0,
3,
2.27,
2.13,
2.78,
2.27,
1.22,
1.85,
3.03,
3.12,
3.33,
3.12,
3.12,
3.12,
1.67,
3.33,
2.78,
4.55,
2.34,
4.17,
2.78,
2.34,
2.34,
3.49,
3.33,
3.33,
5.56,
3.51,
3.51,
2.33,
4.65,
3.49,
17.86,
2.82,
1.79,
2.63,
0.88,
3.85,
5.26,
1.79,
3.57,
14.08,
22.54,
21.05,
25.76,
1.16,
17.46,
12.5,
39.29,
42.86,
32.14,
25,
17.86,
21.43,
32.14,
32.14,
32.14,
35.71,
32.14,
32.14,
28.57,
35.71,
21.43,
28.57,
25,
32.14,
0,
0,
0,
0,
0,
25,
0,
0,
0,
0,
25,
35.71,
35.71,
0,
9.68,
0,
0,
39.29,
42.86,
32.14,
32.14,
3.57,
3.57,
0,
0,
3.57,
5.36,
3.57,
14.29,
14.29,
14.29,
14.29,
0,
3.53,
0,
0,
0,
8.47,
3.75,
12.33,
13.7,
23.4,
22.45,
18,
8.47,
8.47,
10.17,
3.25,
18.75,
1.09,
0,
0,
6.12,
29.87,
24.68,
24.32,
0,
0,
2.5,
15.15,
0,
0,
0,
0,
0,
0,
0,
15.15,
9.09,
9.09,
15.15,
13.64,
13.64,
11.59,
17.39,
12.12,
16.67,
10.61,
9.09,
16.67,
12.12,
0,
11.59,
0,
12.12,
10.14,
16.67,
17.39,
10.61,
16.67,
10.14,
0,
11.59,
11.59,
11.59,
9.09,
11.59,
0,
0,
0,
10.61,
13.64,
18.18,
2.63,
11.59,
13.64,
13.64,
13.04,
9.09,
13.64,
0,
0,
0,
0,
0,
9.38,
0,
4.69,
10.94,
5.47,
7.58,
3.03,
6.06,
3.03,
0,
2.27,
5.3,
6.06,
7.58,
3.03,
6.06,
0,
0,
0,
0,
0,
1.14,
1.14,
1.14,
1.14,
0,
0,
0,
0,
0,
0,
0,
12.5,
0,
75,
51.52,
25,
25,
43.33,
56.67,
56.67,
43.33,
46.67,
48.39,
57.58,
35.71,
23.33,
28.57,
14.29,
32.26,
30,
25,
7.5,
8.93,
34.62,
36.67,
40.74,
42.86,
0,
0,
25,
44.12,
20.59,
40,
17.86,
34.38,
40,
17.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.96,
8.57,
8.57,
14.81,
12.96,
8.57,
12.96,
10,
11.11,
10.32,
9.66,
12.5,
10.85,
4.55,
8.57,
12.86,
2.73,
6.82,
7.86,
6.77,
8.96,
9.03,
5.97,
9.03,
8.57,
7.74,
12.86,
6.12,
5.26,
3.6,
5.13,
5.13,
9.16,
12.34,
0,
0.71,
0,
0,
0.65,
0,
0,
0,
0,
0,
1.08,
0,
0,
0,
0,
0,
0,
1.08,
0,
4.08,
0,
0,
0,
5.44,
0,
0,
0,
0,
0,
0,
0,
0.54,
0,
0,
0,
0,
0,
0,
0,
7.95,
0,
0,
0,
0.77,
0,
0,
0,
0,
0,
0,
2.12,
1.59,
7.95,
1.59,
0.88,
0,
0,
0,
2.12,
14.55,
5.29,
2.94,
14.55,
2.35,
0,
5.88,
7.06,
13.33,
2.35,
4.12,
4.71,
4.71,
4.71,
2.35,
3.53,
3.53,
8.24,
8.24,
1.75,
1.75,
0,
0.71,
0.71,
0,
0,
0.71,
7.04,
9.15,
8.45,
0.71,
22.22,
16.67,
11.11,
0,
0,
0,
1.32,
0,
0.71,
0.36,
3,
12,
9.21,
10,
10.42,
0,
0,
0,
1.22,
25.93,
0.89,
10,
25.32,
0.37,
0.37,
1.79,
1.77,
2.23,
23.53,
23.53,
17.65,
17.65,
10.59,
5,
26.32,
26.32,
4.29,
3.21,
2.86,
0.88,
0.45,
13.7,
14.47,
10.13,
10.71,
4.55,
6,
1.18,
1.33,
0.91,
1.18,
1.18,
46.67,
46.67,
29.09,
6.12,
6.12,
7.35,
6.12,
1.02,
6.12,
10.2,
7.76,
1.63,
1.63,
2.68,
5.22,
5.22,
6.09,
5.22,
5,
10.43,
5.22,
5.45,
3,
5.22,
5.22,
5.22,
5.22,
1.2,
11.2,
11.83,
9.56,
12.5,
11.76,
20.59,
10.29,
13.24,
12.9,
9.56,
10.29,
11.76,
12.5,
20.59,
11.83,
28.57,
17.78,
23.21,
17.78,
5.36,
3.57,
0,
0,
4.46,
2.68,
2.68,
2.68,
1.79,
1.79,
1.79,
0,
5.36,
3.57,
4.12,
4.71,
4.71,
0,
0.35,
0,
0,
0,
11.43,
0,
45,
46.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
50,
50,
0,
0,
0.35,
0.35,
0,
50,
50,
0,
0,
0,
0,
0,
28.57,
25.81,
29.03,
21.43,
21.43,
17.86,
32.14,
32.14,
32.14,
28.57,
32.14,
25,
25,
32.14,
32.14,
22.58,
21.43,
21.43,
21.43,
14.29,
21.43,
32.14,
32.14,
32.14,
25,
32.14,
32.14,
32.14,
21.43,
18.42,
21.05,
28.57,
32.14,
32.14,
32.14,
32.14,
32.14,
21.43,
21.43,
25,
20,
16.67,
32.14,
20,
16.67,
28.57,
21.43,
21.43,
21.43,
10.42,
32.14,
32.14,
32.14,
28.57,
28.57,
32.14,
32.14,
33.33,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
30.43,
26.09,
30.43,
34.78,
19.57,
26.09,
28.57,
28.57,
28.57,
32.14,
32.14,
32.14,
32.14,
32.14,
32.14,
28.57,
31.58,
31.58,
31.58,
31.58,
8.33,
8.77,
8.93,
26.32,
23.81,
26.32,
26.32,
14.29,
14.29,
0,
0,
0,
0,
0,
21.43,
28.57,
28.57,
21.43,
21.43,
35,
20,
25.93,
15,
16.07,
6.67,
6.67,
6.67,
16.07,
35,
33.33,
21.43,
32.14,
33.33,
15,
33.33,
23.33,
20,
30,
30,
26.67,
78.57,
78.57,
78.57,
78.57,
8.06,
12.9,
8.06,
12.9,
0,
78.57,
57.14,
64.29,
78.57,
50,
0,
0,
0,
16.67,
16.67,
16.67,
0,
0,
0,
0,
6.67,
1.67,
6.67,
1.67,
1.52,
1.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
33.33,
0,
0.88,
0.88,
0.88,
0,
0,
1.1,
0.88,
0.88,
0.88,
0,
0,
0.88,
0,
28.57,
32.14,
32.14,
32.14,
28.57,
0.88,
32.14,
0,
28.57,
0,
1.1,
0,
0,
0.88,
2.86,
0.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
17.86,
3.08,
3.33,
2.08,
1.04,
0,
0,
0,
0,
0,
3.98,
3.98,
0.88,
3.98,
3.98,
0,
0.88,
0,
0,
0,
0,
1.04,
0,
0,
18.75,
0,
5,
0,
0,
0,
0,
2.08,
16.67,
16.67,
16.67,
1.88,
1.04,
3.33,
3.33,
0,
3.33,
1.04,
1.04,
1.88,
1.88,
1.04,
1.88,
1.04,
1.04,
1.04,
0,
0,
0,
11.67,
11.67,
11.67,
16.67,
33.33,
33.33,
0,
0,
6.67,
1.67,
1.67,
1.06,
8.06,
8.06,
0,
0,
3.33,
2.08,
0,
2.08,
3.33,
0,
1.06,
25.93,
11.36,
21.05,
14.04,
21.43,
16.07,
12.28,
3.12,
21.88,
8.86,
8.97,
21.13,
16,
20,
18,
13.73,
28.95,
16.98,
30.09,
24.78,
8.45,
17.74,
19.72,
21.13,
15.09,
0,
23.33,
85.71,
85.71,
25,
25,
16.67,
14.29,
21.43,
14.29,
14.29,
14.29,
46.67,
26.67,
43.33,
23.33,
20,
40,
33.33,
46.67,
15,
36.67,
36.67,
33.33,
36.67,
23.33,
30,
30,
6.67,
23.33,
0,
0,
26.67,
46.67,
5,
15,
23.33,
3.33,
40,
46.67,
0,
0,
0,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
30,
0,
0,
0,
0,
0,
0,
0,
50,
50,
50,
50,
50,
50,
53.12,
50,
50,
50,
22.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
37.5,
25,
67.86,
0,
0,
12.5,
0,
25,
32.14,
1.25,
0,
53.57,
53.57,
0,
32.5,
0,
10.71,
32.14,
7.14,
39.29,
21.43,
0,
0,
0,
39.29,
2.63,
0,
0,
0,
0,
71.43,
50,
28.57,
1.25,
0,
0,
0,
50,
50,
50,
0,
17.5,
25,
7.5,
7.14,
17.86,
50,
32.14,
0,
0,
60.71,
0,
53.57,
30,
0,
39.29,
0,
0,
53.57,
0,
46.43,
46.43,
0,
32.14,
0,
50,
0,
17.5,
0,
7.5,
36.59,
100,
7.14,
37.5,
0,
35,
50,
0,
67.86,
71.43,
39.29,
0,
17.86,
53.57,
39.29,
17.86,
50,
1.32,
46.43,
21.43,
0,
6.38,
38.46,
32.5,
30,
46.43,
53.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
32.14,
0,
17.86,
0,
0,
0,
0,
0,
0,
17.5,
0,
15.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
100,
100,
100,
100,
100,
0.8,
0.8,
0.4,
0.4,
42.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
1.2,
0.8,
1.2,
0,
0,
0.4,
0.4,
0.4,
0.4,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.2,
0.4,
0,
11.76,
9.56,
10.29,
20.59,
12.5,
13,
0,
16.13,
11.83,
4,
1.79,
38.89,
24.53,
26.42,
26.79,
26.79,
22.64,
25.89,
0,
0,
0,
0,
0,
0.77,
0,
0,
0,
0.77,
0,
0.77,
0,
0.77,
0,
0,
1.15,
0.77,
1.15,
0.77,
1.15,
1.15,
0,
0,
2.33,
2.33,
0,
2.31,
3.97,
1.59,
2.34,
0,
3.33,
3.33,
0,
0,
0,
0,
1.43,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
44.12,
0,
0,
0,
0,
0,
0,
0,
0,
43.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"z": [
3.57,
17.86,
14.06,
16.67,
14.55,
14.29,
16.67,
7.5,
13.33,
10.91,
6.67,
8.89,
12.96,
16.67,
16.67,
20,
13.33,
5,
11.76,
10.91,
6,
10.71,
7.5,
17.02,
28.89,
10.91,
10.91,
10.91,
10.91,
13.85,
13.79,
9.09,
25,
28.57,
21.43,
21.43,
17.86,
12,
13.33,
30,
25,
22.86,
10,
10,
7.5,
26.47,
5,
12.73,
15.56,
0,
2.5,
3.57,
9.09,
2.5,
5,
17.86,
21.43,
2.2,
14.71,
1.28,
22,
4.79,
3.33,
10,
0,
5.36,
0,
0.1,
7,
7.79,
6.48,
9.57,
8,
5.33,
3.54,
12.94,
3.53,
8.24,
3.57,
5.88,
6.47,
7.14,
1.63,
3.57,
4.71,
4.71,
6.48,
1.79,
8.33,
6.78,
8.77,
4.7,
8.24,
5.36,
3.9,
3.9,
0,
1.3,
0,
0,
8.2,
3.6,
39,
0,
6,
0,
0,
5.26,
11.76,
21.9,
25,
8.82,
7.69,
8.75,
5.8,
0,
0,
4.9,
8,
8,
7.2,
9.6,
7.14,
7.14,
2.94,
2.94,
2.82,
4.23,
78.05,
8,
78.05,
8.1,
78.05,
4.5,
7.14,
7.14,
7.5,
9.52,
5,
7.5,
6.98,
6.98,
10.53,
7.5,
5,
8.33,
8.33,
7.89,
5.26,
5.26,
5,
8.33,
5.56,
5.71,
7.89,
0,
0,
1.18,
1.18,
1.18,
2.35,
2.35,
3.57,
0,
4.71,
5.56,
2.7,
5,
0,
0,
0,
0.42,
0,
0.42,
0,
0,
5,
5,
5,
5,
5,
5,
5,
4,
5,
0,
2.5,
0,
7.14,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
0,
9.41,
9.41,
9.41,
0,
0,
0,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
5,
5,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.12,
7.14,
17.86,
0.4,
2.5,
66.67,
7.69,
5.41,
5,
0.77,
9.68,
0,
14.29,
1.69,
8.86,
0,
0.9,
5.4,
5.5,
5.5,
5.1,
10.7,
4.4,
6.1,
6.1,
6,
6.1,
15,
21.88,
21.88,
21.88,
0,
0,
0,
0,
1.6,
4.1,
33.33,
2.4,
0,
4.7,
7.14,
5.9,
0.3,
7.8,
16,
7.8,
0,
0,
0,
0,
5.3,
6,
5.26,
0,
0,
9.77,
24.5,
3.57,
3.33,
0,
7.2,
5.4,
6.2,
6,
8.3,
5,
5,
5,
5,
5,
4.8,
1.9,
0.1,
0.2,
8,
8,
8,
7.5,
4.44,
5.9,
0.8,
0.8,
22.1,
2.8,
6.67,
5.67,
19.05,
8.08,
21.88,
21.88,
19.67,
3.1,
0,
13.33,
1.1,
0,
0.1,
6.45,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
7.78,
9.6,
1.67,
9.4,
0.5,
7.14,
1.9,
13.16,
3.33,
4.85,
4.88,
5.26,
5,
7.14,
4.76,
5,
5.13,
5,
7.5,
5.26,
0.5,
6.6,
0,
12.1,
5.56,
0,
1.43,
14.29,
8,
11.9,
6.8,
2.3,
0,
11.63,
9.3,
11.63,
2.78,
5,
0,
0,
2.1,
3.33,
0,
8.9,
22.9,
1.67,
0.7,
5,
5,
0,
13.33,
10,
14.1,
10.2,
6.67,
8.89,
21.7,
8.89,
3.33,
0.7,
0,
6.67,
6.5,
15.4,
11.76,
10.59,
23.33,
3.57,
3.57,
3.57,
10,
8,
9,
14.96,
7,
6,
13,
10,
12,
12,
12,
11,
13,
9,
13,
7.02,
7.02,
6.82,
6.67,
6.67,
6.67,
6.67,
7.69,
7.69,
7.02,
9.4,
11.11,
11.11,
11.11,
0,
0,
0,
4.07,
2.05,
4.41,
5.88,
7.14,
7.14,
7.14,
3.91,
0.44,
0.44,
0.89,
2.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.3,
7.69,
4.35,
19.23,
19.23,
3.39,
3.39,
3.39,
17.78,
6.15,
22.22,
3.08,
6.15,
6.15,
46.15,
17.39,
10.71,
10.71,
10.71,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
10.71,
10.71,
6.67,
1,
7,
3.33,
0,
0,
0,
0,
0,
0,
4.76,
3.12,
2.7,
4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.07,
12.07,
2.5,
2.5,
6.98,
4.76,
6.67,
2.63,
5.26,
11.63,
4.76,
4.76,
2.86,
2.38,
5,
2.5,
7.69,
3.33,
3.33,
7.14,
2.17,
6.98,
5.26,
6.67,
3.33,
7.14,
2.38,
3.57,
6.45,
6.45,
5.71,
5,
5,
3.33,
6.67,
6.67,
4.65,
50,
10.81,
2.86,
8.11,
1.76,
9,
9.4,
1.2,
0.7,
0.4,
0.4,
10.71,
7.14,
22.22,
10,
0,
2.5,
1.27,
0,
0,
0,
0,
0,
0,
1.72,
6.25,
6.67,
6.25,
4.35,
3.6,
0,
0,
0,
17.61,
3.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,
1.6,
0,
0,
6.92,
0,
0,
10.71,
14.47,
0,
0,
0,
0,
5,
7.5,
5,
5,
5,
5.56,
5.56,
5.56,
5.56,
4.88,
5.56,
5.56,
5.71,
5.41,
7.5,
5,
5,
5,
7.32,
5.56,
5.56,
7.14,
5.26,
6.06,
6.45,
5.26,
5,
5.56,
5.56,
5.56,
5.13,
2.56,
5,
2.5,
5.13,
12.5,
7.5,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5,
5,
5.56,
5,
5,
5,
5.13,
7.32,
5.13,
5,
6.98,
5.56,
5.56,
5.56,
5.56,
4.76,
6.06,
4.76,
5.56,
6.25,
4.88,
7.5,
4.76,
5.26,
4.88,
7.69,
6.25,
7.32,
5.56,
7.5,
5,
5,
5.56,
5.56,
7.32,
5.26,
5,
5,
7.5,
5,
5,
5,
5.56,
4.17,
4.17,
4.17,
4.17,
4.17,
4.17,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
7.5,
5,
5.56,
4.76,
5.26,
6.06,
5.56,
5.56,
5.56,
5.56,
5.56,
5,
7.5,
5,
5,
7.5,
7.89,
6.82,
7.69,
7.5,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5,
5.56,
5.56,
5.56,
5.56,
5,
5,
5.56,
5.56,
7.5,
5,
5.56,
7.5,
5.56,
5.56,
5,
10,
5,
5.56,
5.56,
4.17,
5.56,
5.56,
4.65,
5.56,
3.57,
5.56,
5.56,
5.56,
5,
5,
7.69,
5.56,
7.5,
5.56,
8.57,
4.76,
4.76,
5,
5.56,
5.56,
5.26,
5.56,
5.56,
5.26,
5.56,
5.56,
5.56,
7.5,
5.26,
5.6,
0,
7.89,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
7.89,
6.67,
6.67,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
7.5,
9.09,
7.5,
7.5,
5,
7.69,
7.69,
7.41,
7.69,
5.41,
6.67,
5.41,
5.41,
5.41,
5.41,
5,
2.42,
5.26,
1.6,
7.14,
12.1,
10,
0,
10,
6.67,
6.67,
6.67,
6.67,
6.67,
39.29,
42.86,
35.71,
35.71,
28.57,
28.57,
6.25,
40,
3.33,
1.6,
0.88,
10,
16.67,
10.67,
7.14,
10,
6.67,
8.75,
25,
16.67,
20,
10,
16.67,
10,
16.67,
16.67,
16.67,
16.67,
16.67,
16.67,
1.41,
9.41,
11.76,
3.53,
2.35,
2.35,
3.53,
17.14,
17.14,
17.14,
3.57,
3.57,
14.29,
10,
10,
10,
16.67,
16.67,
3.57,
10,
10,
10,
13.33,
21.43,
21.43,
14.29,
14.29,
17.14,
21.43,
17.86,
17.14,
21.43,
17.14,
17.14,
17.14,
21.43,
17.14,
17.14,
20,
3.25,
20,
16.67,
20,
20,
16.67,
6.67,
20,
22.86,
22.86,
17.86,
17.86,
18.75,
17.86,
21.43,
21.43,
17.86,
21.43,
17.86,
11.76,
7.06,
9.41,
7.14,
14.29,
14.29,
17.86,
21.18,
7.14,
21.18,
22.86,
21.43,
21.43,
17.86,
7.14,
14.29,
14.29,
14.29,
14.29,
1.37,
16.47,
14.29,
14.29,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
16.95,
14.29,
17.14,
16.95,
16.95,
1.43,
16.95,
26.67,
14.29,
14.29,
14.29,
25,
25,
1.43,
16.95,
14.29,
10.71,
0,
0,
0,
20,
4,
4,
6.06,
4.84,
3.45,
3.23,
3.33,
0,
0,
3.03,
4.42,
3.54,
4.42,
3.51,
4.42,
5.26,
3.51,
3.54,
3.51,
4.42,
4.42,
3.51,
4.42,
5.31,
4.69,
2.74,
4.71,
3.53,
4.11,
2.74,
4.71,
3.53,
4.62,
4.62,
3.08,
3.54,
4.26,
4.26,
4.26,
3.19,
3.19,
4.26,
4.23,
4.93,
4.42,
3.54,
4.71,
4.71,
15.29,
11.76,
17.06,
12.94,
17.65,
7.06,
0,
1.6,
0,
9.7,
7.14,
10.71,
10.71,
10.71,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
7.14,
10.71,
7.14,
10.71,
7.14,
7.14,
0,
0,
10.71,
5.71,
8.57,
5.71,
5.71,
5.71,
8.57,
8.57,
3.12,
8.57,
8.57,
8.57,
8.57,
5.71,
0,
0,
0,
5.71,
8.57,
8.57,
2.86,
0.88,
1.01,
1.77,
0,
0,
7.87,
6.8,
7.69,
25,
0,
2.56,
2.04,
2.44,
2.56,
2.56,
2.56,
2.33,
2.33,
2.5,
2.5,
2.5,
2.44,
2.44,
2.56,
2.56,
2.44,
2.5,
2.53,
8.57,
9.76,
11.54,
10.71,
8.33,
6.45,
2.94,
4.88,
2.44,
4.17,
4.17,
7.14,
4.17,
4,
4,
33.33,
2.82,
2.82,
2.82,
2.82,
2.82,
2.82,
2.82,
4.23,
4.23,
2.82,
1.54,
1.54,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.82,
2.82,
2.82,
2.82,
2.82,
2.35,
1.52,
3.03,
4.71,
7.14,
7.14,
1.2,
14.3,
0,
9,
5.88,
5.88,
9.41,
9.41,
0,
4.44,
0,
5.31,
3.54,
4.3,
5.05,
5.05,
7.14,
11.11,
13.33,
9.3,
8.89,
7.32,
9.3,
11.11,
8.89,
9.3,
7.69,
0,
6.9,
0,
9.3,
0,
0,
0,
4.3,
4.3,
4.71,
4.94,
4.21,
4.71,
4.88,
3.57,
4.71,
4.76,
4.88,
3.57,
17.65,
0,
0,
0,
0,
0,
17.86,
19.64,
6.67,
6.82,
0,
0,
0,
7.14,
0,
0,
3.9,
3.33,
0,
0,
0,
8.11,
10,
10.1,
17.86,
17.86,
10.71,
10.71,
17.86,
17.86,
10.71,
21.43,
21.43,
10.71,
10.71,
9.52,
9.52,
4.23,
10.26,
8.11,
4.4,
15.18,
20.54,
0,
0,
6.25,
0,
20,
11.43,
7.14,
2.67,
4.29,
2.86,
6.9,
2.86,
6.15,
2.86,
4.29,
4.29,
2.9,
4.23,
3.57,
0,
0,
1.56,
2.34,
1.56,
2.34,
2.34,
2.34,
2.34,
3.12,
3.12,
2.34,
5.56,
3.57,
3.23,
7.69,
3.7,
3.57,
5.56,
2.94,
21.88,
21.88,
25,
25,
20.59,
9.52,
15.15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.12,
3.12,
3.12,
3.12,
1.18,
4.05,
3.53,
4.71,
6.9,
3.23,
3.39,
3.45,
0,
0,
0,
3.03,
3.03,
3.03,
6.06,
3.03,
5.71,
3.57,
7.14,
3.57,
7.14,
3.57,
7.41,
6.67,
7.14,
6.67,
8.89,
17.86,
21.88,
17.65,
25,
0,
0,
0,
0,
0,
9.52,
0,
0,
5.08,
7.14,
25,
13.33,
0,
3.12,
0,
6.67,
10,
6.67,
6.67,
10,
0,
0,
0,
13.33,
0,
0,
11.43,
11.43,
8.82,
9.23,
7.46,
13.33,
12.7,
12.9,
13.33,
9.3,
25,
25,
0,
10.26,
11.48,
0,
0,
0,
25,
25,
11.11,
3.33,
3.33,
0,
0,
0,
4.71,
0,
0,
0,
0,
0,
0,
10.71,
12.5,
0,
0,
4.05,
3.57,
0,
0,
0,
0,
0,
0,
10,
10,
13.43,
8.22,
9.09,
0,
4.76,
0,
0,
0,
0,
16.47,
8.57,
2.21,
0,
0,
2.21,
7.03,
3.19,
3.33,
4.44,
0,
0,
6.67,
2.78,
0,
0,
2.94,
7.14,
10.34,
2.35,
2.35,
3.53,
2.35,
2.35,
2.35,
2.35,
1.18,
2.35,
2.35,
2.35,
2.5,
2.5,
1.18,
21.43,
20,
23.33,
23.33,
16.67,
16.67,
10,
10,
17.86,
6.9,
25,
3.45,
7.14,
17.86,
3.45,
0,
6.56,
12,
8,
8,
7.02,
9.3,
7.69,
2.86,
2.14,
6.8,
2.86,
5.36,
5.36,
4.35,
2.67,
2.63,
8,
3.67,
4.49,
1.22,
6.52,
6.52,
27.27,
3.27,
5,
1.63,
17.86,
17.86,
3.27,
6.6,
4.72,
4.72,
21.43,
21.43,
8.93,
21.43,
21.43,
19.64,
17.86,
3.33,
1.63,
3.57,
3.2,
3.6,
21.43,
18.58,
6.67,
8.77,
3.53,
4.26,
6.67,
6.56,
6.56,
3.85,
3.45,
3.51,
6.9,
7.14,
7.14,
9.52,
12.9,
9.68,
9.68,
21.43,
21.43,
6.67,
7.14,
7.14,
7.41,
6.9,
14.29,
6.45,
3.33,
9.68,
10,
10,
6.25,
6.25,
64.29,
57.14,
57.14,
7.14,
0,
7.69,
4.55,
4.76,
0,
0,
7.69,
12.82,
14.29,
14.29,
8.77,
6.25,
7.14,
7.14,
6.9,
3.57,
15.83,
13.53,
14.51,
14.11,
16.86,
14.29,
12.21,
12.21,
14.5,
9.63,
12.3,
15.76,
15.72,
14.94,
1.29,
7.84,
11.32,
7.14,
10.62,
1.77,
15.07,
10.25,
6.45,
16.16,
18.1,
13.25,
8.75,
3.64,
1.18,
1.43,
8.95,
8.59,
6.76,
5.71,
14.16,
1.75,
15.93,
11.4,
3.57,
2.14,
1.43,
5.88,
1.05,
5,
1.82,
11.5,
1,
2.86,
15.48,
16.13,
7.41,
7.41,
4.44,
6.67,
4.44,
4.94,
8,
6.32,
3.85,
4.17,
6.38,
7.04,
5.31,
6.19,
3.57,
4.82,
7.14,
4.23,
6.67,
6.67,
6.67,
6.67,
4,
14,
3.9,
3.9,
3.9,
3.9,
5.19,
4.72,
6.6,
6.6,
4.72,
4,
22.73,
0.82,
4.08,
5.31,
2.22,
3.57,
3.57,
3.57,
2.7,
3.6,
3.51,
3.51,
3.51,
1.18,
3.67,
4.55,
2.86,
3.23,
3.57,
12.5,
13.16,
7.02,
0,
0,
21.43,
32.14,
28.57,
32.14,
29.41,
23.53,
25,
25,
7.84,
3.85,
4.05,
8.89,
6.12,
4.35,
4.35,
1.89,
6.02,
4.82,
4.48,
6.6,
4.72,
1.85,
4.35,
1.89,
3.92,
1.85,
1.89,
3.51,
3.51,
4.35,
4.35,
4.35,
3.51,
3.51,
2.19,
2.19,
2.94,
5.36,
3.51,
3.51,
4.72,
3.51,
3.51,
3.51,
6,
6,
4,
3.12,
4.35,
3.57,
1.67,
9.09,
10,
5.62,
2.35,
0.71,
0.71,
6,
2.5,
2.5,
0,
0,
36.7,
23.33,
20,
13.33,
10,
1.77,
4.95,
3.75,
3.33,
3.33,
4.42,
4.58,
4.58,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.33,
3.33,
3.81,
3.75,
3.75,
3.39,
3.33,
3.33,
3.33,
3.75,
2.92,
2.5,
3.75,
3.75,
10.62,
9.73,
13.27,
11.5,
10.62,
10.62,
10.62,
10.62,
13.27,
10.62,
10.62,
13.27,
10.62,
10.62,
10.62,
10.62,
5.29,
5.29,
4.71,
5.29,
3.53,
5.29,
5.29,
5.29,
4.12,
4.12,
4.12,
4.12,
4.12,
4.12,
4.12,
3.53,
3.53,
3.53,
3.53,
3.53,
5.29,
5.29,
10.57,
5.29,
3.96,
9.25,
4.17,
4.72,
1.35,
6.38,
0.68,
3.85,
3.53,
4.51,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
5.29,
5.29,
0.42,
0.42,
0.83,
0.42,
0.42,
0,
0,
0.42,
0,
0.42,
0.83,
0.42,
0.42,
0,
0,
0,
8.06,
11.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
28.57,
25,
28.57,
21.43,
25,
23.33,
25,
21.43,
21.43,
25,
25,
35.71,
28.57,
3.33,
25,
21.43,
25,
25,
25,
25,
4.58,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.33,
3.33,
3.33,
3.33,
3.75,
3.12,
3.12,
3.33,
3.33,
0.83,
0,
0,
0,
0,
0,
0,
3.33,
3.75,
3.33,
3.33,
3.33,
3.33,
3.75,
10.71,
0,
0.83,
0.83,
0.83,
25,
25,
25,
25,
0,
0,
0,
0.83,
0.83,
3.33,
25,
25,
10.67,
9.33,
9.33,
9.33,
9.33,
9.33,
8,
9.33,
9.33,
9.33,
10.71,
10.71,
4.69,
4.41,
4.48,
4.48,
4.62,
5.71,
5.88,
6.15,
3.33,
4.69,
8.67,
8.67,
8.67,
9.33,
9.33,
4.05,
4.05,
4.05,
4.05,
4.05,
9.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.08,
4.58,
2.86,
4.29,
2.86,
4.29,
4.29,
4.29,
4.29,
2.86,
4.29,
4.29,
4.29,
2.86,
2.86,
1.18,
1.18,
1.18,
1.18,
4.29,
4.29,
2.86,
2.86,
1.18,
1.18,
6.25,
4.71,
3.45,
4.71,
4.88,
4.94,
4.3,
4.71,
4.29,
4.29,
4.29,
4.29,
1.18,
4.62,
3.12,
3.12,
3.12,
3.12,
3.12,
3.12,
2.67,
3.12,
3.12,
1.18,
0,
1.18,
6.15,
4.29,
2.86,
4.29,
3.64,
3.29,
2.7,
3.12,
3,
7.07,
4.26,
4.76,
0,
0,
0,
4.76,
4.76,
2.08,
4.08,
4.76,
4.69,
4,
40,
40,
5,
25,
25,
23.81,
28.57,
25,
28.57,
25,
25,
25,
28.57,
21.43,
25,
25,
25,
25,
25,
28.57,
25,
25,
25,
17.86,
25,
25,
25,
23.81,
23.81,
28.57,
23.81,
25,
23.81,
23.81,
28.57,
25,
25,
21.43,
21.43,
25,
25,
28.57,
25,
19.05,
28.57,
25,
21.43,
25,
25,
25,
32.14,
23.81,
19.05,
19.05,
19.05,
15.79,
19.05,
15.79,
23.81,
12.5,
6.67,
6.67,
6.67,
18.64,
18.64,
16.95,
18.64,
17.86,
18.75,
19.64,
24.11,
14.81,
14.81,
10.71,
23.01,
16.81,
21.24,
22.12,
21.18,
21.43,
17.7,
6.6,
17.88,
5.31,
5.31,
18.18,
4,
12.12,
13.64,
9.09,
12.14,
40,
50,
50,
50,
25,
25,
28.57,
0,
3.57,
20,
23.3,
16.81,
16.81,
2.14,
3.45,
2.22,
2.14,
3.45,
2.22,
3.45,
2.14,
2.14,
9.09,
1.48,
1,
3.45,
1.48,
4.29,
5.26,
5.26,
5.26,
3.48,
5,
3.85,
3.33,
14.08,
2.14,
2.14,
3.51,
3.27,
3.27,
2.45,
3.67,
1.63,
3.67,
5.71,
3.27,
1.22,
6.12,
2.04,
3.27,
3.67,
3.27,
1.63,
3.27,
10,
10,
11,
13,
11,
9,
8.33,
4.92,
4.08,
3.27,
5.71,
21.43,
0,
0,
0,
0,
0,
0,
0,
20,
10.71,
7.14,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
6.67,
21.88,
21.88,
4,
0,
3.57,
9.52,
4.76,
9.52,
4.76,
4.76,
100,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.86,
20,
23.33,
10.71,
10.71,
10.71,
0,
0,
0,
0,
0,
3.33,
1.56,
42.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
17.86,
2.94,
9.09,
0,
0,
0,
0,
0,
3.12,
0,
0,
0,
0,
7.41,
7.41,
0,
0,
9.43,
9.43,
21.88,
25,
25,
21.43,
21.43,
0,
0,
14.29,
0,
0,
0,
6.15,
5.38,
5.38,
5.38,
4.62,
4.62,
16.67,
11.11,
0,
0,
17.86,
10,
0,
16.67,
0,
0,
0,
0,
11.11,
11.11,
11.11,
0,
0,
0,
0,
16.67,
10,
16.67,
6.67,
0,
0,
0,
3.33,
20,
25,
0,
0,
4.62,
5.38,
5.38,
0,
0,
0,
0,
0,
0,
0,
21.43,
3.88,
4.65,
6.25,
0,
0,
0,
0,
0,
20,
12.5,
0,
0,
0,
0,
3.45,
0.42,
0.42,
0.42,
0.42,
0,
4.76,
0,
0,
0,
0.83,
0.83,
0.91,
0.91,
10,
10,
0,
0,
0,
0,
3.57,
3.57,
3.33,
3.33,
3.57,
1.43,
6.52,
10.71,
2.44,
0,
2.44,
16.67,
7.14,
21.43,
10,
10,
23.33,
16.67,
0,
0.42,
1.56,
2.94,
0,
4.76,
4.76,
13.33,
3.33,
1.45,
0,
9.43,
15,
15,
0,
12.87,
0,
3.33,
3.33,
3.33,
3.33,
0,
0,
9.72,
5.45,
9.09,
7.27,
7.27,
6.67,
3.85,
3.33,
2.04,
0,
2.86,
0,
0,
6.45,
10.66,
9.17,
11.36,
0,
0,
0.42,
0,
1.42,
2.38,
4.42,
0,
12,
12.5,
0,
0,
0,
0,
2.65,
0,
0.83,
0.83,
0.83,
21.82,
2.35,
3.53,
0,
0,
0,
14.29,
25,
7.78,
2.63,
0,
5.71,
1.61,
17.86,
1.67,
20,
7.14,
7.14,
0,
0,
0,
0,
0,
3.57,
5.36,
0.71,
18.75,
15.48,
25,
25,
25,
25,
7.69,
5.36,
5.36,
13.16,
14.49,
14.12,
20,
1.6,
0,
0,
7.14,
7.14,
7.14,
7.14,
21.43,
3.33,
3.75,
9.09,
6.06,
10,
10,
9.09,
10,
25,
42.86,
28.57,
10.24,
0,
0,
15.71,
0,
0,
1.18,
1.54,
1.67,
12.5,
1.67,
0,
18.45,
10.29,
12.07,
4.05,
0,
0.83,
8,
0.87,
0.83,
0.87,
0.83,
0.83,
0.833,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
1.67,
0.83,
3.2,
0,
0,
7.84,
7.35,
4.62,
6.36,
0,
0.71,
0,
10,
3.33,
0,
0,
0,
0.83,
0.83,
0.83,
0.79,
0,
6.25,
0,
0.71,
5.41,
5.41,
4.8,
0,
4.8,
5.41,
2.7,
4,
6.15,
10.87,
7.14,
7.14,
0,
0,
0,
0,
3.57,
0,
0.83,
0.8,
6.15,
7.14,
1.6,
1.6,
1.6,
1.6,
1.6,
1.6,
1.6,
7.14,
5.45,
5.41,
6.76,
6.76,
1.6,
7.14,
0,
0,
3.57,
1.64,
0,
0,
10,
0,
10,
1.6,
0.8,
0,
0,
0,
0,
0,
0.81,
0.83,
6.98,
8.82,
25,
7.84,
7.14,
0,
0.8,
0.8,
7.14,
7.14,
0.83,
0.83,
0,
0,
10.34,
3.2,
3.2,
3.2,
0,
0,
2.4,
2.4,
5.56,
5.6,
5,
4.8,
7.81,
0,
12.5,
0.64,
0.61,
40,
14.29,
13.64,
1.67,
1.67,
1.67,
1.67,
0,
7.14,
0,
4.76,
0,
0,
10.71,
0.81,
0.83,
0.83,
0.83,
0.81,
0.83,
0.81,
0.826,
0.83,
1.64,
10.71,
1.25,
0.83,
6.06,
1.64,
6.06,
1.64,
1.64,
0,
0,
0,
8.45,
5.26,
1.67,
5.38,
4.76,
4.76,
0,
6.15,
2.61,
2.04,
0,
3.33,
3.57,
13.1,
3.7,
0,
11.54,
0,
0,
10.26,
0,
0,
14.29,
14.29,
2.35,
1.23,
5.62,
0,
0,
0,
2.3,
2.27,
17.24,
21.43,
25,
6.25,
6.25,
11.39,
0,
0,
0,
10.67,
0,
0.71,
10.59,
1.43,
10.59,
11.5,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
0,
3.45,
7.96,
7.96,
7.96,
3.33,
9.84,
3.33,
0,
0,
1.01,
3.45,
7.14,
3.7,
1.09,
3.85,
4.35,
3.7,
7.14,
6.43,
0,
8.66,
10.24,
1.6,
0.78,
1.56,
1.59,
0,
0,
0,
0,
0,
0.83,
3.33,
3.33,
0,
0,
0.87,
0.7,
0.86,
0,
1.12,
3.33,
2.27,
1.09,
1.09,
1.09,
0,
0,
1.09,
0,
0,
0.79,
0.82,
0,
1.67,
1.67,
0,
0,
7.14,
7.02,
0.33,
9.68,
0,
0,
6.67,
13.89,
10.34,
8.7,
7.14,
7.14,
7.14,
11.43,
1.6,
2.4,
0.8,
3.2,
6.45,
0,
0.79,
0,
0.78,
0,
0,
0,
0,
0.77,
2.5,
0,
1.64,
15.69,
0,
0.81,
0.83,
10.87,
6,
0.83,
2.4,
2.4,
9.3,
1.6,
2.4,
0.87,
0.83,
3.2,
0.8,
0.83,
1.6,
0,
0,
0,
0,
0,
0,
0.82,
0.82,
0.82,
12.5,
7.14,
25,
0,
0.71,
0.82,
0.82,
0,
0,
0,
7.09,
6.67,
10,
23.21,
23.21,
13.33,
0,
13.33,
6.06,
12.5,
0,
0,
21.88,
3.85,
10.57,
5.77,
3.85,
0,
8.67,
8.67,
10,
8.67,
8.67,
20,
0,
0,
0,
18.18,
1.77,
0,
5.71,
5.71,
6,
7.04,
9.3,
9.3,
0.8,
2.44,
0.8,
2.4,
1.6,
1.6,
4.07,
0.8,
1.6,
1.6,
7.89,
11.11,
7.69,
0,
3.45,
4.08,
2.86,
3.27,
13.25,
2.45,
0,
0,
0,
14.29,
10.71,
2.5,
2.5,
2.5,
2.5,
0,
0,
6.67,
0,
2.5,
0,
3.57,
3.57,
3.57,
7.14,
2.68,
2.68,
11.54,
17.86,
0,
0,
0,
0,
5.65,
3.33,
3.61,
3.97,
0,
4.72,
14.29,
19.64,
6.8,
0.83,
3.33,
3.33,
9.32,
11.48,
21.43,
0,
7.69,
0,
3.3,
6.7,
3.77,
5.48,
3.77,
0,
0,
0,
0,
0,
0,
0,
0,
3.12,
0,
4.04,
4.65,
0,
3.57,
7.69,
7.14,
7.89,
0,
0.42,
2.96,
0,
20,
0,
0,
0,
0,
6.06,
10.53,
10.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
6.98,
6.98,
12.9,
12.5,
7.5,
7.5,
7.5,
5,
14.12,
10.34,
0,
17.86,
0,
6.35,
0,
4.76,
5.33,
6.9,
3.03,
13.33,
0,
0,
0,
3.03,
0,
0,
0,
0,
0,
2.86,
3.27,
2.45,
2.35,
0.42,
6.06,
10.87,
1.59,
1.61,
6.9,
4.42,
2.04,
1.22,
0,
9.09,
0,
0.71,
5.65,
10,
13,
0,
0,
0,
0,
9.09,
9.09,
9.3,
7.41,
3.75,
3.75,
25,
20,
4.62,
7.89,
5.56,
13.75,
11.25,
0,
0,
0,
3.92,
13.33,
13.33,
6.67,
0.71,
9.09,
9.09,
12.5,
0.42,
0.42,
12.5,
12.5,
12.5,
6.06,
6.15,
5.38,
5.38,
5.38,
5.38,
0,
0,
3.33,
3.33,
3.81,
12.5,
3.81,
12.9,
12.5,
12.5,
0,
10.42,
3.57,
12.5,
12.5,
0,
12.5,
12.5,
12.5,
0,
0,
0,
0.81,
0,
12.5,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
1.61,
1.61,
0,
0,
0,
0,
0,
6.06,
14.29,
1.6,
14.29,
12.86,
9.73,
14.29,
12.86,
11.11,
4.76,
0,
6.06,
0,
0,
9.38,
9.38,
7.14,
2.35,
7.14,
1.2,
7.14,
7.14,
7.5,
16.07,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
10.53,
0,
0,
0,
0,
3.23,
10.53,
11.43,
3.12,
2.94,
6.98,
7.14,
6.98,
15,
8.57,
14.29,
8.57,
9.3,
3.33,
9.09,
12,
8.47,
8.28,
8.28,
6.67,
2.94,
2.67,
0,
10.34,
0,
10,
0,
0,
2.7,
2.7,
2.7,
21.43,
0,
0,
5,
6.06,
0,
0,
0,
4.4,
0,
0,
0,
0,
0,
0,
4.76,
0,
0,
0,
0,
1.2,
5.77,
0,
0,
1.2,
10.59,
0,
1.18,
0,
0,
1.56,
2.34,
0.83,
0.83,
0.83,
0.83,
1.6,
3.2,
0,
2.34,
2.34,
3.12,
2.56,
0,
2.56,
2.56,
0,
1.67,
3.12,
2.5,
0.83,
2.34,
2.34,
2.7,
2.35,
2.41,
12.5,
0,
22.86,
22.86,
22.86,
22.86,
8.89,
0,
0,
0,
25.71,
22.86,
22.86,
20,
20,
28.57,
22.86,
22.86,
20,
7.14,
20,
20,
1.43,
22.86,
20,
22.86,
20,
20,
25.71,
12.5,
8.89,
18.18,
8.89,
6.67,
6.67,
27.27,
6.67,
6.67,
6.67,
14.29,
0.42,
0,
0,
10,
5.33,
6.67,
25.71,
0,
0,
0,
2.04,
8.45,
7.14,
10.71,
0,
7.14,
0,
0,
9.29,
0,
0,
0,
9.29,
0,
1.56,
7.86,
6.67,
8.33,
6.67,
3.7,
3.7,
0,
1.6,
24,
6.9,
26,
9.62,
0,
6.9,
6.9,
0,
0.42,
6.67,
6.67,
16.67,
14.29,
7.81,
6.25,
0,
4,
2.4,
8,
1.6,
1.6,
5.71,
8.57,
0,
0,
3.57,
7.14,
4.55,
4.55,
7.14,
0,
3.03,
8.84,
7.48,
6.8,
7.48,
0,
0,
7.14,
10.22,
8.4,
11.19,
3.33,
3.33,
5,
5,
0,
0,
0,
0,
8.06,
16.67,
14.29,
5.38,
6.92,
4.62,
5.38,
3.39,
3.39,
3.39,
3.45,
0,
0,
9.89,
7.69,
13.75,
12.66,
4.42,
7.14,
3.27,
6.67,
1.54,
1.54,
1.67,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.64,
1.64,
0.83,
2.5,
0,
0,
0,
13.33,
11.67,
9.33,
10,
11.67,
5.36,
5.36,
4.46,
3.53,
0,
0,
0.42,
0,
0,
0,
1.67,
1.67,
0,
10,
10,
10,
7.46,
0,
0,
0,
0,
0,
0,
5.56,
6.67,
5.26,
0,
0,
0,
0,
3.33,
6.9,
6.45,
5.66,
5.66,
5.66,
0,
0,
0,
0,
0,
5.26,
5.26,
17.86,
0,
8.93,
8.93,
8.93,
8.93,
14.29,
0,
0,
5.56,
5.56,
5.56,
5.56,
4.17,
8.33,
4.17,
5.38,
8.57,
9.52,
7.5,
5,
25,
2.7,
2.7,
2.7,
2.7,
4.17,
8.57,
11.43,
8.57,
0,
35.71,
39.29,
42.86,
11.63,
11.63,
9.3,
9.38,
9.38,
10.53,
2.25,
9.38,
1.18,
5.38,
0,
0,
0,
0,
0,
0,
3.18,
2.86,
2.74,
2.74,
42.86,
1.92,
16.16,
39.29,
14.71,
16.18,
13.24,
13.24,
0,
11.11,
8.89,
8.89,
4.21,
3.56,
7.35,
5.16,
0,
0,
0,
14.29,
12.86,
0,
0,
7.02,
7.02,
2.44,
1.63,
7.14,
8,
25,
16.07,
4,
1.2,
4,
4,
0,
20,
3.45,
2.63,
0,
0,
0,
9.32,
14.29,
12.5,
12.5,
12.5,
12.5,
6.67,
3.12,
9.09,
8.77,
7.02,
8.77,
7.02,
8.77,
2.27,
12.5,
12.5,
12.5,
12.5,
0,
0,
10.71,
10.71,
6.67,
0,
21.43,
3.07,
3.57,
5.13,
2.86,
10,
0,
5.38,
23.21,
5.56,
4.76,
0.71,
9.52,
8.89,
0,
13.33,
6.84,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
4,
4,
1.43,
4.29,
0.88,
5.26,
5.71,
22.86,
21.43,
6.19,
6.19,
12.03,
2.35,
1.16,
1.16,
1.59,
1.01,
1.01,
1.01,
7.14,
7.19,
8.23,
0,
0,
5.77,
0.82,
1.64,
0,
0,
11.43,
0.42,
0.42,
1.67,
0.42,
0.42,
0,
1.41,
0,
13.64,
0,
5.66,
0,
1.41,
1.41,
0,
5.93,
1.45,
7.14,
0,
1.82,
0,
0,
1.82,
0,
0,
4.58,
4.58,
4.58,
6.67,
1.37,
25,
0,
1.41,
25,
1.41,
25,
0.71,
0.71,
0.71,
0.71,
0.71,
1.43,
0.71,
0.77,
1.43,
0.71,
10.34,
5.41,
6.25,
7.41,
5.71,
5.71,
5.71,
6.19,
6.19,
6.19,
6.19,
6.19,
7.14,
7.14,
7.14,
7.14,
14.29,
14.29,
12.24,
8,
15.22,
12.39,
12.39,
3.33,
7.69,
8.51,
12.77,
9.3,
9.3,
8.24,
4.65,
4.65,
4.65,
0.42,
0.42,
11.11,
11.63,
11.63,
11.63,
12.5,
3.12,
0,
1.69,
1.69,
1.69,
1.67,
1.67,
8.64,
12,
11.9,
3.57,
6.25,
6.25,
6.45,
6.45,
11.29,
15.79,
3.33,
3.33,
0,
0,
0,
10.71,
0,
0,
6.67,
6.67,
0,
7.69,
6.67,
9.76,
0,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
34.78,
4.17,
34.78,
34.78,
34.78,
0,
0,
0,
40,
3.7,
14.12,
0.83,
3.57,
3.33,
3.45,
0,
8,
8,
1.18,
6.67,
8.7,
7.14,
6.67,
25,
21.43,
7.14,
21.43,
25,
25,
21.43,
5.41,
16.67,
16.67,
0,
0,
0,
7.14,
3.57,
6.45,
0,
0,
19.64,
0,
0,
0,
0,
6.67,
4.55,
3.57,
5.26,
5.26,
7.02,
3.57,
23.21,
0,
42.86,
7.06,
6.67,
0,
0,
11.29,
0,
0,
6.15,
5.38,
14.29,
9.38,
6.25,
0,
0,
0,
9.23,
10.81,
8.45,
5.93,
14.29,
12.5,
0,
1.54,
3.33,
0,
0,
6.98,
2.3,
3.53,
1.18,
1.16,
1.19,
1.23,
1.2,
7.23,
6.82,
2.27,
5.62,
9.88,
2.47,
3.49,
1.18,
3.41,
1.14,
4.6,
1.18,
2.3,
1.12,
3.75,
2.5,
2.47,
1.18,
2.38,
2.5,
2.44,
23.21,
0,
3.66,
3.66,
0,
2.5,
0.83,
10,
0,
25,
1.25,
0,
0,
0,
0,
0,
16.67,
3.27,
2.61,
3.92,
3.27,
0,
0,
13.85,
20,
23.21,
13.21,
18.18,
10.53,
0,
0,
8.7,
3.33,
25,
13.08,
10.69,
0.93,
0,
0,
1.29,
7.51,
1.67,
1.67,
1.67,
14.12,
14.12,
4.55,
4.55,
3.45,
10.34,
12.5,
0,
0,
0,
10,
0,
1.18,
25,
19.64,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
2.35,
2.35,
2.35,
2.35,
1.18,
0.83,
25,
2.35,
1.18,
2.35,
2.35,
2.35,
2.35,
2.35,
25,
0.71,
0,
10,
10,
16.67,
7.14,
39.29,
42.86,
42.86,
10.13,
0,
0,
3.33,
0,
3.57,
2.5,
2.5,
13.33,
13.33,
10,
2.5,
2.5,
2.5,
2.35,
1.05,
1.84,
6.13,
3.53,
3.53,
0.51,
1.13,
1.18,
1.18,
10,
3.53,
2.35,
5.88,
8.47,
3.64,
1.54,
1.54,
1.54,
15.29,
18.58,
25,
21.05,
21.05,
26.32,
20.35,
18.58,
20.54,
11.76,
7.96,
11.76,
21.18,
6.08,
26.32,
16.96,
11.54,
21.43,
18.42,
21.18,
17.54,
16.96,
13.16,
17.86,
16.07,
16.07,
8.89,
10.53,
10.53,
19.05,
9.52,
13.16,
17.86,
33.33,
17.86,
17.54,
19.35,
19.64,
10.53,
10.53,
10.53,
8.89,
12.35,
10.71,
8.77,
9.3,
40,
11.76,
40,
33.33,
20,
22.35,
9.29,
17.86,
20.54,
35,
24.11,
21.43,
16.07,
18.75,
35.71,
18.75,
19.64,
10,
9.41,
16.47,
14.29,
23.64,
18.46,
18.46,
12.5,
14.12,
14.12,
14.12,
19.3,
23.08,
18.54,
29.41,
29.41,
17.54,
14.29,
33.33,
25,
27.27,
21.43,
17.95,
17.95,
17.95,
17.95,
17.86,
14.29,
17.95,
18.18,
18.18,
21.05,
21.05,
21.43,
19.64,
20.54,
14.29,
14.29,
14.29,
10.71,
10.71,
10.53,
10.53,
10.53,
10.53,
10.53,
9.3,
10.53,
9.3,
10.71,
17.86,
17.86,
16.81,
16.96,
20.35,
17.86,
19.64,
12.12,
17.78,
17.65,
11.11,
11.76,
35.71,
17.86,
17.86,
16.07,
17.86,
21.43,
15.18,
16.96,
16.96,
20.54,
18.54,
16.07,
16.07,
4.64,
23.21,
14.12,
21.43,
17.86,
17.86,
1.43,
1,
1,
3.57,
1.43,
24,
20,
30,
21.43,
17.86,
20,
19.64,
12.28,
16.67,
5.38,
5.38,
6.15,
5.38,
0,
0,
11.11,
11.11,
10,
6.25,
8.47,
8.47,
6.67,
0,
7.41,
7.41,
7.41,
7.41,
7.41,
6.9,
6.67,
6.67,
7.69,
8,
9.52,
9.52,
4.17,
42.86,
39.29,
42.86,
0,
10,
10,
1,
3,
3,
3,
4,
2.86,
2.86,
1.43,
4.29,
2.86,
4.29,
5,
4,
4,
4,
4,
4,
5,
3,
5.88,
5.88,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.18,
1.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0.42,
0.83,
0.83,
0.83,
0.42,
0.83,
0.83,
0.42,
0.83,
7.14,
10.71,
6.67,
6.25,
6.9,
6.67,
6.67,
0,
1.67,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
2.04,
2.04,
0.83,
4.62,
4.62,
4.62,
6.67,
3.2,
3.85,
4.62,
3.85,
4.62,
4.62,
0.83,
0.83,
0.83,
0,
0,
0.83,
1.6,
1.6,
1.6,
1.6,
0.8,
1.54,
1.54,
2.4,
2.4,
3.2,
3.2,
3.2,
3.2,
3.2,
0,
0,
0,
0,
21.62,
0,
24.32,
0,
22.22,
22.22,
0,
24.44,
0,
25,
17.78,
23.68,
21.05,
21.05,
19.44,
25,
22.22,
21.05,
22.22,
2.96,
2.54,
18.75,
3.57,
0,
7.14,
16.47,
0,
16.47,
0,
0,
7.14,
10.29,
8.57,
8.77,
10,
11.11,
11.67,
6.67,
11.67,
12.5,
0,
8.64,
9.88,
9.88,
7.14,
7.14,
0.83,
3.57,
6.67,
7.02,
4.24,
12.5,
12.5,
12.9,
2.94,
3.03,
2.86,
4.76,
0.65,
0.61,
0,
0,
0,
1.67,
0,
0,
1.74,
1.74,
0.83,
0.83,
0.83,
0.83,
0.83,
0.81,
0.83,
0,
0.83,
0.83,
0.83,
0.83,
6.06,
0,
0,
0,
0,
0,
6.06,
0,
0,
23.21,
23.21,
25.68,
25,
23.21,
23.21,
28.57,
25,
25,
19.05,
20.63,
14.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.23,
21.88,
21.88,
21.88,
21.88,
21.88,
21.88,
21.88,
21.88,
16.67,
16.67,
16.67,
16.67,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
3.92,
4.55,
0,
0,
0,
0,
0,
10,
6.67,
6.67,
0,
0,
3.33,
0,
4.55,
1.67,
1.67,
1.6,
1.6,
1.6,
1.56,
1.56,
1.59,
1.57,
1.57,
1.56,
4.92,
1.63,
3.23,
1.61,
0,
0,
3.12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0.42,
0,
2.86,
2.45,
0.82,
2.45,
1.63,
2.45,
1.63,
2.04,
2.45,
1.6,
1.63,
2.4,
1.6,
1.6,
1.6,
1.67,
1.6,
1.6,
3.17,
1.6,
2.4,
7.41,
6.06,
6.67,
7.14,
7.41,
7.27,
3.7,
6.9,
7.14,
0,
12.5,
1.56,
21.43,
21.43,
21.43,
10.71,
10.71,
13.33,
11.76,
12.9,
14.71,
10.71,
10.71,
10.71,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
0,
0,
0,
0,
0,
0,
1.09,
2.17,
1.09,
1.09,
1.09,
14.29,
7.14,
14.29,
14.29,
11.22,
11.5,
9.68,
19.35,
8.82,
11.43,
2.07,
2.07,
3.53,
3.33,
3.61,
3.33,
3.97,
3.85,
3.33,
3.33,
0,
0,
4.62,
4.62,
5.26,
6.78,
12.5,
4.62,
4.62,
6.67,
6.67,
7.69,
34.78,
34.78,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
6.67,
6.67,
6.67,
5.71,
5.71,
20,
3.57,
3.57,
6.67,
6.67,
0,
0,
3.39,
3.81,
3.39,
3.39,
3.39,
3.81,
3.39,
3.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
15.79,
15.79,
12.5,
10.53,
9.09,
10.53,
6.06,
9.09,
6.06,
9.09,
8.7,
8.7,
7.14,
7.14,
7.14,
9.09,
9.09,
9.09,
9.3,
6.67,
6.67,
6.67,
6.67,
8.93,
7.14,
7.14,
10.53,
10.53,
7.41,
7.41,
7.14,
7.14,
2.14,
2.65,
0,
2.5,
2.5,
2.5,
2.38,
2.33,
2.5,
0,
2.5,
17.86,
17.86,
17.86,
17.86,
21.43,
25,
17.86,
25.81,
21.43,
10.71,
14.29,
21.43,
9.52,
9.68,
9.38,
9.84,
7.14,
6.67,
6.25,
3.33,
3.57,
4,
10,
10,
9.68,
7.14,
7.14,
10.71,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
6.9,
7.14,
6.67,
7.14,
10,
7.14,
7.14,
10.71,
6.25,
10,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
7.14,
7.14,
9.09,
10,
6.67,
5.71,
6.67,
6.45,
6.67,
6.45,
9.68,
7.14,
7.14,
7.14,
7.14,
7.14,
5.71,
5.71,
5.71,
3.7,
6.25,
3.85,
3.85,
3.85,
3.57,
10,
3.33,
3.33,
6.67,
6.45,
0,
25,
20,
20,
20,
33.33,
21.43,
0,
0,
0,
4.23,
2.82,
4.23,
4.23,
10.71,
10.71,
2.63,
2.63,
2.63,
4.23,
4.23,
4.23,
5.26,
0,
0,
0,
0,
0,
0,
0,
10,
10,
12.9,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.69,
9.3,
2.56,
2.56,
5.13,
2.56,
7.89,
3.57,
0,
5.41,
8.33,
9.52,
3.85,
3.85,
3.85,
3.85,
5.77,
0,
9.3,
8.57,
10.71,
11.76,
9.68,
7.5,
12.5,
12.5,
3.85,
6.25,
10.71,
3.23,
6.45,
7.14,
6.78,
8.47,
6.67,
6.67,
10.34,
9.09,
14.29,
10.71,
9.09,
10.91,
0,
2.7,
4.41,
8,
13,
1.22,
4.08,
1.63,
4.49,
25,
32.14,
32.14,
32.14,
25,
40,
28.57,
28.57,
25,
21.43,
17.86,
0,
0,
0,
0,
0,
8.39,
0,
0,
2.04,
3.12,
4.88,
0,
3.33,
3.33,
3.33,
3.57,
11.5,
11.5,
10.62,
11.5,
3.57,
6.67,
3.08,
3.53,
3.53,
0,
0,
0,
0,
0,
8,
8,
8,
8,
8,
8,
8,
8.67,
8,
10,
8,
8,
8,
8,
9.33,
8.67,
8,
8.24,
3.96,
8.37,
3.53,
26.09,
5,
25,
28.57,
8.63,
10.2,
10.98,
10.2,
1.01,
1.09,
25,
25,
3.39,
3.39,
3.39,
3.81,
5.88,
6.62,
3.39,
3.39,
0.42,
0.42,
0,
0,
7.14,
7.14,
3.57,
6.67,
3.33,
6.67,
6.67,
40,
25,
25,
28.57,
25,
26.67,
18.54,
17.22,
15.23,
15.23,
18.54,
13.25,
19.48,
14.29,
15.58,
16.88,
16.88,
18.18,
18.18,
17.86,
17.86,
25,
8.77,
8.77,
8.77,
8.77,
5.26,
5.26,
5.26,
5.26,
7.14,
3.57,
4.65,
4.65,
5.26,
5.26,
6.15,
4.29,
7.89,
7.89,
9.21,
18.29,
14.55,
14.29,
14.29,
20,
20,
20,
20,
20,
19.64,
33.33,
33.33,
30.77,
41.67,
21.43,
46.67,
33.33,
26.67,
10.67,
0,
1.67,
0,
0,
0,
1.67,
0,
0,
0,
0,
0.71,
0,
0,
1.43,
1.43,
0,
0,
0.71,
0,
0.71,
0,
0,
0,
0,
0.71,
0.71,
0.71,
2.22,
1.11,
1.18,
1.05,
1.11,
1.18,
4.71,
5.66,
2.83,
7.11,
2.33,
2.35,
1.16,
1.18,
2.35,
2.35,
5.56,
4.76,
9.3,
7.02,
5.71,
5.71,
5.71,
7.14,
5.71,
5.13,
5.13,
10,
9.91,
9.23,
12.5,
11.46,
10.34,
10.53,
8.85,
8.85,
11.5,
7.96,
10.62,
8.85,
8.82,
11.25,
10.71,
11.61,
11.5,
10.62,
13.27,
11.5,
12.39,
8.85,
16.9,
16.2,
19.01,
16.2,
12.35,
14.12,
14.71,
18.58,
18.58,
20.35,
18.58,
18.58,
19.3,
19.3,
17,
1.85,
2.9,
4.29,
2.9,
5.26,
2.9,
4.35,
5.26,
4.29,
2.9,
4.29,
5.08,
2.9,
0,
3.12,
3.12,
3.12,
3.12,
3.51,
5.26,
5.26,
5.08,
3.12,
3.17,
3.12,
3.12,
3.12,
2.6,
5,
1.85,
2.13,
5,
4.08,
0,
2.74,
4.11,
3.9,
0,
0,
0,
0.85,
15.62,
18.18,
16.36,
14.12,
13.1,
13.1,
20.35,
12.94,
12.94,
14.12,
15.04,
0,
8.11,
2.7,
5.41,
5,
2.5,
2.5,
2.5,
2.5,
7.5,
7.5,
7.5,
5,
2.5,
8.89,
5.26,
4.44,
7.5,
5,
7.5,
5,
4.88,
5,
5.13,
4.76,
4.76,
4.76,
2.27,
0,
0,
0,
1.99,
13.33,
13.33,
13.33,
16.67,
23.33,
16.67,
23.33,
10,
10,
0,
11.11,
16.67,
0,
11.11,
0,
2.35,
2.35,
2.35,
2.5,
2.38,
2.38,
3.33,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
22.22,
10,
10.71,
14.29,
10.71,
3.57,
0,
2.33,
10.42,
4.88,
5,
10,
10,
22.22,
22.22,
22.22,
0,
3.51,
7.14,
2.86,
3.12,
0,
0,
22.22,
20,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
20.59,
27.03,
27.03,
23.33,
24.32,
15,
10.81,
0,
0,
0,
2.5,
2.92,
7.14,
2.5,
2.92,
0.42,
10,
10,
5,
14.29,
5,
5,
18.75,
14.71,
5,
20.59,
20,
0,
3.51,
3.51,
22.22,
0,
22.22,
12.5,
0,
0,
8.11,
5,
2.56,
0,
14.29,
16.67,
25,
5,
3.03,
3.51,
0,
14.29,
15.62,
0,
16.67,
22.22,
20,
22.22,
17.86,
10,
7.5,
7.5,
6.67,
6.67,
10,
6.67,
10,
10.71,
10.71,
10.71,
7.14,
7.14,
7.14,
9.3,
6.52,
9.3,
9.3,
10,
10,
6.67,
7.69,
8.77,
8.77,
8.77,
11.76,
6.98,
6.98,
10.59,
10.59,
10.59,
10.59,
10,
10,
17.86,
0,
12.12,
7.14,
7.14,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.62,
0.79,
4.62,
5.38,
6.15,
6.15,
0.79,
5.38,
1.64,
3.23,
1.64,
1.59,
1.57,
5.38,
5.38,
6.15,
0.83,
0.83,
6.41,
0.42,
0.83,
0,
30,
0,
0,
0,
0,
22.22,
8.82,
0,
10,
10,
10,
25,
25,
25,
21.43,
7.14,
10.71,
7.14,
24.62,
0,
11.11,
12.5,
3.33,
3.33,
3.33,
3.08,
3.12,
24,
3.7,
5.41,
4.17,
25,
25,
7.69,
6.98,
18.75,
21.43,
8.82,
9.47,
9.47,
9.47,
12.5,
20,
9.09,
15.62,
10.87,
1.18,
23.33,
25,
25,
0,
0,
0,
0,
0.83,
0.83,
2.2,
42.86,
5.26,
0,
3.33,
0,
0,
0,
0,
0,
3.33,
0,
0,
1.79,
0,
8.33,
20,
33.33,
0,
8.13,
40,
3.53,
10,
0,
11.36,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
7.69,
21.15,
14.29,
16.67,
9.09,
40,
15,
23.21,
0.71,
40,
0,
0,
23.21,
50,
46.43,
0,
16.67,
13.68,
0,
0,
28.57,
1.25,
10,
0,
0,
1.18,
7.69,
0,
3.03,
2.78,
0,
14.29,
0,
0,
1.9,
2.86,
6.67,
14.29,
0,
0,
33.33,
3.53,
14.29,
14.29,
0,
10,
20,
11.11,
41,
47,
4.4,
14.29,
2.86,
33.33,
16.67,
2.63,
14.29,
13.33,
6.06,
12.5,
1.9,
9.23,
8.06,
0,
6.67,
5.41,
5,
0,
0,
0,
14.29,
17,
16.67,
13.33,
8.33,
8.2,
12.28,
14.29,
40,
0,
3.78,
3.15,
3.78,
6,
4,
4,
4.44,
12.5,
0,
4.44,
6.67,
0,
16.67,
1.18,
0,
0,
0,
3.33,
3.33,
10,
0,
35.71,
35.71,
0,
0,
7.69,
5.88,
10.71,
14.29,
7.41,
7.41,
40,
0,
4.44,
20,
42,
1.18,
1.25,
3.41,
3.41,
3.9,
1.18,
7.14,
14.29,
14,
3.33,
6.67,
6.67,
14.29,
8.47,
6.67,
12.5,
12.5,
9.38,
9.38,
0,
0,
1.57,
3.33,
4.41,
8.67,
8.67,
8.67,
10,
8,
10.13,
9.69,
15.79,
0,
0,
28.57,
25,
0,
3.57,
2.5,
2.5,
2.5,
18.75,
18.75,
18.75,
0,
0,
0,
0,
0,
0,
0,
20,
0,
0,
0,
0,
1.74,
1.74,
1.74,
2.99,
2.99,
2.99,
0,
3.12,
3.12,
12,
12.9,
20,
17.86,
1.6,
0,
4.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.27,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
6.06,
6.25,
4.24,
5.38,
5.38,
5.38,
5.38,
0.83,
0.71,
6.98,
0,
3.33,
2.56,
2.56,
20,
2.5,
6.67,
3.45,
1.64,
1.64,
1.64,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
10,
6.67,
16.67,
9.68,
7.14,
7.14,
7.14,
10.71,
7.14,
7.14,
7.14,
7.14,
4.62,
4.62,
12.16,
14.86,
13.33,
13.33,
9.23,
21.88,
21.88,
4.65,
0.83,
0,
0.42,
6.45,
7.14,
0,
6.67,
14.29,
13.33,
8.7,
1.09,
0,
1.09,
1.09,
1.09,
1.09,
1.09,
10.91,
14.29,
6.8,
7.48,
7.48,
8.84,
0,
25,
21.43,
20,
25,
21.43,
17.86,
17.86,
0,
0.88,
0.88,
1.77,
4.71,
4.42,
0,
11.43,
9.52,
13.1,
5,
8.57,
14.29,
9.52,
2.94,
5.88,
8.33,
28.12,
21.88,
17.86,
21.43,
17.86,
21.43,
9.41,
0,
0,
3.33,
3.33,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
17.86,
17.86,
3.03,
3.12,
6.67,
3.45,
3.45,
8.47,
10.71,
9.38,
0,
0,
0,
3.33,
5.88,
10.62,
3.33,
3.33,
0.42,
3.57,
12.5,
12.5,
0,
0,
9.68,
14.29,
7.69,
10.71,
3.95,
2.74,
2.21,
2.21,
2.94,
0,
5.26,
4.76,
5,
6.45,
6.25,
5.77,
7.41,
10.71,
13.33,
2.94,
0.8,
0.83,
0.83,
0.61,
0.64,
2.4,
14.55,
14.55,
14.55,
10.71,
12.58,
13.18,
14.29,
0,
0,
0,
0,
12.5,
11.11,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.83,
21.43,
3.2,
1.41,
1.41,
1.41,
2.22,
1.37,
1.41,
7.5,
5.56,
3.33,
11.39,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.9,
20,
0,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
12.31,
12.5,
12.5,
12.5,
14.29,
14.75,
14.29,
12.5,
12.5,
12.31,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
25,
0,
0,
10.53,
9.68,
6.67,
19.44,
19.44,
19.44,
19.44,
20,
22.22,
22.22,
22.22,
24.44,
23.68,
25,
6.38,
6.67,
6.38,
6.38,
6.67,
6.67,
12.9,
12.9,
34.78,
0,
13.33,
13.33,
7.14,
10,
0,
4.69,
3.33,
4,
0,
3.64,
0,
0,
0,
3.92,
17.86,
17.86,
7.14,
10.71,
3.08,
3.08,
0.83,
0.83,
25,
28.57,
25,
15.79,
25,
3.33,
0,
3.33,
0,
3.7,
14.29,
16.07,
16.07,
14.29,
12.5,
9.3,
8.77,
21.43,
28.57,
21.43,
28.57,
25,
0,
0,
18.68,
17.86,
0,
0,
11.58,
11.58,
8.33,
10.53,
10.62,
9.26,
11.9,
12.39,
8.33,
14.17,
12.77,
14.18,
14.18,
12.06,
8.54,
11.58,
9.41,
7.06,
11.49,
11.49,
4,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
15.29,
2.4,
9.6,
0.75,
0.79,
0,
0.81,
0.81,
0.79,
0.79,
0,
0.8,
1.6,
2.4,
0.79,
0.79,
0,
0.83,
0.83,
1.64,
0.79,
0.79,
0.79,
0.81,
0.83,
0.79,
0.79,
0.83,
1.69,
0.79,
0.79,
0.79,
1.18,
1.23,
1.18,
1.18,
3.53,
1.18,
3.53,
5.62,
2.41,
2.25,
2.41,
8.24,
1.18,
17.7,
7.14,
4.76,
4.76,
1.18,
12.66,
13.25,
2.35,
6.67,
6.67,
6.67,
6.67,
0,
0,
22.22,
22.22,
22.22,
22.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
2.4,
0,
1.5,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
21.88,
21.88,
21.88,
21.88,
21.88,
0,
6.67,
6.67,
2.94,
4.41,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
5.88,
2.94,
2.94,
2.94,
1.47,
5,
5,
0,
0,
0,
39.29,
0,
8.57,
8.57,
25,
28.57,
3.9,
4.17,
4.17,
4.17,
2.78,
4.17,
0,
0,
0,
7.14,
7.14,
5.71,
1.57,
0.61,
0,
0,
8,
9.77,
8.51,
0,
0,
0,
0,
0,
1.56,
0,
0,
1.18,
0,
4.76,
4.76,
4.76,
4.76,
4.76,
0,
0,
0,
0,
1.59,
32.14,
0,
0,
0,
2.94,
0,
2.94,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
1.09,
1.09,
1.09,
0,
2.94,
2.94,
7.89,
0,
9.41,
21.43,
21.43,
8.77,
0,
1.16,
1.16,
1.16,
1.16,
1.16,
1.56,
1.56,
12.86,
0,
0,
0.83,
3.03,
0.83,
0,
12.5,
12.5,
12.5,
17.86,
17.86,
5.26,
7.14,
3.57,
2.63,
6.67,
2.5,
1.67,
0.95,
21.43,
0,
0,
0,
9.09,
7.89,
1.56,
1.59,
0,
0,
1.09,
10.34,
0,
0,
7.69,
11.76,
6.98,
14.29,
4.24,
3.85,
16.07,
6.25,
3.33,
3.45,
3.33,
6.25,
3.7,
6.25,
0.83,
0.83,
0,
2.4,
2.86,
3.27,
4.9,
5.29,
5.29,
0.78,
0.78,
1.6,
1.56,
2.94,
1.59,
10,
8.67,
8,
8,
8,
8,
8,
1.56,
17.65,
16.47,
3.85,
3.85,
5.88,
6.9,
3.33,
3.75,
2.63,
2.63,
0,
0,
0,
11.11,
7.5,
0,
7.14,
5,
0,
2.5,
4.76,
2.5,
10,
5,
15,
0,
0,
4.76,
7.5,
0,
0,
2.5,
0,
0,
1.64,
2.56,
0,
0,
0,
2.63,
2.63,
2.63,
2.63,
2.63,
7.14,
10,
9.38,
9.38,
5,
6.58,
16,
26.32,
26.32,
21.43,
5.26,
2.5,
2.63,
5.26,
2.78,
0,
0,
0,
5.26,
3.33,
17.86,
3.12,
0,
0,
0,
0,
0,
0,
0,
4.29,
5.71,
8,
8,
8,
5.38,
4.62,
5.38,
0.75,
0.75,
0,
0,
1.59,
1.56,
0,
0,
2.94,
2.94,
2.94,
4.62,
5.38,
5.38,
0.88,
1.77,
0.88,
5.38,
2.63,
19.64,
19.64,
21.43,
25,
25,
25,
25,
28.57,
6.47,
7.5,
7.92,
3.33,
5.33,
10.13,
8.81,
11.11,
12.12,
0,
0,
3.33,
0,
20,
20,
16.67,
16.67,
10,
20,
10,
16.67,
16.67,
16.67,
6.67,
6.67,
0,
0,
6.67,
0,
0,
0,
0,
4.17,
6.45,
6.67,
25,
25,
16.07,
16.07,
16.07,
12,
4.27,
0,
0,
0,
0,
25,
21.88,
28.12,
25,
25,
21.43,
25,
25,
28.57,
21.43,
25,
25,
25,
0,
0,
3.33,
0,
7.02,
1.43,
3.92,
0,
0,
0,
0,
0,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
3.57,
7.14,
7.14,
7.14,
3.57,
2.5,
2.5,
0,
7.14,
7.06,
19.64,
0,
0,
0,
0,
0,
0,
0,
0,
21.88,
21.88,
21.88,
18.75,
21.21,
21.88,
0,
4.17,
0,
0,
0,
0,
0,
0.8,
1.6,
0,
2.4,
1.56,
0,
12.5,
12.5,
12.5,
4,
5.26,
5.26,
5.26,
0,
6.67,
0,
10.71,
21.43,
0,
0,
0,
15.62,
5.26,
7.5,
5.88,
0,
2.5,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
3.33,
0,
3.53,
3.85,
6.06,
6.06,
0,
0,
4.44,
3.64,
3.64,
3.57,
6.52,
4.48,
5,
5.66,
7.41,
7.27,
0.83,
0.81,
0.83,
0,
0.82,
0,
0,
0.67,
0.67,
0.82,
0,
0,
0.82,
0,
0,
0,
0.77,
0.8,
0.77,
0,
1.18,
0,
0,
14.29,
10.71,
10.71,
21.43,
0.42,
0.82,
0.82,
0.82,
0,
8.96,
9.03,
12.86,
8.77,
23.81,
7.14,
7.02,
20,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.42,
9.02,
0.83,
0.83,
1.67,
2.31,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
5.38,
5.38,
5.38,
4.62,
4.62,
4.65,
6.78,
4.62,
4.62,
3.2,
5.38,
5.38,
5.47,
4.62,
3.85,
3.67,
1.63,
2.86,
0.83,
0.83,
0.8,
0.83,
0.8,
1.6,
0.8,
1.6,
4.62,
0.8,
0.8,
3.2,
3.2,
3.2,
2.4,
0.6,
0.61,
0.61,
9.09,
7.14,
7.41,
9.09,
9.09,
8,
3.33,
3.48,
0.83,
0.83,
0.83,
0.81,
0.83,
0.83,
0.81,
0.83,
0.81,
0.83,
0.81,
1.64,
0.83,
0.81,
0.8,
23.21,
7.63,
16.07,
0,
0,
0,
14.29,
8.57,
23.21,
28.57,
9.09,
24.44,
21.05,
21.05,
9.09,
6.98,
7.41,
0.42,
0,
4.62,
22.22,
3.33,
0,
0,
0,
0,
0,
0,
0.83,
0.42,
0.83,
0.83,
0,
0,
10.64,
11.76,
11.11,
1.56,
1.56,
1.56,
1.57,
1.59,
0,
0,
0,
3.85,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
2.94,
2.94,
2.94,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.86,
11.11,
14.29,
12.86,
10.62,
8.57,
19.35,
2.07,
3.33,
2.07,
3.97,
3.33,
3.61,
1.59,
6.06,
6.06,
1.64,
1.64,
1.64,
16.07,
9.3,
9.09,
9.09,
0,
8.7,
6.67,
5,
28.57,
0,
0.83,
0.83,
0.83,
0.8,
1.6,
0.8,
3.2,
9.09,
7.69,
0,
6.67,
6.67,
0,
0,
0,
21.43,
2.31,
2.31,
2.31,
2.31,
2.31,
6.25,
1.67,
1.67,
3.33,
0.42,
10.62,
0.83,
0.83,
0,
0,
0,
25,
10,
8.57,
10.71,
8.77,
1.99,
2.65,
10,
11.11,
8.82,
9.68,
11.29,
11.29,
3.12,
3.12,
0,
5,
5.65,
0,
0,
0,
11.76,
10,
10.71,
6,
2.94,
8.33,
9.62,
8.33,
1.09,
0,
0,
2.63,
4.76,
4.76,
4.76,
4.76,
4.76,
33.33,
33.33,
33.33,
4.76,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.4,
1.6,
1.6,
4.8,
1.6,
2.4,
1.6,
2.4,
1.6,
1.6,
1.6,
0.42,
0.42,
1.6,
1.6,
2.33,
5.26,
3.2,
12.5,
0,
0,
2.86,
2.86,
4.08,
7.69,
6.67,
6.67,
34.78,
1.64,
1.64,
0.83,
10.67,
10.67,
9.33,
23.26,
23.26,
21.43,
21.43,
14.29,
10.71,
7.14,
0,
0,
0.86,
0,
0,
2.04,
2.04,
2.04,
5.08,
2.94,
20.83,
29.17,
29.17,
3.23,
22.22,
22.22,
15.62,
16.67,
20.59,
0,
0,
10,
10,
4.76,
14.71,
11.76,
0,
0,
9.09,
9.09,
9.09,
10.71,
10.71,
10.71,
10.71,
11.67,
12.9,
10.29,
7.69,
8.96,
9.68,
6.67,
0,
6.67,
6.67,
6.67,
6.67,
6.67,
2.56,
5.13,
2.56,
5.13,
3.85,
0,
0,
0,
0,
0,
16.67,
0,
0,
11.11,
16.67,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
1.67,
1.67,
0,
1.67,
3.33,
0,
0,
0,
0,
0,
3.33,
0,
0,
3.33,
10,
9.09,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
12.5,
0,
0,
0,
0,
0,
0,
18.75,
25,
5.41,
0.82,
5.36,
42.86,
9.68,
0,
2.42,
5.13,
0,
0,
0,
12,
5.41,
5.41,
5.41,
5.41,
9.52,
8.57,
12.5,
3.23,
6.67,
12.5,
6.67,
6.25,
13.33,
6.25,
7.14,
6.67,
10.34,
8.11,
8.33,
8.57,
9.3,
14.29,
7.69,
6.25,
7.27,
6.06,
3.33,
3.33,
3.33,
3.33,
6.06,
12.12,
12.12,
12.12,
12.12,
6.06,
6.06,
6.06,
6.06,
12.12,
25,
10.71,
28.57,
21.43,
25,
21.43,
21.43,
17.86,
17.86,
17.86,
25,
25,
25,
3.12,
6.67,
7.14,
6.25,
6.67,
7.14,
6.45,
6.45,
6.45,
6.45,
0,
7.41,
3.7,
6.9,
0,
0,
1.41,
0,
0,
2.22,
0,
0,
0.71,
0,
0.71,
0,
0.71,
0.71,
0,
1.43,
1.43,
0,
6,
4.29,
4.29,
4.29,
19.3,
19.05,
4.55,
25,
21.05,
25,
25,
25,
21.43,
10.62,
11.5,
10.62,
11.5,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
25,
25,
25,
28.57,
25,
28.57,
25,
21.43,
25,
21.43,
25,
25,
25,
3.52,
3.08,
3.08,
17.86,
25,
6.67,
7.14,
3.33,
3.33,
28.57,
6.25,
7.02,
3.57,
3.57,
5.26,
5.26,
4.55,
3.7,
8.77,
8.77,
0.83,
0.83,
1.25,
0.83,
0.42,
3.33,
3.33,
0,
8,
8,
6.9,
0,
0.71,
0.71,
0,
3.53,
2.41,
1.15,
13.85,
1.59,
17.86,
8.39,
14.29,
23.81,
15.79,
15.79,
23.81,
28.57,
23.81,
11.5,
12.39,
3.33,
11.5,
3.33,
25,
25,
40,
40,
7.14,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.64,
3.08,
4.41,
0,
0,
0,
0,
7.69,
0.83,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
10.71,
10.81,
4.62,
4.62,
4.62,
0,
4.08,
0.86,
0.86,
10.87,
5.26,
4.17,
4.17,
8.33,
4.17,
2.63,
12.5,
21.43,
21.43,
7.14,
0,
0,
2.94,
0,
0,
0,
14.29,
0,
0,
0,
0,
3.85,
3.85,
3.85,
3.45,
3.45,
3.45,
30.36,
0.83,
0,
2.94,
2.94,
3.85,
3.85,
3.85,
3.85,
5.77,
5.77,
25,
23.81,
28.57,
25,
0,
0,
0,
0,
0,
14.29,
14.29,
14.29,
0,
0,
0,
0,
0,
0,
0,
19.05,
2.5,
2.5,
2.5,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
3.57,
2.5,
0,
0,
0,
0,
0,
0,
0,
4.08,
0.35,
2.38,
2.38,
2.5,
3.12,
0,
0,
2.5,
3.51,
2.5,
2.5,
2.5,
4,
0,
8.33,
0,
0.83,
0,
3.57,
7.14,
3.57,
2.94,
10.62,
11.11,
21.43,
10.34,
9.38,
11.76,
0,
0,
14.29,
0,
3.12,
3.12,
0,
0,
0,
0,
0,
7.14,
0,
6.67,
10,
6.25,
3.57,
7.41,
7.69,
5.88,
6.25,
0,
4,
4,
3.85,
8,
0.71,
6.67,
10.42,
8.33,
3.33,
3.9,
0,
0,
28.57,
14.29,
0,
3.85,
3.85,
3.85,
11.43,
6.67,
7.14,
8.89,
3.23,
12.17,
12.28,
21.43,
25,
25,
28.57,
4.69,
0,
0,
12.5,
12.31,
12.5,
12.5,
12.5,
12.5,
3.08,
0,
0,
0,
9.3,
15.29,
3.53,
0,
0,
10,
4.76,
3.45,
2.44,
0.77,
0.91,
2,
4.29,
0,
0,
0,
0,
4.76,
3.57,
11.43,
0,
5.88,
6.67,
6.67,
13.33,
25,
25,
3.57,
7.14,
7.14,
7.14,
3.85,
12.82,
11.43,
7.69,
0,
0,
5.83,
4.17,
21.43,
25,
23.21,
0,
0,
0,
14.29,
0,
1.18,
17.65,
5.88,
0,
0,
1.59,
1.59,
0,
0,
9.68,
0.8,
6.98,
6.98,
8,
0,
0.42,
0.83,
0.42,
0,
10.53,
0,
3.45,
6.67,
0,
0,
0,
0,
7.69,
5.26,
4.08,
2.04,
2.04,
0,
33.33,
14.29,
0,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
7.14,
1.67,
1.65,
1.65,
1.64,
2.5,
6.06,
5.88,
3.57,
6.25,
3.23,
6.25,
7.41,
7.14,
13.33,
6.67,
0,
1.59,
1.59,
1.59,
12.96,
12.96,
13.33,
3.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.76,
4.76,
3.17,
4.76,
4.76,
4.76,
3.17,
3.17,
3.17,
3.17,
3.17,
3.17,
0,
3.7,
0,
0,
2.33,
11.76,
14.71,
1.23,
1.11,
5.62,
3.33,
2.22,
7.69,
6.25,
5,
5.26,
2.82,
5,
12,
11.9,
10.47,
11.43,
0,
0,
9.26,
9.26,
0,
0,
0,
0,
2.67,
2.33,
2.38,
2.38,
4.35,
0,
4.41,
4.41,
4.41,
0,
0,
0,
0,
0,
15.23,
28.57,
14.29,
17.86,
10.71,
25,
6.67,
3.45,
5.97,
5.88,
0.78,
0,
1.6,
27.06,
22.52,
20.53,
25,
11.43,
7.14,
7.14,
2.67,
4.35,
4.35,
2.17,
4.35,
4,
2,
13.39,
22.62,
22.62,
22.62,
12.5,
20.54,
13.39,
16.96,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.35,
4.17,
9.52,
9.52,
21.43,
10,
8.67,
8,
9.33,
8,
8,
8.67,
8,
8,
1.22,
2.04,
0,
4.44,
4.44,
4.44,
4.44,
8.84,
7.48,
8.84,
7.48,
8.16,
8.84,
3.85,
3.85,
3.7,
3.12,
3.7,
3.45,
3.57,
4.17,
3.57,
4.26,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
4.08,
4.08,
4.08,
4.04,
3.03,
4.04,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
6.67,
6.25,
7.41,
7.69,
9.09,
13.33,
6.25,
6.67,
3.23,
7.14,
8,
8,
8.67,
8.37,
8.67,
0,
0,
0,
0,
0,
0,
0,
0,
2.86,
2.86,
2.86,
3.57,
25,
25,
0,
0,
9.09,
6.06,
6.06,
0,
2.82,
2.82,
2.82,
2.82,
10.53,
20.54,
20.54,
9.33,
11.67,
7.27,
9.09,
5.13,
5.13,
10.71,
14.29,
3.85,
3.85,
3.85,
0,
7.41,
7.41,
3.7,
10.71,
11.76,
10.06,
0,
12.31,
4.42,
4.42,
4.71,
5.13,
3.85,
4.08,
4.08,
0,
2.21,
2.21,
2.21,
2.21,
2.21,
4,
0,
0,
2.21,
4,
4,
4,
4,
4,
4,
0,
0,
0,
0,
0,
17.86,
8,
4,
4,
0,
0,
0,
2.63,
3.51,
3.12,
3.57,
4.69,
4.69,
9.79,
10.79,
0,
0,
0,
0,
0,
0,
0,
5.88,
0,
14.75,
12.5,
3.12,
3.45,
0.83,
1.56,
6.06,
20,
8.77,
0,
0,
1.41,
0,
0,
0,
0.83,
0.83,
0.83,
0.83,
0.8,
1.6,
3.2,
0.8,
0.65,
0.83,
0,
0,
1.54,
5.38,
0.83,
0,
0,
1.63,
2.44,
0.81,
0.41,
0.8,
6.06,
6.06,
2.63,
0,
4.62,
3.12,
3.12,
9.52,
3.33,
7.14,
12.5,
4.62,
0,
10,
0,
0,
0,
21.88,
21.88,
0,
0,
0,
3.03,
3.03,
3.03,
6.06,
3.03,
3.03,
25,
6.67,
0,
0,
3.12,
3.12,
3.12,
6.25,
5.26,
0,
0,
10,
6.67,
0,
0,
0,
0,
6.25,
2.33,
2.33,
2.33,
2.33,
4.65,
2.33,
2.33,
2.33,
2.33,
3.51,
2.63,
5.43,
2.63,
3.51,
3.51,
3.51,
3.51,
2.4,
2.4,
2.4,
2.4,
3.2,
5.6,
1.6,
2.4,
2.4,
0,
0,
0,
5.56,
0,
0,
0,
0,
0,
0,
1.69,
2.36,
1.69,
0,
0,
0,
2.56,
2.56,
3.33,
0,
0,
0,
0,
0,
3.23,
0,
3.33,
0,
2.78,
2.78,
3.33,
3.33,
2.78,
0,
0,
0,
0,
0,
0,
3.12,
0,
0,
0,
4,
0,
0,
0,
0,
0,
3.33,
1.52,
0,
0,
0,
0,
0,
2.86,
3.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.78,
0,
0,
0,
2.78,
7.14,
3.7,
7.32,
3.36,
7.14,
15.38,
7.14,
3.92,
4.71,
4.71,
7.87,
5.13,
7.05,
7.05,
7.05,
5.77,
5.77,
5.28,
4.69,
6.25,
3.91,
6.98,
5.23,
6.47,
6.98,
6.98,
0,
0,
0,
0,
0.71,
0.71,
0.42,
1.42,
0.36,
0.71,
0,
0,
0.36,
0,
0,
0,
0,
0,
0,
0,
0,
5,
5,
2.5,
7.5,
0,
0,
0,
0.71,
5.05,
4.55,
4.55,
4.71,
2.65,
2.65,
2.65,
2.65,
2.65,
2.65,
3.51,
3.51,
2.94,
2.94,
1.75,
3.51,
40,
17.58,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.55,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.26,
60,
0,
9.52,
0,
9.52,
0,
0,
0,
5,
5.26,
10,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
2.63,
5,
0,
53.57,
4.12,
4.12,
13.8,
0.89,
0,
0,
0,
0,
0,
3.53,
3.53,
3.53,
3.53,
4.12,
4.12,
4.12,
4.71,
4.12,
4.12,
6.47,
4.12,
4.71,
4.12,
4.12,
7.06,
7.06,
7.06,
7.06,
3.96,
4.41,
6.61,
4.85,
9.25,
7.49,
6.17,
0.5,
12.01,
7.84,
9.41,
0,
3.92,
7.09,
3.55,
30,
18.1,
3.53,
22.86,
22.86,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
6.67,
0,
0,
6.25,
12.5,
12.5,
0,
16,
16,
22,
22,
12,
12,
16,
12,
6.25,
4.71,
5,
6.67,
0,
11.02,
8.57,
12.5,
9.09,
3.52,
3.52,
3.52,
3.52,
2.37,
2.71,
2.54,
2.12,
25,
14.29,
7.14,
8.24,
9.86,
8.24,
21.43,
8.04,
11.54,
1,
0,
0,
13.33,
6.67,
8,
7.14,
7.14,
7.14,
3.57,
7.5,
7.5,
40,
7.5,
5,
0,
0,
0,
12,
7.5,
10,
7.5,
7.5,
10,
10.87,
12.9,
0,
21.43,
17.86,
0,
12,
8,
10.87,
12,
0,
0,
1,
6.7,
2.96,
2.54,
0,
3.33,
3.33,
0,
21.88,
21.88,
25,
15,
5.45,
12.12,
19.44,
1.64,
10,
10,
0,
0,
0.88,
0.88,
0,
2.65,
0.88,
0,
5.71,
9.09,
1.61,
1.61,
2.42,
0,
9.43,
10.7,
20.75,
7.14,
14.29,
14.29,
0.88,
11.27,
1.22,
3.67,
2.45,
2.35,
2.35,
1.18,
1,
1.11,
2.35,
3.2,
0.83,
0,
0,
0.88,
0,
0.85,
0,
5.38,
5.38,
6.15,
0,
0,
0,
0,
0.77,
3.33,
0,
1.74,
5,
0,
11.76,
15.93,
12.66,
11.76,
11.76,
15.93,
14.29,
14.29,
4,
4,
4,
0,
12.3,
3,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
0,
3.57,
5.26,
5.26,
7.14,
7.14,
8.7,
1.11,
1,
1,
0,
0,
0,
3,
3,
3,
9.5,
3.7,
3.7,
3.7,
3.7,
2.08,
10.62,
12.94,
12.94,
12.94,
12.94,
12.94,
7.14,
7.14,
7.14,
7.14,
7.14,
5,
7.6,
2.7,
8.7,
3.33,
5.56,
11.11,
8.33,
0,
5.1,
6.1,
2.63,
0,
5.88,
0,
0,
5,
0,
0,
7.69,
0,
0,
0,
0,
0,
0,
0,
7.69,
2.63,
5.88,
0,
0,
2.63,
0,
7.89,
60,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
25,
2.5,
0,
0,
0,
0.83,
0,
0,
2.5,
0,
0,
0,
3.33,
1.22,
42.86,
2.63,
0,
0,
0,
2.5,
6.06,
2.5,
2.5,
0,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
11.43,
7.5,
0,
0,
0,
0,
0,
0,
17.86,
10.71,
28.27,
14.29,
6.67,
11.43,
7.14,
0,
0,
3.23,
3.33,
20,
0,
0,
0,
2.99,
4.48,
2.94,
4.48,
4.48,
4.48,
2.9,
4.48,
2.99,
2.99,
4.35,
1.12,
2.99,
2.99,
2.99,
4.48,
4.48,
2.99,
2.99,
4.48,
0,
0,
0,
10.62,
6.67,
0,
6.67,
2.56,
2.56,
5,
5,
4.65,
10.53,
2.44,
11.36,
10.26,
4.65,
6.98,
6.98,
6.98,
0,
0,
0,
4.76,
5.13,
7.5,
6.67,
13.33,
16.67,
13.33,
16.67,
16.67,
6.67,
2.5,
13.33,
13.33,
10,
14.04,
12.28,
10.34,
5,
5,
5,
7.5,
7.5,
2.5,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
8,
11.43,
10.67,
12.5,
0.83,
1.59,
1.6,
3.33,
6.67,
0,
2.5,
2.5,
0,
7.14,
28.57,
21.43,
28.57,
28.57,
21.43,
0,
0,
10.71,
21.43,
21.43,
15.15,
20,
17.14,
12.77,
9.68,
6.67,
10.71,
7.14,
7.14,
7.14,
10.71,
7.14,
7.14,
10.71,
7.14,
7.14,
10,
6.45,
5,
0,
6.98,
11.43,
20,
0,
0,
0,
0,
0,
0,
2.53,
2.11,
2.11,
0,
0.83,
0,
0,
3.12,
0,
7.5,
13.79,
17.86,
21.43,
17.86,
17.86,
0,
10,
6.67,
21.43,
5.88,
0,
0,
5,
0,
7.69,
0,
0,
2.5,
5.71,
0,
21.43,
19.05,
17.86,
17.86,
0,
5.88,
3.03,
2.33,
6.98,
0,
0,
5,
0,
7.69,
0,
0,
6.25,
10.71,
0,
5.71,
2.33,
5,
7.5,
17.24,
21.43,
3.57,
0,
5.88,
25,
14.29,
10.71,
10.71,
14.29,
0,
0,
3.57,
0,
0,
0,
8.11,
5.41,
5.41,
5.41,
8.11,
5.41,
8.2,
0,
28.57,
32.14,
32.14,
25,
32.14,
28.57,
28.57,
32.14,
25,
25,
25,
32.14,
25,
25,
25,
25,
25,
25,
25,
21.43,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
0,
25,
25,
25,
25,
28.57,
28.57,
21.43,
0,
12.5,
12.5,
7.14,
7.14,
7.14,
7.14,
7.14,
8.2,
3.33,
3.33,
12.73,
21.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.48,
0,
0.303,
0.31,
0,
0,
0,
0,
0,
0,
2.49,
2.22,
2.47,
6.15,
2.49,
0,
0,
0,
0.8,
2.14,
2.14,
2.14,
0,
0,
0,
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.26,
0,
2.26,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8.33,
4.8,
0,
8.1,
6.45,
0,
0,
0,
7.02,
7.02,
8.24,
3.9,
10,
3.33,
3.33,
3.33,
6.67,
6.67,
3.33,
6.67,
10,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
2.03,
2.03,
2.31,
2.03,
2.31,
1.54,
5.71,
7.5,
5.13,
5.13,
8.33,
7.14,
4.76,
0,
0,
16.07,
14.29,
14.29,
13.85,
13.75,
13.33,
25,
3.57,
3.57,
7.14,
4.76,
3.57,
7.14,
0,
0,
0,
0,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.85,
0,
0,
0,
0,
0,
0,
0,
28.57,
14.71,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.3,
2.3,
3.2,
0,
12.3,
4.4,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.07,
12.5,
14.29,
12.5,
12.5,
12.5,
12.5,
12.5,
3.33,
7.27,
0,
57.14,
25,
25,
25,
25,
23.3,
0,
2.35,
2.35,
2.35,
2.35,
3.53,
11.9,
7.14,
5.26,
7.14,
3.7,
5.88,
4.17,
4.17,
5.88,
5.88,
4,
0,
0,
14.44,
14.44,
2.31,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
36.36,
0,
1.82,
5.36,
5.36,
5.36,
5.36,
22.22,
0.5,
19.05,
9.52,
9.52,
9.52,
9.52,
9.52,
9.52,
9.52,
4.76,
7.14,
7.14,
7.14,
7.14,
4.76,
11.9,
9.52,
7.14,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
10.74,
8.77,
7.02,
9.38,
8.77,
7.08,
10.53,
6.67,
6.67,
6.67,
6.67,
14.29,
7.02,
11.64,
12.9,
10.16,
5,
5,
2.6,
11.9,
12.78,
10.37,
3.9,
2.86,
4.29,
4.69,
4.69,
5.26,
3.51,
5.26,
5.26,
5.26,
5.31,
8.33,
9.38,
8.33,
10.4,
5.26,
9.38,
16,
11.76,
8.82,
5.31,
4.42,
6.06,
2.04,
4.08,
10,
4.84,
5,
2.38,
2.38,
2.38,
12.12,
12.12,
12.12,
6.67,
10.71,
5.71,
5.71,
5,
5.88,
2.86,
2.86,
2.86,
24.8,
1.75,
0,
0,
0,
0,
1.75,
1.75,
1.75,
1.75,
0,
1.75,
6.67,
0,
0,
0,
0,
0,
0,
3.85,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
0,
0,
3.95,
7.55,
5.32,
6.52,
10,
14.12,
0,
6.67,
6.67,
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,
2.7,
1.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.9,
0,
6,
6,
6,
4,
3.03,
7.84,
3.03,
6.45,
3.03,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.84,
7.84,
7.84,
7.14,
12.5,
12.5,
14.29,
14.29,
14.29,
14.29,
14.14,
14.14,
14.29,
6.38,
7.05,
7.57,
5,
1.9,
0,
3.33,
8.59,
9.09,
5.71,
7.86,
2.14,
0,
3.33,
3.12,
3.33,
3.33,
3.33,
6.67,
7.14,
6.67,
7.89,
7.89,
7.89,
6.67,
14.29,
17.86,
14.29,
14.29,
14.29,
14.29,
14.29,
0,
7.02,
14.08,
12.68,
14.08,
6.45,
6.45,
10,
12.28,
12.28,
10,
6.67,
10,
10,
6.67,
6.67,
10,
10,
10,
0,
12.28,
12.28,
12.28,
14.08,
10.87,
8.64,
6.67,
9.03,
8.64,
9.03,
6.67,
11.9,
11.9,
8.64,
8.64,
0,
8.82,
8.82,
8.82,
8.82,
8,
4,
8,
6.67,
6.67,
15.5,
14.08,
13.51,
14.08,
15.49,
14.08,
14.08,
11.54,
12.35,
10.71,
0,
3.57,
3.57,
3.54,
3.54,
3.57,
4.04,
6.67,
10.71,
3.57,
0,
0,
6.67,
6.67,
6.67,
3.57,
5.77,
8.45,
7.69,
8.24,
9.84,
15.5,
0,
3.85,
3.75,
5,
5.56,
3.57,
5.88,
5,
5.26,
7.14,
5.88,
0,
3.54,
2.82,
3.45,
4.31,
4.23,
4.76,
5.26,
6.67,
4.2,
5,
3.7,
3.85,
6.25,
6.25,
3.85,
5.06,
3.77,
4.23,
6.67,
0,
0,
0,
0,
0,
0,
19.05,
11.9,
11.11,
11.11,
11.11,
8.51,
11.11,
10.71,
10.7,
11.9,
9.52,
10.71,
7.14,
10.81,
7.5,
9.52,
11.43,
9.3,
8.77,
13.8,
12.7,
7.65,
9.1,
0,
10.7,
14.29,
10.71,
4.55,
5,
5,
3.57,
5,
5.56,
7.5,
7.5,
5.56,
18.75,
16.67,
2,
23.21,
25,
14.58,
16.13,
21.48,
0,
16,
16,
16,
16,
0,
0,
0,
0.85,
0.85,
4.84,
0,
0,
9.3,
9.3,
9.3,
4.84,
7.06,
0.56,
9.89,
4.84,
0,
9.52,
6.06,
0,
0,
0,
0.88,
4.84,
10.71,
14.29,
12.5,
12.5,
0,
0,
0,
0,
1.54,
17.86,
14.29,
10.71,
10.71,
10.71,
10.71,
10.71,
20,
20,
14.29,
14.29,
0,
0,
0,
23.33,
4.76,
16.13,
3.57,
0,
0,
0,
0.71,
0.71,
10.71,
5.64,
4.65,
0,
18.75,
20.54,
3.1,
0,
0,
5.71,
0,
3.57,
3.57,
7.14,
3.57,
0,
0,
0,
0,
0,
0,
3.33,
0,
3.33,
0,
3.33,
3.33,
6.67,
6.67,
3.33,
3.33,
3.33,
6.67,
6.67,
6.67,
10.71,
16.07,
4.12,
10.8,
3.33,
3.33,
11.5,
11.5,
10.62,
10.62,
11.5,
3.75,
3.33,
3.33,
3.33,
5.56,
5.48,
4.8,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.85,
3.92,
9.3,
7.05,
5.88,
4,
9.3,
4,
3.85,
3,
3.85,
3.57,
2,
4,
7.69,
10,
10,
13.3,
10,
10,
10,
9.3,
5.1,
3.8,
4.3,
4.9,
6.2,
5.3,
6.5,
3.85,
3.85,
4.8,
11.6,
2,
23.33,
20,
20,
20.93,
23.33,
22,
23.33,
20,
21.43,
20,
20,
20,
20,
20,
20,
21.2,
21.1,
21,
21.2,
20,
20,
20,
20,
20,
20,
20,
20,
20,
20,
20,
20,
20,
11.69,
20,
3.39,
20,
20,
20,
21.4,
20,
20,
21.4,
21.4,
21.4,
21.4,
21.4,
20,
20,
20,
20,
21.4,
20,
20,
20,
10.71,
21.4,
21.4,
21.4,
20,
20,
11.43,
11.43,
22,
11.43,
11.43,
20,
15.2,
20,
0.1,
2.86,
2.86,
2.86,
12.5,
0,
3.2,
3.33,
3.33,
6.61,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.63,
0,
0,
0,
3.38,
0,
7.69,
7.14,
0,
3.03,
3.03,
3.03,
3.03,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
0,
0,
2.86,
0,
8.33,
12.5,
9.09,
8.33,
10,
10,
9.09,
9.09,
16.67,
9.09,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
0,
28.57,
0,
0,
25,
3.54,
2.94,
8.24,
8.57,
8.24,
2.26,
11.29,
9.68,
0,
0,
0,
19,
0.6,
5.26,
5.26,
5.26,
5.26,
4.55,
13.33,
6.67,
15.38,
5.26,
5.26,
5.26,
5.26,
5.26,
5.26,
5.26,
6.45,
7.14,
5.41,
5.41,
0.77,
0,
0.79,
2.41,
5.62,
3.33,
1.23,
2.25,
1.18,
2.41,
2.41,
2.33,
6.82,
1.18,
2.2,
3.23,
2.44,
1.19,
3.16,
2.7,
1.28,
5.62,
2.41,
3.53,
2.38,
2.3,
0,
5.56,
1.23,
3.3,
2.2,
4.6,
1.2,
3.23,
0,
2.68,
2.61,
3.97,
2.91,
1.8,
2.35,
4.13,
1.6,
2.73,
6.18,
6.77,
4.42,
6.57,
4.21,
0.93,
2.56,
3.33,
2.33,
2.3,
5.62,
1.23,
2.22,
1.19,
1.2,
1.05,
2.27,
1.18,
3.57,
4.65,
2.41,
2.35,
1.12,
4.05,
1.18,
6.64,
1,
1.28,
1.18,
2.29,
2.41,
3.33,
4.17,
3.12,
3.12,
4.48,
2.65,
2.86,
1.9,
2.5,
14.29,
1.2,
4.32,
4.42,
2.04,
2.82,
2.48,
2.05,
2.72,
4.42,
3.33,
2.22,
5.62,
5.78,
1.2,
2.27,
3.51,
3.33,
2.5,
4.48,
6.35,
1.64,
3.91,
1.25,
1.12,
1.2,
4.3,
1.14,
2.33,
0,
1.18,
1.3,
3.57,
4.74,
4.74,
4,
4.35,
5.38,
4.65,
1.64,
2.41,
2.72,
3.12,
4,
2.65,
1.18,
1.89,
2.27,
1.06,
2.35,
3.67,
2.44,
2.33,
4.71,
1.04,
5.94,
5.86,
5.56,
5.48,
4.46,
5.5,
3.96,
6.07,
6.81,
4.98,
5.08,
5.16,
4.6,
1.2,
7.28,
1.2,
2.27,
4.49,
3.16,
3.17,
3.88,
3.17,
3.17,
1.69,
1.67,
2.52,
9.01,
7.48,
9.17,
2.7,
5.62,
1.23,
2.22,
2.33,
4.6,
3.23,
2.11,
1.72,
2.78,
3.33,
1.75,
2.44,
2.06,
0.81,
1.18,
2.67,
1.9,
2.08,
1.19,
2.27,
0,
9.3,
9.3,
3.57,
7.5,
10.87,
10.87,
1.35,
1.35,
1.35,
1.35,
1.35,
1.35,
8.33,
6.45,
6.45,
6.9,
3.33,
9.09,
9.09,
10.91,
16.07,
0,
0,
0,
0,
5.63,
5.63,
5.63,
5.63,
5.26,
3.85,
4.69,
4.69,
4.69,
4.69,
4.69,
2.99,
2.99,
3.51,
5.88,
5.71,
5.71,
4,
5.71,
5.71,
0.4,
2.65,
2.65,
2.65,
3.85,
3.39,
1.98,
2.44,
13.9,
1.61,
1.61,
1.61,
1.61,
3.28,
4.8,
32.14,
0.59,
7.27,
2.64,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
14.29,
14.29,
12.5,
14.29,
14.29,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
10.71,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
10.71,
10.71,
12.5,
12.5,
12.5,
12.5,
16.07,
0.4,
13.04,
15.91,
12.5,
19.78,
18.68,
16.07,
20,
25,
0,
0,
0,
0,
5,
0,
0,
0,
7.69,
0,
6.25,
7.69,
15.38,
0,
6.25,
8.3,
0,
0,
6.67,
5,
1.67,
4.3,
1.6,
3.03,
1.67,
1.67,
3.33,
1.6,
3.33,
0,
16.67,
16.2,
14.12,
16.9,
16.9,
10.56,
16.2,
16.2,
16.2,
24.56,
16.2,
10,
10,
10,
8.93,
9.38,
8.33,
8.93,
8.93,
8.93,
10,
11.43,
10,
10,
10.71,
8.93,
10,
10,
7.14,
10,
10,
10.71,
10.71,
8.57,
10.71,
13.27,
14.29,
4.34,
4.34,
4.34,
4.34,
4.34,
5.26,
3.7,
19.05,
3.33,
9.09,
6.98,
3.33,
7.14,
25,
25,
25,
7.14,
25,
25,
40,
40,
15.79,
6.67,
14.29,
25,
25,
15.79,
0,
0,
4.35,
3.96,
25,
25,
25,
25,
25,
25,
25,
3.33,
25,
4.76,
20,
25,
25,
25,
25,
0,
1.43,
0.71,
0,
11.29,
8.06,
11.29,
0,
0,
0,
7.14,
0,
0,
0,
1.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.64,
0,
0,
0,
0,
0.77,
0,
0,
0,
0,
1.67,
1.67,
1.43,
1.43,
0.83,
0.83,
0.83,
0.83,
6.78,
6.88,
0.83,
0,
0.83,
1.6,
1.54,
1.6,
1.6,
1.6,
3.2,
3.2,
2.4,
0.8,
0.61,
0.65,
0.78,
0,
0.83,
1.64,
6.06,
6.06,
1.64,
0,
0,
0,
0.83,
0.81,
0.83,
0,
0,
0,
0,
0,
2.5,
1.54,
1.54,
0,
0,
0,
3.03,
0.83,
0.83,
21.88,
21.88,
0,
0,
0,
0,
21.88,
0,
21.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
19.05,
23.21,
6.67,
10,
0,
4.8,
5.6,
5.6,
4.8,
4.8,
6.07,
4.8,
1.6,
2.4,
8.47,
4.8,
12.5,
7.69,
0,
6.48,
4.86,
5.38,
1.63,
7.32,
2.44,
1.63,
0,
0,
9.84,
0,
0,
0,
0,
16.67,
0,
0,
14.29,
0,
2.63,
25,
12.5,
12.82,
9.3,
12.5,
25,
28.57,
25,
3.33,
3.33,
25,
10.71,
0,
0,
0,
0,
14.16,
2.5,
0,
0,
0,
1.67,
14.12,
18.82,
21.85,
0,
0,
0,
0,
0.81,
1.63,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
6.67,
0,
0,
0,
0,
5.26,
13.33,
0.83,
0.83,
17.86,
17.86,
17.86,
17.86,
16.07,
17.86,
4.65,
4.65,
25,
28.57,
25,
23.81,
23.81,
23.81,
28.57,
9.41,
9.41,
4.12,
4.12,
0,
23.81,
5.26,
6.48,
1.6,
0,
0,
0,
0,
0,
0,
0,
21.43,
0,
0,
7.14,
5,
3.92,
0,
3.92,
0,
4.41,
21.43,
21.43,
21.43,
21.43,
0,
0,
0,
6.06,
6.06,
9.09,
23.21,
8.11,
0,
0,
2.86,
0,
0,
0,
10.34,
14.29,
0,
0,
0,
0,
0,
6.45,
39.29,
0.71,
0.71,
1.43,
0.71,
1.43,
0.71,
0.71,
0,
0,
0,
4.24,
0,
0.41,
7.14,
7.14,
7.14,
7.14,
0,
0,
8.47,
6.67,
9.33,
9.33,
9.33,
9.33,
9.68,
4.88,
8.11,
4.88,
17.14,
42.86,
12.5,
6.25,
6.15,
21.88,
21.88,
25,
42.86,
11.11,
0,
3.23,
5.88,
6.67,
3.03,
3.03,
3.12,
2.94,
6.61,
0,
3.45,
3.45,
10,
10,
0,
0,
6.67,
20.45,
26,
0,
21.88,
21.88,
0,
21.88,
0,
0,
0,
3.33,
1.82,
0.77,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
0,
9.09,
2.5,
2.5,
28.57,
28.57,
23.81,
23.81,
8,
26.79,
0,
0,
0,
6.06,
10.53,
6.15,
3.33,
3.33,
0,
0,
0,
0,
1.6,
3.2,
0.83,
0,
5.38,
10,
6.15,
6.92,
5.38,
5.38,
17.86,
2.5,
8.57,
0,
0,
0,
0,
2.86,
1.61,
1.61,
0,
2.5,
2.5,
10.62,
11.5,
11.5,
3.33,
11.5,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
6.67,
9.09,
8.33,
7.69,
4.62,
3.28,
2.99,
2.99,
2.99,
3.08,
3.08,
3.08,
4.62,
3.08,
3.08,
5.63,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
0,
21.88,
21.88,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
0,
10.71,
7.03,
6.25,
0,
8.84,
8.84,
4,
4,
4,
4,
4,
8,
4,
12.5,
12.31,
21.88,
7.14,
0,
0,
11.43,
0.71,
28.57,
23.81,
23.81,
5.26,
17.86,
17.86,
17.86,
25,
25,
25,
25,
1.43,
7.14,
0,
0,
12.39,
11.5,
12.39,
21.05,
0.81,
0,
10.71,
7.14,
7.14,
4.69,
4.69,
5.26,
22.22,
0.83,
25,
25,
25,
0,
0,
0,
0,
0,
0,
1.56,
6.67,
6.86,
10.34,
4.17,
0.71,
1.43,
6.67,
0,
0,
0,
9.52,
8.67,
8,
8,
8,
8,
5.13,
0,
0,
0,
1.33,
4.17,
12.5,
0.41,
0.82,
7.14,
7.14,
7.14,
7.14,
2.35,
10.29,
0,
0,
0,
8.47,
7.48,
0,
0,
10.71,
9.68,
12.5,
12.5,
6.25,
21.88,
21.88,
25,
39.29,
3.23,
5.88,
6.67,
3.03,
3.12,
2.94,
11.11,
0,
4.65,
3.45,
7.14,
3.12,
1.09,
14.04,
14.04,
0,
25,
21.43,
16.95,
9.21,
8.24,
7.23,
2.38,
13.1,
13.1,
2.38,
2.3,
1.19,
2.35,
8.8,
7.35,
0,
25,
25,
25,
25,
0,
3.33,
2.5,
21.6,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
10,
12.5,
2.5,
5,
12.5,
12.5,
11.11,
0,
0,
0,
16.07,
16.07,
16.07,
16.07,
16.07,
16.07,
16.07,
0,
7.14,
3.57,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
14.71,
13.24,
14.71,
14.71,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
9.52,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
4.35,
4.35,
4.35,
9.52,
0.91,
0.87,
0,
0,
3.33,
3.33,
0,
0,
0.83,
3.33,
3.33,
3.33,
3.33,
0.83,
10.62,
13.27,
11.5,
25,
16.67,
4.76,
0,
5,
0,
7.69,
0,
0,
0,
0,
0,
0,
0.7,
16.67,
13.33,
20,
13.33,
0,
20,
12.94,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.09,
7.14,
7.14,
7.14,
7.14,
10.71,
8.51,
7.14,
7.14,
7.14,
7.41,
7.69,
8.7,
7.69,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
4,
4.76,
0.5,
6.67,
6.67,
0,
0,
0,
0,
12.5,
15.62,
9.38,
9.38,
9.38,
12.5,
14.29,
15.62,
12.5,
15.62,
15.62,
7.14,
7.14,
14.29,
15.62,
15.62,
15.62,
13.51,
13.51,
14.29,
14.29,
14.29,
14.29,
5.26,
12.5,
12.12,
12.12,
12.12,
12.12,
12.5,
11.9,
13.64,
9.38,
12.5,
12.5,
12.5,
12.5,
10.71,
12,
12,
12,
10.71,
10.71,
5.88,
7.08,
13.51,
4.3,
3.57,
10,
3.57,
17.86,
23.08,
3.57,
7.14,
0,
10.71,
3.57,
14.29,
16.67,
14.29,
14.29,
7.14,
0,
5,
0.83,
0.83,
0.83,
0.42,
0.42,
0,
0,
35.71,
35.71,
18.75,
9.47,
8.42,
11.58,
10.71,
12,
9.3,
9.3,
11.43,
3.51,
0,
10.26,
6.25,
0,
0,
0,
0,
0,
17.86,
17.86,
21.43,
21.43,
0,
6.06,
6.06,
10.26,
7.14,
7.14,
7.14,
10.71,
21.88,
21.88,
21.88,
21.88,
7.14,
0.7,
8.33,
0,
4.35,
8.33,
12.12,
12.5,
7.14,
9.52,
11.9,
6.67,
10.7,
10.7,
8.16,
3.12,
7.41,
7.4,
7.14,
7.14,
9.52,
4.65,
2.33,
8.7,
7.5,
0,
0,
7.14,
8.62,
8.33,
8.33,
6.12,
3.7,
3.33,
5.71,
18.2,
5.71,
17.24,
17.24,
10.81,
7.55,
6,
7.02,
6.12,
7.14,
3.85,
8.89,
0,
0,
6.25,
7.41,
13.16,
6.06,
7.9,
8.1,
25,
4,
5.56,
5.56,
2.22,
22.22,
16,
33.33,
33.33,
53.33,
20,
20.41,
19.05,
19.05,
24.49,
8.77,
21.43,
21.43,
16.07,
14.29,
14.29,
16.07,
0,
13.4,
8,
0,
0,
0,
0,
1.5,
14.29,
12.5,
1.1,
6.67,
22.22,
0.71,
0,
1.11,
0.71,
0,
2.06,
0.86,
0,
1.11,
0,
0.71,
0,
1.6,
0,
0,
0,
0,
1.18,
0.8,
1,
1.5,
2,
0.29,
0,
0.29,
0,
0,
0.29,
0,
0,
0.5,
0,
1,
0,
0,
0.8,
0,
0,
0,
1.11,
0,
6.67,
0,
0,
0,
1.33,
0,
0,
2.4,
2.4,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.61,
0.91,
0,
0.3,
4.65,
3.53,
4.04,
4.55,
4.11,
3.61,
3.37,
2.94,
2.86,
12.5,
3.57,
4.41,
5,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.72,
0.83,
0.83,
0.83,
0.72,
0,
0,
0,
0,
0.24,
0,
0,
0,
0,
0.83,
0.67,
0.42,
0,
0.83,
0.83,
0.83,
0.83,
0.83,
0.42,
0.83,
0.83,
0.83,
0.42,
0,
0.42,
0.42,
0.83,
0.48,
0.72,
0.72,
0.72,
0,
0,
0.83,
0,
0,
0.42,
0.42,
0.42,
0.83,
0.42,
0.83,
0.42,
0,
0,
0,
0,
0,
0,
0,
0.61,
6.7,
11.76,
0,
3.57,
15.79,
20.35,
20.4,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
5.26,
5.26,
5.26,
19.3,
19.3,
19.3,
19.3,
0,
0,
0,
0,
0,
0,
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.26,
12.6,
5,
0.7,
0,
0,
10.53,
6.9,
15,
9.67,
5.1,
9.02,
5.88,
5.1,
4.71,
4.31,
9.02,
4.31,
3.92,
4.31,
5.88,
12.5,
15,
10.27,
10.59,
24.78,
26.55,
23.68,
24.56,
9.86,
7.75,
11.27,
6.34,
26.32,
26.32,
8.08,
15.04,
15.93,
15.04,
15.88,
13.46,
16.47,
9.09,
15.29,
32.14,
39.29,
35.71,
32.14,
35.71,
31.58,
32.14,
8.24,
5.88,
9.41,
16.07,
2.1,
40,
40,
3.2,
0,
0,
0.42,
0.42,
0.42,
1.3,
18.18,
20,
6.98,
6.98,
7.02,
5.93,
10.42,
26.79,
13.25,
10.71,
6.82,
7.95,
6.25,
26.67,
26.67,
9.32,
5.14,
8.05,
19.23,
15.38,
15.38,
15.38,
15.38,
19.23,
19.23,
7.14,
16.67,
16.67,
17.86,
17.86,
17.86,
17.86,
14.29,
17.86,
17.86,
17.86,
17.86,
33,
23.8,
3.57,
4.58,
4.58,
4.58,
4.58,
4.58,
5,
4.58,
1.46,
14.29,
5.83,
14.29,
14.29,
5.83,
4.17,
4.17,
3.33,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.17,
4.58,
3.75,
4.17,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
4.58,
8.33,
8.33,
4.58,
12.5,
5.56,
5.56,
5.56,
5.56,
4.35,
4.35,
4.35,
4.35,
5.56,
4.58,
4.58,
4.58,
4.58,
4.58,
43.48,
23.53,
43.48,
50,
44.44,
46.43,
50,
53.57,
50,
35.71,
46.43,
35.71,
32.14,
28.57,
46.43,
39.29,
42.86,
46.43,
53.85,
46.43,
42.86,
26.09,
42.86,
23.08,
19.23,
23.53,
28.57,
28.57,
42.86,
42.86,
46.43,
46.43,
28.57,
28.57,
28.57,
17.86,
28.57,
50,
41.67,
50,
32.14,
53.57,
50,
39.29,
35.71,
39.29,
42.86,
39.29,
39.29,
42.86,
42.86,
46.43,
42.86,
35.71,
35.71,
39.29,
42.86,
42.86,
39.29,
39.29,
42.86,
42.31,
35.71,
42.86,
35.71,
35.71,
42.86,
39.29,
44.44,
38.89,
42.86,
39.29,
39.29,
37.14,
39.29,
39.29,
32.14,
39.29,
46.43,
50,
46.43,
39.29,
35.71,
25,
25,
21.43,
21.43,
42.86,
42.86,
39.29,
21.74,
21.43,
9.52,
9.52,
9.52,
4.76,
3.57,
4.65,
0,
9.52,
3.57,
9.52,
7.14,
3.57,
4.76,
4.76,
9.52,
7.14,
4.76,
4.76,
4.76,
9.52,
9.52,
9.52,
4.76,
7.14,
4.65,
0,
7.14,
9.52,
3.57,
0,
6.98,
2.33,
3.57,
3.57,
0,
3.57,
2.33,
0,
0,
7.14,
0,
14.29,
4.65,
4.76,
9.52,
2.33,
7.14,
7.14,
7.14,
4.76,
4.76,
7.69,
5.26,
4,
5.88,
4,
5.71,
4,
4.35,
0,
0,
0,
2.5,
2.5,
0,
2.5,
2.5,
1.6,
5,
12.5,
7.5,
16.67,
20,
10,
10,
14.29,
6.45,
7.02,
6.67,
13.33,
4.55,
5,
25,
2.03,
3.5,
6.67,
6.67,
6.78,
8,
4,
6.78,
12.28,
7.02,
14.04,
12.28,
7.02,
6.67,
6.67,
6.67,
6.67,
6.67,
6.38,
6.38,
8.7,
8.7,
8.7,
8.7,
8,
6.67,
8.89,
8,
9.52,
3.2,
3.2,
4.8,
4,
4.8,
4,
4.55,
3.57,
6.52,
0.5,
25,
25,
2.35,
3.53,
3.53,
10.2,
7,
5,
2.38,
30,
0,
0,
2.27,
0,
0,
0,
0,
0.79,
0.79,
0,
0.75,
0.6,
0.6,
0.71,
0.6,
1.11,
0.6,
1.43,
1.43,
6.67,
1.32,
6.19,
6.19,
6.25,
11.11,
10,
0,
0,
3.45,
3.45,
0,
0,
3.57,
5.6,
11.11,
0,
3.12,
7.08,
7.08,
5.6,
5.6,
5.31,
1.19,
1.19,
1.19,
3.57,
0.5,
10.26,
7.49,
7.93,
6.17,
7.45,
9.41,
2.94,
8.24,
10.29,
10.71,
8.57,
8,
0,
0,
5.78,
2.38,
2.38,
2.38,
1.64,
1.64,
1.37,
1.37,
0.88,
2.82,
4,
5.6,
25,
35.71,
25,
21.43,
14.29,
25,
16.07,
21.43,
21.43,
19.64,
17.86,
25,
21.43,
25,
25,
32.14,
25,
16.07,
16.07,
21.43,
21.43,
21.43,
21.43,
19.64,
21.43,
21.43,
25,
20,
21.18,
20,
20,
20,
20,
20,
7.93,
6.61,
5.29,
4.41,
7.93,
6.17,
9.69,
3.08,
5.29,
7.93,
4.41,
6.61,
3.08,
4.85,
4.85,
7.93,
5.73,
9.25,
5.73,
4.85,
8.37,
7.49,
5.29,
4.85,
4.85,
6.61,
8.37,
7.05,
6.61,
12.86,
1.28,
3.85,
3.33,
4.71,
4.71,
3.03,
3.39,
3.39,
3.39,
6.78,
3.64,
3.64,
3.75,
5.88,
3.75,
3.03,
5.26,
3.57,
5.56,
3.03,
3.03,
3.03,
3.85,
3.85,
6.78,
4,
2.78,
3.03,
7.69,
3.85,
3.85,
0,
2.63,
2.63,
2.63,
0.5,
9.62,
10.2,
0.5,
0.5,
4.8,
0.8,
0,
1.22,
1.22,
0,
3.27,
1.63,
1.22,
0.82,
2.86,
5.71,
1.22,
2.04,
4.93,
7.75,
5.63,
3.64,
3.75,
3.33,
3.33,
3.33,
1.67,
4.08,
0.82,
8.16,
0,
35.27,
3.3,
5.45,
3.64,
3.64,
2.83,
4.15,
4.24,
1.06,
4.24,
8.33,
8.33,
8.33,
12.94,
3.75,
3.75,
3.75,
3.75,
3.75,
5.45,
5.45,
3.64,
5.36,
5.36,
5.36,
5.36,
3.57,
3.57,
5.17,
5.17,
3.57,
3.57,
7.69,
6.67,
3.57,
6.25,
7.14,
3.57,
5.71,
3.92,
5.36,
5.56,
3.92,
3.92,
7.14,
3.92,
7.14,
4.17,
4.17,
6.67,
4.44,
4.44,
5.05,
4.04,
3.77,
3.77,
6.54,
5.29,
10,
9.43,
12.12,
6.01,
14.1,
17.31,
16.03,
11.58,
9.73,
10.66,
9.02,
11.48,
8.2,
0,
1.18,
4.71,
1.18,
3.53,
2.35,
2.35,
1.18,
1.18,
1.18,
1.18,
1.18,
11.76,
1.18,
1.18,
1.18,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
0,
0,
0,
1.18,
1.18,
1.18,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
0,
0,
6.67,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
18.75,
7.41,
10,
7.41,
7.41,
3.7,
7.41,
0,
0,
0,
7.41,
3.7,
3.7,
0,
0,
3.7,
0,
0,
5,
0,
0,
5,
5,
7.41,
28.57,
17.86,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
25,
21.43,
25,
25,
25,
8.51,
3.64,
3.64,
8.18,
1.77,
0,
0,
0,
0,
3.91,
0,
0,
0,
0,
1.23,
0,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
9.3,
11.11,
6.38,
8.45,
7.02,
0,
0,
0,
19.74,
17.76,
18.06,
18.58,
7.14,
7.14,
15.93,
23.21,
5,
10,
5,
5,
17.2,
12,
20.69,
25,
3.57,
3.57,
7.14,
3.57,
7.14,
3.57,
3.57,
4,
1.32,
0.4,
8.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.96,
3.92,
7.14,
14.29,
3.57,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
3.57,
10,
10,
10,
7.69,
7.69,
6.67,
8.33,
6.67,
10,
10,
10,
10,
7.14,
7.14,
23.08,
23.08,
14.71,
21.43,
21.43,
10,
13.33,
16.67,
15.62,
21.43,
3.57,
25,
10.71,
14.29,
10.71,
10.71,
10.71,
7.14,
14.29,
25,
3.57,
25,
21.43,
28.57,
23.53,
21.43,
21.43,
14.29,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0.82,
13.33,
0.8,
0.83,
0,
0,
6.45,
0,
0,
0,
0,
0.83,
5.38,
5.38,
0,
0,
10.71,
10.71,
9.3,
13.33,
11.11,
6.67,
10.34,
6.25,
7.14,
7.41,
18.52,
11.54,
10.71,
13.21,
7.41,
10.71,
9.68,
0,
0,
0,
0,
0,
0,
0.83,
4,
4,
4,
4,
4,
0,
0,
0,
0,
0,
0,
0.81,
0,
0,
0.81,
0,
0,
4.62,
5.38,
4.62,
5.38,
5.38,
0,
0,
0.83,
0.83,
0.83,
0,
0,
0.83,
0,
0,
0,
0,
0,
0,
0,
5.38,
3.2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
7.14,
6.67,
10.71,
10.71,
6.9,
2.94,
0.83,
0,
0,
0,
0,
0.42,
0,
0,
2.5,
0,
0,
0,
2.17,
0.8,
0.8,
0,
5,
5,
0,
0,
0,
3.33,
3.33,
26.09,
26.09,
28.12,
25,
25,
11.5,
12.39,
11.5,
6.67,
3.33,
6.67,
6.67,
3.57,
3.33,
6.67,
6.67,
0,
12.39,
0,
0,
0,
3.33,
3.33,
8.67,
8.67,
8.37,
8,
8,
8,
8,
10,
8.67,
3.33,
8,
8,
8,
3.33,
8.67,
8,
3.33,
0.83,
0.83,
0.83,
0.83,
2.64,
3.08,
2.94,
2.94,
2.94,
2.94,
2.94,
0,
25,
15.79,
3.57,
25,
25,
25,
25,
25,
25,
21.43,
25,
14.29,
14.29,
15.79,
15.79,
40,
21.43,
12.9,
25,
20.83,
25,
25,
29.17,
25,
3.03,
2.74,
4.48,
0,
0.83,
0.83,
9.14,
10.84,
9.02,
7.06,
7.06,
1.18,
2.35,
1.67,
10.53,
1.33,
5.38,
2.47,
1.12,
5.38,
3.53,
7.56,
10.87,
10.87,
0.71,
0.71,
2.35,
5.88,
1.18,
3.53,
2.35,
1.67,
2.47,
1.12,
5.38,
2.15,
0,
0,
0.71,
5.71,
5.71,
4.55,
5.71,
17.86,
17.7,
17.7,
11.25,
16.47,
0,
15.23,
10.62,
19.21,
7.02,
21.43,
21.43,
21.43,
20,
16.47,
16.47,
12.5,
16,
16.07,
16.07,
0.85,
3.97,
2.65,
3.31,
1.32,
0.85,
3.97,
2.65,
3.31,
5.3,
21.43,
32.14,
2.4,
2.4,
0,
0,
0,
0,
0,
6.67,
6.67,
6.67,
1.59,
1.6,
1.6,
1.6,
14.29,
11.76,
11.3,
12.12,
12.39,
9.68,
10.71,
11.76,
21.88,
21.88,
21.88,
0,
1.6,
0,
0,
0,
10.71,
9.68,
10.71,
10.71,
14.71,
12.5,
11.11,
3.33,
4.69,
4.69,
4.69,
0,
0,
0,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
21.88,
21.88,
0,
25,
25,
8.82,
9.38,
9.3,
11.63,
8.77,
5.06,
2.82,
10,
9.76,
9.3,
7.89,
9.3,
4.55,
2.65,
2.65,
2.65,
7.14,
9.86,
9.86,
8.77,
7.02,
8,
11.76,
9.41,
9.47,
7.14,
0,
19.05,
3.2,
3.2,
21.88,
10.53,
8.7,
8.7,
0,
0,
0,
0,
0,
0.79,
0,
0,
0,
3.2,
12.31,
0,
0.82,
0.82,
0.71,
0.82,
0.82,
0,
0,
1.67,
1.67,
0,
0,
0,
9.84,
7.69,
9.38,
1.18,
6.67,
25,
6.67,
1.67,
4.76,
3.85,
6.67,
6.06,
6.06,
6.06,
9.09,
6.06,
9.09,
6.06,
6.06,
12.5,
12.5,
2.5,
2.5,
1.56,
0.78,
1.64,
0.81,
0.83,
0.83,
0.83,
0.83,
0.83,
2.63,
2.63,
0.83,
0.83,
1.64,
0.83,
0.83,
1.64,
0.83,
0.81,
0.81,
0.81,
0.81,
0.83,
1.64,
1.64,
6.06,
0,
23.21,
2.56,
0,
0,
0,
0,
8.89,
2.94,
0.61,
0,
0,
0,
8.57,
9.52,
2.56,
2.56,
5.13,
0,
0,
0,
10.59,
4.71,
8,
0,
0,
0,
2.03,
2.03,
8.82,
0,
0,
0,
0,
1.2,
2.35,
0,
0,
0,
2.35,
0,
0,
4.41,
8.81,
4.41,
8.37,
26.27,
4.23,
24.31,
13.22,
3.64,
1.16,
7.09,
11.18,
24.12,
22.94,
26.56,
21.83,
1.43,
2.73,
15,
14.71,
2.73,
12.12,
8.82,
9.69,
9.41,
6.47,
7.76,
5.71,
6.67,
6.67,
6.67,
5.71,
20,
3.57,
3.57,
0,
10.53,
15.79,
0,
0,
0,
1.35,
1.35,
1.35,
1.35,
0.42,
0.42,
0.42,
0.42,
0.42,
0,
0,
0,
3.33,
3.33,
3.33,
0,
3.33,
0,
0,
3.33,
3.33,
3.33,
0,
0,
3.33,
0,
3.33,
0,
0,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
0,
0,
2.5,
1.1,
50,
7.14,
2.86,
2.5,
2.5,
2.5,
50,
2.99,
2.99,
0,
0,
0,
0,
0,
0,
6,
6,
12.5,
7.5,
1.84,
7.5,
2.5,
3.33,
0,
0,
2.5,
0,
20,
26.67,
10.71,
6.67,
3.33,
3.33,
0,
2.5,
30,
3.57,
20,
10,
16.67,
16.67,
16.67,
16.67,
23.33,
23.33,
20,
20,
17.86,
16.67,
16.67,
10,
23.33,
33.33,
5,
12.5,
5,
11.11,
10,
7.69,
5,
0,
5.26,
7.5,
15.79,
7.14,
0,
0,
6.67,
2.5,
0,
0,
2.56,
2.5,
16.67,
0,
16.07,
8.51,
0,
6,
6,
6,
8,
8,
12,
12.9,
2.17,
2.27,
2.17,
2.2,
2.17,
0,
0,
0,
0,
22.35,
15.93,
15.93,
2.03,
2.03,
2.03,
2.03,
0,
0,
26.79,
23.21,
4.65,
0,
0,
0,
0,
0,
0,
4.62,
3.57,
3.39,
3.39,
3.39,
3.81,
3.81,
3.81,
3.81,
3.33,
4.24,
5.48,
3.95,
2.78,
5.26,
4,
2.9,
4,
2.86,
3.95,
5.48,
2.67,
1.22,
1.22,
1.22,
1.28,
2.67,
4.35,
2.9,
4.17,
2.99,
3.95,
2.74,
2.86,
5.48,
4,
2.9,
2.9,
2.86,
2.9,
2.67,
3.81,
3.39,
3.39,
3.39,
3.81,
3.81,
7.86,
31,
0,
0,
9.3,
7.14,
2.86,
0,
10.14,
9.17,
9.17,
5.03,
5.92,
4.79,
5.63,
6.41,
9.72,
5.92,
6.94,
9.72,
5.63,
5.03,
7.91,
8.51,
10.14,
6.8,
6.8,
5,
6.45,
5,
5,
6.78,
5.71,
5.56,
6.78,
8.8,
8.62,
9.48,
4.66,
8.8,
6.78,
4.66,
8.8,
4.23,
9.86,
8.45,
9.86,
5.71,
5.71,
4.85,
5.71,
5.71,
5.71,
4.29,
4.76,
5.71,
3.88,
5.71,
5.71,
5.56,
5.71,
6.19,
8.54,
8.65,
8.18,
7.84,
11.65,
8.33,
8.33,
8.33,
11.58,
11.9,
11.58,
7.06,
14.17,
12.77,
14.18,
14.18,
12.06,
9.26,
11.49,
11.49,
6.67,
6.67,
3.33,
6.67,
0,
3.03,
0,
0,
0,
1.64,
0,
0.83,
0.83,
1.64,
0,
0,
0.88,
0,
0.83,
13.33,
25,
12.5,
17.86,
13.33,
3.57,
7.14,
2.5,
2.94,
6.67,
2.35,
6.67,
6.67,
3.57,
23.33,
10,
17.5,
15,
13.33,
17.5,
10.71,
5,
5,
5,
2.63,
12.5,
7.5,
5,
5,
5,
5,
2.5,
7.5,
7.5,
5,
6,
7.5,
8,
2,
0,
20,
0,
2.5,
0,
0,
0,
0,
2.27,
0,
0,
2.27,
0,
2.5,
10,
5,
10,
6.67,
6.67,
0,
3.33,
0.88,
0.44,
3.03,
3.03,
5.26,
4.55,
5,
0,
0.54,
2.33,
5,
5,
5,
5,
0,
0,
0,
0,
0,
0,
0,
0,
5.88,
0.75,
1.54,
1.54,
5.38,
5.38,
6.15,
5.38,
5.38,
5.38,
5.38,
5.38,
4.62,
6.15,
5.38,
5.38,
0.42,
0.42,
0,
0,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
2.56,
2.5,
3.33,
2.5,
2.5,
2.5,
2.5,
2.5,
2.56,
5,
5,
14.29,
0,
17.39,
7.5,
2.86,
3.33,
5,
5,
5,
11.76,
5,
5,
0,
0,
0,
5,
10,
5,
0,
0,
0,
0,
0,
0,
3.33,
12.28,
12.28,
12.28,
12.28,
14.04,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
12.28,
28.57,
28.57,
26.79,
0,
5,
5,
5,
2.5,
0,
2.86,
5.26,
2.86,
0,
0,
0,
0,
0,
0,
0,
23.21,
3.96,
5.29,
5.29,
5.29,
3.08,
14.29,
10.71,
14.29,
12.5,
21.43,
23.21,
12.8,
7.75,
6.25,
6.25,
14.04,
23.21,
23.21,
12.5,
23.21,
23.21,
23.21,
23.21,
14.29,
12.5,
14.29,
8.93,
14.29,
2.64,
12.5,
23.21,
23.21,
16.07,
21.43,
23.21,
18.11,
4.17,
4.17,
6.98,
7.02,
0,
0,
10.39,
5.6,
4,
4.8,
4.69,
5.17,
2.94,
3.41,
4.23,
4.8,
4.8,
5.26,
4.8,
4.8,
4,
4,
1.6,
5.6,
5.6,
10.4,
6.4,
0,
5,
20,
0,
4.35,
0,
0,
9.38,
0,
4.35,
3.33,
1.18,
0,
0,
0,
6,
10.71,
0,
6.9,
2.13,
2.08,
0,
7.14,
10.71,
31.75,
31.75,
17.86,
10.62,
18.58,
16.81,
16.81,
18.58,
6.41,
3.33,
3.33,
2.92,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.33,
3.23,
3.75,
5.71,
2.11,
0.62,
3.31,
7.19,
1.18,
1.18,
10.1,
0,
0.82,
0.83,
0.82,
0.79,
0.82,
10,
10,
11.11,
3.57,
0,
10,
10,
3.57,
6.67,
3.33,
0,
1.67,
12.18,
12.55,
12.18,
12.55,
12,
10.84,
12.8,
9.64,
11.82,
18.82,
20.24,
0,
0,
0,
0,
3.33,
3.33,
2.5,
0,
0,
0,
0,
1.18,
1.18,
0,
0,
0,
5,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
4,
5.88,
2.13,
5.88,
4,
6.19,
5.31,
2.42,
2.42,
2.42,
1.61,
2.3,
2.42,
2.42,
2.42,
1.61,
1.28,
2.3,
2.3,
2.5,
1.94,
1.15,
7.9,
4.29,
5.26,
5.26,
2.67,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.23,
10.53,
10.53,
3.23,
4.35,
3.57,
4.17,
4.35,
6.67,
6.25,
4,
4,
3.57,
3.85,
8.33,
3.45,
3.03,
2.78,
3.12,
4,
4,
4,
8,
4,
7.41,
3.12,
5.56,
8.33,
7.41,
3.57,
3.7,
7.69,
0,
6.67,
8.1,
16.67,
13.16,
14.91,
14.91,
3.12,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
7.14,
0.77,
7.14,
2.5,
2.5,
2.5,
2.5,
5,
5,
2.5,
2.5,
5,
5,
5,
5,
5,
5,
4,
5,
2.5,
5,
5,
2.5,
2.5,
5,
2.5,
8.9,
0,
10.62,
3.39,
0,
10.71,
10.71,
10.71,
10.71,
0,
3.57,
0,
0,
0,
0.24,
1.69,
0.42,
0.42,
42.86,
39.29,
35.71,
35.71,
39.29,
35.71,
39.29,
39.29,
35.71,
35.71,
0,
2.5,
2.5,
2.5,
22.86,
20,
22.22,
20,
15.62,
2.7,
10.34,
15.62,
20.51,
22.22,
10.81,
0,
27.5,
13.89,
0,
2.86,
12.5,
0,
10.53,
10.81,
7.14,
7.14,
10.71,
5,
10.81,
0,
0,
8.11,
20.59,
16.67,
14.29,
17.5,
2.5,
5,
10,
10,
10,
2.5,
10,
7.5,
7.5,
10,
10,
10,
2.5,
10.81,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
7.5,
10,
2.5,
10,
3.57,
7.14,
0.28,
18.18,
20.45,
15.91,
18.18,
18.18,
18.18,
15.91,
15.91,
5,
5,
6.67,
1.76,
6.45,
4.84,
5.26,
6.62,
7.35,
6.25,
6.25,
0.83,
3.67,
5,
4,
8.51,
8.86,
8.86,
6.67,
10,
10,
7.14,
3.57,
7.14,
7.14,
7.14,
10.71,
3.57,
3.57,
11.9,
9.62,
11.9,
0,
13.33,
8.89,
13.33,
13.33,
11.11,
8.89,
13.33,
9.09,
9.55,
9.15,
9.33,
6.88,
1.59,
0.8,
0,
0,
0,
12.5,
12.5,
0,
25,
28.57,
26.32,
26.32,
26.09,
2.86,
10.71,
10.71,
2.35,
3.53,
0,
0,
25,
28.57,
25,
28.57,
21.43,
28.57,
21.43,
0,
0.85,
0,
0.83,
21.43,
5.26,
5.26,
3.33,
3.33,
10.62,
10.62,
10.62,
11.5,
0.71,
25,
25,
10.71,
7.14,
17.86,
25,
25,
17.86,
17.86,
17.86,
21.43,
17.86,
5,
17.86,
21.43,
7.14,
1.18,
2.74,
2.74,
4.23,
4,
2.78,
2.53,
4,
3.75,
3.12,
3.17,
3.12,
2.47,
2.9,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
6.67,
3.2,
2.4,
2.4,
2.42,
2.4,
0,
1.61,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
2.4,
3.33,
0,
3.45,
0,
1.6,
2.4,
1.6,
3.17,
1.6,
1.6,
3.12,
0,
0,
3.33,
0,
0,
0,
0,
3.23,
3.33,
1.63,
1.63,
0,
0,
0,
0,
3.33,
1.6,
3.12,
1.64,
1.64,
0,
0,
0,
0,
0,
0,
10,
6.67,
6.18,
7.35,
7.94,
5.59,
6.47,
6.41,
5.45,
6.09,
6.73,
6.41,
12,
12.7,
10.07,
9.65,
9.16,
12.07,
11.36,
8.59,
10.79,
0,
0,
0,
8,
8,
8,
8,
0.81,
0.81,
1.63,
0.81,
1.63,
0,
3.33,
0,
0,
3.33,
0,
0,
0,
0,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
8,
7.52,
7.52,
5.64,
5.64,
7.52,
5.64,
7.52,
7.52,
7.14,
7.14,
7.14,
7.14,
10.71,
7.14,
3.57,
7.14,
7.14,
7.14,
5.2,
6.1,
4.69,
7.14,
3.57,
7.14,
3.57,
3.57,
7.14,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.52,
3.52,
3.57,
3.57,
9.39,
9.39,
7.14,
9.39,
7.04,
7.14,
7.14,
7.14,
7.14,
6.51,
7.14,
9.39,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.04,
7.14,
7.14,
9.39,
7.14,
7.14,
7.14,
7.14,
7.04,
7.14,
9.39,
2.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.79,
0,
0,
3.57,
4.88,
4.65,
5,
5,
5,
5.26,
5,
7.14,
7.14,
5,
5,
5.26,
2.5,
5,
5.41,
7.14,
5.13,
5,
0,
9.4,
6.67,
6.25,
0,
5.17,
5.56,
1.6,
26.67,
0,
0,
0.71,
0.71,
0.71,
1.18,
4.17,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.17,
0,
0,
0,
0,
0,
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.67,
1.67,
1.67,
1.67,
0,
0,
0,
0,
0,
0,
0,
0.97,
3.38,
3.38,
3.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.03,
3.03,
4.29,
3.03,
3.03,
3.03,
6.06,
3.03,
3.03,
3.03,
3.03,
3.03,
3.03,
3.03,
1.32,
3.03,
3.03,
3.03,
3.03,
3.03,
4.55,
3.03,
4.29,
4.29,
1.32,
4.29,
5.71,
4.55,
3.03,
4.29,
7.14,
4.29,
4.29,
4.29,
4.6,
4.6,
6.9,
4.6,
4.6,
4.6,
4.6,
4.6,
4.29,
5.13,
5.13,
5.13,
5.13,
5.13,
4.29,
4.29,
4.29,
7.14,
4.29,
4.29,
4.29,
4.29,
3.03,
3.28,
4.92,
3.28,
3.28,
4.41,
4.41,
4.41,
4.41,
4.41,
5.88,
3.03,
3.03,
1.64,
3.28,
4.29,
1.64,
4.23,
4,
5.48,
3.03,
3.03,
3.03,
3.03,
3.03,
4.55,
3.03,
6.06,
3.03,
3.03,
3.03,
1.16,
1.18,
6.12,
3.49,
3.77,
2.6,
10,
6.9,
9.68,
7.23,
4.65,
10,
10,
7.06,
12.09,
4.8,
9.9,
0,
0,
0,
0,
0,
5.8,
2.85,
6.67,
7.14,
0.78,
7.14,
0.83,
6.45,
12.12,
0,
21.43,
21.43,
21.43,
25,
21.43,
6.36,
6.36,
6.36,
6.36,
6.36,
6.36,
6.36,
21.21,
21.21,
21.21,
6.45,
6.25,
6.45,
6.67,
6.25,
6.25,
3.12,
6.25,
6.25,
6.45,
6.25,
21.43,
4.17,
6.25,
6.25,
6.25,
21.43,
25,
21.43,
21.43,
21.43,
25,
10.3,
8.85,
11.43,
20,
22.22,
7.08,
0,
0,
0,
0,
10.9,
3.12,
8.55,
25,
21.43,
22.22,
4.55,
4.35,
40,
17.86,
14.29,
23.81,
23.81,
7.14,
7.14,
7,
17.86,
17.86,
4.55,
17.86,
5,
7.14,
6.45,
22.22,
3.12,
3.57,
7.14,
25,
23.81,
23.81,
23.81,
23.81,
23.81,
23.81,
0,
0,
0,
10.9,
4.17,
25,
7.14,
17.86,
17.86,
17.86,
21.43,
0,
8.55,
21.43,
21.43,
25,
3.33,
0,
3.33,
6.45,
0,
21.43,
23.53,
23.53,
13.27,
13.27,
14.29,
13.27,
3.45,
40,
40,
3.12,
3.12,
3.33,
3.23,
9.17,
9.17,
9.32,
9.4,
9.4,
9.32,
8.55,
8.85,
8.85,
8.85,
8.55,
8.85,
4.35,
8.55,
8.47,
11.11,
3.33,
3.33,
1.09,
4.55,
19,
3.57,
17.86,
14.29,
17.86,
6.45,
6.45,
6.45,
7.14,
7.14,
6.25,
7.14,
6.45,
4.55,
4.55,
14.29,
4.65,
0,
0,
0,
0,
0,
0,
9,
12.86,
12.7,
0,
6.45,
6.45,
25,
25,
3.57,
17.86,
6.25,
4.62,
6.57,
0,
0,
0.48,
0.48,
0,
0,
0,
0,
20.63,
19.05,
19.05,
20.63,
19.05,
4.17,
8.06,
6.45,
26.09,
9.09,
9.09,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
10,
5,
7.5,
10,
5,
25,
10.87,
10.87,
10.87,
28.57,
28.57,
28.57,
27.27,
25,
25,
21.43,
25,
25,
28.57,
3.33,
5,
5,
3.33,
5,
6.67,
3.33,
3.33,
3.33,
40,
3.33,
7.14,
6.67,
0,
25,
25,
25,
25,
25,
25,
25,
25,
23.81,
25,
21.43,
25,
5.92,
22.73,
28.57,
27.27,
28.57,
28.57,
23.81,
19.05,
19.05,
23.81,
21.43,
7.14,
25,
28.57,
25,
35.71,
20,
20,
28.57,
25,
25,
25,
25,
25,
9.68,
25,
25,
9.68,
21.43,
25,
25,
25,
40,
25,
35.71,
11.29,
28.12,
6.67,
21.43,
14.29,
14.29,
3.23,
28.57,
25,
25,
25,
28.57,
25,
25,
23.33,
25,
25,
25,
23.33,
23.33,
23.33,
21.43,
25,
25,
25,
25,
23.33,
8.06,
25,
25,
25,
25,
25,
28.57,
25,
25,
25,
28.57,
25,
21.05,
14.29,
15.79,
15.79,
21.05,
0,
0,
20.83,
25,
3.45,
7.02,
7.69,
5.88,
5.88,
0,
0,
9.68,
8.06,
3.57,
3.33,
7.14,
3.57,
7.14,
7.38,
17.61,
21.18,
4.26,
2.46,
5.41,
4.72,
2.6,
2.14,
3.57,
0.91,
5,
2.22,
2.14,
2.22,
2.22,
2.14,
1.48,
0.91,
2.14,
3.57,
5,
3.57,
0,
0,
0,
4.03,
8.59,
10,
7.21,
5.84,
6.38,
9.18,
7.47,
6.76,
6.56,
6.04,
3.33,
4.17,
4.17,
4.17,
0,
0,
0,
3.33,
4.17,
4.17,
4.17,
3.75,
3.33,
0,
4.17,
4.17,
4.17,
3.75,
5,
3.33,
0,
0,
0,
4.58,
4.58,
0.42,
0.42,
0.83,
0.83,
0.83,
3.33,
3.33,
3.33,
3.33,
9.73,
10.62,
10.62,
10.62,
10.62,
11.5,
11.5,
10.62,
3.33,
5.73,
0,
0,
0,
0,
4.17,
0,
0,
25,
25,
29.17,
0,
0,
6.47,
6.47,
0,
0,
0,
11.5,
10.62,
11.5,
0.75,
3.33,
0.83,
11.5,
3.52,
2.94,
3.53,
3.53,
8.24,
0,
0,
2.94,
2.14,
5.16,
7.51,
7.05,
3.94,
4.52,
3.94,
4.8,
3.38,
4.52,
0,
0,
6.67,
0,
4.09,
5.26,
4,
6,
3.57,
0,
4.92,
3.03,
3.03,
0,
0,
3.64,
3.57,
3.57,
3.57,
4.48,
4.55,
2.99,
4.92,
4.92,
3.08,
4.92,
1.19,
5.62,
5.95,
1.2,
2.47,
2.35,
1.23,
3.33,
2.47,
2.25,
2.27,
2.38,
2.38,
2.38,
2.38,
2.38,
2.38,
2.38,
2.35,
2.38,
3.12,
2.5,
2.5,
5,
0.83,
23.53,
17.86,
17.86,
1.67,
1.67,
0,
1.67,
0,
1.67,
1.67,
1.67,
1.67,
11.54,
7.02,
8.77,
5.71,
5.45,
0,
21.43,
14.29,
14.29,
40,
40,
20,
40,
25,
25,
21.43,
17.86,
25,
25,
40,
11.29,
10.22,
10.69,
10.87,
9.57,
3.23,
3.23,
3.23,
4.84,
1.18,
1.18,
1.23,
1.18,
1.18,
4.23,
2.82,
4.23,
2.99,
2.99,
4.48,
2.99,
4.48,
2.99,
2.99,
4.48,
2.99,
4.48,
2.99,
2.99,
4.84,
2.99,
2.99,
2.99,
4.84,
4.84,
4.84,
2.99,
5.97,
2.99,
4.84,
4.84,
4.84,
4.84,
4.84,
2.99,
2.99,
4.48,
0.71,
3.57,
5.05,
9.02,
11.02,
12.5,
8.53,
7.06,
5.88,
11.01,
9.66,
8.28,
11.03,
8.97,
10.71,
10.71,
6.14,
8.82,
7.14,
7.14,
13.33,
3.33,
10.71,
10.71,
10,
2.63,
2.63,
10,
10.71,
10.71,
8.93,
10.71,
3.23,
3.23,
3.23,
3.33,
3.85,
2.65,
12.28,
2.5,
8.93,
8,
9.3,
4.55,
8,
10,
11.11,
8.89,
8.89,
11.11,
8.89,
8.89,
5.26,
3.7,
9.3,
3.45,
2.63,
5.26,
5.26,
5.26,
5.26,
10.96,
2.63,
14.29,
0,
14.29,
3.51,
11.43,
6.43,
6,
8,
3.33,
15.38,
2.63,
3.7,
5.36,
2.08,
10.71,
7.14,
8,
4,
11.63,
7.14,
7.14,
7.14,
7.14,
2.63,
2.63,
12.39,
10.9,
10.92,
11.63,
10.61,
8.66,
11.11,
7.14,
8.24,
8,
8,
10.71,
10.64,
9.86,
3.7,
8,
8,
8,
10.71,
10.71,
9.3,
7.14,
9.3,
7.04,
9.3,
7.14,
3.57,
3.57,
8,
8,
5.26,
7.32,
6.56,
6.67,
10,
10.26,
5.88,
9.68,
10.71,
7.14,
7.02,
10.53,
6.67,
6.98,
10.71,
11.76,
3.45,
3.45,
9.41,
1.67,
1.67,
24.71,
7.06,
7.06,
20,
20,
12.39,
14.12,
15.04,
18.58,
17.7,
24.56,
17.7,
16.96,
0.83,
0.83,
8.8,
8.94,
10.57,
9.38,
0,
2.3,
3.33,
0,
3.33,
3.16,
3.33,
5.62,
0,
0,
6.67,
22,
17.86,
19.64,
21.43,
19.64,
25,
17.86,
17.86,
17.9,
17.86,
32.14,
25,
17.54,
17.86,
20,
10.71,
18.75,
17.86,
17.86,
0,
4.9,
3.27,
3.67,
2.44,
1.63,
2.45,
1.22,
4.08,
2.04,
2.86,
5.31,
2.45,
16.07,
35,
10.71,
8,
8,
10.71,
8.33,
8.93,
7.89,
7.89,
8.93,
10.71,
10.71,
9.21,
11.63,
6.38,
7.69,
13.46,
9.62,
7.69,
7.14,
9.43,
9.43,
6.06,
6.67,
8.33,
8.33,
7.14,
8.51,
10,
14.29,
8.77,
14.63,
19.64,
16.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.45,
5.41,
8.89,
3.33,
14.29,
0,
1.67,
0,
0,
4.76,
1.75,
0,
7.14,
34.78,
11.54,
7.69,
7.32,
9.76,
10.34,
7.14,
6.06,
12.5,
6.67,
9.33,
9.33,
9.33,
6.67,
6.25,
9.38,
8.47,
3.45,
3.85,
3.23,
25.68,
0,
0,
2.35,
2.65,
1.77,
2.65,
3.19,
2.65,
14.29,
14.29,
14.29,
3.19,
2.35,
3.53,
0,
0,
0.79,
7.41,
7.14,
7.14,
3.57,
10.71,
10.71,
10.71,
10.71,
7.14,
7.14,
10.71,
10.71,
10.71,
25,
25,
16.67,
25,
20,
25,
16.67,
17.86,
21.43,
7.14,
13.33,
13.33,
13.33,
13.33,
13.33,
10,
16.67,
20,
16.67,
16.67,
13.33,
13.33,
13.33,
13.33,
16.67,
21.88,
21.88,
16.13,
5,
11.11,
5,
6.67,
6.67,
3.12,
3.12,
2.94,
42.86,
0,
0,
0,
0,
0,
6.9,
7.14,
6.9,
6.67,
6.67,
7.14,
7.14,
7.14,
7.14,
17.86,
20,
28.57,
28.57,
12.5,
21.16,
21.43,
0,
13.33,
6.25,
11.43,
6.25,
0,
7.69,
4.55,
0,
4.76,
9.09,
10,
5.71,
3.03,
3.03,
5.88,
10.71,
10,
6.67,
6.67,
2.86,
7.14,
7.14,
6.06,
3.45,
4.76,
4.76,
5.71,
6.25,
7.14,
5.71,
5.71,
3.57,
9.38,
6.25,
3.33,
5.71,
3.33,
3.33,
3.03,
13.33,
3.45,
10.71,
9.09,
2.94,
3.7,
8.47,
8.47,
3.03,
3.12,
7.41,
6.67,
9.38,
6.25,
6.67,
6.25,
6.67,
6.67,
12.5,
11.11,
0,
0,
0.42,
0,
0,
0,
0,
0,
0.42,
0,
29.41,
0.42,
0.42,
0,
0.81,
0,
0,
0.81,
0,
0,
0,
6,
6.38,
6.38,
0.81,
1.64,
0,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0.81,
0,
0.81,
0,
0,
0,
0,
0,
0,
0,
0,
0.8,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
1.6,
1.6,
1.6,
1.6,
2.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.2,
0.8,
0.8,
2.4,
0,
1.67,
3.33,
1.64,
3.03,
0,
0,
0,
0,
0,
0,
21.43,
26.79,
0.61,
5.98,
3.29,
6.21,
6.34,
7.41,
5.47,
10.53,
1.56,
0,
1.67,
0,
3.52,
1.92,
4.7,
4.52,
0.83,
0.86,
0.83,
0.83,
0.83,
0.83,
0,
0.81,
0.83,
0.83,
0.83,
0.83,
0.8,
1.59,
6.92,
5.38,
5.38,
2.87,
3.59,
3.6,
3.67,
3.2,
4.8,
4.8,
4.8,
5.38,
5.38,
5.38,
5.38,
6.15,
6.15,
0,
0,
0,
0,
0.77,
19.05,
26.79,
23.21,
26.79,
7.63,
1.25,
0.42,
0.81,
2.44,
1.63,
1.22,
1.63,
1.67,
1.67,
0.42,
1.25,
0.83,
0,
2.44,
4.35,
0.42,
0,
0.81,
2.44,
2.44,
1.63,
7.32,
1.63,
2.44,
1.63,
2.44,
1.63,
3.27,
3.27,
2.86,
2.45,
2.86,
3.27,
2.45,
2.04,
14.29,
12.5,
10.53,
0,
12.5,
2.94,
2.94,
5.26,
6.67,
10,
34.78,
6.67,
0,
5.26,
5.67,
6.78,
5.26,
0,
0,
2.85,
14.29,
12.5,
14.29,
14.29,
12.5,
12.5,
12.5,
12.5,
14.29,
12.5,
11.97,
9.86,
9.86,
11.97,
0,
0,
0,
5.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.88,
21.88,
21.88,
21.88,
21.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.7,
0,
2.7,
15.15,
10,
12.9,
9.3,
2.78,
3.33,
0,
3.33,
0,
3.33,
0,
0,
0,
0,
0,
0,
13.33,
0,
12.5,
0,
0,
0,
0,
6.67,
6.67,
0,
0,
8.57,
10.53,
9.68,
14.29,
1.67,
1.67,
6.06,
6.06,
1.64,
1.64,
1.59,
1.64,
1.6,
0.8,
1.67,
0.83,
1.67,
1.67,
0,
0,
0,
2.94,
0,
0,
1.67,
0,
0,
0,
0,
0,
1.6,
2.4,
0.83,
1.6,
1.6,
1.6,
3.2,
0,
0.81,
0.81,
1.64,
1.67,
2.84,
1.44,
1.48,
1.56,
1.67,
0,
1.67,
1.67,
1.61,
1.61,
16.67,
0,
16.67,
0,
0,
0,
11.11,
0,
0,
0,
0,
0,
19.44,
19.44,
20,
23.68,
22.22,
24.44,
24.32,
9.3,
6.67,
8.57,
11.9,
3.85,
3.85,
3.85,
3.85,
5.77,
0,
0,
0,
0,
0,
0,
0.42,
11.9,
10.71,
7.41,
9.09,
6.67,
6.67,
6.67,
9.09,
7.41,
11.11,
11.11,
0.87,
0,
0,
17.78,
4.08,
3.4,
4.08,
4.08,
12.5,
12.5,
12.5,
12.5,
12.5,
12,
11.9,
11.43,
12.86,
11.5,
11.22,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.56,
0,
0,
25,
25,
25,
25,
6.67,
2.5,
2.5,
0,
2.5,
0,
2.5,
0,
5,
5,
10,
2.03,
2.03,
2.03,
6.67,
0,
0,
7.14,
7.5,
4.65,
0,
0,
0,
5.13,
0,
0,
4.65,
0,
5.26,
4.88,
0,
0,
0,
0,
0,
0,
0,
0,
4.65,
0,
0,
0,
8.24,
4.17,
9.41,
1.18,
11.5,
7.96,
10.62,
9.73,
8.85,
12.39,
7.14,
1.28,
10,
21.43,
20.59,
1.18,
1.18,
2.35,
1.18,
8.11,
10,
5,
10,
17.86,
6.33,
1.18,
21.43,
10.71,
17.86,
17.86,
21.43,
17.86,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.15,
2.03,
6.45,
5.71,
0,
3.85,
0,
0,
0,
0,
7.14,
21.43,
25,
25,
4.41,
2.94,
4.41,
2.94,
2.94,
1.3,
4.29,
18.58,
4.17,
6.25,
0.77,
15.04,
0,
0,
6.25,
6.67,
16.67,
2.4,
1.63,
2.45,
0,
4.65,
3.33,
21.88,
0.91,
0.95,
8,
2.14,
2.14,
2.86,
2.86,
5,
5,
2.14,
9,
4.08,
0.83,
0,
0,
1.64,
2.65,
1.77,
1.77,
20,
20,
16.67,
23.33,
23.33,
23.33,
26.67,
20,
10,
16.67,
16.67,
20,
20,
13.33,
20,
16.67,
13.33,
20,
23.33,
3.33,
3.33,
3.33,
13.33,
6.67,
10,
13.33,
10,
3.33,
16.67,
20,
3.85,
10,
10.71,
8.33,
5.41,
25,
0,
0,
0,
0,
10,
0,
0,
0,
0,
1.6,
3.2,
2.4,
1.6,
0.8,
3.2,
2.38,
2.38,
2.38,
1.64,
4,
11.43,
10.29,
1.19,
6.45,
0,
0,
0,
0,
29.41,
10.71,
10.71,
16.67,
13.33,
3.57,
3.33,
0,
0,
0.42,
4.62,
6.15,
5.38,
12.5,
25,
21.43,
25,
25,
6.98,
8.11,
11.76,
9.68,
12.5,
17.86,
13.95,
14.29,
16.07,
16.07,
17.86,
14.29,
16.07,
14.29,
19.47,
67.86,
6.9,
6.67,
6.9,
3.33,
86.36,
7.14,
16.67,
0,
0,
0,
0,
11.11,
16.67,
25,
25,
0,
0,
5,
0,
0,
0,
0,
12.5,
2.5,
17.5,
5,
7.89,
7.69,
0,
0,
0,
0,
5.88,
5.13,
14.29,
6.15,
6.15,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
2.86,
0,
4.65,
0,
0,
6.67,
3.85,
11.11,
4.76,
3.85,
0,
0,
0,
0,
2.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.85,
20,
0,
0,
0,
0,
0,
11.11,
16.67,
11.11,
0,
11.11,
0,
0,
0,
0,
3.33,
7.14,
3.85,
3.85,
3.85,
3.85,
6.67,
13.33,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
8.51,
12.5,
12.5,
12.5,
12.5,
8.57,
8.57,
8.57,
8.7,
10,
7.14,
7.14,
7.14,
5.66,
7.14,
7.14,
7.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.9,
6.9,
0,
0,
0,
0,
0,
6.15,
5.38,
4.62,
5.38,
4.62,
6.4,
4.62,
4.62,
3.2,
2.59,
2.59,
1.74,
2.61,
0.83,
6.92,
6.15,
6.25,
0,
5,
12.5,
0,
6.67,
6.67,
2.22,
10.47,
1.18,
4.62,
0,
0,
0,
11.5,
3.57,
3.57,
20.83,
7.14,
7.14,
25,
40,
9.68,
7.96,
3.33,
0,
0,
3.33,
0,
3.33,
3.33,
0,
3.33,
0,
0,
0,
2.96,
0,
0,
0,
0,
0,
3.57,
7.02,
7.41,
8.4,
5.69,
7.14,
7.14,
7.14,
3.57,
0,
14.29,
6.67,
15,
2.5,
2.5,
0,
2.5,
7.14,
0,
0,
4.76,
0,
6.67,
3.33,
3.33,
6.67,
3.33,
3.57,
0.83,
1.54,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
7.14,
27.78,
3.03,
6.06,
3.03,
2.94,
2.22,
3.33,
8,
13.33,
21.43,
10,
4.76,
16.67,
16,
0,
6.67,
0,
20.54,
20.54,
17.86,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.26,
0,
0,
12.5,
0,
0,
3.85,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
10,
0,
0,
0,
0,
16.67,
0,
11.11,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
0,
0,
0,
0,
0,
14.29,
0,
0,
0,
0,
0,
0,
0,
14.29,
10,
0.41,
0,
0,
0,
0,
10.2,
0,
9.62,
3.45,
3.45,
3.33,
3.33,
6.16,
8.33,
8.63,
8.57,
10.34,
8.63,
9.09,
7.86,
4.76,
16.81,
8,
6.67,
0,
0,
17.86,
11,
17.86,
21.43,
0,
21.43,
21.43,
21.43,
0,
3.33,
20,
17.86,
17.86,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
20,
25,
21.43,
21.43,
6.43,
0,
9,
6.45,
4,
5.41,
3.33,
3.33,
3.33,
4,
6.45,
6.41,
3.12,
2.5,
2.78,
5.56,
8.33,
5,
8.93,
19.4,
20,
16,
50,
14.67,
14.29,
21.18,
21.18,
30.43,
50,
50,
50,
18.58,
23.21,
16,
12.39,
14.16,
17.86,
30.43,
29.41,
27.27,
25.49,
44.19,
23.53,
0.42,
0,
0,
0,
0,
13.33,
0,
0,
7.04,
7.04,
7.14,
7.14,
7.14,
7.14,
64.29,
7.14,
4.03,
57.14,
4.69,
57.14,
7.52,
7.52,
7.14,
7.14,
14.29,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
3.57,
64.29,
57.14,
57.14,
57.14,
57.14,
57.14,
64.29,
57.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
5.71,
8.57,
1.87,
8.57,
0,
5.71,
4.71,
3.53,
20,
18.18,
5.71,
7.14,
11.29,
9.52,
11.43,
5.71,
10.71,
9.09,
1.6,
8.89,
14.58,
14.58,
8.77,
5.71,
8.57,
10,
10,
10,
8.89,
8.51,
7.14,
5.71,
8,
8.16,
7.14,
14.29,
10.71,
10,
10,
10.53,
8.16,
8.16,
0.78,
7.14,
8.57,
5.71,
7.69,
7.14,
4.44,
7.14,
7.84,
8.33,
7.14,
7.14,
3.7,
9.43,
9.38,
6.67,
9.68,
7.14,
7.69,
10,
2.25,
7.27,
6.12,
7.14,
17.14,
15.15,
1.15,
1.19,
0.71,
0.71,
10.42,
1.12,
10,
6.45,
12.9,
3.23,
3.23,
7.69,
2.35,
7.14,
14.29,
9.38,
9.68,
9.38,
9.68,
5.36,
18,
18,
16.67,
12.5,
12.5,
5.71,
7.14,
7.14,
7.14,
7.14,
10.71,
10.71,
10.71,
10.71,
10.71,
5.71,
17.86,
17.54,
8.33,
8.16,
16.67,
16.67,
14.29,
4.55,
13.33,
8.89,
16.67,
15.15,
17.14,
7.14,
8.89,
14.58,
2.35,
2.35,
2.35,
4.71,
2.35,
1.18,
2.35,
1.18,
3.53,
2.35,
4.71,
2.35,
20,
2.35,
1.18,
1.18,
2.35,
0.8,
5.71,
8.89,
6.67,
9.8,
6.25,
9.8,
12.5,
13.33,
8.89,
8.89,
16.67,
16.67,
15.15,
10,
10,
8.89,
0.71,
0.71,
0,
0,
0,
0,
0,
0,
10,
8.62,
8.77,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
5,
2.5,
0,
2.7,
2.5,
2.5,
0,
0,
5,
0,
0,
0,
5,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
10.34,
21.6,
0,
0,
0,
6.67,
1.67,
10.34,
10.34,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
5,
5,
2.63,
2.63,
2.63,
2.63,
2.63,
2.63,
5,
3.33,
2.78,
2.78,
2.63,
5,
5,
5,
5,
3.57,
7.14,
2.27,
2.27,
2.27,
2.5,
7.14,
7.14,
7.14,
1.76,
3.57,
3.57,
3.57,
3.57,
0,
0.42,
0.42,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1.3,
1,
0,
0,
0,
0,
4.83,
0.42,
13.33,
0,
0,
0,
6.67,
0,
16.67,
9.3,
7.14,
7.14,
3.33,
3.39,
3.39,
3.81,
11,
6.2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.12,
0,
3.12,
0,
0,
0,
0,
0,
3.12,
0,
0,
0,
3.12,
0,
0,
0,
0,
0,
0,
5.71,
8.57,
0,
6.9,
21.43,
21.43,
12.28,
6.25,
6.25,
12.28,
0,
0,
23.21,
25,
16.2,
20.35,
16.9,
17.97,
23.44,
20,
21.43,
21.43,
8.72,
7.69,
7.69,
6.67,
6.67,
10.71,
10.71,
16.07,
20.59,
8.93,
0.51,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
6.67,
6.67,
6.67,
17.86,
16.07,
17.86,
17.86,
17.86,
17.86,
14.29,
14.29,
17.86,
17.86,
17.86,
19.64,
14.29,
14.29,
14.29,
14.29,
16.67,
16.67,
14.29,
14.29,
12.5,
12.5,
17.86,
17.86,
19.3,
17.86,
17.86,
17.86,
17.86,
21.43,
17.86,
17.86,
21.43,
16.43,
18.57,
16.96,
19.64,
16.96,
20.53,
20.53,
20.53,
19.64,
20.42,
17.86,
14.29,
16.67,
15.29,
15.29,
23.21,
17.86,
19.64,
19.64,
21.43,
9.05,
7.32,
3.57,
4.76,
6.25,
4.76,
5.41,
5.41,
6.25,
10.71,
5.41,
3.33,
3.33,
3.33,
3.33,
12.5,
12.5,
10.71,
10.71,
3.81,
2,
2,
2,
4,
4,
3.26,
4,
3,
3,
3,
3,
3.81,
3,
5.71,
1.04,
0,
2.86,
3.81,
3.81,
3.77,
3.77,
3.77,
1.89,
1.89,
1.89,
1.89,
14.29,
7.86,
5.71,
5.71,
0.84,
0.84,
0.84,
1.27,
14.29,
6.4,
6.4,
10.71,
10.71,
0,
0,
0,
0,
0,
0,
10.71,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
7.14,
3.57,
7.14,
7.14,
10.71,
7.14,
11.11,
0.83,
0.83,
1.67,
1.67,
0,
4.62,
4.62,
4.62,
3.85,
4.62,
4.62,
4.62,
4.62,
0.83,
2.35,
11.76,
0,
9.09,
6.69,
5.88,
6.19,
1.07,
7.02,
3.33,
6.67,
6.67,
4.17,
4.76,
4.35,
4.17,
0,
4,
2.63,
2.63,
3.7,
3.45,
3.45,
3.45,
0,
0,
0,
14.29,
0,
0,
0,
0.1,
35.71,
35.71,
35.71,
17.86,
17.86,
17.86,
25,
6.45,
7.14,
6.67,
0.7,
22.81,
22.81,
22.81,
22.81,
14.55,
9.09,
14.55,
25,
25,
24.56,
14.55,
9.09,
14.55,
14.55,
12.5,
12.5,
10.71,
8.89,
4,
8.89,
38.1,
0,
7.7,
5.41,
1.23,
0.79,
1,
3.26,
6.17,
10,
3.08,
1.19,
2.22,
2.5,
0,
3.53,
4.65,
3.53,
1.14,
1.18,
1.18,
2.35,
2.3,
12.94,
4.62,
6.15,
5.38,
4.62,
4.62,
3.57,
12.5,
22.22,
15,
15,
8,
4.62,
0,
13.33,
5.38,
9.3,
12.5,
0,
19.44,
22.22,
25,
21.05,
17.78,
23.68,
21.05,
16.2,
14.67,
21.05,
7.14,
25.45,
25.45,
18.18,
18.18,
0,
1,
10.71,
0,
0,
0,
0,
3.57,
3.33,
6.67,
6.67,
5.71,
22.22,
25,
20,
25,
2.65,
2.65,
2.65,
1.05,
0,
0,
0,
40,
40,
0,
4.67,
6,
4,
9.33,
6.67,
6.67,
0,
0,
7.14,
20,
0,
0.8,
0.83,
0.83,
0.83,
2.25,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
4.41,
2.94,
0,
0,
0,
0,
0,
0,
0,
5,
5,
5.88,
0,
5,
0,
0,
0,
0,
0,
0,
2.5,
0,
7.5,
3.33,
5,
5,
0,
5,
7.69,
7.89,
2.5,
4.65,
0,
0,
7.5,
7.5,
7.5,
2.5,
5,
0,
0,
0,
0,
2.5,
2.17,
0,
5.88,
7.5,
2.44,
0,
0,
5.88,
0,
4.65,
5,
5.26,
5,
5,
5,
5,
0,
0,
0,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
2.5,
2.17,
0,
7.69,
5.26,
5,
4.65,
5.13,
7.89,
0,
0,
0,
0,
0,
0,
7.5,
7.5,
5,
7.5,
0,
0,
5,
0,
0,
5.88,
4.88,
0,
0,
0,
9.47,
8.85,
8.45,
9.47,
9.41,
16.67,
13.33,
19.05,
9.52,
13.16,
14.29,
13.1,
15.48,
0,
0,
0,
0,
10,
10,
1.67,
7.14,
3.57,
3.57,
7.14,
7.14,
7.14,
8.93,
0,
0,
0,
0,
2.61,
5.22,
5.22,
2.61,
2.61,
5.36,
21.43,
0,
53.57,
46.43,
21.43,
23.21,
10.71,
10.71,
7.14,
12.12,
12.12,
9.09,
12.12,
9.09,
18.18,
7.02,
5,
5,
11.9,
6.25,
5,
3.03,
0,
13.2,
2.82,
0,
1.41,
0,
0,
0,
0,
0,
0,
0.88,
0,
0,
0,
0,
5.26,
5.26,
5,
4.76,
5,
5.26,
6.25,
6.25,
5,
19.64,
19.64,
19.64,
12.5,
7.96,
7.08,
14.29,
7.14,
10.71,
4.76,
14.29,
12.5,
2.22,
8,
0,
0,
12.28,
0.88,
0.88,
0.88,
1.77,
2.65,
1.77,
0.88,
0.88,
1.77,
0.88,
0.88,
0.88,
3.54,
0.83,
0.83,
0.83,
0.83,
3.33,
1.15,
1.15,
0.83,
0.88,
0.88,
0.88,
0.88,
0,
0.83,
1.67,
1.67,
0.83,
0.83,
1.01,
2.02,
1.01,
1.01,
0.83,
2.02,
2.02,
3.03,
2.02,
0.88,
1.67,
2.02,
2.02,
3.03,
2.58,
1.94,
2.02,
4.04,
4.76,
2.58,
1.94,
1.77,
1.77,
0.88,
0.88,
1.77,
1.77,
1.77,
2.65,
2.65,
2.65,
1.76,
0.59,
2.94,
2.35,
2.35,
2.94,
2.94,
2.35,
7.14,
14.29,
9.09,
14.29,
7.14,
9.52,
7.14,
12.12,
12.12,
12.12,
8.93,
3.33,
0.83,
40,
18.57,
6.06,
0.81,
21.88,
1.63,
1.63,
0,
0,
6.67,
7.69,
13.33,
7.14,
3.23,
8.16,
6.67,
16.67,
21.43,
25,
21.43,
25,
21.43,
25,
25,
7.02,
8.77,
8.77,
9.52,
9.52,
7.5,
8.77,
8.77,
2.56,
3.33,
3.54,
6,
3.53,
3.53,
1.72,
1.72,
4.23,
4.23,
6.67,
3.85,
5.26,
2.45,
3.57,
3.57,
6.98,
3.57,
3.57,
5,
4.17,
4.23,
10,
10,
10,
10,
10,
17.86,
1.79,
3.93,
14.29,
7.14,
1.07,
17.86,
17.86,
14.29,
17.86,
2.86,
0,
2.86,
7.14,
17.86,
4.29,
28.57,
2.2,
5.32,
5.51,
15.49,
15.49,
15.93,
16,
15.93,
16,
16,
15.79,
15.49,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
0.83,
0.56,
0.8,
3.2,
0,
0.3,
0,
0.3,
0,
1.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.7,
0,
0.4,
0.2,
0.4,
0,
0,
0,
0.4,
0.79,
0.5,
1.49,
1.49,
0.4,
0,
0.79,
0,
0.79,
0,
0,
0.42,
0.3,
0.79,
0.83,
0,
0,
0,
1.61,
3.2,
2.34,
0.79,
0.85,
1.64,
1.64,
0.83,
4.76,
0.83,
0.88,
3.2,
0.81,
0.79,
0,
0.8,
0.8,
1.61,
0.42,
0,
2.61,
0.81,
2.61,
0.79,
0.88,
0,
0,
0,
0.95,
0.83,
0.8,
0.95,
0.8,
0,
0,
1.64,
0.79,
0.79,
0,
0.79,
0.79,
0,
0,
0.79,
0.79,
0,
0.83,
0,
0,
0.79,
0.82,
0,
0,
0,
0.43,
0,
0,
0,
0,
0.78,
0,
0,
0.4,
0,
0,
0.2,
1.61,
0.8,
0.8,
0,
0,
0,
1.61,
1.61,
0.8,
0.63,
0,
0,
0,
0,
0,
0.79,
0.79,
0.79,
0,
0.88,
0,
3.03,
0.8,
3.03,
3.03,
3.03,
1.64,
0.79,
0,
0,
0.8,
0,
0,
0,
3.2,
0.63,
0.8,
0.83,
0.8,
0,
0,
0,
0.83,
0.79,
0.79,
0.63,
1.19,
1.2,
14.29,
0,
0,
1.61,
1.61,
0.4,
0,
0.3,
1.59,
0,
0,
0,
0,
0,
0,
1.59,
1.1,
1.2,
1.2,
0.3,
0.3,
0.4,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
4.76,
0.83,
0.81,
0.81,
0.8,
0.8,
0.8,
0.8,
0.8,
0.8,
3.2,
3.2,
3.2,
2.34,
0.65,
0.63,
0,
2.61,
2.61,
2.61,
1.61,
0.83,
0,
0.83,
1.2,
1.1,
0.78,
0.82,
0.78,
0.81,
0,
0,
0,
0,
0.81,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.4,
0.5,
0,
0,
0,
3.03,
1.64,
3.2,
0.83,
0.8,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0.42,
0,
0,
0,
0,
1.01,
1.01,
1.01,
1.01,
0.42,
0,
0,
0,
0,
0,
0,
0,
1.67,
0,
0,
6.67,
1.61,
1.64,
1.64,
1.64,
1.64,
1.59,
1.59,
1.59,
1.59,
1.59,
1.64,
1.64,
0.82,
14.29,
14.29,
0.82,
1.6,
0.8,
1.59,
1.61,
0,
0.81,
3.03,
3.03,
0,
0.79,
0.79,
0,
0,
0.83,
0.83,
1.64,
3.03,
0,
0.42,
0.42,
0.42,
0,
0,
1.67,
0.79,
0,
0,
0.51,
0.51,
0.72,
0.51,
0.54,
0.54,
0.51,
0.83,
0.88,
0,
3.2,
1.6,
1.59,
0,
1.67,
0.79,
1.59,
0,
0,
0,
1.28,
0,
0,
1.6,
1.6,
1.6,
1.6,
1.6,
1.6,
1.6,
0.81,
0.81,
0.51,
0,
0.83,
0.83,
0.8,
1.11,
1.11,
0,
0,
1.11,
0,
0,
0.83,
0.83,
0,
0.8,
0.83,
0,
1.11,
0,
0,
0,
0.79,
0,
0.83,
0.83,
0.8,
3.2,
0,
0,
0,
0.81,
0,
0,
0,
0,
0.83,
2.54,
2.56,
1.63,
1.75,
3.2,
0.83,
0.8,
0.79,
0.79,
0.59,
0.59,
0.59,
0.79,
0,
0,
0.79,
0.83,
0.83,
0,
0.83,
0,
1.64,
0,
0.42,
0.42,
1.67,
0.42,
0.83,
3.61,
0,
0,
3.57,
5.34,
0,
0.91,
0.91,
1.82,
1.82,
6,
6,
0,
0,
0,
0,
0,
66.46,
0,
8,
3.03,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
14.29,
14.29,
12.5,
12.5,
12.5,
12.5,
12.5,
25,
10,
14.3,
18.54,
18.54,
20.59,
20.59,
21.18,
16.96,
19.72,
12,
6.98,
9.76,
12.2,
9.76,
8,
6.98,
9.3,
9.3,
5.26,
6.98,
8.89,
12.2,
9.3,
10.53,
8.51,
8.16,
10.2,
10.53,
10.71,
10.71,
6.98,
7.69,
8,
6.98,
10.2,
8.89,
9.38,
9.3,
12.2,
7.69,
8.77,
8.77,
8.77,
8.77,
8.16,
10.53,
9.3,
8.77,
8.77,
8.77,
8.77,
9.86,
9.09,
9.09,
5.26,
4.17,
7.14,
9.21,
9.21,
10.53,
10.53,
12,
1.18,
9.21,
6.67,
7.14,
6.98,
6.98,
6.98,
6.98,
10.71,
9.21,
2.78,
5.56,
2.35,
10.71,
10.71,
10.71,
7.14,
7.14,
10.71,
10.71,
8.89,
0,
2.33,
2.33,
2.63,
5,
2.33,
2.33,
12.94,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
3.33,
0,
2.5,
33.33,
16.67,
27.27,
3.85,
2.5,
2.5,
16.67,
17.67,
1.67,
1.67,
38.87,
21.2,
33.33,
33.33,
33.33,
33.33,
33.33,
0,
0,
66.67,
8.46,
2.31,
3.08,
3.08,
3.08,
3.08,
3.85,
3.6,
4.4,
4,
5.6,
4.62,
5.38,
5.38,
5.38,
6.15,
5.38,
4.62,
4.62,
4.62,
6.15,
0,
0,
1.67,
1.67,
1.64,
0.77,
1.67,
13.33,
4,
4,
6,
11.11,
10.91,
10.91,
4.58,
5,
2.92,
4.58,
2.92,
5.38,
5.38,
6.15,
5.38,
18.18,
17.65,
5.88,
0,
0,
40,
40,
40,
0,
14.55,
14.55,
10.91,
9.09,
14.55,
14.55,
18.18,
16.36,
0,
7.14,
0,
0,
0,
0,
0,
4.76,
3.33,
24.4,
30.91,
12.09,
20,
21.43,
10.53,
10.53,
13.16,
11,
4.62,
1.43,
0.79,
17.86,
4.26,
4.35,
3.75,
3.17,
2.46,
2.46,
6.49,
4.55,
4.26,
2.13,
5,
3.77,
4.26,
4.35,
5.26,
4.39,
3.19,
4.35,
3.75,
3.23,
3.28,
3.28,
3.23,
4.35,
4.26,
4,
6.67,
3.45,
7.14,
6.67,
7.41,
6.45,
6.67,
10,
6.25,
6.9,
3.7,
7.41,
7.41,
17.14,
17.14,
10.91,
9.09,
5.13,
2.56,
2.56,
5.13,
7.84,
7.27,
6.67,
7.41,
6.25,
2.63,
4,
3.23,
2.78,
4.65,
2.78,
3.23,
1.39,
2.9,
7.02,
4.92,
8.93,
3.28,
2.33,
1.64,
2.13,
3.23,
1.35,
1.61,
2.94,
2.22,
2.86,
1.41,
4.65,
2.86,
2.33,
3.33,
4.76,
2.63,
1.61,
2.94,
2.22,
4.17,
4.17,
4.17,
2.13,
4,
4.55,
1.61,
7.95,
3.45,
3.23,
6.67,
4.55,
2.11,
4.55,
3.7,
3.33,
2.33,
3.51,
2.63,
7.69,
3.28,
3.28,
3.77,
2.38,
1.61,
2.33,
3.77,
5,
2.33,
2.5,
4.26,
2.13,
4.26,
4.35,
1.64,
3.85,
4.17,
5.26,
5.26,
3.33,
3.77,
4.35,
1.85,
3.7,
2.22,
1.45,
4,
3.12,
3.77,
4.55,
2.13,
1.64,
2.74,
2.86,
4.55,
1.61,
9.52,
4.35,
4.35,
3.33,
3.23,
1.61,
4.76,
6.76,
4.55,
4.55,
2.86,
8.93,
10.71,
8,
12.5,
4.76,
10.42,
8.24,
10.59,
5.31,
4.71,
4.93,
3.88,
4.69,
4.1,
3.54,
7.95,
4,
2.33,
6.67,
4.44,
3.75,
4.6,
2.82,
3.28,
2.99,
1.64,
1.22,
2.65,
1.18,
4.35,
3.54,
5,
2.65,
2.65,
3.23,
4.39,
5.26,
4.39,
6.9,
5.31,
5.31,
5.31,
2.11,
3.81,
2.3,
2.68,
4.42,
4.42,
4.42,
4.42,
2.68,
0.8,
0.8,
3.33,
3.33,
3.33,
3.39,
3.39,
3.39,
3.33,
3.33,
3.33,
3.33,
3.39,
3.38,
6.67,
7.14,
7.14,
7.14,
7.14,
7.69,
4.62,
4.62,
4.62,
7.14,
13.33,
14.29,
0,
0,
3.12,
11.02,
6.3,
16.84,
7.14,
2.86,
0,
1.67,
0,
0,
0,
0,
2,
0,
0,
0,
0,
2.94,
2.94,
5.88,
5.88,
2.94,
5.88,
17,
6.67,
6,
14.29,
13.33,
13.33,
13.33,
19.23,
19.23,
21,
8.37,
0,
0,
42.86,
7.14,
3.57,
3.57,
57.14,
3.57,
3.57,
4.23,
4.69,
18.82,
20.35,
15.29,
9.38,
23.53,
7.06,
22.94,
20,
15.29,
15.93,
10.02,
8.76,
17.61,
7.73,
5.13,
20,
9.73,
7.65,
6.67,
6.67,
10,
6.67,
7.69,
12.5,
6.67,
7,
6.7,
7.4,
11.3,
13.33,
7.41,
0,
0,
0,
0.667,
25,
29.41,
17.65,
25,
25,
7.14,
3.57,
0,
0,
0,
10.87,
6.25,
6.25,
2.5,
2.5,
6.25,
17.86,
7.81,
10.18,
10.25,
10.18,
7.06,
9.41,
5.88,
9.16,
6.47,
7.06,
8.68,
8.53,
9.41,
10.25,
9.41,
9.41,
9.41,
8.75,
8.75,
11.25,
11.25,
26.79,
1.54,
1,
6.67,
14.29,
17.86,
14.29,
17.86,
17.86,
13.16,
17.5,
2.5,
2.5,
0.42,
0.42,
2.08,
2.5,
2.92,
2.92,
2.12,
2.54,
0.42,
0,
0,
0.42,
0.42,
0.42,
0.85,
0.42,
0.42,
0.85,
0.42,
2.12,
2.54,
0.12,
2.54,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
0.42,
4,
4,
4,
4,
0.42,
0.42,
0.07,
2.54,
0.18,
0.42,
0.42,
0,
4,
0,
2.08,
2.08,
2.92,
0,
0.42,
0.42,
0.42,
4,
0,
2.54,
0.42,
0.42,
4,
4,
4,
4,
4,
0,
0.42,
4,
0.42,
0.42,
0.42,
0.42,
0,
0.42,
0.68,
0,
0,
0.56,
0.28,
0.56,
0.56,
0.42,
0.42,
0.42,
0,
0,
4,
4.89,
0.42,
0.42,
3.33,
3.33,
0.42,
0.83,
2.92,
2.5,
2.5,
2.08,
2.08,
3.33,
3.33,
0,
0,
0,
0,
3.33,
2.5,
2.5,
2.92,
2.8,
2.8,
2.92,
2.92,
2.5,
3.33,
2.5,
2.5,
2.5,
2.5,
1.25,
2.08,
2.92,
0,
0,
14,
16,
0,
12.5,
12.5,
17.86,
28.57,
14.29,
13.64,
14.12,
14.29,
13.1,
17.86,
19.64,
15.15,
17.86,
15.15,
18.18,
15.56,
15.56,
17.86,
23.81,
23.81,
16.95,
15.25,
9.86,
19.64,
14.29,
13.64,
13.64,
28.57,
28.57,
28.57,
13.64,
28.57,
28.57,
21.43,
16.67,
21.43,
21.43,
17.86,
14.29,
17.9,
26.32,
26.32,
15.29,
17.65,
16.47,
15.29,
16.67,
16.67,
17.95,
8.72,
17.86,
21.43,
17.86,
11.9,
14.58,
14.29,
12.5,
12.5,
16.67,
16.67,
21.43,
21.43,
21.43,
21.43,
28.6,
17.86,
21.43,
17.86,
17.86,
23.81,
23.81,
16.95,
18.64,
26.32,
26.32,
26.32,
23.81,
16.28,
26.32,
25,
23.81,
23.81,
28.57,
28.57,
28.57,
12.31,
12.5,
12.5,
15,
15,
15,
15,
15,
17.5,
17.5,
15,
7.14,
7.14,
7.14,
7.14,
0,
3.57,
7.14,
7.14,
10.71,
0,
0,
7.14,
8.33,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
3.57,
7.14,
7.14,
7.14,
7.14,
21.43,
25,
21.43,
17.86,
21.43,
25,
25,
21.43,
21.43,
25,
14.29,
17.86,
21.43,
17.39,
21.74,
21.43,
10.71,
17.86,
21.43,
17.86,
25,
25,
21.43,
21.43,
21.43,
0,
0,
16.67,
0,
0,
8.33,
10,
0,
0,
0,
0,
25,
10.61,
10,
9.41,
8.24,
10.59,
4.4,
9.41,
12.94,
6.67,
6.67,
6.67,
5.56,
10.26,
10,
11.76,
0.88,
9.41,
6.67,
9.41,
8.24,
14.04,
14.04,
10.59,
0.88,
14.04,
0,
3.33,
5.31,
26.47,
20.59,
23.53,
26.47,
26.47,
23.53,
23.53,
20.59,
0,
0,
25,
15,
6.98,
10.59,
25,
17.86,
25,
0,
17.86,
17.86,
42.86,
8.77,
0,
15.38,
8.77,
3.64,
3.57,
3.57,
3.57,
14.29,
14.29,
14.29,
3.57,
0,
23.33,
14.13,
12.94,
13.79,
16.36,
16.36,
1.69,
25,
21.15,
25,
26.92,
28.85,
29.67,
25.27,
25.27,
25.27,
25.27,
15.15,
14.14,
7.07,
24,
30,
26,
29,
29,
23.26,
24.05,
6.3,
7.87,
5.51,
4.85,
10.8,
5.65,
8.59,
28.57,
15.29,
15.29,
25,
25,
4.35,
2.99,
4.71,
3.53,
4.23,
8.77,
3.33,
3.53,
3.53,
3.51,
5,
6.45,
3.33,
4.48,
3.03,
4.04,
3.37,
3.12,
3.53,
3.33,
2.99,
3.33,
5.26,
7.89,
3.51,
5.26,
2.99,
4.23,
5.26,
3.51,
3.12,
3.12,
6,
4,
4,
4,
4,
4,
2,
4,
2.56,
10,
4.48,
2.53,
5.26,
7.89,
3.33,
4.71,
3.33,
2.99,
3.57,
5.88,
2.65,
2.65,
4.42,
4.42,
3.54,
6.25,
5.31,
4.42,
2.65,
3.85,
4,
4.69,
4.42,
4.93,
4.71,
3.33,
3.57,
4.76,
4.71,
4.26,
3.12,
5.26,
4.42,
2.34,
2.34,
3.52,
3.91,
3.33,
3.57,
3.33,
3.85,
3.53,
3.03,
2.94,
4.84,
3.51,
3.85,
3.33,
6.34,
6.34,
0.99,
2.91,
4.69,
9.3,
9.3,
3.54,
4,
3.53,
3.53,
6.34,
6.04,
6,
5.26,
4.62,
5,
4.71,
3.12,
3.12,
3.51,
3.51,
3.51,
2.63,
2.63,
2.63,
2.63,
2.63,
2.63,
2.63,
5.26,
3.51,
5.26,
3.51,
3.51,
3.85,
5.13,
2.99,
3.53,
3.12,
4.65,
4.71,
4.65,
4.65,
2.33,
4.41,
5.88,
5.88,
4.41,
3.51,
4.65,
1.75,
1.75,
1.75,
4.17,
3.53,
3.53,
0,
0,
3.51,
4.71,
4.17,
3.26,
1.75,
1.75,
4.62,
4.65,
4.48,
9.8,
25,
25,
1.29,
0,
0.917,
2.78,
8.1,
6.25,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
6.07,
2,
2,
3.25,
2.5,
2.5,
2.5,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
4.41,
4.41,
4.41,
0,
2.5,
5,
3.57,
3.57,
0,
19.64,
17.86,
19.64,
19.64,
7.14,
7.14,
7.14,
7.14,
7.14,
7.9,
8.33,
5.47,
12.31,
23.33,
23.33,
40,
16.67,
40,
16.67,
8.63,
8.24,
5.49,
7.07,
3.18,
7.84,
6.67,
6.27,
7.42,
7.45,
7.45,
9.19,
8.24,
6.27,
7.45,
8.24,
8.63,
5.49,
8.24,
7.45,
5.49,
7.07,
6.67,
7.84,
8.63,
3.92,
3.14,
7.63,
3.82,
4.71,
5.49,
2.75,
11.5,
11.5,
7.61,
10.33,
11.11,
8.63,
5.88,
11.38,
10.62,
10.48,
9.68,
3.92,
4.71,
6.67,
4.71,
3.32,
6.98,
2.99,
8.63,
8.4,
3.33,
3.45,
4.31,
4.71,
5.88,
7.42,
8.24,
7.06,
7.06,
6.27,
4.31,
11.38,
7.65,
8.73,
8.93,
4.04,
5.05,
10.62,
12.86,
9.73,
3.53,
4.71,
13.71,
13.71,
3.33,
7.06,
7.45,
4.31,
3.33,
3.53,
2.54,
2.54,
6.19,
3.05,
3.05,
7.59,
10.45,
3.52,
2.64,
5.1,
5.49,
6.27,
6.19,
5.49,
8.21,
6.19,
7.45,
3.33,
7.5,
3.33,
4.17,
16.07,
14.29,
15.09,
14.29,
14.29,
21.43,
14.29,
10.71,
8.93,
17.86,
3.53,
3.53,
0,
0,
2.94,
0,
20,
30,
30,
26.67,
26.09,
9.2,
0,
0.001,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
0,
0,
23.81,
26.32,
26.32,
25,
25,
25,
11.5,
11.5,
11.5,
8.85,
11.5,
12.39,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
0,
0,
3.33,
3.33,
3.33,
3.39,
3.33,
3.33,
3.33,
3.39,
4.17,
3.75,
3.75,
3.75,
3.81,
3.75,
3.75,
3.75,
3.81,
3.33,
4.17,
4.17,
3.33,
4.17,
3.33,
3.75,
3.33,
3.33,
3.75,
3.75,
3.75,
0,
3.33,
3.33,
3.75,
3.33,
3.33,
3.75,
3.75,
0,
4.17,
3.75,
4.17,
4.17,
4.17,
4.17,
0,
3.75,
3.33,
3.33,
4.17,
3.75,
0,
2.5,
3.33,
3.75,
4.58,
0,
0,
4.22,
4.22,
3.75,
2.5,
3.33,
4.17,
3.33,
3.75,
3.81,
3.33,
6.67,
3.75,
0,
2.5,
3.81,
2.5,
2.5,
3.33,
11.5,
3.33,
11.5,
11.5,
3.33,
3.52,
3.52,
3.52,
3.33,
3.33,
3.75,
3.75,
4.17,
2.5,
10.71,
0,
0,
0,
22.5,
7.14,
7.14,
3.57,
7.14,
4.55,
2.33,
21.43,
35.71,
28.57,
25,
25,
23.81,
14.29,
14.29,
14.29,
10.71,
14.29,
14.29,
14.29,
10.71,
14.29,
17.39,
25,
40,
14.29,
14.29,
17.86,
17.86,
17.86,
17.86,
14.29,
7.14,
6.25,
14.04,
12.23,
11.36,
12.41,
9.77,
11.11,
14.38,
10.31,
8.37,
7.76,
0,
21.05,
21.05,
21.43,
17.86,
25,
32.14,
25,
25,
21.43,
25,
21.43,
17.86,
35.71,
28.57,
40,
0.77,
15,
4.8,
40,
1.74,
1.74,
2.35,
19.64,
0,
0,
6.67,
2.35,
10,
0,
0,
6.06,
14.29,
14.29,
14.29,
9.09,
10,
10,
10,
10,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
2.5,
6.67,
1.59,
1.64,
1.61,
3.33,
2.35,
1.54,
8,
5.38,
1.79,
0,
5.38,
4.35,
0,
0,
0,
0,
0,
0,
0,
1,
0,
6.67,
0.41,
0,
3.12,
3.33,
3.33,
3.33,
3.33,
6.25,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
2.35,
3.45,
3.45,
3.45,
3.45,
0,
0,
0,
0,
0,
0,
3.12,
3.45,
6.25,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
14.29,
14.29,
14.29,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
0,
0,
3.33,
10,
14.29,
13.79,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
0.82,
0.88,
0,
0,
4.84,
1.59,
3.03,
0.82,
1.59,
1.6,
0.8,
0.8,
14.55,
14.55,
3.33,
4.17,
0,
3.33,
0,
10,
10,
0.74,
16.07,
16.07,
16.07,
13.33,
2.5,
0,
0,
0,
0,
0,
1.43,
1.72,
1.18,
1.79,
18.67,
18.67,
20,
13.33,
20,
16.48,
16.48,
15.49,
5.4,
5,
0,
6.25,
0,
0,
0,
0,
0,
0.83,
0.826,
1.65,
0.77,
1.59,
0.83,
1.09,
9.52,
0,
0,
14.04,
15.79,
15.79,
10.1,
16.16,
11.11,
10.83,
12.5,
6.33,
14.17,
11.67,
7.41,
7.41,
7.04,
7.04,
2.17,
1.13,
1.27,
1.27,
0,
32.14,
28.57,
25,
21.43,
25,
25,
19.35,
19.35,
25,
25,
25,
25,
32.14,
25,
17.86,
17.86,
25,
25,
21.43,
32.14,
32.14,
32.14,
16.13,
16.13,
16.13,
16.13,
16.13,
16.13,
25,
18.82,
17.86,
16.96,
16.07,
7.94,
7.94,
18.75,
18.75,
17.18,
16.96,
15.23,
17.86,
22.32,
22.52,
22.52,
22.32,
22.32,
15.18,
16.96,
16.96,
19.64,
19.21,
17.86,
19.64,
19.64,
20.54,
21.43,
17.86,
15.18,
17.58,
16.78,
17.65,
11.76,
6.56,
10.59,
9.41,
8.51,
7.14,
21.18,
20.35,
21.18,
20.35,
20.35,
20.54,
20.54,
12.39,
8.04,
15.93,
18.58,
20.54,
25.88,
0.95,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
6.45,
2.7,
5.26,
0,
0,
0,
0,
3.33,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
3.33,
0,
4.8,
8.77,
19.05,
8.89,
8.93,
35.71,
35.71,
7.32,
9.76,
10.26,
4.76,
5.41,
8.11,
5.41,
8.11,
0,
0,
0,
0,
3.33,
3.33,
0,
8.33,
6.25,
6.67,
3.85,
7.69,
7.69,
9.09,
4,
8.89,
8.45,
3.85,
12.86,
3.12,
7.69,
9.52,
25,
6.67,
7.04,
21.43,
13.33,
13.33,
13.33,
21.43,
21.43,
21.43,
13.79,
8.33,
6.67,
3.85,
7.32,
7.69,
3.85,
3.85,
21.43,
25,
3.57,
8.89,
8.89,
8.89,
7.02,
3.53,
3.53,
4.76,
10,
0,
0,
7.4,
24.32,
24.32,
4.17,
8.33,
15.62,
0,
0,
0,
0,
0,
1.4,
14.12,
15.29,
12.94,
16.16,
16.81,
15.79,
0,
0,
0,
4.8,
3.03,
3.12,
6.06,
3.03,
3.12,
3.12,
3.12,
6.67,
6.25,
2.86,
6.67,
3.33,
3.03,
3.33,
3.12,
3.33,
6.06,
3.57,
7.14,
6.9,
3.12,
3.23,
3.12,
3.85,
5.88,
4.35,
3.7,
6.45,
2.78,
7.14,
3.03,
3.03,
0,
0,
0,
0,
25,
21.43,
25,
25,
25,
25,
25,
25,
25,
21.43,
0,
21.43,
21.43,
21.43,
21.43,
28.57,
25,
21.43,
25,
25,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
17.86,
21.43,
21.43,
21.43,
14.29,
3.38,
3.38,
3.38,
3.38,
3.86,
4.35,
28.57,
23.81,
23.81,
23.81,
21.43,
28.57,
28.57,
21.43,
25,
14.29,
14.29,
25,
25,
2.65,
2.65,
1.01,
3.57,
3.57,
3.57,
3.57,
3.57,
15,
15,
15,
15,
14.29,
15,
14.29,
14.29,
14.29,
14.29,
13.16,
17.86,
0,
0,
0,
0,
0.34,
5.31,
2.82,
0,
0,
2.34,
2.36,
3.94,
1.53,
1.53,
2.42,
2.42,
2.29,
3.05,
3.05,
6.25,
6.45,
3.57,
3.57,
3.57,
6.67,
0,
15.93,
14.12,
13.1,
11.76,
10.71,
10.71,
10.71,
10.71,
14.29,
9.3,
16.07,
21.43,
10.53,
21.43,
10.71,
14.12,
10.71,
21.43,
10.71,
10.71,
10.34,
10.71,
10.71,
8.93,
8.93,
16.07,
7.89,
8.45,
10.71,
10.71,
17.86,
21.43,
10,
3.5,
12.94,
16.67,
17.95,
16.67,
14.12,
15.29,
21.43,
10.71,
21.43,
14.81,
16.67,
14.81,
10.71,
17.86,
17.86,
8.45,
10.71,
10.71,
14.29,
10.71,
10.64,
10.64,
10.64,
10.64,
8.93,
17.54,
10.64,
18.52,
18.52,
21.43,
21.43,
17.86,
16.07,
16.07,
19.3,
19.3,
10.71,
20,
12.09,
1.65,
1.65,
4.23,
4.23,
5.63,
19.29,
19.29,
14.29,
17.86,
14.29,
14.29,
21.43,
14.29,
14.29,
17.86,
5,
5.41,
0,
12.5,
2.5,
0,
17.5,
12.5,
12.5,
19.64,
0,
10.5,
7.25,
5.88,
5.26,
8.7,
10.4,
0,
5.56,
5.56,
0,
0,
6.25,
2.94,
3.57,
0,
15.09,
0,
6.52,
4.35,
6.39,
0.83,
0,
0,
0,
1.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
8.82,
8.82,
8.82,
12.12,
8.82,
12.12,
12.12,
12.12,
8.82,
6.06,
11.76,
6.06,
7.14,
10.71,
8.82,
6.06,
5.88,
6.06,
5.88,
9.09,
6.06,
6.06,
6.06,
8.82,
11.76,
8.82,
6.6,
9,
9.09,
9.09,
8.82,
9.09,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.85,
10,
1.79,
57.14,
3.57,
6.67,
3.57,
7.14,
7.14,
3.57,
7.14,
3.57,
6.67,
3.57,
7.14,
7.14,
57.14,
3.75,
4.24,
5.65,
5.42,
4.24,
4.24,
3.38,
5.65,
8.47,
8.47,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
0,
0,
10.59,
10.59,
7.5,
6.98,
4.65,
5,
7.14,
7.69,
5,
2.5,
19.64,
21.18,
21.43,
21.18,
20,
20,
21.18,
21.18,
22.35,
21.18,
21.18,
21.57,
19.61,
21.18,
20,
21.18,
21.18,
22.35,
20,
20,
18.57,
21.43,
15.93,
20,
21.67,
21.67,
21.43,
21.43,
16,
19.64,
0,
11.3,
7.14,
7.14,
7.14,
10.71,
3.57,
8.06,
7.14,
10.71,
10.71,
10.71,
10.71,
2,
7.71,
0.96,
39.29,
11.3,
7.07,
6,
2,
7.14,
7.14,
7.07,
5.29,
7.14,
7.14,
4.72,
7.14,
7.14,
50,
2,
9.83,
50,
7.14,
10.71,
0,
7.14,
2.94,
7.14,
4.72,
21.74,
21.74,
17.39,
5.65,
5.65,
10.71,
10.71,
7.14,
7.14,
8.06,
5.65,
13.33,
7.07,
10.71,
10.71,
14.29,
20,
25,
10.71,
10.71,
39.29,
8.7,
1,
7.14,
0.58,
7.14,
7.14,
0.65,
3.92,
3.92,
7.14,
7.14,
7.14,
14.29,
21.43,
14.29,
14.29,
3.57,
3.57,
10.71,
50,
50,
50,
50,
60,
60,
10.71,
10.71,
7.14,
7.14,
7.14,
3.57,
3.57,
8.82,
50,
50,
7.14,
7.14,
7.14,
3.57,
3.57,
10.71,
4.71,
12.88,
10.71,
35.71,
8.06,
11.3,
4.03,
9.43,
7.09,
10.71,
7.14,
7.14,
7.14,
7.14,
10.71,
5.65,
7.14,
35.71,
32.14,
35.71,
35.71,
7.14,
7.14,
21.43,
21.43,
21.43,
21.43,
21.43,
21.43,
10.71,
21.43,
17.86,
17.86,
6.29,
7.14,
7.06,
7.14,
6.05,
7.14,
7.06,
8.82,
6.52,
7.14,
7.14,
10.71,
10.71,
7.14,
7.14,
50,
50,
50,
60,
50,
50,
10.71,
10.71,
7.14,
7.14,
7.14,
7.14,
9.42,
7.14,
5.65,
11.3,
5.65,
5.26,
11.3,
5.13,
17.86,
14.29,
17.86,
14.29,
14.29,
13.33,
14.29,
17.86,
20,
14.29,
10.71,
14.29,
7.71,
5.14,
7.14,
7.14,
7.14,
10.71,
10.71,
10.71,
10.71,
8.06,
8.06,
3.57,
3.57,
7.14,
0.56,
4.91,
10.71,
7.06,
10.71,
10.71,
7.14,
10.71,
25,
25,
7.14,
10.71,
10.71,
14.29,
50,
50,
50,
60,
50,
7.14,
7.14,
10.71,
25,
10.71,
3.57,
3.57,
3.57,
10.71,
10.71,
7.09,
7.09,
7.09,
7.09,
10.71,
3.57,
35.71,
10.71,
7.14,
7.14,
8.06,
9.39,
7.09,
7.05,
7.14,
7.14,
8.82,
10.58,
7.14,
10.71,
10.71,
14.29,
11.3,
11.3,
8.47,
11.3,
10.71,
10.71,
9.41,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
5.29,
7.14,
7.14,
10.71,
3.57,
3.57,
2.12,
2.12,
10.71,
10.71,
7.14,
10.71,
7.14,
10.71,
7.14,
7.14,
3.57,
10.71,
3.57,
10.71,
10.71,
10.71,
10.71,
10.71,
10.71,
7.14,
7.14,
7.14,
10.71,
7.14,
10.71,
10.71,
10.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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.56,
0,
0,
0,
0,
0,
0,
14.89,
1.52,
14.89,
15.79,
13.33,
16.28,
10.71,
0,
8.82,
8.82,
8.82,
8.82,
7.14,
7.14,
7.14,
17,
17,
17,
17,
17,
6,
6,
6,
6.67,
6.52,
6,
6,
8.89,
7.69,
7.69,
6.67,
10,
13.95,
12.28,
14,
17,
17,
8.45,
8.63,
9.02,
22.81,
12.7,
0,
0,
0,
3.7,
3.57,
3.57,
8.51,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
2.63,
2.63,
2.63,
2.63,
0,
2.63,
2.63,
2.63,
2.63,
2.63,
2.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
2.63,
2.63,
2.63,
2.63,
2.56,
2.56,
0,
0,
2.63,
2.63,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.46,
11.19,
12.27,
11.41,
12,
12.5,
8.92,
10.97,
10.22,
10.19,
11.11,
10.97,
12.05,
11.76,
10.97,
1.6,
9.09,
8,
9.3,
8.7,
13.33,
18.18,
5.41,
15,
30,
8.33,
21.33,
3.21,
7.14,
5,
3.33,
16.67,
13.33,
20,
21.33,
0,
0,
0,
6.67,
10,
10,
10,
20,
20,
10,
3.75,
13.33,
13.33,
20,
10,
10,
20,
10,
15,
20,
3.33,
6.67,
13.33,
19.33,
17.86,
8.57,
20.54,
2.9,
2.33,
5.38,
0.83,
0.83,
0.83,
0.83,
1.25,
1.88,
3.33,
2.92,
0.71,
2.35,
4.62,
2.07,
1.65,
2.92,
5.38,
4.62,
4.62,
6.15,
1.18,
11.76,
5.38,
4.62,
4.62,
6.15,
6.15,
6.15,
6.15,
6.15,
5.38,
4.62,
4.62,
3.57,
3.53,
0.61,
6.15,
5.38,
4.62,
6.15,
6.15,
0,
5.38,
4.62,
4.62,
5.38,
6.15,
5.38,
5.38,
0.88,
1.65,
3.75,
4.71,
2.65,
0.88,
2.65,
5.88,
4.71,
5.88,
1.18,
2.35,
2.35,
1.18,
1.18,
2.35,
2.35,
3.48,
2.35,
3.53,
3.85,
1.18,
3.53,
5.88,
2.35,
5.19,
7.06,
4.39,
2.63,
5.88,
10,
10,
5.56,
7.78,
2.35,
2.3,
2.35,
3.85,
3.85,
2.35,
2.35,
1.18,
7.06,
3.53,
2.35,
2.35,
2.35,
3.53,
3.53,
2.35,
1.18,
3.53,
3.53,
2.35,
3.53,
2.35,
2.35,
3.53,
1.18,
11.48,
7.02,
17.7,
10.61,
13.13,
8.82,
11.7,
8.82,
13.16,
8.82,
8.51,
14.71,
14.71,
14.71,
20,
0,
0,
1.35,
0,
0,
3.33,
3.33,
9.78,
19.57,
13.33,
9.73,
17.46,
17.86,
17.86,
17.9,
17.86,
17.86,
21.43,
17.86,
21.43,
7.14,
17.86,
17.86,
17.86,
18.75,
25.49,
25.49,
17.86,
25,
17.86,
21.21,
8.77,
5.47,
6.25,
6.25,
2.08,
14,
2,
2,
2.5,
2.56,
5.33,
5.33,
10,
8.89,
7.41,
12,
0,
7.96,
7.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
12.5,
14.29,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
5.36,
5.36,
12.5,
12.5,
12.5,
5.36,
13.33,
20,
0,
0,
0,
0,
5.88,
5.88,
5.88,
12,
10.71,
10.71,
11.29,
11.32,
11.11,
10.71,
12,
10.71,
11.11,
12.5,
12.07,
12.07,
10.71,
12.3,
12,
12,
12,
12,
0,
0,
10,
3.33,
0,
0,
0,
3.54,
5.31,
0,
1.77,
0,
0,
0,
0,
3.57,
2.47,
4.26,
4.26,
4.26,
3.8,
2.63,
3.54,
3.77,
3.77,
3.77,
6.98,
6.98,
2.86,
0,
2.86,
0,
2.47,
2.53,
3.77,
3.66,
0,
0,
0,
3.77,
3.53,
2.65,
3.54,
3.54,
2.65,
3.54,
3.54,
0,
0,
0,
2.86,
0,
0,
0,
0,
3.12,
4.69,
4.69,
3.12,
4.69,
1.92,
3.85,
3.85,
2.63,
2.63,
3.85,
2.82,
2.86,
2.74,
4.11,
2.44,
3.51,
4.65,
2.53,
2.53,
3.66,
3.9,
3.66,
3.9,
5.06,
3.8,
3.7,
3.7,
4.05,
3.51,
10.71,
7.14,
7.14,
7.14,
7.14,
2.82,
2.82,
3.57,
10.53,
3.57,
3.57,
7.14,
7.14,
7.14,
3.57,
3.57,
13.19,
14.29,
17.86,
17.86,
14.29,
12.5,
14.29,
0,
13.79,
14.29,
14.29,
15.52,
12.5,
8.93,
10.71,
16.07,
16.07,
15.52,
16.07,
14.29,
23.21,
10.99,
13.33,
12.5,
13.33,
7.14,
0,
9.09,
9.09,
9.09,
6.9,
6.9,
10.3,
7.14,
7.14,
7.14,
7.14,
7.14,
7.41,
7.14,
8.7,
7.41,
9.52,
7.14,
6.9,
6.45,
10.34,
9.68,
6.67,
6.9,
8.33,
8,
5.26,
7.14,
7.14,
8,
6,
8.51,
8,
6.9,
7.14,
7.14,
6.9,
7.14,
8.7,
8.7,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
6.9,
7.14,
7.14,
8,
8.7,
6.9,
7.14,
7.14,
7.14,
7.14,
5.71,
8.57,
8.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
6.9,
7.14,
7.14,
7.14,
19.47,
24.78,
18.58,
20.35,
20.35,
21.24,
15.04,
19.47,
18.58,
15.04,
18.58,
15.04,
24.78,
18.82,
19.05,
19.72,
20.42,
19.72,
18.31,
19.72,
20.42,
19.72,
18.31,
15.49,
14.79,
13.27,
16.81,
20.35,
15.38,
14.16,
10,
0,
4.29,
15.22,
10.59,
12.5,
12.94,
7.06,
8.24,
7.06,
8.7,
1.67,
3.54,
1.67,
3.33,
6.32,
9,
8.93,
12.5,
12.5,
12.5,
8.93,
12.5,
11.61,
11.61,
12.5,
11.61,
11.61,
14.99,
9.7,
8.93,
8.93,
14.29,
15.79,
8.93,
10.71,
14.04,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
9.41,
8.44,
11.76,
11.76,
11.76,
11.76,
10.33,
11.76,
5.88,
11.97,
9,
12.39,
9.78,
9.78,
10.33,
9.78,
9.78,
10.33,
10.87,
9.78,
5.88,
8.81,
7.49,
9.3,
4.41,
8.81,
7.93,
5.52,
3.11,
8.96,
4.85,
7.93,
8.08,
7.07,
5.05,
7.07,
7.93,
7.93,
8.81,
8.7,
8.7,
6.52,
6.52,
4,
8,
5,
1,
2.5,
2.5,
5,
10,
2.5,
7.14,
6.25,
6.25,
6.25,
3.57,
7.14,
6.25,
6.25,
9.38,
7.14,
28.57,
26.67,
8.55,
8.45,
9.21,
8.45,
9.21,
8.45,
7.04,
7.89,
12.5,
10.34,
7.89,
7.89,
12.5,
12.86,
11.76,
10.1,
6.1,
10,
7.14,
6,
6,
6.67,
10,
9.23,
6.15,
5.71,
7.69,
7.69,
8,
7.69,
6.15,
9.23,
10,
10,
10,
10,
4.24,
3.81,
5.65,
5.08,
3.15,
4.51,
4.88,
1.79,
3.03,
4.55,
4.55,
1.06,
4.48,
4.48,
4.48,
4.48,
2.99,
5.41,
4.48,
3.03,
4.11,
4.48,
4.48,
4.55,
4.48,
4.55,
4.48,
4.55,
5.41,
5.48,
3.03,
4.76,
4.76,
3.17,
2.54,
2.74,
5.41,
3.03,
3.03,
3.75,
3.64,
3.64,
3.64,
3.64,
3.64,
3.64,
0,
4.21,
1.69,
3.64,
3.26,
0,
4.23,
0,
3.75,
2.74,
4.23,
4.24,
3.03,
2.99,
5.97,
2.74,
4.23,
4.24,
4.55,
3.9,
3.25,
4.2,
2.94,
4.8,
3.25,
1.4,
3.73,
5.62,
30,
0,
0,
0,
3.9,
7.2,
7.5,
7.23,
0,
0,
0,
4.67,
4.67,
6,
4.67,
4.67,
4.67,
4,
12.5,
14.3,
11.11,
8.51,
4,
10.87,
8,
8,
0,
8.51,
9,
3.85,
7.41,
3.7,
10.7,
7.41,
3.7,
6.67,
2.5,
9.09,
8,
3.85,
9.76,
6,
6,
4.67,
10,
10,
7.5,
0,
8.89,
13.33,
0,
0,
20.54,
19.64,
25,
21.43,
25,
21.43,
21.43,
7.14,
7.14,
7.14,
7.14,
7.14,
8.06,
8.06,
4.03,
7.14,
7.14,
7.14,
7.14,
7.14,
25,
25,
25,
25,
25,
28.57,
25,
25,
21.43,
26.09,
26.09,
21.74,
26.09,
25,
25,
25,
25,
25,
25,
28.57,
28.57,
28.57,
21.43,
21.43,
25,
21.43,
40,
28.57,
11.5,
11.5,
7.23,
3.53,
3.18,
3.53,
2.41,
2.41,
2.47,
0,
1.2,
1.18,
1.18,
5.62,
1.2,
1.23,
6.82,
3.53,
2.22,
2.22,
5.62,
1.18,
1.25,
1.18,
3.37,
2.31,
7.59,
8.28,
8.28,
9.09,
8.57,
8.49,
9.09,
9.09,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.6,
1.6,
0.83,
0.83,
0.83,
3.2,
2.35,
1.6,
0.83,
0.83,
0.8,
0.83,
0.83,
3.2,
3.2,
5.38,
4.62,
0.83,
0.83,
0.83,
0.8,
0,
5.38,
4.62,
6.15,
21.74,
25,
21.43,
25,
25,
25,
28.57,
35,
17.78,
26.09,
25,
26,
24,
20.45,
24.44,
23.4,
22.22,
22.22,
21.57,
20.83,
20.83,
22.22,
22.22,
7.14,
6.45,
3.85,
21.43,
21.43,
21.43,
21.43,
5.65,
5.65,
7.53,
5.65,
7.53,
7.53,
5.65,
7.53,
7.14,
7.81,
6.45,
25,
4.62,
0,
0,
7.14,
0,
2.22,
5.62,
1.23,
1.2,
3.33,
2.22,
0,
0,
0,
16.18,
28.57,
28.57,
9.43,
23.08,
22,
25,
4.39,
4.39,
25,
0,
0,
0.79,
0,
0,
0.82,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
23.53,
6.34,
0,
10.71,
7.69,
7.14,
23.81,
25,
21.43,
25,
28.57,
0.83,
0.83,
28.57,
14.29,
16.67,
0,
0,
2.99,
12.28,
12.28,
12.28,
7.14,
1.74,
2.15,
2.94,
1.96,
2.94,
0,
0,
0,
0,
0,
5.36,
5.36,
10.62,
0,
0.88,
2.5,
1.56,
4.65,
6.98,
21.43,
4.05,
4,
4.29,
10,
0.83,
0.83,
10.87,
0.42,
7.14,
16.67,
16.67,
10,
13.33,
0,
0,
12.12,
11.11,
19.64,
19.64,
23.21,
9.52,
13.1,
4.55,
12.5,
8.93,
2.86,
2.45,
2.86,
0.41,
2.45,
0.82,
25,
21.43,
14.29,
12.31,
6.98,
8.77,
4.48,
19.23,
9.09,
9.09,
9.09,
7.27,
10.91,
10.91,
25,
21.43,
4.39,
4.4,
5.26,
11.46,
10.78,
10.53,
10.34,
3.92,
11.54,
5,
7.14,
7.14,
7.14,
25,
28.12,
25,
10.24,
9.77,
8.15,
7.28,
7.56,
8.81,
10.71,
2.94,
2.94,
4.23,
1.43,
0,
14.29,
10.71,
14.29,
0,
2.94,
2.94,
8.62,
8.62,
26.09,
26.09,
17.22,
18.54,
20,
16.67,
4.48,
4.48,
1.09,
1.09,
1.09,
1.09,
0,
1.67,
17.65,
4.48,
4.48,
0,
1.64,
7.5,
7.5,
7.5,
10,
17.86,
21.43,
6,
7.96,
7.96,
7.08,
9.73,
7.08,
7.08,
7.96,
9.2,
8.59,
9.2,
4.52,
28.57,
2.94,
3.45,
3.03,
3.33,
3.33,
3.7,
6.25,
6.25,
3.45,
6.45,
6.45,
4,
6.67,
8,
0,
2.38,
15,
12.5,
5.38,
13.75,
17.86,
0,
1.61,
2.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.41,
0.82,
0.41,
1.23,
2.22,
0,
0,
16.47,
1.67,
16.81,
15.04,
14.16,
20.35,
20.35,
19.47,
22.12,
3.57,
7.05,
6.57,
6.61,
0,
6.98,
4.65,
4.65,
1.43,
0,
21.43,
17.14,
20.39,
15.29,
4.29,
2.35,
3.64,
4,
4,
12.28,
2.41,
4.23,
4.23,
0,
3.33,
3.33,
14.29,
14.29,
14.29,
2.94,
2.94,
7.14,
2.5,
0,
0,
0,
5,
0,
2.5,
2.5,
0,
0,
20,
2.94,
2.63,
7.14,
7.58,
3.53,
3.57,
3.57,
22.12,
2.74,
4.11,
2.17,
0,
0,
0,
3.39,
3.39,
0.71,
0.71,
0.71,
2.63,
2.63,
2.63,
2.63,
2.63,
2.86,
2.22,
2.35,
3.57,
2.86,
2.86,
2.14,
11.32,
9.43,
6.25,
5.88,
13.33,
7.14,
3.23,
9.09,
7.69,
7.27,
7.27,
3.33,
5.71,
6.25,
5.71,
5.71,
4.48,
2.99,
3.57,
0.71,
0.71,
0.71,
1.43,
0.71,
0.71,
33.33,
30,
3.45,
0,
0,
0,
9.09,
9.09,
0,
0,
0,
5,
7.89,
5.13,
0,
0,
0,
4.88,
0,
5.88,
5,
0,
0,
0,
2.5,
0,
7.5,
5,
4.76,
0,
0,
0,
0,
0,
0,
16.67,
6.67,
3.33,
2.5,
0,
0,
5,
4.88,
7.89,
5.13,
5.88,
0,
0,
6.98,
0,
0,
0,
8,
8.89,
22.73,
22,
20,
7.14,
25,
17.86,
28.57,
28.57,
28.57,
17.86,
21.43,
7.14,
12.5,
12.5,
12.5,
12.5,
14.29,
7.5,
17.14,
12.77,
14.29,
7.5,
21.43,
21.43,
10,
4,
4,
5,
4.17,
5,
7.89,
5.88,
6.25,
6.06,
2.5,
10.34,
2.86,
2.67,
2.67,
2.67,
7.5,
2.5,
14.29,
12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
1.6,
3.33,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
7.14,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
0,
0,
0,
5.66,
5.66,
5.66,
5.66,
5.66,
5.66,
4.03,
4.03,
4.03,
4.03,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
5.66,
5.66,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
8.23,
6.67,
0.83,
0.83,
0.83,
0.42,
0,
0.83,
3.57,
3.57,
7.14,
3.57,
3.57,
3.57,
6.67,
10,
6.67,
0.42,
2.11,
2.11,
0,
5.26,
7.5,
3.12,
7.69,
15.15,
0,
0,
10.71,
7.14,
0.42,
0.42,
7.14,
10,
4.39,
4.39,
13.33,
8,
8,
7.14,
14.29,
19.35,
20.69,
20,
25,
21.43,
16.67,
11.63,
8,
36.67,
6.7,
4.69,
2.85,
10,
2.17,
14.29,
16.67,
0,
21.43,
17.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10.71,
10.71,
10.71,
14.29,
7.14,
10.71,
7.14,
10.71,
10.1,
10.1,
10.1,
10.71,
10.47,
14.29,
10.34,
10.34,
7.69,
4.17,
1,
6.67,
6.25,
0,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
1.18,
8.45,
1.18,
2.35,
2.35,
7.42,
6.38,
6.27,
1.18,
7.02,
7.08,
3.51,
5.31,
1.18,
1.18,
2.35,
1.18,
1.18,
1.77,
2.35,
3.76,
3.76,
6.04,
21.09,
14.74,
7.06,
11.74,
2.07,
3.52,
4.58,
2.76,
12.82,
12.82,
10.26,
8.37,
18.82,
4.04,
6.28,
7.65,
8.59,
7.06,
14.08,
4.23,
3.52,
10.16,
1.18,
3.52,
11.28,
2.14,
1.67,
2.14,
2.14,
4.71,
1.18,
11.58,
10.9,
16.9,
12.99,
6.76,
4.29,
7.14,
7.14,
7.14,
7.14,
1.77,
3.57,
39.29,
0.71,
6.25,
3.12,
7.25,
6.76,
1.18,
5.08,
5.88,
12.5,
12.02,
25.91,
13.02,
25.12,
27.91,
13.47,
2.82,
2.82,
13.27,
13.78,
5.48,
8.09,
8.2,
6.88,
1.45,
11.37,
3.57,
5,
3.57,
8.57,
7.14,
4.29,
12.98,
10.71,
9.29,
6.43,
15.69,
6.43,
2.86,
13.49,
12.56,
13.49,
14.42,
13.94,
13.31,
7.77,
14.65,
11.11,
13.38,
16.3,
17.93,
16.25,
14.53,
16.6,
16.3,
25.82,
14.9,
11.97,
14.9,
12.94,
0,
0,
0,
0,
7.02,
7.02,
11.11,
4.55,
4.44,
5.93,
1.18,
3.53,
2.35,
3.53,
4.71,
3.53,
3.53,
3.53,
2.35,
2.35,
3.53,
3,
2.35,
2.35,
2.35,
2.35,
1.18,
2.35,
2.35,
2.35,
2.35,
2.35,
7.27,
6,
0.81,
0.71,
0,
0,
0,
9.18,
5.84,
5.95,
8.1,
5.88,
8.08,
14.65,
14.01,
16.56,
12.1,
3.32,
3.32,
10.94,
3.14,
6.16,
3.26,
7.3,
5.88,
6.35,
0.71,
0.51,
1.01,
0.94,
0.47,
0.54,
1.18,
0.59,
3.33,
3.33,
3.33,
0,
0.71,
0.71,
0.71,
0.71,
0.71,
0.71,
3.32,
2.9,
3.32,
3.32,
3.32,
0.88,
2.35,
3.53,
2.35,
2.17,
5.98,
1.09,
1.18,
1.92,
2.14,
0.71,
6.43,
1.43,
2.86,
0,
17.14,
14.29,
8.57,
0,
0,
0,
0,
0,
5.71,
3.33,
11.76,
13.33,
16.67,
16.67,
9.09,
0,
4.76,
21.43,
0,
0,
0,
0,
3.33,
12,
6.67,
3.33,
18.18,
10,
0,
0,
0,
3.33,
6.67,
6.67,
13.33,
12.5,
19.05,
14.58,
14.29,
13.33,
0,
0,
0,
0,
20,
3.33,
3.33,
3.33,
5.71,
3.57,
6.67,
20,
10,
3.33,
2.94,
0,
0,
2.5,
0,
0,
0,
0,
0,
0,
6.06,
6.06,
7.14,
7.14,
0,
9.09,
7.27,
13.33,
19.23,
12.9,
16.67,
13.33,
16.67,
13.33,
13.33,
10,
13.33,
13.33,
33.33,
20,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
3.33,
13.33,
13.33,
13.33,
13.33,
13.33,
3.33,
32.5,
32.5,
32.5,
17.14,
10,
35.71,
43.33,
20,
20,
16.67,
21.21,
20,
20,
20,
21.21,
21.21,
18.18,
25.93,
23.33,
13.33,
13.33,
22.5,
22.5,
25,
25,
13.33,
16.67,
20,
3.33,
3.33,
3.33,
3.33,
4.44,
4.44,
1.69,
1.69,
2.11,
1.69,
0,
1.61,
1.61,
3.23,
0.83,
1.61,
1.61,
13.33,
13.33,
33.33,
8.57,
13.33,
0.91,
3.64,
5.45,
5.45,
5.45,
4.35,
0,
6.25,
8.77,
7.44,
0.41700000000000004,
17.86,
14.29,
21.43,
21.43,
4.88,
2.86,
2.86,
1.63,
2.86,
1.69,
0,
0,
2.89,
14.29,
4.44,
5,
5.65,
14.16,
22.62,
0,
0,
0,
0,
0,
2.33,
3.33,
0,
0,
0,
6.67,
10,
3.92,
0,
20.4,
21.88,
20,
21.43,
14.29,
3.57,
32.14,
42.86,
42.86,
21.43,
25,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
3.57,
3.57,
0,
0,
17.86,
3.57,
7.14,
7.14,
7.14,
7.14,
3.57,
3.33,
3.57,
6.67,
12.5,
1.64,
3.33,
3.33,
7.69,
3.85,
0,
0,
0.42,
1.25,
0.83,
0,
7.5,
6.67,
0,
0,
20,
20,
20,
16.67,
14.33,
36.67,
10,
8.33,
0,
23.33,
10,
20,
0,
0,
0,
0,
0,
0,
0,
25,
21.43,
25,
25,
21.43,
25,
21.43,
17.86,
25,
25,
21.43,
21.43,
17.86,
35.71,
17.86,
25,
21.43,
25,
28.57,
28.57,
25,
17.86,
40,
40,
20,
20,
20,
28.57,
28.57,
17.86,
6.67,
6.67,
6.67,
6.67,
3.33,
3.12,
4,
4,
3.85,
3.33,
6.67,
5.26,
5.26,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
5.77,
5.77,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
5.77,
3.85,
3.85,
5.77,
1,
2.86,
2.86,
1.43,
1.43,
10,
12,
1.43,
1.79,
0,
7.14,
16,
0,
12.5,
12.5,
12,
12,
12,
12,
12,
14.29,
17.86,
15.29,
15.29,
15.29,
15.29,
15.29,
20,
21.18,
17.95,
19.47,
13.95,
16,
33.33,
14.29,
12,
18.82,
18.82,
20,
16.47,
18.82,
16.47,
17.35,
16.33,
16,
18,
18,
16.67,
18.75,
18.75,
16.47,
16.47,
16.47,
17.65,
17.65,
16.47,
12.31,
5.38,
5.38,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
4.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.09,
0,
0,
16.47,
16.47,
12.94,
17.65,
16.47,
16.47,
15.29,
17.65,
20,
0,
0,
10.59,
9.41,
12.94,
3.33,
3.33,
15.29,
15.29,
15.29,
10.59,
9.41,
0,
3.03,
15.79,
25,
25,
25,
25,
25,
21.05,
10.53,
25,
12.5,
13.64,
25,
25,
7.14,
3.33,
27.78,
14.29,
14.29,
14.29,
25,
25,
25,
19.3,
19.3,
15.79,
15.79,
25,
25,
25,
14.29,
16.07,
16.07,
25,
25,
25,
2.03,
0,
6.67,
4.44,
4.44,
3.92,
6.67,
4,
3.27,
5,
5,
10,
0,
0,
13.33,
10.53,
10.53,
10.71,
10.71,
1.18,
7.14,
3.57,
0,
7.14,
50,
11.11,
7.65,
6.17,
7.06,
6.33,
8.39,
9.19,
7.65,
2.5,
3.53,
3.53,
6.98,
8.7,
8.7,
8.7,
8.7,
4.35,
4.35,
6,
7.69,
12.31,
7.69,
0,
0,
5.2,
10.71,
10.71,
9.29,
8.57,
6.1,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
21.43,
21.43,
11.27,
13.33,
10,
10,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
21.74,
21.43,
21.43,
25,
17.86,
40,
40,
20,
20,
20,
25,
25,
40,
40,
40,
40,
40,
40,
40,
40,
17.86,
35.71,
35.71,
35.71,
32.14,
32.14,
25,
25,
25,
25,
21.43,
20,
25,
25,
21.43,
21.43,
25,
25,
25,
25,
25,
25,
25,
25,
21.43,
21.43,
21.43,
28.57,
9.3,
9.3,
9.9,
3.57,
7.14,
5,
7,
6.45,
8.96,
8.93,
8.33,
6.67,
8.33,
7.94,
7.94,
9.3,
8.89,
8.06,
10,
6.67,
8,
5,
3.57,
5.4,
4.44,
3.57,
2.22,
9.3,
9.3,
7.02,
9.3,
9.3,
9.3,
9.3,
9.3,
9.3,
6.67,
5.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.38,
0.28,
0,
0,
0,
0,
0,
0,
10,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
3.57,
0.8,
0,
0,
0,
6.67,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
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.8,
0.4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.28,
13.31,
10.8,
13.38,
14.79,
13.7,
15.23,
12.33,
11.54,
12.03,
14.94,
10.94,
13.28,
14.38,
10.94,
11.36,
11.36,
12.31,
12.3,
14.08,
14.29,
10.62,
8.45,
17.7,
11.85,
12.32,
13.53,
9.62,
8.59,
13.28,
10.48,
11.41,
12.68,
9.29,
1.54,
0,
0,
0,
0,
0,
1.41,
0,
0,
12.96,
0,
0,
0,
0,
4.17,
7.69,
7.5,
4.76,
10,
7.5,
4.88,
4.88,
5.26,
9,
11.2,
7.02,
0,
0,
8.8,
9.09,
8.8,
9.09,
12.94,
6.72,
6.67,
6.47,
5.47,
7.2,
6.67,
6.72,
6.67,
7.2,
1.2,
19.64,
16.96,
17.86,
17.86,
23.21,
12.73,
1.6,
0,
9.3,
9.52,
11.11,
10,
7.5,
9.23,
5.88,
5.88,
8.77,
7.02,
3.51,
7.02,
10.53,
10.53,
10.59,
10.59,
10.59,
11.76,
9.3,
6.98,
6.98,
6.98,
6.15,
7.69,
7.02,
7.02,
6.98,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
18.97,
12.24,
12.24,
14.29,
12.24,
12.24,
12.24,
12.24,
12.5,
12.24,
13.33,
14.29,
14.93,
14.04,
12.24,
14.29,
14.44,
12.5,
15.56,
15.56,
12.28,
14.44,
19.64,
18.52,
17.86,
21.43,
21.43,
19.64,
20.37,
19.64,
22.22,
21.43,
17.86,
28.57,
35.29,
17.86,
21.43,
21.43,
17.86,
18.52,
18.52,
17.86,
0,
0,
0,
21.43,
0,
24.07,
20.37,
17.86,
17.86,
20.37,
19.64,
16.07,
0,
0,
0,
0,
0,
22.92,
0,
17.86,
25,
28.57,
17.86,
0,
21.43,
23.81,
28.57,
28.57,
23.81,
23.53,
20.37,
23.81,
23.81,
23.81,
21.4,
23.81,
23.81,
21.43,
21.43,
21.43,
21.4,
23.81,
23.81,
23.81,
23.81,
21.43,
23.81,
25,
21.43,
0,
0,
0,
21.4,
21.43,
21.43,
0,
0,
25,
21.4,
3.57,
3.57,
3.57,
5.26,
3.57,
4.03,
3.53,
4.03,
3.92,
3.57,
3.12,
6.25,
17.86,
17.86,
17.86,
13.33,
5.3,
10.71,
10.71,
10.71,
6.67,
3.1,
2.5,
2.5,
2.5,
0,
0,
0,
0,
6.82,
7.32,
7.32,
7.32,
8.77,
7.32,
7.32,
7.32,
5.26,
8.93,
9.76,
7.32,
15.38,
12.68,
12.68,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
6.92,
0,
6.9,
12.4,
9.68,
9.65,
11.82,
3.39,
3.33,
0,
0,
0,
0,
0,
0,
9.3,
7.08,
7.96,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
3.92,
7.14,
7.14,
10,
0,
0,
0,
0,
1.54,
8.51,
8.82,
3.39,
0,
0,
0,
5.26,
5.26,
4.49,
13.16,
7.5,
0,
3.51,
17.86,
13.89,
1.64,
2.14,
3.57,
6.67,
3.57,
3.57,
7.14,
0,
0,
5,
6.45,
0,
0,
0,
0,
21.88,
21.88,
5.5,
10.53,
10.53,
10.53,
20.54,
3.6,
62.5,
21.43,
31.58,
8.1,
19.64,
17.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
19.4,
3.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
0,
6.61,
5.26,
1.72,
2.56,
3.85,
5,
6.67,
1.56,
1.56,
2.48,
2.48,
6.45,
4.65,
2.31,
2.5,
3.7,
1.89,
4.11,
3.76,
5,
5,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
2.5,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
3.33,
14.29,
6.25,
6.67,
6.88,
20.45,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.42,
0,
11.43,
1.6,
1.6,
0.83,
0.83,
0.8,
0,
0,
4.76,
6.67,
7.69,
0,
12.5,
2.86,
4.08,
0.42,
6.78,
0,
6.06,
0,
1.64,
0.83,
4.35,
4.62,
4.8,
6.15,
0.83,
21.88,
9.09,
10,
0,
17.86,
17.86,
1.6,
1.6,
0,
25,
25,
25,
25,
3.45,
7.5,
0,
5,
7.32,
5.88,
1.54,
2.78,
6.25,
25,
4.62,
0,
3.23,
0,
0,
0,
0,
5,
10.64,
0.83,
3.57,
0,
10.71,
0,
0,
0.83,
3.33,
0,
0,
0,
0,
0,
0,
0,
3.33,
7.14,
10,
0,
0,
7.14,
3.61,
3.33,
0,
4.62,
11.84,
3.45,
0,
3.03,
0,
11.32,
7.41,
9.09,
6.45,
0,
1.65,
1.69,
1.64,
10,
10,
0,
0,
0.61,
21.88,
0,
0,
0,
0,
0,
0,
0,
0.71,
0,
0,
0,
0,
0,
10,
0,
0,
7.5,
0,
0.78,
0,
25,
7.14,
3.85,
25,
10.71,
17.86,
6.98,
17.86,
25,
14.29,
28.57,
25,
21.43,
6.98,
21.43,
0,
0,
12.5,
5.77,
6.25,
11.43,
1.25,
16.07,
2.86,
3.85,
20,
16.67,
0,
0,
25,
6.67,
7.14,
10,
2.86,
0,
3.57,
7.14,
3.57,
7.5,
0,
0,
0,
3.7,
0,
0,
0,
0,
0,
50,
3.12,
0,
0,
0,
0,
5.88,
6.25,
3.23,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
1.6,
2.4,
1.6,
2.4,
5.88,
3.23,
40,
7.14,
6.45,
0,
3.33,
0,
5.71,
10.71,
13.33,
9.84,
6.67,
23.21,
0,
21.43,
12.86,
0,
9.09,
6.67,
0,
0,
0,
3.85,
3.85,
3.85,
0,
0,
0,
6.45,
23.21,
10,
3.33,
0,
0,
0,
0,
0,
0,
0,
3.03,
0,
0,
0,
3.12,
0,
0,
0,
10,
7.5,
0,
25,
0,
25,
4,
4,
4,
4,
4,
5.41,
5.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
14.29,
0,
0,
2.56,
0,
0,
5,
0,
2.38,
0,
3.33,
9.09,
3.23,
6.67,
6.06,
3.23,
6.25,
10,
6.67,
0,
0,
0,
4.76,
7.14,
4.65,
7.5,
1.67,
0,
0,
4.17,
0,
0,
0,
0,
0,
0,
21.43,
17.86,
0,
0,
5,
0,
7.5,
0,
3.57,
4.65,
3.57,
3.57,
3.57,
7.14,
0,
0,
0,
0,
3.12,
0,
0,
0,
7.14,
3.23,
3.57,
0.42,
0,
0,
0,
0,
9.2,
0.5,
2.5,
14.29,
14.29,
7.14,
7.14,
7.14,
7.14,
1.47,
12.5,
2.6,
10.13,
12.66,
10.13,
11.11,
0,
0,
8,
0,
0,
0,
0,
0,
0,
0,
0,
3.23,
0,
0,
0,
0,
8.9,
0,
6.67,
10,
10,
13.33,
10,
10,
13.33,
10.71,
10.71,
8.77,
8.93,
10.87,
10.64,
10.53,
10.71,
15.56,
0,
0,
6.67,
6.67,
0,
1.18,
1.18,
1.18,
2.35,
1.18,
0.71,
0.71,
0.71,
0.71,
2.35,
4.71,
3.53,
1.18,
1.18,
2.73,
2.35,
1.18,
0.71,
1.43,
2.73,
2.73,
1.82,
1.18,
1.18,
1.43,
0.71,
3.53,
0.71,
0.71,
1.18,
2.35,
0.88,
0.88,
1.77,
0.88,
0.71,
0.71,
0.71,
3.53,
3.53,
2.35,
2.35,
3.53,
1.18,
1.18,
1.18,
1.75,
1.28,
1.18,
1.18,
2.5,
0,
2.5,
2.38,
2.5,
5.26,
0.83,
6,
5,
1.18,
2.35,
2.35,
2.35,
1.18,
1.18,
1.18,
2.35,
2.35,
2.35,
1.18,
2.35,
1.18,
1.18,
1.18,
2.35,
2.35,
1.18,
2.35,
2.35,
2.35,
2.35,
4.23,
4.43,
3.57,
2.35,
2.35,
6.41,
2.35,
2.35,
2.35,
1.18,
1.18,
1.18,
2.35,
2.35,
0.71,
2.35,
2.35,
2.35,
2.35,
1.18,
3.53,
3.52,
4.93,
2.35,
2,
2,
3,
2.35,
0.4,
0.4,
12.73,
0,
0,
0,
0,
1.59,
1.18,
1.59,
6.67,
8.89,
8.89,
8,
7.14,
3.57,
3.57,
3.57,
3.57,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.57,
3.53,
3.53,
0,
0,
0,
0,
9.09,
9.09,
7.04,
7.04,
7.14,
7.14,
7.14,
0,
7.14,
9.52,
7.14,
3.57,
3.57,
7.14,
0,
0,
5,
5,
5,
4.5,
0,
0,
0,
0,
0,
0,
0,
6.38,
3.57,
2.38,
3.57,
3.57,
3.57,
7.14,
3.57,
3.57,
3.57,
2.5,
2.5,
2.5,
3.57,
5.38,
8.77,
9.41,
10.71,
12,
10.71,
7.14,
4.35,
4.44,
2.33,
2.5,
2.5,
12.28,
14.04,
18.42,
0,
0,
0,
17.86,
22.22,
12.9,
23.08,
24.53,
10,
18.87,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
3.33,
7.14,
10.71,
7.14,
7.14,
10.71,
7.14,
10.71,
7.14,
0,
3.23,
2.03,
1.54,
4.3,
4.3,
6.67,
7.14,
3.57,
6.67,
6.06,
3.33,
3.33,
3.33,
7.14,
3.57,
12.5,
12.5,
18.18,
2.86,
1.58,
6.67,
1.6,
1.6,
1.6,
3.2,
1.6,
8.8,
8,
1.6,
4.8,
9.6,
1.67,
0,
2.86,
5.71,
5.31,
1.63,
6.67,
3.33,
2.86,
2.86,
5.31,
8,
1.6,
1.6,
1.6,
1.6,
3.2,
0,
10.71,
10.61,
10.61,
10.61,
12.12,
12.12,
12.12,
10,
17.65,
0,
0,
0,
0,
0,
5.4,
30.36,
28.57,
28.57,
8.93,
8.97,
0,
0,
5.88,
17.86,
0,
0,
21.43,
0,
10.71,
5,
5,
5,
5,
10.71,
10,
2.5,
17.65,
0,
7.14,
0,
2.17,
2.5,
0,
5,
5,
0,
21.43,
5.6,
13.85,
3.57,
3.57,
3.23,
3.23,
0,
0,
3.23,
0,
0,
0,
0,
0,
1.18,
0,
0.41,
0,
0,
0.41,
0,
0.41,
0,
0,
0.41,
0.41,
0,
0.41,
0,
0,
0.41,
0.41,
0.41,
0,
0.41,
0.41,
1.18,
0.41,
0.41,
1.19,
0.57,
2.03,
2.03,
2.03,
2.03,
2.03,
3.38,
1.18,
1.18,
1.18,
1.18,
0,
2.03,
1.28,
1.28,
1.28,
1.18,
12.5,
12.5,
12.5,
12.5,
12.5,
16.07,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
14.29,
14.29,
14.29,
14.29,
14.29,
16.07,
16.07,
16.07,
16.07,
14.29,
16.07,
14.29,
12.5,
12.5,
16.07,
22.39,
21.43,
21.43,
17.86,
17.86,
17.86,
17.86,
17.86,
25,
25,
17.86,
14.29,
23.21,
23.21,
5.26,
3.57,
1.01,
2.65,
1.77,
2.65,
1.77,
1.29,
1.01,
1.01,
1.01,
2.02,
9.3,
11.76,
8.24,
8.24,
11.76,
0,
0,
0,
0,
4.23,
10.71,
10,
3.1,
12,
12,
12,
0,
10.67,
0,
0,
0,
0,
0,
25,
25,
33.33,
10,
0,
0,
0,
0,
0,
7.69,
11.11,
10.53,
9.09,
10,
10,
11.11,
11.11,
14.29,
15.38,
11.11,
9.09,
15,
6.67,
11.11,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
0,
9.2,
15.15,
1.61,
0,
1.54,
6.06,
6.06,
1.64,
1.65,
1.61,
1.61,
0,
1.79,
0,
0,
3.23,
25,
1.61,
0,
0,
0,
0,
5.38,
5.38,
0,
0,
0,
0,
5.38,
0,
0,
0.77,
0,
0,
0,
0,
6.15,
6.67,
7.14,
10.77,
6.67,
6.67,
25,
0.77,
0.81,
0,
1.61,
0,
20,
20,
1.52,
6.67,
0,
0,
3.75,
0.83,
3.33,
7.14,
2.63,
5.26,
5.26,
3.45,
5.26,
5.26,
5.26,
5.26,
5.26,
3.45,
5.26,
5.26,
5.26,
5.26,
5.26,
5.26,
7.89,
6.15,
25,
10,
14.29,
25,
21.43,
21.43,
21.43,
21.43,
0,
0,
0,
0,
0,
0,
0,
0,
1.56,
2.4,
0,
0.83,
2.61,
1.6,
0.83,
3.2,
0.83,
0.83,
3.2,
0.08,
2.38,
0,
0,
0,
0,
0,
0,
0,
21.05,
10.71,
10.71,
10.71,
7.14,
3.57,
10.71,
7.14,
3.57,
7.14,
7.14,
11.43,
11.43,
5.71,
21.88,
21.88,
18.75,
21.88,
21.88,
21.9,
28.12,
18.75,
21.88,
18.8,
21.88,
18.75,
4.17,
4.17,
4.58,
5.62,
1.23,
2.22,
2.82,
0,
32.26,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.32,
0,
14.81,
0,
0,
0,
0,
0,
0,
0,
0,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
42.86,
0,
0,
1.92,
20,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.22,
17.78,
11.86,
12.12,
17.86,
21.57,
21.57,
2.31,
0,
0,
0,
0,
7.9,
10,
12.5,
0,
0,
0,
0,
0,
0,
0,
2.35,
0,
0,
11.11,
10.64,
11.11,
8.89,
11.11,
11.11,
11.11,
11.11,
8.89,
11.76,
43.33,
0,
0,
0,
8.82,
2.94,
2.94,
2.44,
2.44,
2.86,
2.44,
2.44,
2.44,
0,
0,
10,
2.38,
2.38,
2.38,
4,
12.5,
12.5,
11.2,
12.5,
8.11,
9.52,
10.5,
2,
10.26,
6.67,
9.52,
11.9,
2.44,
8.4,
6.67,
11.2,
6.98,
9.52,
1.7,
2.56,
25,
11,
13.33,
10.53,
9.09,
9.09,
10.8,
10.2,
10.13,
9.8,
11.76,
11.9,
9.09,
9.09,
9.09,
9.09,
3.6,
9.09,
9.3,
9.09,
10,
7.69,
11.76,
11.76,
11.76,
11.76,
11.76,
11.76,
11.76,
11.76,
10.13,
11.9,
13.33,
13.33,
8.57,
0,
0,
0,
11.9,
0.42,
2.38,
12,
10.37,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.35,
4.35,
7.04,
3.33,
3.33,
3.33,
3.33,
1.69,
3.33,
3.33,
3.33,
0,
15,
0,
20,
10,
15,
2.5,
20,
2.5,
5,
20,
3.33,
23.53,
12.5,
10,
20,
20,
13.33,
6.67,
10,
20,
3.33,
6.67,
10,
10,
23.33,
20,
20,
2.5,
0,
10,
10,
0,
0,
3.33,
0,
7.14,
6.36,
6.12,
0,
0,
25,
25,
0,
3.4,
6.25,
3.57,
21.43,
0,
0,
0,
0,
0,
0,
25,
25,
21.74,
17.39,
17.39,
26.32,
23.81,
21.74,
15.79,
15.79,
3.82,
3.33,
3.33,
0,
0,
3.33,
3.33,
0,
3.33,
3.33,
3.33,
3.33,
0,
0,
4.76,
0,
2.64,
0,
10.62,
10.62,
10.62,
10.62,
3.33,
3.33,
3.33,
6.67,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
10.62,
10.62,
10.62,
10.62,
17.39,
25,
46.43,
26,
25,
7.08,
7.49,
25,
5.38,
2,
3.75,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.33,
3.33,
6.67,
3.33,
3.33,
3.33,
3.33,
3,
3.33,
3.33,
17.86,
0.8,
21.98,
15.38,
16,
16,
16,
16,
16,
3.33,
16.67,
3.33,
0,
0,
3.33,
0,
3.33,
0,
3.33,
3.33,
0,
3.33,
7.14,
7.14,
0,
0,
0,
0,
0,
10,
0,
7.14,
0,
3.33,
0,
3.33,
0,
6.67,
0,
0,
0,
0,
3.33,
0,
0,
3.33,
25.66,
17.65,
18.82,
23.53,
17.65,
5.49,
7.02,
0.8,
0.8,
0.8,
0.83,
0.8,
0.8,
0.84,
2.4,
0.8,
0.8,
4.65,
0.84,
0.84,
0.84,
0.8,
0.84,
0.83,
0.83,
0.83,
2.34,
0.83,
0.83,
0.84,
0.84,
1.67,
5.47,
0.83,
0.83,
1.6,
1.67,
0.79,
0.8,
1.6,
2.4,
1.6,
3.1,
3.1,
3.1,
2.4,
2.31,
1.65,
2.61,
2.48,
2.48,
2.48,
1.65,
2.48,
1.85,
0.62,
0.62,
0.62,
1.44,
1.46,
3.1,
0,
1.29,
0.83,
0.8,
1.69,
1.69,
1.69,
0.83,
0.83,
1.69,
1.69,
1.69,
1.69,
1.72,
0.85,
0.85,
1.69,
0.83,
1.69,
1.69,
1.68,
4.62,
5.47,
4.62,
4.62,
5.47,
4.62,
5.47,
4.69,
6.25,
7.14,
7.81,
5.38,
3.85,
5.43,
4.65,
4.69,
4.62,
5.38,
6.2,
3.64,
4.65,
3.1,
2.35,
4.69,
4,
2.46,
4.65,
7.87,
4.76,
7.03,
7.03,
8,
1.6,
0.8,
7.14,
7.14,
7.14,
8,
0.78,
0.78,
0.78,
0.78,
4.65,
0,
0,
0.79,
6.45,
6.45,
6.45,
6.45,
6.45,
7.02,
5.26,
0.71,
0.71,
12.5,
20.54,
17.45,
17.58,
20.54,
3.1,
6.98,
5.88,
21.15,
23.91,
20.51,
19.15,
0,
0,
26.67,
24.14,
23.81,
16.47,
16.47,
21.25,
16.5,
12.26,
15.09,
14.12,
17.65,
17.65,
18.42,
17.11,
20,
18.75,
0.1,
4.65,
4.41,
4.88,
3.92,
0,
3.92,
3.92,
0,
0,
2.5,
2.5,
1,
2.5,
3.33,
11.9,
10,
0,
3.92,
3.33,
3.33,
5,
5,
5,
0,
3.92,
3.92,
4.35,
0,
3.92,
0,
3.92,
3.92,
0,
7.14,
5,
5,
5,
4.76,
11.9,
2.5,
2.5,
2.5,
0,
4.41,
0,
0,
4.41,
4.41,
4.41,
4.41,
0,
3.57,
8,
0,
5.4,
0,
37.5,
5,
25,
8.33,
20.69,
0,
0,
0,
0,
0,
6.67,
12.5,
10,
0,
5,
2.5,
2.5,
5.13,
5,
5,
0,
1.75,
3.51,
10,
5,
5,
3.03,
0,
30,
30,
0,
14.71,
9.09,
2.63,
0,
2.22,
6.25,
0,
12.5,
8.11,
18.42,
19.44,
44,
5,
0,
18.75,
12.5,
18.42,
12.5,
6.38,
25,
25,
25,
25,
25,
6.98,
14.29,
4.76,
6.67,
10,
6.98,
5,
10.26,
11.9,
2.5,
6.67,
3.33,
4.76,
20,
10,
0,
8,
6.06,
9.68,
6.67,
0,
0,
10,
12.5,
5,
0,
14.29,
14.29,
5,
0,
9.52,
5.13,
5.13,
2.56,
4.76,
4.17,
2.63,
1.74,
1.74,
1.74,
1.52,
17.86,
25,
25,
25,
17.86,
25,
25,
32.14,
32.14,
16.07,
25,
16.07,
28.57,
25,
25,
26.67,
19.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
26.79,
25,
3.57,
4.44,
4.44,
5,
4.44,
4.44,
4.48,
4.44,
1.18,
5,
2.56,
4.44,
6.67,
4.44,
1,
4.48,
3.85,
1.28,
14.29,
0.6,
1.48,
21.88,
7.14,
6.67,
8.51,
7.14,
11.11,
11.11,
11.11,
11.11,
11.11,
11.11,
11.11,
3.33,
3.33,
3.33,
3.33,
0,
3.33,
10,
3.33,
0,
20.24,
22.32,
20.83,
1.79,
8.2,
7.35,
8.33,
9.26,
14.63,
6.25,
9.52,
6.25,
12.2,
2.33,
6.67,
5.26,
14.29,
14.29,
14.29,
5.26,
14.29,
14.29,
14.29,
14.29,
14.29,
7.55,
5.66,
7.06,
6.67,
9.41,
6.98,
7.02,
7.02,
5.66,
6.98,
6,
1.41,
1.64,
3.12,
17.86,
7.02,
2,
1.75,
7.02,
0,
6.67,
6.67,
13.39,
13.45,
18.64,
15.58,
14.94,
13.58,
14.29,
15.23,
15.71,
11.46,
14.19,
17.86,
15.71,
15.62,
15.48,
17.86,
15.54,
18.26,
13.1,
19.64,
17.86,
11.9,
9.52,
9.52,
20.54,
20.54,
17.46,
17.01,
15.48,
18.25,
18.25,
19.64,
16.67,
19.29,
12.93,
15,
13,
13.33,
14.19,
14.97,
18.32,
20,
20,
2.7,
0,
0,
0,
0,
20,
0,
0,
0,
0,
0,
10,
0,
0,
11.11,
35,
4,
25,
25,
3.57,
25,
28.57,
6.67,
20,
20,
8.7,
0,
5.88,
0,
0,
0,
0,
0,
0,
0,
21.43,
10.26,
17.86,
17.86,
17.46,
0,
0,
0,
0,
0,
0.2,
4.17,
0,
3.33,
3.39,
3.33,
12.5,
20,
20,
6.67,
12.24,
12.24,
5.41,
5.41,
1.25,
3.75,
1.67,
3.33,
2.92,
0.42,
0.83,
1.25,
2.08,
1.67,
1.67,
2.08,
1.25,
1.25,
2.08,
2.92,
3.33,
2.5,
1.67,
2.5,
1.67,
4.49,
4.08,
4.49,
4.08,
1.25,
5.63,
3.85,
5.31,
5.31,
5.31,
5.31,
5.31,
5.26,
5.26,
6.19,
5.26,
4.69,
4.69,
12.28,
0,
12.5,
0,
0,
0,
0,
0,
0,
1.63,
2.44,
3.25,
0.81,
3.33,
6.06,
2.63,
1.18,
2.41,
2.25,
1.19,
1.18,
3.53,
0.83,
2.94,
2.94,
5.56,
5.56,
1.15,
3.53,
4.76,
4.76,
4.76,
0,
0,
2.94,
3.59,
2.85,
0,
0,
6.25,
5.8,
0,
10.71,
0,
20,
20,
20,
20.45,
22.86,
21.74,
18.75,
18.37,
20.93,
23.08,
2.86,
10.71,
0,
0,
0,
4.35,
4.35,
4.35,
17.86,
2.41,
10.71,
8.57,
9.3,
0,
0,
0,
0,
10.71,
4.17,
5.38,
5.38,
1.67,
0,
1.67,
0,
0,
0,
0,
0,
6.15,
2.35,
1.67,
0,
3.23,
3.53,
0,
0,
0,
0,
0,
0,
1.54,
21.74,
22.73,
0,
0,
2.87,
21.43,
25,
25,
25,
25,
25,
12.07,
3.85,
1.6,
0,
4.62,
3.7,
3.33,
0,
2.44,
26.67,
8.93,
0.81,
0.83,
0,
12.5,
12.5,
4.62,
0,
1.98,
50,
0,
0,
0,
0,
0,
0.83,
0.79,
0.83,
0.65,
0.65,
0,
0,
0,
0,
0.81,
0,
0,
0,
1.67,
3.85,
3.57,
5.26,
4.84,
1.67,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
5.77,
3.85,
3.85,
3.85,
0,
0,
14.29,
14.29,
0,
0,
0,
0,
1.18,
1.15,
4.6,
3.33,
2.47,
2.22,
8.77,
8,
34.78,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.7,
0.83,
0,
0.6,
0.83,
1.64,
0.83,
0.83,
5.38,
1.18,
5.38,
0,
0,
0,
5.38,
10.71,
5.77,
12.5,
12.5,
10,
0,
6.06,
0,
0,
1.18,
2.3,
2.44,
3.25,
12.5,
12.5,
1.65,
6.98,
1.18,
1.16,
0,
0,
2.73,
0,
11.32,
0,
7.69,
5.41,
4.76,
5.13,
5.26,
0,
10.87,
0,
17.39,
19.15,
16.07,
3.67,
0,
0,
5.66,
0,
3.27,
0,
0,
0,
1.12,
1.18,
7.69,
0,
0,
0,
0,
0,
0,
10.53,
5,
3.33,
5,
3.33,
6.35,
7.32,
0.88,
0.88,
25,
9.82,
11.11,
1.18,
0,
2.27,
25,
25,
25,
2.47,
1.18,
0,
1.45,
0,
0,
23.81,
12.28,
12.17,
9.68,
11.9,
0,
4.62,
2.94,
0,
0.77,
0.77,
0.77,
3.53,
3.2,
9.52,
1.12,
7.02,
5.38,
1.18,
1.18,
23.81,
19.05,
28.57,
23.81,
0,
0,
6.67,
1.45,
25,
25,
25,
25,
23.81,
23.81,
10,
7.23,
25,
25,
25,
8.06,
14.55,
14.55,
0,
0,
0,
0.83,
0.83,
12.12,
11.11,
0,
0,
0,
2.9,
2.9,
1.18,
2.35,
2.35,
0,
23.81,
0,
3.33,
0,
0,
16.07,
11.43,
2.42,
5.6,
2.42,
2.44,
0,
0,
0,
21.43,
6.06,
3.03,
23.81,
28.57,
21.05,
1.09,
1.6,
2.35,
2.9,
2.94,
0,
0,
12.5,
9.68,
2.86,
0.81,
2.44,
0.65,
42.86,
42.86,
10,
16.67,
10,
16.67,
10,
16.67,
1.69,
0.85,
0,
0,
0,
0,
7.69,
1.01,
1.01,
0.88,
1.18,
1.05,
1.18,
6.45,
10.87,
0,
21.43,
0,
25,
20,
2.44,
0.81,
2.04,
0,
42.86,
42.86,
42.86,
0,
0,
12,
0,
0,
0,
33.33,
28.57,
2.5,
6.25,
9.38,
0,
0.83,
0,
0.42,
8.24,
0,
3.33,
0,
0,
2.35,
2.35,
2.22,
1.18,
2.5,
1.16,
0,
3.33,
3.33,
0,
3.33,
21.74,
16.07,
0,
1.59,
5.38,
0,
6.25,
0,
0.83,
0,
0,
0,
25,
25,
2.02,
0,
0,
3.53,
0.42,
0,
0,
0,
14.29,
0.83,
0,
3.33,
12.5,
28.57,
5.31,
13.24,
25,
1.67,
25,
28.57,
0,
1.56,
1.56,
1.59,
1.57,
1.57,
6.25,
1.59,
16.67,
0,
25,
0,
0,
3.33,
3.33,
20,
20,
4.76,
11.5,
10.34,
12.5,
5.26,
5.93,
21.43,
25,
25,
25,
7.14,
3.33,
0,
0,
6.15,
0,
0,
0,
0,
0,
10.2,
9.56,
0,
0,
0,
5.38,
3.12,
12.5,
2.94,
3.03,
3.12,
3.03,
0,
8.93,
3.57,
7.69,
0,
0,
0,
9.09,
3.23,
7.14,
10.53,
5.13,
7.14,
2.63,
2.63,
7.14,
7.14,
21.43,
25,
0.83,
0.83,
2.04,
3.27,
3.27,
2.45,
3.85,
6.67,
8,
3.45,
9.38,
20.54,
0,
2.44,
1.63,
0,
0,
0,
0,
0,
0,
7.06,
1.67,
3.33,
1.67,
13.33,
13.33,
6.25,
5.38,
4.62,
6.15,
0,
0,
6.67,
0,
1.61,
0,
0,
0,
23.81,
10.71,
6.9,
3.45,
0,
0,
3.6,
0,
0,
17.86,
0,
4.35,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
20,
1.18,
3.45,
21.05,
0,
5,
6.67,
10,
0,
6.45,
2.86,
2.45,
2.04,
2.45,
12.39,
0,
0,
0,
1.56,
22.86,
0,
0.83,
10.91,
9.09,
4.55,
4.55,
0,
11.02,
9.38,
5.56,
0,
0,
0,
0,
3.23,
12,
4.62,
21.88,
10,
10,
3.7,
4.62,
5.91,
4.55,
9.77,
12.07,
0,
10,
0,
10.34,
12.86,
2.94,
3.03,
12.5,
16.81,
16.81,
20.35,
2.03,
1.28,
0.41,
0.41,
0.41,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
0,
0,
8.45,
9.38,
8.77,
8.77,
8.77,
8,
10,
12.28,
9.3,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.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,
25,
25,
0,
6.67,
10,
8.33,
10,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
0,
40,
40,
1.56,
1.6,
1.59,
0,
0,
0,
1,
0.8,
0.71,
25,
17.86,
3.23,
3.03,
3.12,
6.67,
6.67,
7.14,
8.77,
8.77,
11.35,
9.88,
9.43,
11.11,
12.35,
11.43,
10.34,
10,
9.68,
12.77,
6.94,
19.05,
2.53,
4.69,
3.57,
2.63,
6,
3.08,
1.16,
3.08,
3.08,
3.08,
3.08,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.45,
1.63,
2.99,
2.99,
4.48,
4.48,
2.99,
4.48,
2.99,
4.48,
2.99,
2.99,
2.99,
2.99,
7.14,
9.09,
7.69,
6.67,
6.38,
7.02,
7.14,
9.3,
7.14,
7.14,
7.14,
3.57,
1,
1,
1,
1.18,
0.91,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.67,
3.95,
0,
0,
0,
3.33,
3.33,
3.33,
25,
28.57,
25,
25,
40,
25,
21.43,
25,
25,
25,
25,
25,
25,
25,
21.43,
25,
25,
28.57,
25,
21.43,
28.57,
21.43,
25,
25,
15.79,
14.29,
23.81,
14.29,
14.29,
14.29,
15.79,
2.99,
10,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
3.12,
6.98,
6.25,
0,
0,
0,
0,
4.17,
4.17,
4.17,
4.17,
0,
0,
0,
0,
0,
3.57,
4.26,
3.57,
2.94,
3.33,
3.57,
3.57,
2.08,
3.08,
5.97,
5,
25,
28.57,
28.57,
25,
25,
7.14,
7.14,
7.14,
21.88,
21.88,
8.77,
8,
7.14,
0,
1.09,
5.71,
5.71,
7.14,
5.71,
5.71,
7.14,
5.71,
5.71,
12.5,
11.11,
4,
4,
4,
4,
9.38,
0,
0,
2.78,
2.99,
4.48,
2.99,
2.5,
2.5,
0,
7.14,
2.7,
2.94,
4,
6,
3.57,
2.13,
2.7,
0.71,
0,
0,
0.71,
0.71,
0.71,
0.71,
10,
10,
10,
10,
10,
5.98,
16.96,
0,
10.87,
3.57,
2.5,
25,
25,
10.2,
10.32,
12.08,
10.71,
1.18,
18.75,
20.54,
15.18,
16.96,
17.86,
14.29,
14.29,
16.07,
17.86,
17.86,
0.83,
0.83,
0.83,
0.83,
0,
0,
3.53,
3.53,
3.53,
3.53,
3.53,
4.85,
3.53,
3.53,
5.73,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
6.06,
1.64,
1.64,
1.64,
0.83,
21.88,
21.88,
21.88,
9.84,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.63,
2.44,
2.44,
0.81,
25,
28.12,
25,
15.29,
15.29,
0,
0,
15.29,
4.55,
5.26,
4.08,
0,
0,
0,
0,
4,
4,
1.67,
1.67,
1.67,
1.67,
6.67,
6.67,
6.67,
6.67,
6.67,
0,
0,
0,
0,
0,
2.25,
3.75,
0,
8.57,
9.76,
10.26,
0.82,
1.25,
6.67,
6.78,
8.7,
6.67,
6.67,
6.67,
0,
13.37,
0,
11.85,
12.5,
10.07,
21.43,
21.43,
25,
21.43,
21.43,
21.43,
25,
17.86,
17.86,
17.86,
21.43,
21.43,
21.43,
17.86,
21.43,
17.24,
0,
0,
0,
0,
0,
5.26,
6.38,
6.67,
0,
11.76,
11.76,
5,
5,
0,
5,
0,
0,
0,
0,
10,
0,
5,
0,
5,
5,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
8.62,
0,
2.5,
2.5,
5.77,
3.85,
0,
0,
0,
7.96,
9.73,
8.85,
9.73,
3.75,
3.75,
0.38,
0.38,
3.75,
0.38,
3.77,
1.89,
19.64,
23.21,
6.67,
6.67,
6.67,
0,
6.45,
6.9,
10.71,
9.68,
2.5,
11.5,
9.68,
6.45,
5.71,
7.14,
12.5,
12.5,
12.5,
9.38,
9.38,
11.11,
0,
12.5,
0,
0,
0,
0,
15.29,
16.47,
15.29,
8.51,
14.29,
12.5,
1.59,
3.33,
1.23,
1.2,
5.62,
3.33,
1.23,
5.62,
5.71,
0,
0,
0,
0,
8.33,
4,
0.65,
10,
5.71,
5.71,
5.71,
5.71,
8.89,
9.52,
0,
0,
0,
0,
0,
8.33,
8.77,
7.14,
8.51,
3.57,
3.57,
3.57,
3.57,
0.83,
1.54,
1.54,
1.54,
1.6,
1.6,
0.83,
0.83,
0.8,
3.2,
1.6,
3.2,
1.6,
5.71,
13.24,
9.09,
7.14,
7.14,
8.47,
2.35,
2.33,
2.35,
0,
0,
0,
0,
8.66,
7.87,
8.66,
10.71,
7.14,
7.14,
7.14,
0,
0,
0,
1.01,
1.01,
1.01,
6.67,
16.67,
10.34,
2.82,
2.82,
0,
0,
0,
1.67,
1.67,
8,
8,
20,
6.25,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
1.64,
11.76,
0,
0,
0,
0,
0,
3.23,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
7.14,
3.57,
3.57,
3.57,
4.72,
4.72,
3.23,
3.23,
7.69,
8.7,
0,
9.68,
11.11,
25,
4,
3.33,
3.33,
6,
12.5,
3.57,
0,
3.57,
0,
5,
5,
3.03,
4.55,
4.35,
2.5,
2.5,
5,
7.5,
11.43,
10,
2.5,
5,
2.5,
2.5,
5,
2.5,
2.5,
2.5,
2.5,
1.75,
1.75,
1.75,
2.67,
5,
5,
5,
4.29,
4.29,
4.29,
2.86,
2.5,
5,
2.5,
2.5,
3.57,
0,
0,
4.29,
4.29,
2.33,
4.65,
2.33,
2.33,
2.35,
3.26,
7.14,
2.63,
3.12,
2.33,
4.29,
4.29,
3.39,
4.7,
14.08,
0,
0,
3.53,
1.75,
1.18,
1.18,
1.75,
3.57,
3.57,
1.18,
1.18,
2.72,
1.94,
4.65,
10.71,
8.89,
7.69,
7.69,
10.71,
10.53,
10.71,
8.77,
9.3,
10.71,
7.14,
11.76,
10.45,
8.82,
7.14,
6.67,
0,
7.14,
6.67,
0,
0,
6.67,
0,
0,
0,
0,
6.67,
0,
6.67,
0,
0,
0,
6.67,
0,
0,
6.67,
6.67,
0,
6.67,
3.33,
10,
8.45,
10.56,
8.82,
3.92,
8.59,
9.86,
5.33,
5.71,
0,
7.14,
0,
0.79,
0,
0,
0,
1.6,
1.6,
3.12,
3.12,
1.6,
1.6,
1.6,
1.6,
1.56,
1.56,
1.56,
1.56,
1.56,
1.6,
2.33,
1.55,
1.55,
1.55,
1.59,
1.59,
2.34,
3.28,
1.64,
2.33,
2.33,
1.6,
1.6,
1.56,
1.56,
1.56,
1.55,
2.33,
1.6,
1.6,
1.56,
1.6,
5.59,
5.59,
6.47,
5.59,
2.4,
3.17,
5.59,
4.71,
3.28,
2.36,
2.36,
3.2,
3.28,
3.28,
2.4,
2.38,
2.36,
2.4,
1.6,
1.6,
1.6,
5.29,
3.82,
8.92,
6.47,
1.64,
1.64,
1.64,
1.64,
1.64,
1.6,
1.6,
1.6,
1.64,
2.4,
1.6,
2.4,
1.6,
1.6,
0.85,
2.33,
1.56,
1.56,
2.34,
2.34,
1.64,
9.1,
8.93,
0.87,
10.95,
10.26,
8.98,
16.95,
14.81,
14.81,
7.41,
0.87,
1.91,
1.6,
1.31,
2.82,
1.8,
4.44,
1.9,
3,
0.85,
0.85,
3.31,
4.88,
3.54,
1.32,
1.37,
1.32,
1.32,
3.18,
0,
2.5,
2.5,
13.33,
23.53,
16.67,
5,
5,
0,
0,
0,
0,
3.57,
7.14,
0,
10,
13.33,
3.33,
0,
0,
0,
7.14,
3.33,
16.67,
10,
23.33,
23.33,
3.33,
3.57,
10,
20,
16.67,
20,
15,
20.9,
12.5,
10.71,
0.5,
0,
3.57,
10,
4,
3,
14,
5,
7.14,
0,
0.82,
2.04,
10,
4.92,
21,
16,
14,
2.14,
3.57,
10,
3,
1,
8,
10.71,
3,
10,
0.82,
4.29,
5,
10.71,
11.65,
1.22,
5.83,
7.27,
11.33,
6.75,
5,
5,
8,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
7.14,
3.57,
40,
40,
40,
0,
2.35,
2.35,
1.18,
2.35,
1.18,
1,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.18,
1.56,
10.71,
0,
2.14,
1.63,
0.41,
1.63,
4.9,
0.41,
7.38,
7.49,
5.73,
7.49,
6.17,
10.66,
2.14,
4.08,
0.82,
1.22,
0,
0,
1,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
3.57,
7.14,
3.33,
12.5,
8.11,
8.11,
0,
0.42,
0,
0.5,
0,
0,
0.42,
0.42,
0,
6.9,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.33,
0,
0,
0,
0,
0,
0,
0,
0,
28.57,
21.43,
25,
21.43,
23.81,
25,
25,
25,
21.43,
19.05,
0,
0,
21.43,
17.86,
14.29,
25,
25,
25,
25,
25,
25,
23.81,
23.81,
23.81,
3.57,
25,
25,
25,
23.81,
23.81,
23.81,
21.43,
25,
25,
23.21,
10.7,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
10.71,
0,
4.71,
4.12,
4.71,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
4.71,
4.89,
4.44,
4.89,
3.11,
3.11,
3.56,
4.42,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
2.94,
3.54,
3.54,
3.11,
3.11,
6.74,
6.74,
6.74,
6.74,
6.74,
7.87,
10,
10,
10,
10,
10,
10,
7.5,
6.98,
7.5,
8,
7.33,
7.33,
8,
10,
10,
6.74,
6.74,
10,
10,
10,
6,
3,
3,
8.85,
8.85,
8.85,
6,
2.42,
2.42,
2.42,
2.42,
2.42,
2.42,
2.42,
3.54,
3.54,
3.54,
3.54,
2.15,
3.54,
3.54,
2.15,
7.8,
7.8,
9.22,
7.8,
7.09,
7.8,
8.51,
7.09,
7.8,
7.8,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
1.75,
1.75,
1.75,
1.75,
1.75,
1.67,
1.75,
1.75,
1.75,
1.75,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
1.75,
1.75,
1.75,
3.53,
3.53,
4.71,
8,
8,
7.33,
7.33,
8,
8,
8,
7.33,
7.33,
7.33,
8,
8,
8,
8,
8,
7.33,
7.33,
8,
7.33,
3.54,
7.33,
7.33,
7.33,
7.33,
7.33,
7.33,
2.42,
2.42,
2.42,
2.42,
5.33,
5.33,
4.67,
5.33,
3.53,
3.33,
3.33,
3.53,
6.35,
6.35,
2.42,
2.42,
3.54,
3.53,
7.33,
7.33,
6.67,
6.67,
6.67,
6.67,
8,
9.78,
7.8,
10,
10,
3.54,
10,
9.78,
8,
8,
4.83,
4.83,
4.83,
4.83,
4.83,
4.83,
10,
10,
7.33,
10,
10,
10,
4.83,
2.94,
2.94,
2.94,
3.23,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
10,
8,
8,
8,
2.94,
2.94,
2.94,
2.94,
3.23,
6,
7.33,
8,
9.78,
7.56,
7.33,
8,
8,
8,
8,
8,
8,
8,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
8,
8,
3.54,
8,
8,
8,
3.54,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8.67,
8,
8,
3.54,
3.54,
3.54,
3.54,
3.54,
3.54,
8,
7.33,
7.33,
8.89,
8,
8,
8,
8,
8,
8,
6.35,
6.35,
7.87,
0.4,
3.54,
3.54,
3.54,
2.9,
2.9,
2.9,
3.54,
2.9,
2.9,
2.94,
2.15,
2.15,
2.15,
2.15,
3.54,
2.94,
2.94,
2.94,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
2.94,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9.78,
8,
8,
8,
8,
8,
8,
8,
8,
8,
7.96,
7.96,
7.96,
7.96,
7.96,
8,
4.27,
4.27,
4.05,
4.27,
4.27,
4.05,
4.05,
4.05,
4.05,
8,
8,
7.8,
7.8,
7.8,
7.8,
7.96,
7.8,
7.8,
8,
7.96,
7.96,
4.27,
4.35,
4.35,
4.35,
4.35,
4.35,
4.35,
4.35,
3.33,
3.33,
7.8,
4.35,
4.35,
3.33,
7.8,
6,
6,
7.33,
3.57,
3.57,
3.57,
2.74,
12.94,
17.65,
15.29,
14.12,
14.12,
16.47,
16.47,
16.47,
16.47,
16.47,
16.47,
15.29,
16.47,
17.65,
16.47,
6.41,
7.05,
10.53,
10.53,
14.08,
14.08,
14.08,
22.35,
17.65,
16.47,
17.65,
3.33,
13.8,
5.36,
5.36,
8.24,
8.24,
6.67,
5,
5.41,
5.41,
6.06,
0.42,
0.42,
0,
0,
7.14,
7.07,
7.14,
7.14,
7.07,
7.41,
3.57,
3.57,
6.25,
6.45,
4.42,
25,
1.67,
0.83,
5.41,
5.41,
0,
0,
0.83,
1.6,
3.2,
4.29,
4.29,
4.29,
6.25,
0,
0,
21.43,
0,
2.54,
2.96,
2.92,
0,
4.76,
7.5,
1.64,
0.79,
0,
0,
12.5,
12.5,
12.5,
12.5,
0,
0,
25,
5.66,
7.69,
7.25,
7.97,
0.8,
0.8,
4.62,
5.38,
6.15,
6.15,
9.3,
25,
25,
9.66,
8.11,
2.94,
39.29,
2.73,
2.76,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
0.83,
25,
0,
25,
1.59,
11.29,
1.59,
1.67,
21.43,
25,
25,
25,
25,
3.33,
3.33,
3.75,
14.29,
25,
7.14,
7.14,
2.5,
10,
2.78,
7.14,
0,
3.33,
13.33,
10,
10.91,
4.76,
7.14,
1.28,
3.45,
6.9,
3.45,
3.45,
3.45,
0.88,
0.88,
0,
0.83,
0.42,
0.42,
0.83,
0.83,
0,
6.67,
0,
5.38,
0.83,
6.9,
0,
8.57,
0,
0,
0,
6.67,
8.89,
8.33,
4.17,
21.15,
19.23,
26.53,
5.41,
14.29,
14.29,
14.29,
30,
4.62,
5.38,
6.15,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0.83,
0,
3.85,
3.85,
1.16,
0,
6.45,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.85,
4.62,
4.62,
4.65,
4.62,
1.56,
1.57,
6.15,
0.88,
0,
9.52,
0.83,
0.85,
8.93,
0.83,
30,
0.83,
0.83,
6.25,
7.41,
5.88,
3.33,
0,
0,
0,
0,
11.32,
0,
0,
1.64,
0,
0.79,
6.06,
0.42,
0,
9.68,
8.47,
6.78,
6.48,
6.48,
12.5,
12.5,
6.67,
10.87,
10,
0,
1.6,
25,
0,
9.76,
6.45,
7.14,
3.7,
7.14,
5.26,
7.02,
3.23,
0,
5.38,
0,
2.35,
2.35,
2.35,
2.35,
1.15,
1.18,
12.5,
11.43,
9.3,
10.71,
11.76,
8.57,
12.5,
3.33,
3.33,
3.33,
3.33,
3.33,
0.42,
7.14,
0,
1.6,
8.82,
10,
3.27,
3.67,
2.04,
2.86,
1.63,
3.33,
7.41,
10,
6.78,
10.42,
0,
0.83,
9.68,
0,
3.12,
6.67,
0,
0.83,
0,
0,
0,
0,
0,
10.71,
5.88,
6.67,
6.45,
9.43,
3.33,
3.33,
0,
0,
0,
3.33,
0,
16.67,
0,
5.65,
4.62,
5.38,
25,
28.57,
25,
25,
0.83,
2.5,
0,
21.43,
0,
0.83,
0.83,
3.33,
0,
0,
8.11,
7.81,
21.88,
0,
0,
0,
0,
0,
0,
0,
16.67,
2.38,
12.5,
2.63,
15,
10,
10,
3.27,
25,
13.79,
15.04,
18.58,
20.35,
21.24,
1.6,
0,
19.47,
0,
5.38,
2.07,
1.65,
0,
2.4,
2.94,
7.69,
2.35,
10.53,
0.83,
21.43,
6.67,
0,
0,
3.57,
6.67,
3.33,
0,
0,
0,
0,
0,
0,
0.78,
0,
0,
0,
0,
0,
0,
0,
0,
1.6,
0.42,
0,
0,
25,
28.57,
6.67,
4.65,
21.43,
6.67,
6.67,
39.29,
42.86,
1.56,
17.86,
14.29,
14.29,
9.68,
0,
0.83,
0,
5.71,
3.67,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0.83,
10,
1.18,
2.35,
5.38,
0.83,
3.2,
10.77,
1.77,
2.65,
0.81,
0,
0,
0.81,
20.24,
20.24,
20.24,
13.39,
3.57,
3.57,
7.14,
8.57,
2.07,
2.5,
4.17,
4.17,
0,
0.83,
3.39,
3.39,
3.81,
0,
2.33,
25,
11.32,
5.77,
0,
0,
0,
0,
14.52,
15,
13.04,
0,
0,
3.17,
10,
9.09,
0,
7.02,
1.67,
0,
0.42,
12.5,
30,
1.6,
5,
20,
10.71,
0.51,
3.57,
3.57,
2.86,
13.33,
6.82,
7.14,
12.9,
14.71,
4.08,
2.86,
5.26,
5.26,
3.85,
0,
0,
0,
0,
0,
0,
21.43,
5.71,
3.57,
3.23,
0.88,
0.83,
0.88,
0,
0,
0,
0,
0,
0,
21.43,
7.14,
0.83,
7.23,
8.77,
0,
6.67,
12.5,
0.8,
0.83,
0.81,
1.82,
1.82,
10,
10,
3.85,
0.8,
0,
12.9,
12.9,
5.41,
0,
5.26,
3.45,
21.24,
2.47,
3.7,
23.21,
14.29,
16.67,
5.62,
3.33,
1.23,
40,
40,
3.39,
3.33,
12.12,
0,
0,
0,
0,
0,
14.29,
13.33,
3.57,
3.45,
10.71,
6.25,
9.38,
0,
0,
0,
16.67,
25,
0,
0,
0,
0,
2.74,
5.08,
0.42,
3.57,
3.57,
28.12,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
25,
2.94,
2.94,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
3.08,
0.71,
4.76,
0,
2.35,
34.78,
0.42,
0.42,
6.06,
6.06,
9.09,
9.09,
9.09,
2.94,
4.41,
2.94,
2.94,
2.94,
2.94,
4.41,
2.94,
2.94,
2.94,
0,
6.48,
0,
0,
0.71,
0.71,
0.71,
1.43,
0.71,
0,
0.71,
16.67,
0,
20,
0,
0,
11.11,
0,
0,
10.34,
3.2,
0.83,
7.44,
0,
1.6,
0,
0.42,
0.42,
0,
0,
0,
0,
0,
0,
14.29,
0.83,
0,
1.18,
1.18,
6.25,
0.83,
1.25,
0.42,
1.25,
1.25,
1.67,
0,
0,
9.3,
9.3,
10.71,
0,
5.77,
1.18,
0,
1.18,
0,
3.59,
1.41,
0,
0,
0,
0,
9.3,
3.33,
3.33,
3.75,
11.76,
0.42,
0.42,
8.82,
10.71,
1.63,
1.63,
1.63,
3.25,
1.63,
10.91,
12.73,
25,
16.98,
13.95,
0,
0.83,
0.83,
0.83,
6.06,
3.57,
7.5,
3.33,
10.91,
3.85,
3.85,
2.86,
3.81,
5,
10.34,
10.29,
10.45,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.71,
1.6,
1.56,
1.56,
1.6,
1.6,
1.6,
7.02,
8.77,
3.67,
0.82,
1.22,
2.45,
1.6,
0,
0,
7.14,
7.14,
1.6,
1.6,
0,
0.83,
42.86,
42.86,
0,
0,
0.81,
11.43,
11.5,
3.12,
0,
0,
0,
5.71,
12.5,
12.5,
0,
0,
0,
0,
0,
3.03,
1.6,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
17.86,
17.86,
17.86,
21.43,
17.86,
21.43,
17.86,
3.57,
3.57,
2.78,
0,
7.02,
7.02,
7.02,
7.02,
0,
3.23,
9.57,
5.49,
5.88,
6.27,
8.24,
7.84,
0,
0,
0,
0.71,
0.71,
1.43,
1.43,
8.82,
10.71,
11.11,
2.94,
2.94,
2.94,
2.94,
7.14,
4.08,
3.57,
10.71,
12.5,
3.7,
6.25,
3.45,
2.94,
6.25,
0,
6.67,
0,
0,
4.24,
3.33,
2.03,
0.42,
0.42,
0.42,
0.42,
0,
0,
0,
7.14,
7.14,
1.23,
3.33,
5.62,
2.22,
3.45,
2.94,
4.41,
7.41,
7.14,
7.14,
0,
6.25,
6.67,
0,
21.43,
40,
25,
25,
19.05,
19.05,
8.76,
2.38,
0,
0,
12.7,
12.8,
12.86,
12.86,
3.08,
3.08,
12.68,
0,
0,
0,
0,
0.88,
0,
0.88,
0.88,
0.88,
2.65,
1.77,
2.94,
9.68,
6.45,
13.33,
7.27,
7.14,
7.14,
7.14,
10,
8.33,
10.71,
10.62,
11.11,
8.57,
8.57,
7.86,
7.86,
0,
0,
0,
0,
2.5,
2.5,
2.5,
2.5,
2.5,
0,
0,
0,
1.59,
40,
10.59,
7.14,
8.89,
13.39,
22.62,
0.79,
1.6,
0,
0,
1.6,
4.35,
2.56,
2.56,
0,
4.76,
6.25,
12.5,
6.67,
6.45,
7.14,
15.66,
10.84,
12.05,
12.05,
13.25,
0,
2.35,
14.29,
14.29,
14.29,
0,
14.29,
14.29,
0,
2.65,
0.88,
0.88,
0.88,
0.88,
3.33,
3.33,
0,
0,
3.33,
16.07,
6.86,
0,
0,
7.14,
0,
0,
0,
0,
0,
0,
0,
9.24,
10,
6.67,
13.33,
6.67,
3.45,
6.67,
0,
4.41,
0,
0,
3.33,
1.56,
25,
25,
0,
0,
0.83,
1.64,
5.26,
4.65,
4.65,
0,
15.93,
15.93,
15.04,
14.16,
0.2,
6.67,
7.14,
0,
0,
9.68,
23.81,
23.81,
23.81,
6.25,
6.67,
1.64,
1.64,
6.45,
6.45,
0.42,
0.42,
1.6,
13.33,
3.33,
23.33,
16.67,
14.29,
16.67,
0,
0,
0,
0,
6.45,
7.02,
10.71,
14.29,
14.29,
21.43,
2.94,
6.67,
16.07,
16.07,
21.43,
30.36,
1.01,
1.01,
0,
1.01,
0,
1.01,
5.1,
5.1,
4.31,
15.29,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.09,
0,
1.09,
1.09,
1.09,
1.09,
1.09,
9.14,
10.06,
10.84,
10.91,
8.7,
5.71,
5.71,
1.43,
1.43,
7.14,
6.82,
7.35,
6.67,
0.83,
0,
8.84,
7.48,
6.8,
7.48,
7.48,
10.2,
0,
0,
9.09,
9.09,
10.53,
7.14,
2.95,
8.77,
3.57,
5,
5,
6.43,
2.94,
2.94,
0.88,
0.88,
1.77,
0,
25,
0,
5.88,
25,
25,
21.88,
28.12,
8.33,
9.62,
10.62,
9.73,
10.53,
10.81,
9.84,
9.32,
0,
9.68,
25,
0,
0,
0,
0.42,
5.1,
5.1,
3.23,
3.03,
3.12,
3.03,
6.67,
3.45,
8.47,
0,
0,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
2.5,
0,
0,
0,
0,
7.69,
0,
5,
5.13,
7.89,
0,
0,
0,
0,
0,
2.21,
2.21,
2.21,
3.2,
2.21,
2.21,
7.5,
7.5,
17.5,
4.76,
2.5,
12.5,
14.71,
22.22,
22.22,
22.22,
9.38,
9.38,
0,
0,
7.09,
7.87,
10.24,
8.66,
25,
25,
28.57,
2.66,
2,
3,
3,
4.08,
0,
0,
12.3,
13.67,
11.32,
12.78,
11.73,
8.59,
9.45,
10.08,
11.71,
11.57,
8.66,
10.62,
9.9,
0,
0,
0.81,
2.94,
1.9,
1.9,
2.94,
3.48,
2.15,
1.74,
12.5,
12.5,
3.53,
21.43,
17.86,
-3.57,
17.86,
21.43,
21.43,
25,
17.86,
21.43,
21.43,
25,
25,
17.86,
25.81,
7.14,
17.86,
21.43,
20,
15.15,
3.92,
3.92,
3.92,
3.92,
3.39,
0.42,
3.53,
4.71,
7.14,
3.57,
3.57,
7.14,
12.5,
12.5,
0.71,
0.71,
3.92,
4.9,
7.69,
5.71,
4.29,
0,
0,
0,
0,
0,
0,
3.08,
3.08,
3.08,
4.69,
3.08,
3.08,
2.78,
4.69,
3.08,
3.08,
1.16,
0,
0,
7.69,
0,
10.71,
28.57,
28.57,
20,
4.29,
10.71,
10.71,
10.71,
3.12,
0,
0,
0,
5.77,
6.45,
6.9,
12.5,
11.54,
10.91,
10.91,
2.64,
3.08,
0.81,
4.73,
7.05,
4.85,
18.58,
18.58,
11.54,
18.18,
4.04,
5.85,
5.31,
0.8,
15.38,
19.05,
19.05,
4,
6.67,
6.67,
4,
4,
4,
4,
8,
4,
4,
4,
4,
7.89,
7.14,
7.41,
6.67,
6.25,
10.71,
11.11,
13.33,
7.14,
10.34,
0.42,
0.42,
0.42,
0.42,
7.41,
7.41,
12.96,
7.14,
7.14,
7.14,
0,
0,
0,
0.31,
0.31,
0.31,
0.31,
0.31,
8.24,
7.06,
0,
5,
6.58,
9.09,
3.66,
1.47,
2.35,
3.57,
0,
0.67,
0,
0.67,
0,
25,
25,
25,
25,
0,
0,
5.41,
10.71,
0,
25,
25,
1.6,
1.6,
0,
0,
0,
0,
2.38,
2.4,
6.67,
10.53,
3.2,
12.5,
0,
0,
13.33,
0,
10.34,
3.2,
3.2,
3.2,
0,
0,
1.98,
3.97,
2.87,
13.24,
0,
0,
0,
19.44,
19.44,
22.22,
0,
1.59,
6.67,
0,
0.83,
12.5,
22.22,
1.61,
1.61,
1.61,
7.89,
8.24,
20,
4.04,
20,
0,
24.32,
6.67,
12.12,
10,
0,
7.69,
0,
5.38,
2.5,
24.44,
2.85,
0,
0,
1.74,
10.53,
2.35,
0,
0,
21.21,
20.59,
21.21,
13.79,
6.25,
6.67,
0,
17.86,
0,
0,
2.63,
0.83,
0.83,
0.83,
0.83,
0,
0,
0.81,
0.81,
1.64,
0.42,
0,
0,
0,
0,
0,
5.77,
12.5,
3.57,
3.33,
3.33,
10,
3.85,
3.85,
6.98,
6.06,
6.06,
1.59,
6.52,
3.85,
7.69,
6.19,
6.98,
6.25,
0.61,
0,
0,
0.61,
0,
4.55,
3.57,
4.76,
4.76,
6.67,
4.76,
0,
4.76,
4.76,
1.74,
9.09,
11.43,
10,
9.09,
1.74,
33.33,
33.33,
33.33,
33.33,
33.33,
1.74,
1.74,
34.78,
5.26,
20,
3.57,
3.57,
0,
0,
0,
0,
0,
1.01,
0,
0,
0,
0,
0,
0,
0,
0,
2.99,
2.99,
2.99,
2.99,
4.48,
4.48,
10.71,
7.14,
10.71,
7.14,
12,
7.35,
1.6,
0.88,
0,
0.88,
4.17,
0,
0,
12.73,
12.73,
4,
0.38,
5,
5,
5,
5,
5,
5,
9.3,
9.3,
4.65,
4.65,
4.65,
6.98,
4.65,
6.98,
2.7,
4.65,
4.65,
4.65,
4.65,
6.98,
6.98,
6.98,
6.98,
6.98,
6.98,
4,
6.98,
6.98,
9.3,
6.98,
6.98,
4.08,
6.92,
4.62,
5.38,
6.15,
6.67,
0,
3.33,
5,
5.26,
5,
5.26,
2.63,
5,
5,
5,
2.63,
5,
5,
5,
4.65,
4.65,
2.33,
3.75,
3.75,
5,
5,
2.5,
5,
5,
2.86,
5,
5,
7.5,
7.5,
3.85,
18.58,
16.81,
16.81,
15.93,
15.93,
15.93,
15.93,
18.82,
18.82,
18.82,
15.93,
15.93,
15.93,
15.93,
15.93,
0,
0,
0.8,
0.59,
1.11,
3.54,
3.95,
5.26,
7.14,
7.14,
7.14,
16.9,
10,
10,
10,
10,
10.71,
7.14,
6.67,
4.8,
14.29,
14.29,
14.29,
12.5,
3.95,
3.57,
8.06,
7.14,
0,
0,
0,
0,
2.17,
0,
0,
3.57,
3.57,
3.57,
0,
26.67,
20,
0,
10,
23.33,
0.85,
2.54,
3.39,
0,
1.41,
1.41,
1.41,
2.82,
3.7,
2.47,
3.7,
4.23,
1.22,
1.22,
4.9,
3.27,
10.71,
10,
10,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.17,
8.65,
6.73,
6.36,
8.48,
10.25,
8.01,
9.54,
8.13,
7.05,
7.05,
7.65,
8.81,
8.81,
5.73,
8.81,
8.01,
7.06,
7.49,
6.17,
6.61,
11.76,
8.61,
6.04,
8.83,
9.27,
9.27,
7.93,
7.49,
4.59,
7.77,
6.71,
5.65,
7.77,
4.71,
5.65,
7.93,
9.69,
9.82,
20.9,
27.6,
4,
5.56,
5.56,
7.5,
12.5,
7.5,
6.1,
5.56,
5.13,
5,
5.26,
7.3,
3,
7.5,
5.56,
7.5,
5.56,
5,
7.5,
11.11,
4.76,
5,
5.56,
10,
5.56,
5.13,
7.14,
5,
5.56,
7.5,
7.5,
5,
5.56,
5.56,
5.56,
5.56,
7.5,
7.5,
5.26,
7.5,
5.56,
5.56,
5.56,
5,
5,
5.56,
6.25,
5.56,
7.5,
5,
5.13,
6.2,
9.52,
9.52,
11.9,
5,
7.14,
4.76,
14.29,
14.29,
4.55,
3.03,
3.03,
0,
0,
0,
0,
0,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
5.29,
5.29,
5.29,
5.29,
5.29,
5.29,
7.05,
7.14,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
3.57,
7.14,
3.57,
7.14,
7.14,
7.14,
28.57,
12.5,
14.29,
5.88,
10,
7.04,
2.82,
6.48,
4.23,
6.67,
6.01,
14.29,
16.07,
6.57,
19.64,
7.14,
4.59,
4.24,
6.36,
9.3,
3.76,
17.86,
17.86,
4.24,
6.01,
2.83,
16.07,
4.31,
30.43,
5.67,
7.69,
6.27,
4,
16.07,
5.65,
33.33,
19.64,
20.59,
20.59,
21.88,
21.88,
18.75,
20.59,
18.75,
18.75,
21.88,
21.88,
18.75,
17.65,
21.88,
21.88,
21.88,
25.3,
21.88,
21.88,
21.88,
21.88,
21.9,
25.6,
25.3,
23,
21.88,
21.88,
20.59,
25.6,
21.88,
21.88,
21.9,
6.88,
25,
21.88,
21.9,
21.88,
21.88,
5.16,
4.15,
8,
3.57,
3.57,
4.69,
0.94,
7.98,
0.94,
0,
16.67,
0,
23.33,
0,
16.07,
16.07,
4.76,
3.17,
3.17,
11.11,
0,
19.64,
19.64,
17.86,
17.86,
19.64,
33.33,
33.33,
33.33,
12.5,
6.88,
9.38,
3.81,
12.5,
6.27,
2.82,
8.86,
8.86,
12.5,
14.17,
11.67,
17.86,
33.33,
14.05,
12.5,
0,
4.23,
2.87,
5.13,
35.71,
1.41,
6.09,
2.11,
1.41,
20.78,
0,
3,
1.41,
16.07,
20.78,
16.07,
16.07,
7.45,
16.67,
16.67,
10.62,
6.48,
4.24,
16.07,
3.38,
3.38,
3.38,
3.38,
17.86,
19.64,
17.86,
19.64,
7.63,
5.63,
4.23,
30,
26.79,
33.33,
12.9,
0,
0,
0,
10.83,
7.63,
7.63,
21.43,
21.43,
21.43,
21.43,
8.05,
8.05,
26.67,
17.78,
17.78,
20,
4.45,
1.59,
21.62,
18.82,
20.27,
15,
0,
11.11,
11.9,
11.9,
4.24,
6.78,
2.82,
6.48,
7.69,
6.88,
21.9,
21.9,
12.5,
21.88,
21.88,
21.88,
16.67,
6.48,
16.96,
18.75,
16.96,
15.18,
12.5,
21.43,
21.43,
0,
0,
6.88,
6.36,
16.47,
7.63,
10.34,
14.29,
9.91,
33.33,
17.86,
17.86,
6.36,
6.78,
25,
4.24,
4.24,
4.76,
4.76,
0,
0,
0,
11.11,
0,
7.41,
3.45,
3.45,
7.41,
9.86,
9.09,
17.65,
28.57,
17.86,
17.86,
17.86,
18.75,
8.49,
15,
17.86,
17.86,
18.75,
30.43,
16.07,
18.75,
0,
12.5,
9.75,
5.42,
6.7,
0,
8,
8.93,
12.5,
21.43,
23.81,
8.71,
8.61,
16.2,
21.43,
21.88,
6.57,
6.48,
16.67,
0,
5.49,
0,
15.58,
3.39,
5.49,
19.64,
0,
21.88,
16.67,
1.88,
33.33,
30,
33.33,
33.33,
12.5,
21.43,
23.81,
0,
2.38,
15.71,
22.62,
14.29,
33.33,
4.69,
5.65,
33.33,
0,
18.57,
8.47,
1.52,
7.07,
16.07,
12.5,
4.69,
7.14,
3.76,
16.07,
2.94,
4.98,
0,
17.86,
33.33,
6.48,
17.86,
8.9,
14.3,
2.53,
17.39,
0,
0,
17.86,
33.33,
13.25,
20.75,
20.75,
17.86,
29.17,
0,
18.37,
24.49,
24.49,
16.07,
19.64,
6.41,
0,
19.64,
16.28,
4.71,
8.55,
0,
18.18,
2.94,
15.49,
2.82,
3.29,
2.82,
5.63,
5.67,
6.07,
19.29,
17.86,
4.31,
5.65,
11.43,
0,
5.88,
12.1,
7.63,
33.33,
12.86,
17.86,
6.36,
0,
6.36,
16.67,
3.76,
16.67,
18.75,
9.43,
8.49,
13.21,
11.32,
4.56,
4.07,
21.43,
8,
14.29,
14.29,
21.88,
19.61,
8.47,
18.57,
6.06,
17.86,
22.14,
0,
0,
0,
0,
4.04,
16.07,
35.71,
19.64,
20.78,
10.59,
6.67,
6.67,
3.33,
8.24,
8.24,
6.71,
19.64,
19.64,
17.86,
16.88,
16.88,
20.78,
17.86,
16.07,
6.47,
5.67,
16.67,
3.33,
3.33,
0,
8.1,
5.69,
5.96,
5.69,
3.33,
4.31,
0,
5.16,
3.29,
4.69,
4.71,
16.67,
16.67,
10.17,
17.14,
32.14,
21.43,
21.43,
27.78,
16.67,
20.31,
17.86,
7.63,
10,
10,
6.67,
0.44,
3.33,
0,
2.94,
0,
0,
0,
3.45,
0,
0,
12.86,
14.12,
14.29,
14.29,
15.38,
10.53,
0,
0,
0,
0,
0,
0,
0,
4,
3.2,
0.8,
0,
0,
0,
0,
0,
0,
0,
6.25,
0,
0,
5.38,
5.88,
4,
5.26,
4,
4.17,
4,
4,
7.14,
4,
4,
4,
4,
3.03,
4,
4,
4,
4,
4,
7.14,
7.14,
7.14,
3.33,
4,
4,
4,
4,
4,
4,
4,
5,
4.69,
4,
4.55,
4.44,
3.23,
6.67,
6.25,
8,
4.76,
6.67,
5.88,
3.1,
0.5,
0.1,
0.2,
0.8,
0,
0,
4.05,
4.05,
2.73,
0,
1.82,
1.77,
0,
3.33,
16.07,
4.6,
11.1,
18.75,
10.2,
17.86,
14.29,
14.29,
21.43,
29.94,
40,
16,
29.94,
14.29,
17.86,
25,
14.29,
20,
32.14,
21.43,
25,
25,
25,
25,
25,
28.57,
28.57,
20,
16.67,
5.71,
17.86,
17.86,
25,
2.5,
8.16,
6.25,
8,
5.88,
3,
2,
3.85,
5.77,
1,
3.45,
34.5,
4.17,
3.45,
3.45,
6.45,
31.2,
3.57,
1,
3.57,
2.71,
1,
4,
15.79,
14.29,
10.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
22.22,
6.67,
14.29,
14.29,
14.29,
0,
0,
15.6,
30,
30,
26.67,
23.33,
30,
26.67,
8.7,
28.57,
28.57,
32.14,
25,
28.57,
25,
28.57,
28.57,
28.57,
28.57,
28.6,
4.65,
4.65,
4.65,
6.52,
0,
0,
0,
7.14,
7.08,
0,
0,
0,
5.45,
6.61,
1.77,
3.53,
1.75,
9.41,
6.04,
3.14,
1.75,
0.78,
7.02,
10.71,
3.51,
3.51,
0,
0,
5.41,
6.67,
6.67,
6.67,
0,
5.26,
5,
0,
5,
0,
0,
10,
2.56,
2.56,
2.5,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.71,
0,
0,
0,
0,
0,
6.67,
5.26,
8.7,
0,
0,
0,
0,
8.7,
0,
7.14,
0,
0,
0,
0,
0,
6.67,
6.67,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
4.35,
0,
6.67,
0,
0,
0,
0,
0,
0,
20,
0,
0,
0,
1.54,
0,
1,
0,
1.54,
1.54,
3.57,
3.57,
14.58,
11.67,
11.9,
11.67,
5.56,
4.44,
4.44,
5.56,
4.44,
4.44,
4.44,
4.44,
5.56,
16.67,
20,
20,
16.67,
26.67,
20,
23.33,
20,
20,
16.67,
10,
20,
20,
16.67,
13.33,
16.67,
26.67,
23.33,
23.33,
16.67,
13.33,
20,
20,
16.67,
20,
20,
23.33,
23.33,
23.33,
13.33,
33.33,
0,
2.5,
30,
0,
3.33,
16.67,
13.33,
16.67,
16.67,
11.14,
14.29,
14.29,
3.33,
10.71,
10.71,
7.14,
10.71,
1.8,
16.81,
13.33,
0.53,
1.82,
21.43,
21.43,
20,
21.43,
4.24,
10.71,
7.14,
47.8,
6.25,
6.67,
3.33,
7.14,
4,
13.79,
14.39,
11.41,
11.49,
11.02,
11.76,
11.97,
10.71,
10.06,
13.97,
11.69,
13.64,
15.72,
12.03,
11.54,
12.5,
11.9,
11.18,
12.03,
10.07,
13.04,
12.58,
12.58,
12.86,
10.83,
10.62,
10.24,
10,
9.16,
8.15,
10.81,
12.59,
13.38,
10.22,
11.67,
16.67,
10,
11.11,
6.67,
3.33,
10,
16.67,
16.67,
16.67,
10,
21.88,
16.67,
16.67,
16.67,
27.03,
16.67,
13.33,
20,
20,
16.67,
16.67,
10,
10,
16.67,
16.67,
16.67,
3.33,
0,
5,
2.5,
5,
11.11,
20,
20,
12.5,
10,
0,
14.29,
20,
14.29,
13.33,
9.38,
13.33,
3.03,
2.33,
7.04,
3.52,
3.57,
3.57,
3.57,
3.52,
3.57,
3.57,
3.57,
3.57,
3.57,
3.52,
3.52,
3.57,
3.57,
3.57,
3.57,
7.04,
7.04,
3.52,
7.04,
3.52,
3.57,
0,
11.27,
7.65,
6.41,
4.93,
8.1,
10.13,
7.47,
10.13,
7,
10,
3,
4.29,
1,
3,
5,
5,
4,
6,
2,
5.63,
4.93,
7.04,
6.34,
7.04,
3.12,
4.42,
6.67,
4.71,
4,
4,
1.67,
3.33,
25,
25,
28.57,
21.43,
25,
1.67,
0,
0,
0,
0,
0,
0,
2.25,
0,
0,
0.88,
0.88,
0.88,
0.88,
0,
0,
0.82,
0,
0.82,
0.82,
0.81,
0.82,
0.82,
0.42,
0.56,
0.56,
0.56,
0.56,
0.4,
0.1,
0.4,
0.4,
0,
0.88,
0.88,
0,
2,
0.42,
1.63,
0.42,
0,
0.81,
0.81,
0.88,
0.88,
0.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.88,
0.84,
0,
0,
0,
0.88,
0.82,
0.82,
0.82,
0.82,
1.11,
1.11,
1.11,
1.11,
1.11,
1.11,
0,
1.11,
1.11,
1.11,
1.11,
0,
5,
0,
0,
0,
0.82,
0.5,
0.88,
0.81,
0.88,
0.81,
0.84,
0.88,
1.77,
1.77,
1.77,
2.17,
0.88,
0.4,
0.4,
0.4,
0.82,
0.81,
0.81,
0.7,
0.3,
0,
0.88,
0.81,
0.88,
0.88,
0.88,
0.88,
0.88,
0.5,
0.5,
7.14,
7.14,
4.17,
7.14,
7.14,
0,
0,
3.33,
6.67,
0,
0,
5.34,
0,
0,
0,
0,
0,
0,
0,
0,
4.76,
14.71,
0,
3.33,
3.33,
0,
0,
0,
1.54,
1.54,
1.54,
0,
6.06,
6.06,
5.6,
5.6,
5.26,
5,
5,
5.6,
5,
5.88,
11.11,
10.9,
12,
4.2,
6.5,
3.6,
3.7,
3.23,
3.7,
5.6,
5.2,
6.25,
5.6,
5.6,
5.2,
6,
6.9,
6.9,
6.9,
4.5,
6.1,
5.2,
5.6,
4.17,
4.17,
3.57,
3.57,
6.67,
5.4,
5.3,
5,
5,
7.2,
6.1,
7.6,
3.6,
5.6,
0,
0,
0,
0,
0,
0,
0,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
17.86,
25,
21.43,
21.43,
21.43,
21.43,
5.38,
0.77,
17.7,
12.39,
12.9,
3.53,
4.72,
3.53,
5.88,
4.71,
10.29,
11.67,
13.11,
11.76,
15.23,
13.91,
13.18,
10.4,
13.14,
14.07,
12.32,
11.03,
13.91,
11.39,
10.13,
10.32,
25.88,
0,
0,
0.83,
1.25,
0,
0.42,
2.45,
2.45,
2.04,
0,
0,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
6.45,
3.33,
12.5,
12.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.4,
0.8,
0.8,
0.88,
0.88,
0.88,
11.76,
9.09,
0,
6.67,
0,
0,
0,
3.57,
20,
0,
10,
5,
4.65,
16.07,
11.11,
13.33,
16.67,
6.67,
8.57,
8.89,
14.29,
10,
0,
2.65,
2.03,
2.65,
11.11,
11.11,
7.69,
7.5,
10,
7.5,
7.89,
7.89,
8.33,
7.89,
9.41,
10.59,
8.75,
10,
10,
9.3,
9.3,
5.26,
8.75,
10.59,
8.24,
8.24,
8.24,
9.41,
7.69,
11.11,
11.11,
10.17,
16.96,
18.75,
17.86,
18.75,
23.21,
15.6,
15.6,
15.6,
21.43,
19.64,
23.81,
19.64,
21.43,
21.43,
21.43,
21.43,
19.64,
19.64,
19.64,
1.01,
2.02,
0,
0,
0,
5.56,
5.56,
0,
0,
0,
0,
0,
0,
0,
0,
0.1,
11.76,
9.38,
9.38,
9.38,
2.31,
2.31,
0.77,
0.77,
4.62,
3.85,
3.85,
3.85,
3.85,
3.85,
3.85,
4.62,
5.69,
3.85,
3.08,
3.85,
4.62,
3.85,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
6.15,
7.14,
3.57,
3.57,
3.57,
3.57,
3.08,
4.62,
3.08,
4.62,
3.85,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
5.38,
3.85,
2.31,
3.85,
4.62,
3.85,
4.62,
4.62,
4.62,
4.62,
5.38,
5.38,
4.62,
5.38,
5.38,
4.62,
4.62,
4.62,
4.62,
3.85,
0.77,
0.77,
0.77,
0.77,
0.77,
0.77,
5.38,
4.62,
6.15,
5.38,
5.38,
5.38,
5.38,
5.38,
5.38,
5.38,
3.85,
4.62,
5.38,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
3.85,
4.62,
4.62,
4.62,
5.38,
5.38,
4.62,
4.62,
4.62,
5.38,
5.38,
5.38,
5.38,
6.15,
5.38,
5.38,
6.92,
6.92,
6.92,
6.15,
6.15,
3.85,
3.85,
5.38,
5.38,
5.38,
4.62,
4.62,
4.62,
4.62,
3.85,
4.62,
4.62,
4.62,
4.62,
4.62,
5.38,
4.62,
4.62,
4.62,
5.38,
5.38,
4.62,
4.62,
4.62,
4.62,
4.62,
4.62,
5.38,
5.38,
4.62,
4.62,
4.62,
4.62,
4.62,
3.85,
4.8,
4.8,
4.8,
4.8,
4.8,
4.8,
4.8,
4.8,
4.8,
4.62,
5.38,
4.62,
5.38,
4.62,
4.62,
16.67,
14.29,
14.81,
16.13,
23.33,
23.33,
23.81,
23.81,
3.2,
4.8,
1.6,
15.03,
15.03,
10.71,
7.14,
7.14,
7.14,
7.14,
16.07,
16.07,
13.4,
14.29,
14.29,
14.3,
6.27,
9.92,
10.56,
9.85,
10.61,
15.38,
12.39,
15.88,
13.59,
12.31,
13.28,
15.88,
9.86,
0,
0,
26.67,
28.57,
39.29,
21.43,
26.67,
0,
21.43,
13.33,
11.11,
0,
8.33,
0,
0,
0,
0,
6.67,
6.67,
13.33,
0.33,
0,
0,
0,
0,
0,
7.14,
10.71,
7.14,
6.67,
14.41,
0,
40,
20,
60,
7.14,
8.16,
8.57,
10.53,
8.77,
0,
7.14,
7.14,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.5,
7.14,
4.76,
4.65,
4.65,
0,
0,
0,
0,
17.86,
25,
25,
25,
17.86,
17.86,
17.86,
21.43,
21.43,
3.57,
17.86,
10.71,
7.14,
7.14,
7.14,
7.14,
7.14,
4.35,
3.57,
7.14,
17.86,
25,
25,
25,
17.86,
25,
10.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5.26,
3.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,
6.67,
6.67,
6.67,
6.67,
6.67,
6.67,
0.9,
0,
3.12,
3.12,
5.8,
6.67,
2.5,
14.29,
14.63,
12.2,
11.36,
14.29,
12,
7.32,
9.52,
15,
11.63,
12.77,
8.57,
8.57,
16.67,
12.5,
2.5,
7.32,
50,
13.33,
11.11,
27.27,
15.56,
17.07,
14.58,
10.45,
11.11,
13.79,
5.88,
12.5,
8.7,
9.09,
8.82,
13.64,
23.08,
11.76,
13.89,
2.5,
20.37,
8.51,
20,
16.67,
10,
13.33,
5.71,
12.5,
10,
13.33,
10.34,
4.65,
4.65,
6.06,
12,
13.33,
10,
17.5,
8.82,
13.33,
7.69,
7.5,
5,
35.71,
14.29,
13.33,
12.5,
6.9,
14.58,
23.08,
52.63,
10,
0,
10,
8,
10.34,
16.67,
15.91,
14.58,
15.56,
17.5,
12.5,
3.57,
0,
5.26,
10.64,
10,
20.83,
12.73,
2.78,
15.22,
2.5,
13.33,
20,
22.73,
22,
22.22,
20.83,
20.83,
20.69,
26.67,
0,
25,
36.36,
21.57,
21.57,
8.82,
5.41,
7.14,
11.43,
2.63,
20,
2.63,
5.71,
2.38,
5.41,
0,
3.85,
3.57,
10.34,
8.57,
4.65,
10.34,
12.28,
12.28,
10.53,
36.67,
52.38,
40,
20.37,
18.87,
21.43,
0,
0,
0,
12.2,
12.5,
42.86,
50,
0,
0,
11.11,
20,
0,
13.04,
6.67,
0,
12.9,
11.11,
13.33,
35.71,
6.52,
45.16,
5.88,
14.29,
11.76,
13.33,
13.33,
22.86,
21.88,
0,
17.07,
11.9,
8.77,
16.22,
17.07,
21.57,
25,
22.22,
0,
14.29,
15.91,
14.29,
0,
12.5,
15.22,
36.17,
35.71,
15.38,
13.46,
13.46,
13.33,
52.94,
15.38,
13.33,
4.65,
8.57,
23.08,
23.08,
20,
23.08,
10.64,
12.5,
14.58,
15.56,
14.58,
17.5,
16.67,
15.91,
11.11,
5,
7.32,
7.5,
13.33,
12.5,
13.33,
16.67,
27.27,
9.86,
16.67,
8.82,
13.33,
15.22,
14.58,
28,
21.43,
13.33,
18.75,
5.41,
0,
0,
6.67,
6.67,
17.78,
23.08,
14.58,
18.42,
11.76,
13.33,
15.56,
17.07,
13.73,
8.82,
13.33,
12.2,
18.75,
19.35,
5.41,
6.67,
35,
0,
0,
12.5,
11.11,
11.11,
11.11,
18.42,
11.76,
13.33,
11.63,
11.48,
5.88,
20,
21.43,
11.11,
11.9,
76.67,
5,
12.5,
12.5,
8.33,
13.33,
12.5,
15.79,
11.76,
11.76,
10,
4.6,
0,
0,
7.5,
4.7,
9.41,
8,
2,
2,
0.49,
8,
4.7,
4,
4,
1.84,
8.82,
0,
12.5,
0,
4.51,
0,
2.17,
0,
5.7,
3.8,
0,
0,
16.67,
13.33,
11.11,
11.76,
6.25,
3.51,
5.36,
7.14,
5.36,
14.29,
17.86,
17.86,
35.71,
17.86,
5.36,
5.36,
5.36,
17.86,
10.71,
35.71,
3.57,
0,
17.86,
35.71,
35.71,
17.86,
5.36,
5.36,
17.86,
5.81,
6.82,
14.04,
14.04,
13.33,
13.33,
13.33,
13.33,
15.22,
15.22,
21.43,
4,
0,
0,
6.75,
3.08,
5.26,
5.26,
5.26,
16.47,
0,
0,
2.94,
2.94,
2.35,
2.35,
8.93,
5.36,
8.93,
0,
0,
0,
2.94,
2.94,
1.67,
1.67,
7.05,
41.18,
41.18,
58.82,
0,
0,
0.71,
3.57,
2.86,
3.64,
0,
0,
3.08,
4.32,
3.6,
1.18,
1.28,
2.35,
19.64,
0,
5.2,
3.12,
3.12,
3.12,
0,
3.57,
0,
0,
0,
0,
0,
5.71,
11.43,
11.76,
15.08,
0,
57.14,
7.02,
1.77,
1.77,
25,
25,
3.53,
2.35,
18.58,
0,
0,
20,
3.85,
3.85,
0.85,
0,
0,
0,
0,
0.84,
12.7,
0,
0,
5.6,
4.4,
25,
25,
25,
0,
0,
1.77,
4.42,
0,
4,
0,
8.89,
8,
8,
6.78,
10.42,
8.09,
4.9,
7.41,
0.83,
0,
1.54,
0,
1.52,
4.35,
3.57,
3.57,
2.35,
8,
4,
21.18,
16,
7,
9.73,
13.27,
6.19,
20.35,
11.11,
19.47,
20.35,
20.35,
20.35,
16.81,
13.27,
23.89,
6.67,
15.93,
6.67,
20.35,
20.35,
15.29,
6.14,
16.81,
18.58,
21.24,
20.35,
19.47,
20.35,
16.81,
8.77,
17.65,
7,
20.35,
13.33,
10,
10,
10,
10,
7,
7.02,
13.1,
7.1,
6.67,
0,
7.02,
12.5,
6.98,
0,
6.76,
46.43,
50,
6.25,
3.51,
3.51,
3.51,
3.51,
3.51,
5.26,
3.51,
3.51,
3.51,
3.51,
3.51,
3.75,
3.75,
5.05,
5.05,
5.05,
4,
4.04,
0,
0.81,
1.64,
0.81,
0.81,
1.59,
1.65,
1.64,
0.83,
1.64,
1.64,
0.79,
1.65,
1.64,
18.3,
0,
10,
11.82,
7.02,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.23,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
3.23,
7.14,
7.14,
7.14,
7.14,
16.67,
18.75,
15.79,
15.79,
15.79,
15.79,
15.69,
3.23,
0,
0,
6.67,
3.23,
3.23,
0,
0,
0,
0,
6.67,
7.02,
0,
6.67,
6.67,
6.67,
6.67,
5.88,
1.75,
7.02,
7.02,
3.23,
7.02,
6.67,
7.14,
3.57,
0,
0,
0,
7.14,
3.23,
3.23,
1.75,
3.23,
3.23,
7.14,
7.14,
6.67,
19.51,
19.51,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
16.47,
4.41,
0.7,
0,
17.65,
2,
13.04,
12.5,
15,
6.25,
11.76,
13.33,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
18.75,
15.38,
0,
15.38,
8.57,
10.94,
12.7,
12.7,
11.11,
11.11,
14.06,
11.67,
15,
10.61,
10.61,
9.68,
9.68,
9.23,
9.23,
8.96,
9.23,
9.38,
10.77,
10.61,
5.3,
12.31,
12.7,
12.12,
12.9,
12.7,
9.38,
9.68,
10.53,
12.96,
2.67,
3.51,
1.79,
2,
2.7,
3.03,
2.67,
4,
4.71,
0,
0,
0,
13.33,
0,
0,
0,
0,
0,
5.8,
11.76,
9.38,
9.84,
0,
9.09,
5.8,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.96,
3.45,
3.39,
5.8,
10.81,
13.56,
12.7,
0,
5.71,
0,
10.94,
10.29,
9.38,
0,
0,
1.92,
2.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.39,
0,
0,
3.33,
0,
0,
0,
14.29,
13.24,
9.59,
10.14,
0,
0,
0,
0,
2.13,
4.76,
0,
0,
0,
3.39,
4,
4.71,
0,
13.24,
12.5,
13.11,
9.23,
10.45,
3.95,
4,
0,
20,
23.08,
23.08,
3.57,
3.57,
24.5,
22.4,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
3.51,
0,
0,
0,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
3.85,
0,
3.51,
0,
6,
0,
0,
0,
0,
0,
4.17,
4.76,
0,
0,
0,
2.38,
0,
0,
0,
8.78,
8.28,
10,
10,
10,
9.68,
10.43,
2.5,
2.5,
2.5,
2.5,
0,
0,
0,
1.6,
1.6,
1.6,
4.84,
3.23,
1.6,
1.6,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
10.71,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
1.6,
2.4,
1.6,
1.6,
1.6,
1.6,
1.6,
1.67,
3.33,
3.33,
3.33,
1.6,
1.6,
1.6,
1.6,
1.6,
0,
1.6,
3.33,
1.67,
1.6,
1.6,
1.6,
1.6,
1.6,
1.67,
1.67,
1.67,
1.67,
1.67,
2.4,
2.4,
1.6,
1.6,
1.6,
1.6,
12.5,
12.5,
9.65,
10.53,
7.14,
3.33,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.83,
0.41,
0.41,
6.25,
6.52,
14.29,
0,
0,
0,
4.69,
17.78,
0,
0,
0,
5,
0,
0,
0,
2.5,
0,
0,
0,
2.5,
5.41,
6.06,
10.26,
0,
0,
0,
0,
2.17,
12.5,
5.41,
0,
0,
0,
5,
3.12,
3.12,
5.13,
5,
0,
5,
0,
3.12,
6.67,
4,
4,
4,
4,
4,
0.79,
1.64,
6.06,
0.81,
0.79,
7.14,
21.88,
21.88,
1.54,
19.44,
0,
7.14,
1.6,
0.8,
0.83,
3.2,
0.83,
2.35,
0.83,
0.83,
6.67,
16.07,
8.51,
21.43,
0,
40,
16.67,
3.33,
10.62,
10.62,
40,
21.43,
14.29,
11.11,
11.28,
25,
3.33,
18.82,
21.18,
18.82,
32.14,
25,
17.86,
17.86,
0,
0,
0,
0,
17.86,
17.86,
0,
0,
0,
2.04,
4.9,
1.22,
7.14,
7.14,
14.29,
21.43,
25,
25,
6.67,
10.22,
0,
0,
0,
0,
0,
0,
0,
7.33,
10.92,
0,
0,
11.11,
6.25,
7.23,
6.25,
5.26,
10.53,
0,
0,
0,
0,
7.14,
17.86,
6.06,
6.06,
6.67,
3.23,
3.12,
3.12,
3.23,
0,
0,
3.57,
3.57,
7.14,
10,
6.67,
6.67,
0.83,
0.83,
5.08,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
4.44,
3.33,
4.35,
0.8,
0.8,
3.33,
3.33,
6.67,
0,
18.75,
7.32,
22.35,
19.64,
17.86,
17.86,
5,
5.88,
7.89,
10,
14.29,
5,
7.69,
4.44,
5,
0,
7.14,
2.56,
5,
0,
2.5,
5,
2.94,
0,
2.5,
0,
2.5,
2,
0,
0,
2.5,
2.5,
2.5,
20,
13.33,
21.43,
16.67,
17.65,
10,
13.33,
21.43,
10,
21.43,
20,
16.67,
16.67,
26.67,
30,
23.33,
26.67,
30,
6.67,
6.67,
7.14,
10.71,
7.14,
16.67,
13.33,
14.29,
6.67,
7.14,
25,
14.29,
16.67,
13.33,
16.67,
23.33,
23.33,
0,
0,
18.75,
2.82,
5,
5,
4.76,
5,
2.74,
4.3,
0,
3.53,
3.03,
4.08,
4.08,
2.04,
3.08,
3.12,
2.17,
0,
21.43,
14.12,
14.12,
5.88,
5.88,
5.88,
21.43,
14.12,
14.12,
20.35,
15.18,
17.7,
12.39,
15.18,
18.58,
23.81,
15.22,
9.86,
0,
0,
0,
0,
22.2,
19.3,
22.81,
14.3,
13.85,
17.39,
12.31,
38.6,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
0,
0,
2.5,
2.5,
2.5,
2.5,
2.5,
0,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
33.33,
3.53,
3.53,
3.53,
0,
3.33,
3.33,
0,
0,
3.33,
0,
2.5,
2.5,
2.5,
0,
3.53,
3.53,
2.5,
0,
0,
2.5,
0,
3.57,
10.71,
10.71,
3.33,
3.33,
3.33,
0,
2.5,
2.5,
9.89,
7.14,
3.52,
2.83,
3.14,
5.88,
8.77,
8.77,
0.24,
2.65,
7.14,
8.11,
7.14,
7.14,
7.14,
4.35,
7.02,
4.35,
3.67,
7.69,
3.85,
2.65,
2.22,
2.22,
2.22,
2.22,
7.02,
2.27,
2.22,
8.33,
3.54,
2.11,
3.57,
3.57,
6.67,
3.51,
6.25,
5.36,
7.84,
8.06,
7.02,
7,
0.5,
10,
7.27,
5.26,
3.51,
8.77,
10.53,
10.53,
7.27,
2.17,
10,
2.22,
2.33,
23.26,
8.33,
5.88,
10.71,
10.53,
10.71,
8.77,
2.22,
0.43,
3.67,
9.23,
0.88,
3.97,
2.7,
6,
8.33,
5.26,
2.17,
6.25,
6.25,
4.71,
0,
11.11,
0,
16.67,
0,
11.11,
7.14,
7.14,
18.18,
9.52,
0,
0,
0,
0,
0,
0,
0,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.83,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
8,
0,
3.2,
0,
2.03,
6.56,
4.62,
4.62,
4.48,
4.55,
3.03,
4.55,
4.62,
4.62,
4.48,
3.08,
4.55,
3.08,
3.03,
3.08,
8.51,
10.64,
0.42,
4.55,
10,
6.67,
0,
3.12,
4.62,
7.04,
6.85,
12.68,
16.9,
0,
0,
0,
0.88,
16.56,
6.67,
6.67,
7.14,
10,
16.56,
17.22,
13.25,
21.18,
17.65,
8.45,
17.39,
17.39,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
8.89,
7.14,
7.14,
10,
6.67,
7.69,
10.64,
11.63,
10.26,
10.26,
6.98,
4.39,
4.39,
6.14,
4.39,
4.61,
4.39,
4.39,
5.26,
5.26,
4.61,
4.39,
4.39,
4.39,
4.39,
3.51,
4.4,
4.39,
5.49,
4.4,
4.4,
5.49,
4.39,
2.33,
2.33,
2.33,
7.69,
7.69,
7.69,
9.68,
9.68,
6.67,
5.88,
5,
0,
2.5,
0,
13.4,
10.71,
7.14,
7.14,
7.14,
17.86,
17.86,
17.86,
0,
11.11,
8.24,
10.59,
9.41,
8.24,
11.11,
11.11,
1.63,
1.6,
1.63,
21.43,
21.43,
4.65,
14.86,
3.08,
3.08,
5.26,
5.26,
5.26,
5.26,
5.26,
5.26,
5.26,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
5.56,
4.76,
5,
5,
3.57,
3.57,
3.57,
3.57,
5.56,
3.57,
0.83,
1.67,
5,
1.59,
1.67,
0.83,
0.85,
0.86,
0.86,
0.83,
0.83,
0.86,
0.86,
0.84,
0.85,
0.86,
0.82,
0.86,
0.86,
1.67,
0.79,
6.67,
2.86,
2.86,
7.14,
5.71,
2.86,
6.67,
10.42,
6.25,
0,
0,
0,
3.33,
0,
12.9,
0,
0,
0.78,
0,
0,
0,
0,
0,
0,
0.81,
0.65,
0.78,
0.78,
0.78,
0.8,
2.5,
2.5,
12.5,
2.5,
2.5,
2.5,
2.5,
16.67,
10,
14.29,
20,
20,
0,
0,
0,
0,
0.42,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
12.5,
12.5,
12.5,
11.43,
0,
0,
6.67,
6.67,
0,
0,
0,
0,
0,
5.38,
5.38,
2.76,
2.85,
3.6,
6.92,
6.92,
5.38,
0,
1.61,
1.61,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
18.75,
0,
0,
0,
1.52,
0,
0,
0,
0,
0,
0,
0,
2.5,
0.79,
1.67,
1.67,
12.5,
11.11,
1.67,
1.67,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.8,
0.8,
0.83,
0.8,
0.83,
0.83,
0.83,
1.6,
1.6,
2.11,
1.6,
1.6,
0.8,
0.8,
2.5,
2.5,
2.5,
3.33,
2.5,
2.5,
2.5,
2.5,
3.2,
3.2,
3.2,
3.2,
3.2,
2.4,
2.4,
0.65,
0.61,
0.65,
0,
0,
0,
0,
1.64,
1.64,
1.64,
0.81,
0.83,
1.67,
0.83,
6.67,
9.09,
10.42,
12.5,
0.81,
0.77,
0.79,
3.45,
0,
3.45,
34.78,
3.2,
14.29,
0,
0,
25,
25,
21.43,
21.43,
0,
6.67,
0,
0,
0,
0,
0,
2.87,
1.59,
0,
3.2,
0.81,
0,
0,
7.07,
0.81,
0.81,
0.8,
1.6,
6.67,
14.71,
14.71,
14.29,
0,
0,
0.81,
0.79,
9.09,
5.38,
4.72,
6.4,
3.33,
3.33,
6.67,
21.43,
6.25,
3.57,
7.69,
17.86,
21.43,
0.42,
5.38,
0,
28.57,
0.83,
10.71,
2.86,
0,
0,
0,
0,
0,
0,
0,
14.71,
14.71,
0,
3.57,
6.67,
16.67,
0,
0,
21.43,
0,
0,
0,
6.45,
1.67,
1.6,
0.79,
0,
25,
0,
0,
0,
0,
0,
0,
10.34,
0,
3.12,
3.2,
7.14,
2.63,
0,
0,
3.33,
3.2,
1.6,
0.83,
4.76,
0,
0,
0,
12.5,
2.35,
2.35,
0.81,
1.64,
0,
0.65,
0.61,
0,
0,
11.9,
0,
11.9,
5.38,
0,
12.5,
0,
9.3,
10.71,
8.57,
8.57,
0,
0,
0,
3.57,
20,
20,
5.71,
2.5,
0,
0,
0,
0,
0,
0,
0.83,
2.5,
21.43,
0,
0,
14.29,
14.29,
12.5,
1.6,
0,
0,
0,
8.57,
9.09,
9.09,
0,
0,
0,
5.71,
0,
0,
0,
9.09,
0,
2.78,
2.78,
2.78,
6.67,
0.81,
0.81,
0,
12.39,
0,
0.42,
5.38,
0,
0,
6.15,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
23.21,
0,
0,
0,
0,
10,
10,
10,
8.33,
9.09,
0,
23.21,
0,
0,
0,
0,
16.67,
0,
0,
0,
20,
0,
0,
6.9,
5.41,
5.41,
5.41,
5.71,
0.81,
0.83,
10.34,
7.14,
7.14,
7.14,
7.14,
6.78,
10.34,
3.23,
1.98,
0,
0,
10,
16.67,
20,
12.5,
9.68,
12.24,
0,
0,
14.29,
9.09,
0,
11.11,
9.09,
12.5,
12.5,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
3.33,
0,
17.5,
10.71,
0,
0,
0,
12.5,
12.5,
14.29,
0,
2.5,
0,
0,
0,
12.5,
12.5,
0,
0.83,
0,
0,
0,
12.5,
12.5,
0,
0,
1.19,
2.35,
2.38,
3.53,
3.53,
2.54,
2.54,
0,
0,
0.41,
0,
0.42,
7.41,
0,
0,
0,
0,
12.5,
12.5,
13.11,
8,
6.9,
12.5,
3.45,
3.33,
10,
0,
0,
0,
0.88,
0.88,
0.88,
6.98,
1,
0,
9.09,
9.09,
3.45,
25,
25,
0,
6.67,
0,
6.45,
6.45,
6.45,
0.65,
0,
0,
0,
0,
0,
0,
0,
0,
6,
0,
0,
0,
0,
0,
0,
0,
3.23,
0.83,
0.81,
0.83,
0.83,
1.61,
1.61,
0,
0,
1.61,
2.5,
0,
0,
1.64,
0,
0.83,
0,
0.41,
6.15,
5.38,
6.92,
6.92,
12.5,
12.5,
0,
3.33,
0,
3.33,
0,
0,
0,
0,
25,
25,
0,
0,
13.33,
6.67,
6.67,
0,
0,
25,
25,
0,
0,
0,
0,
0,
9.09,
8.82,
0,
12.5,
12.5,
13.79,
0,
0,
0,
0,
0,
0,
3.57,
1.59,
6.67,
5.38,
4.62,
3,
3,
3.33,
0,
3.97,
6.67,
3.33,
0,
21.43,
21.43,
10,
0,
9.09,
9.09,
0,
0,
0,
9.52,
6.67,
13.33,
6.67,
0,
0.78,
6.67,
0.42,
6.67,
7.41,
6.67,
6.67,
3.7,
6.06,
6.67,
3.85,
6.25,
14.29,
0,
0,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
19.64,
19.64,
17.86,
23.21,
23.21,
8.57,
6.25,
0.82,
2.5,
8.33,
4.17,
4.17,
4.17,
0.41,
0.82,
0.79,
0.83,
0,
0,
0.81,
8.93,
3.45,
10.71,
10.71,
6.25,
9.38,
0,
6.67,
6.67,
10,
14.29,
14.29,
14.29,
14.29,
21.43,
21.43,
21.43,
7.14,
10,
10,
3.23,
0,
0,
0,
0,
0,
0,
6.25,
0,
6.06,
0,
3.85,
0,
0,
7.41,
7.41,
0,
0,
13.33,
0,
12.5,
12.5,
12.5,
12.5,
0,
7.81,
9.84,
10.71,
10.71,
14.29,
14.29,
25,
16.98,
16.98,
9.09,
0,
0,
0,
1.77,
0,
3.12,
0,
9.3,
3.33,
0,
0,
0.83,
0,
0,
0,
0,
3.33,
0,
0,
5.38,
4.62,
0,
0,
1.6,
1.6,
1.6,
1.6,
1.6,
2.4,
1.6,
0.83,
0,
0,
0,
0,
33.33,
1.6,
1.77,
1.77,
1.77,
4.42,
14.29,
14.29,
2.35,
3.53,
2.38,
2.38,
2.38,
2.35,
1.09,
1.09,
17.86,
21.43,
17.86,
21.43,
17.86,
17.86,
10,
6.92,
0,
0,
0,
0,
0,
0,
0,
5.71,
3.53,
3.33,
6.25,
6.67,
6.67,
6.67,
0.42,
0.42,
0,
0,
0,
3.33,
13.95,
14,
6.67,
0,
25,
25,
0,
0.83,
0,
0,
10,
8.33,
4.26,
7.32,
5.36,
5.36,
5.36,
1.64,
1.64,
0.83,
0,
0.42,
0.42,
0.42,
0.42,
3.33,
10.71,
5,
7.69,
0.42,
0,
0,
0,
0,
12.5,
12.5,
6.06,
9.09,
6.06,
9.09,
6.06,
6.06,
0,
0,
0,
0.77,
0,
1.6,
1.6,
1.6,
0,
0,
0,
0,
0,
0,
0,
8.47,
2.94,
6.67,
9.68,
6.9,
1.63,
1.63,
12.5,
0,
0,
0,
0,
6.45,
23.21,
23.21,
23.21,
0,
0,
0,
0,
0,
0,
0,
0,
12.5,
0,
10.71,
1.67,
0,
0,
0,
0,
1.6,
17.86,
3.8,
0,
7.23,
1.18,
3.33,
2.35,
5.62,
2.41,
2.41,
2.41,
0.71,
1.18,
17.65,
2.35,
9.02,
8.39,
9.3,
7.14,
8.89,
6.58,
5,
0,
3.08,
0.77,
1.54,
3.85,
3.08,
1.54,
2.31,
2.31,
2.35,
4.44,
1.18,
1.08,
2.66,
7.63,
7.56,
5.71,
5.71,
2.22,
2.22,
10.77,
4.08,
0,
0,
3.33,
3.33,
5.29,
10.62,
4.55,
7.14,
15.79,
15.79,
14.29,
14.29,
20,
23.33,
23.33,
20,
20,
23.33,
40,
40,
20,
0,
0,
14.29,
15.79,
14.29,
11.29,
11.29,
3.33,
0,
3.33,
12.39,
11.29,
9.68,
11.29,
3.33,
0,
0,
3.33,
3.33,
3.33,
4.55,
3.33,
9.68,
21.43,
28.57,
19.05,
19.05,
3.57,
40,
40,
40,
28.57,
40,
25,
28.57,
4.85,
10.71,
14.16,
6.67,
3.33,
5.29,
5.73,
13.33,
0,
0,
6.67,
9.24,
21.43,
3.33,
3.33,
3.33,
9.68,
0,
25,
25,
6.67,
3.33,
6.67,
3.33,
21.43,
25,
3.33,
28.57,
23.81,
5.26,
2.63,
7.14,
4.23,
14.29,
3.08,
3.08,
3.08,
3.33,
3.33,
3.33,
3.33,
0,
0,
19.05,
0.42,
3.33,
3.33,
3.33,
25,
5.26,
10.87,
9.84,
10.87,
12.78,
3.33,
25,
17.86,
17.86,
21.43,
23.81,
23.81,
19.05,
0,
0,
0,
0,
30.43,
21.43,
4.41,
3.33,
25,
25,
21.43,
25,
24.31,
11.47,
21.43,
13.22,
2.5,
32.14,
3.33,
3.33,
3.33,
3.45,
32.14,
25,
14.78,
3.53,
4.12,
3.53,
3.53,
4.12,
4.12,
4.12,
4.12,
4.12,
0.42,
0.42,
8.82,
10.59,
8.24,
8.82,
8.24,
8.24,
17.86,
14.29,
25,
25,
25,
21.43,
25,
25,
25,
25,
25,
10.62,
12.39,
0,
25,
17.86,
10.13,
8.81,
21.43,
21.43,
0.42,
3.33,
21.43,
32.14,
21.05,
21.05,
13.91,
11.3,
12.86,
13,
12.86,
13.91,
8.85,
8.24,
5.56,
10.71,
10.71,
10.71,
8,
8,
8,
8,
0,
6.19,
6.62,
8.85,
5.15,
7.14,
3.57,
3.33,
3.33,
7.14,
7.14,
8.82,
8.24,
8,
8,
8,
3.33,
0,
0,
0,
0,
17.86,
14.29,
15.93,
7.37,
4.8,
25,
6.19,
10.71,
3.57,
10,
4.8,
8,
8,
9.33,
8,
8,
10,
8,
8,
8,
8.67,
8.67,
12,
9.38,
10,
9.3,
7.02,
12.12,
10.71,
9.38,
8.51,
10.34,
10,
9.52,
9.3,
9.3,
9.52,
9.3,
9.38,
9.38,
3.57,
10,
10,
7.37,
9.68,
9.43,
7.55,
10.71,
10.71,
10.87,
9.47,
7.69,
8.51,
1.6,
7.14,
6.67,
6.67,
9.3,
6.67,
0,
0,
0,
0,
0,
0,
0,
11.4,
0,
0,
10,
9.57,
4.76,
0,
0,
0,
0,
0,
9.09,
21.43,
28.57,
10,
8.47,
2.94,
3.33,
7.14,
0,
25,
25,
21.43,
0,
0,
28.57,
21.43,
6.06,
9.09,
0,
0,
0,
3.85,
25,
1.64,
16.67,
10,
8,
8,
8,
10.71,
10.71,
0,
21.43,
3.57,
3.53,
3.08,
3.08,
1.2,
2.46,
0.42,
1.63,
13.33,
13.33,
13.33,
13.33,
10,
17.86,
33.33,
9.38,
7.04,
7.04,
7.04,
7.14,
3.57,
7.14,
7.14,
7.14,
7.04,
3.33,
5.65,
5.65,
5.65,
5.65,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.04,
7.06,
7.06,
57.14,
50,
7.04,
7.14,
7.04,
3.33,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.52,
5.64,
5.64,
7.52,
3.76,
5.64,
3.76,
8.82,
8.82,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
2.41,
3.2,
3.2,
16.28,
15.62,
22.22,
0,
0,
0.81,
2.44,
1.63,
8,
10.71,
10.71,
10.71,
0,
7.14,
0,
20,
21.43,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.29,
7.14,
6.8,
23.21,
23.21,
23.21,
23.21,
0,
0,
7.14,
7.14,
0,
0,
7.14,
0,
0,
12.86,
3.12,
21.43,
10.53,
0,
0,
0,
2.5,
0,
0,
0,
10.71,
5.38,
19.47,
0,
3.51,
2.35,
5,
1.6,
0,
3.33,
0,
0,
0,
0,
14.29,
14.29,
0,
14.29,
0,
0,
10.71,
10.71,
11.76,
12.24,
0,
2.4,
3.39,
7.05,
7.91,
5,
14,
16,
0,
6.67,
6.67,
2.04,
0.41,
2.86,
4.9,
12.28,
12.28,
12.28,
8.67,
8.67,
8.67,
9.68,
10.26,
21.43,
11.43,
5.29,
1.77,
0,
0,
0,
33.33,
0,
0,
1.82,
2.73,
0,
10,
10,
2.65,
3.54,
3.54,
3.54,
46.43,
46.43,
3.33,
1.56,
7.14,
7.69,
0,
9.52,
10.71,
0,
0,
0.8,
7.6,
0,
9.52,
0,
3.85,
12.86,
12.86,
14.29,
5,
0,
0,
5.36,
0,
8.06,
0,
0,
0,
0,
14.29,
16.67,
14.29,
3.53,
0,
0,
14.29,
5.71,
11.54,
14.29,
10.53,
10,
11.5,
0,
9.68,
0,
0,
0,
0,
25,
14.29,
0,
6.67,
8.57,
11.76,
0,
0,
12.86,
0,
0,
14.29,
14.29,
0,
0,
22.67,
22.67,
0,
0,
4.49,
2.86,
2.45,
14.29,
0,
0,
0,
2.35,
0,
10.34,
12.5,
12.5,
8.4,
6.8,
0,
25,
14.29,
7.41,
7.41,
7.41,
7.41,
7.41,
7.41,
0,
0,
0,
4.23,
4.23,
2.86,
1.22,
3.7,
1.61,
0,
0,
0,
1.67,
1.67,
3.33,
1.67,
1.67,
7.32,
7.32,
23.33,
3.85,
3.97,
2.07,
3.33,
3.33,
3.61,
5.88,
10.87,
0.42,
0.42,
0.42,
0.42,
0.42,
0,
9.73,
3.33,
0,
10,
6.67,
1.63,
7.14,
15.09,
12.96,
13.21,
12.96,
14.29,
0,
21.43,
40,
40,
40,
0,
12.5,
0,
9.68,
26.67,
2.35,
6.67,
0,
0.88,
1.77,
1.77,
0.88,
33.33,
3.85,
0,
4.76,
3.85,
0,
0,
8.47,
3.12,
3.45,
0,
0,
9.09,
0,
0,
1.77,
11.97,
14.08,
16.2,
14.08,
23.33,
21.43,
25,
7.14,
4,
7.43,
0,
0,
3.12,
0,
0,
3.12,
11.63,
10.37,
9.02,
7.5,
7.5,
0,
1.64,
1.67,
0,
0,
0,
0,
0,
16.07,
28.57,
25,
25,
25,
25,
25,
25,
25,
25,
14.29,
1.67,
1.67,
25,
25,
3.2,
1.6,
7.14,
8.89,
7.14,
3.2,
4.84,
4.62,
4.62,
6.45,
0,
2.35,
1.63,
1.21,
0.81,
1.2,
7.27,
0.42,
0.42,
0.42,
0,
12.96,
0,
0,
6.67,
10.71,
7.14,
1.65,
2.07,
4.55,
9.09,
6.45,
0.82,
1.22,
0.83,
22.22,
5,
6.67,
1.64,
40,
10.71,
14.58,
12.5,
12.5,
12.5,
12.5,
12.5,
0,
0,
0,
0.83,
3.03,
8.77,
12.28,
8.77,
7.14,
21.43,
25,
25,
21.43,
21.43,
17.86,
14.29,
21.43,
21.43,
0.71,
2.87,
2.63,
1,
0.81,
0.4,
0.81,
2.01,
16.07,
16.07,
16.07,
0,
0,
6.36,
16.67,
14.29,
14.29,
14.29,
0,
0,
0,
0.89,
0,
0.88,
1.77,
1.77,
23.33,
3.57,
0,
0,
1.18,
0,
3.88,
10,
3.33,
3.33,
4,
4,
3.33,
3.33,
0,
15.79,
0,
5.26,
0,
0,
0,
5.26,
0,
0,
0,
3.33,
3.33,
3.33,
3.33,
3.33,
23.64,
23.64,
23.64,
29.09,
21.82,
21.82,
26.67,
25,
26.67,
25,
13.33,
17.54,
16.39,
14.29,
25.45,
19.15,
16.67,
17.02,
16.95,
16.95,
14.55,
0,
0,
0,
6.67,
1.54,
1.54,
1.54,
3.33,
3.33,
0,
1.54,
1.54,
1.54,
0.77,
1.54,
1.54,
0.83,
33.33,
22.22,
22.22,
1.54,
3.33,
0,
0,
0,
0,
0,
0.77,
0,
3.85,
1.9,
1.55,
1.55,
25.71,
6.67,
6.67,
6.67,
0,
2,
3.33,
12.5,
6.67,
6.67,
0,
6.67,
6.67,
0,
0,
0,
0,
0.71,
0,
0,
0,
0.71,
0.71,
0.71,
0.71,
0.71,
6.67,
0,
25,
21.43,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.76,
6.67,
6.25,
6.25,
6.67,
6.67,
6.06,
3.03,
6.06,
6.06,
6.06,
18.75,
0,
0,
11.67,
11.67,
10,
10,
10,
10,
9.09,
12.73,
10.91,
15.56,
13.33,
13.33,
8,
15.56,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
13.33,
12.5,
8.93,
8.93,
13.11,
14.75,
8,
10,
12.5,
12.5,
13.33,
12.5,
0,
0,
0,
0,
0,
0,
20,
6.67,
6.67,
6.67,
21.43,
1.64,
35.71,
3.33,
3.33,
1.67,
3.33,
3.33,
0,
0,
5.88,
5.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
15,
15,
15,
12.5,
0,
1.67,
14.29,
0,
0,
0,
0,
0,
0,
9.52,
1.67,
0,
8.82,
9.38,
14.29,
0,
2.94,
0,
0,
6.9,
6.9,
5.56,
5.56,
5.71,
5.56,
8,
1.52,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.03,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.6,
0.34,
0.42,
0.42,
0.42,
0.42,
0.4,
0.42,
0.42,
0,
0.34,
0.34,
0,
0,
0,
0.34,
0.4,
0,
0,
0,
0,
0.42,
4.42,
1.56,
0.78,
1.56,
5.26,
5.26,
10.53,
1.77,
1.77,
2.53,
5.13,
6.67,
0,
0,
12.7,
14.52,
7.14,
3.57,
3.57,
3.57,
11.48,
2.19,
1.46,
14.29,
0,
23.68,
23.68,
3.51,
5.26,
3.23,
3.57,
3.54,
7.14,
4.76,
0,
5.26,
5.26,
3.57,
3.57,
0,
11.11,
11.11,
5.45,
2.63,
2.63,
1.71,
8,
9,
11.11,
12.5,
12.5,
12.5,
0,
25,
25,
17.86,
21.43,
1.52,
7.14,
0,
0,
0,
0,
15.71,
33.33,
7.14,
3.7,
9.68,
22.73,
0,
12.5,
12.5,
12.5,
0,
0,
10.59,
5.71,
7.02,
5.88,
10,
18.75,
9.3,
4.2,
0,
0,
4.76,
20.99,
20,
21.18,
27.27,
14.29,
3.2,
0.8,
12.5,
12.5,
13.33,
6.67,
1.63,
3.85,
3.57,
0,
0,
1.56,
0,
0,
0,
0,
0,
16.67,
11.11,
0,
0,
0,
7.5,
14.29,
5,
19.05,
19.05,
22.73,
28.57,
25,
0,
0,
0,
10.64,
25,
27.27,
19.05,
0,
4.71,
6.67,
9.52,
7.81,
2.94,
3.12,
3.23,
3.12,
10,
10,
0,
3.77,
11.11,
5.66,
9.09,
8.7,
6.82,
0.59,
6.98,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
10.62,
10.62,
10.62,
10.62,
3.33,
3.33,
3.33,
0.42,
25,
3.92,
10.62,
8.85,
6.67,
25,
3.53,
4,
4,
2.22,
2.22,
2.31,
2.31,
2.22,
2.22,
4.84,
4.62,
2.44,
1.63,
16.44,
16.44,
4.76,
7.89,
3.23,
5.56,
3.92,
4.92,
5.31,
4.42,
4.42,
4.51,
4.42,
4.42,
10.53,
3.51,
4.23,
2.7,
5.26,
0,
3.92,
5.31,
5.71,
5.71,
5.71,
5.71,
25,
1.41,
7.06,
6.67,
8.24,
12.5,
12.5,
12.5,
12.5,
4.76,
5.08,
4.42,
1.43,
1.43,
0.71,
0,
1,
0,
0.71,
1.67,
0,
1.67,
12.5,
20,
27.78,
3.33,
2.04,
3.51,
4.05,
3.33,
2.63,
12.5,
10.53,
10.53,
8.33,
10.71,
3.77,
4,
18.75,
12.5,
12.5,
0,
0,
0,
0.83,
0,
25,
21.43,
21.43,
0,
0.83,
1.79,
9.84,
7.69,
12.9,
14.71,
17.86,
1.2,
1.2,
8.57,
8.57,
14.29,
12.96,
12.96,
10.62,
3.33,
6.67,
6.45,
0,
23.81,
5.26,
20.63,
18.75,
4.35,
8.77,
0,
0,
0,
1.6,
1.56,
10,
9.09,
8,
7.41,
6.25,
1.18,
1.43,
8.82,
8.82,
6.67,
10.59,
6.25,
1.41,
6.67,
4.04,
17.86,
7.84,
10,
13.33,
0,
0,
0,
3.57,
5.88,
3.85,
2.33,
4.65,
4.65,
3.51,
7.89,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
7.14,
12.5,
2.44,
2.44,
1.63,
0.81,
3.25,
0.81,
1.6,
1.6,
0,
12.5,
7.32,
0.81,
0,
0.81,
0.81,
0.78,
0.78,
0.81,
0.81,
0,
0,
0,
0,
12.5,
12.5,
9.68,
9.38,
3.23,
3.23,
7.69,
7.14,
25,
12.5,
12.5,
12.5,
12.5,
9.09,
7.69,
0,
0,
0,
25,
25,
25,
9.68,
25,
7.14,
10,
33.33,
33.33,
33.33,
4.76,
4.76,
4.76,
0,
0,
0,
0,
0,
0,
0,
0.81,
4.07,
0,
0,
0,
4.76,
4,
4.76,
100,
0,
0,
0,
0,
3.85,
3.85,
3.85,
3.85,
8.77,
2.4,
2.4,
1.6,
0,
1.2,
5.38,
5.38,
5.38,
11.11,
12.86,
7.84,
1.59,
3.57,
25,
25,
7.14,
6.9,
10.71,
9.43,
12.5,
0,
12.5,
7.14,
0,
0,
14.71,
0.83,
10.62,
10.62,
6.67,
0,
0,
0,
0,
0.65,
0.78,
0.78,
0.78,
0.81,
0,
0,
0,
0,
0,
0,
0.81,
4,
4,
3.57,
3.57,
10.71,
7.14,
3.12,
6.67,
6.25,
6.25,
7.14,
10.71,
21.88,
20,
14.71,
16.67,
23.33,
21.88,
10.64,
19.05,
14.29,
14.29,
14.29,
14.29,
12.5,
12.5,
0.8,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
3.2,
4.62,
5.38,
4.62,
4.62,
4.62,
6.15,
5.38,
0.83,
0.83,
0,
0,
0.83,
0,
0.83,
0.83,
0.83,
2.4,
2.4,
1.6,
1.6,
1.6,
1.6,
1.6,
0.8,
3.2,
3.2,
3.2,
3.2,
0,
0,
1.65,
1.65,
1.65,
0.64,
0.61,
9.3,
8.57,
0,
19.44,
19.44,
21.05,
22.22,
24.44,
25,
6.67,
6.67,
6.67,
6.38,
7.14,
8.7,
10,
10.53,
10.53,
7.14,
7.14,
7.14,
0,
0,
0,
9.68,
9.68,
9.68,
6.67,
0,
0,
0,
7.14,
6.45,
6.67,
2.64,
0,
0,
6.67,
6.67,
0,
0,
0,
0,
0,
0,
25,
21.05,
15.79,
14.29,
15.79,
15.79,
28.57,
28.57,
25,
25,
25,
25,
21.43,
25,
21.43,
9.68,
40,
40,
4.62,
8.77,
8.77,
0.83,
4.62,
12.86,
5.56,
8.82,
0,
1.6,
1.6,
1.41,
1.37,
1.41,
2.22,
2.22,
2.5,
1.23,
1.2,
2.94,
1.18,
3.33,
5.62,
2.22,
1.96,
1.05,
7.14,
0,
0,
0,
2.41,
2.22,
3.33,
5.62,
2.22,
2.94,
0,
0.71,
25,
0,
0,
12.86,
17.86,
0,
1.67,
5.38,
4.62,
5.62,
0,
0,
0,
0,
0,
0,
28.57,
2.35,
11.29,
0,
0,
0,
0,
0,
0,
0,
3.33,
4.55,
6.98,
6.98,
0,
7.69,
0,
10,
0.42,
8.16,
8.16,
4.76,
8.77,
5.26,
0,
0,
0,
0,
0,
0,
0,
30,
20,
25,
14.29,
17.02,
17.02,
17.02,
17.02,
2.35,
3.53,
3.33,
3.53,
0,
1,
0.91,
3.57,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
13.85,
13.85,
13.85,
0,
3.33,
3.33,
0,
3.33,
0,
0,
0,
3.33,
1,
6.67,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
1.12,
0,
0,
0,
0,
0,
0,
0,
0.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.22,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
75,
14.29,
14.29,
14.29,
14.29,
7.69,
7.69,
12.5,
5,
2.5,
7.5,
0,
7.5,
7.14,
0,
0,
5,
0,
5,
7.14,
0,
0,
14.29,
83.33,
0,
0.88,
0.88,
0.88,
4.76,
0,
5,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
14.29,
5,
5,
5,
6,
0,
10,
0,
5,
0,
0,
0,
0.88,
0.88,
0.88,
0.88,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
3.33,
0,
4.17,
0,
0,
7.14,
3.57,
7.14,
10.71,
4.35,
5.71,
5.71,
7.14,
0,
4.17,
7.14,
7.14,
7.14,
7.14,
0,
7.14,
3.57,
3.57,
3.57,
7.14,
3.57,
4.76,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
3.03,
2.94,
7.14,
3.33,
7.14,
7.14,
7.14,
3.57,
7.14,
7.14,
0,
7.14,
7.14,
7.14,
7.14,
3.57,
7.14,
3.57,
7.14,
3.57,
3.57,
7.14,
10.71,
10.71,
10.71,
3.57,
7.14,
7.14,
3.12,
0,
3.33,
6.9,
17.65,
5.88,
17.5,
0,
0,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
0.6,
0.6,
1.65,
1.65,
1.67,
1.6,
1.43,
1.39,
1.37,
0,
1.37,
1.41,
1.41,
2.22,
2.22,
2.22,
1.18,
3.53,
1.18,
1.15,
2.35,
1.05,
1.15,
3.53,
1.11,
2.41,
2.41,
2.47,
0,
0.83,
0,
0,
0,
9.82,
11.11,
21.9,
0.82,
0.78,
0.82,
0.82,
0,
0,
34.78,
4.76,
0,
0,
0,
0,
6.67,
3.33,
12.39,
12.28,
12.28,
7.69,
21.05,
15.79,
25,
25,
25,
25,
25,
0,
0,
0,
13.33,
9.68,
11.43,
0,
0.42,
0,
8.77,
8.77,
5.38,
5.38,
3.97,
0,
0,
0,
0,
5,
4.84,
1.67,
0,
0,
0,
0,
8.77,
7.5,
0.42,
0,
10,
0,
8.77,
0,
0,
1.67,
2.14,
4,
0.82,
0.82,
0,
0,
7.69,
25,
0,
0,
0,
0,
0,
6.67,
23.33,
20,
3.33,
11.11,
9.68,
5.38,
3.57,
14.29,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
3.7,
40,
0.42,
3.57,
3.51,
0,
0,
2.35,
6.67,
0,
0,
0,
0,
0,
23.81,
23.81,
0,
0,
0,
3.23,
3.23,
6.45,
21.05,
21.05,
17.86,
5,
3.33,
1.18,
0,
40,
21.43,
25,
0.83,
1.15,
1.18,
7.14,
3.57,
25,
0,
10.87,
0,
3.1,
3.1,
7.5,
10.87,
7.14,
7.14,
10.71,
0.83,
0.42,
12.39,
0,
0,
10,
10,
10,
7.14,
9.09,
10.53,
0,
12.82,
1.18,
1.18,
2.35,
1.18,
2.35,
1.18,
1.18,
1.18,
8.33,
10.91,
7,
7,
7.14,
7.14,
0,
0,
0,
0,
23.81,
23.81,
23.81,
3.08,
0,
0,
0,
0,
0,
0,
0,
0,
2.35,
2.35,
4.62,
4.62,
3.08,
3.03,
4.55,
3.03,
3.03,
4.55,
3.03,
3.03,
3.03,
3.03,
3.03,
4.55,
3.03,
3.03,
0,
3.57,
3.57,
7.14,
0.83,
0.42,
0,
0,
1.35,
1.35,
9.3,
16.07,
2.5,
2.5,
7.41,
7.41,
50,
50,
3.53,
2.47,
10.71,
3.33,
10.77,
12.5,
0,
5.26,
1,
25,
25,
21.43,
28.57,
25,
25,
25,
6.67,
17.86,
18.37,
20.45,
22.86,
22.86,
23.08,
21.74,
22.92,
20.93,
9.09,
20,
17.39,
18.37,
21.74,
12,
28.57,
25,
1.18,
8.65,
8.65,
8.65,
14.29,
14.29,
0.83,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
19.15,
0,
0,
28.57,
23.81,
23.21,
14.29,
14.29,
25,
6.25,
15.29,
23.81,
16.67,
10,
10,
16.67,
10,
20,
25,
0,
0,
1.63,
3.12,
4.76,
3.7,
0,
0,
0,
0,
7.14,
10.53,
23.81,
0.83,
0.83,
8,
2.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
23.81,
25,
4.26,
7.8,
4.35,
7.14,
7.14,
7.14,
7.14,
3.45,
17.86,
15.48,
7.09,
8.77,
15,
12.86,
14.29,
6.45,
9.47,
17.86,
23.21,
6.45,
5.26,
1.18,
1.18,
1.18,
1.18,
1.18,
7.94,
0.91,
1.18,
1.18,
23.81,
23.81,
1.18,
6,
3.23,
2.14,
10,
1.18,
3.53,
4.55,
12.07,
11.48,
10.34,
10.34,
0,
10,
0,
0.97,
7.49,
1.16,
0.83,
3.03,
1.18,
0,
0,
0,
0,
3.03,
0,
0,
0,
0,
0,
2.03,
2.03,
2.03,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
6.67,
8.33,
10,
7.14,
7.14,
10,
9.68,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
11.39,
40,
40,
1.59,
1.6,
1.59,
0.78,
11.43,
10.34,
10,
11.36,
19.05,
23.81,
23.81,
28.57,
0,
0,
0,
0,
0,
0,
0,
0,
5.71,
6.98,
6.98,
7.69,
8,
9.09,
8.82,
7.14,
8.89,
1,
1.18,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
0,
0,
0,
0,
0,
8.16,
7.48,
6.8,
12.63,
7.54,
1,
0.8,
0.71,
0.71,
0.71,
25,
17.86,
3.03,
3.12,
8.77,
8.77,
2.35,
2,
4.96,
21.18,
21.18,
3.08,
3.08,
3.33,
3.33,
3.33,
3.33,
25,
28.57,
25,
25,
21.43,
21.43,
25,
25,
25,
25,
40,
25,
21.43,
25,
25,
28.57,
28.57,
25,
25,
28.57,
21.43,
25,
25,
15.79,
14.29,
23.81,
14.29,
15.79,
14.29,
3.12,
10,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
3.23,
3.33,
3.12,
3.12,
6.98,
0,
7.14,
3.57,
4.26,
3.57,
0,
3.57,
2.08,
2.08,
3.08,
3.33,
4.44,
0,
25,
28.57,
28.57,
25,
7.14,
7.14,
3.28,
21.88,
21.88,
8,
7.14,
8,
3.33,
5.71,
5.71,
7.14,
7.14,
5.71,
7.14,
5.71,
5.71,
11.11,
12.5,
9.38,
9.38,
2.5,
3.57,
2.5,
0,
7.14,
2.7,
3.28,
2.7,
0,
0.71,
0.71,
0.71,
0.71,
10,
10,
10,
25,
23.81,
25,
25,
25,
9.57,
10.2,
11.27,
10.32,
18.75,
20.54,
14.29,
16.07,
17.86,
2.94,
5.29,
3.53,
3.53,
3.53,
3.53,
3.53,
5.73,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
17.86,
21.88,
21.88,
21.88,
21.88,
0,
0,
0,
0,
0,
0,
0,
0,
25,
28.12,
25,
3.57,
3.57,
3.57,
3.57,
3.57,
8.51,
5.26,
1.41,
1.41,
1.41,
6.67,
6.67,
0,
0,
0,
0,
0,
10.26,
33.33,
6.67,
6.78,
8.7,
8.7,
6.67,
6.67,
3.53,
12.35,
11.85,
12.5,
10.07,
21.43,
21.43,
21.43,
25,
25,
21.43,
25,
17.86,
17.86,
17.86,
17.86,
14.29,
21.43,
21.43,
17.86,
21.43,
17.24,
7.14,
0,
0,
0,
0,
0,
0,
6.67,
9.21,
7.89,
10.81,
10.53,
2.5,
9,
0,
7.14,
19.64,
3.64,
4,
4,
6.9,
10.71,
5,
6.45,
6.45,
7.14,
6.25,
6.67,
12.5,
12.5,
12.5,
12.5,
2.35,
1.18,
1.18,
4.71,
1.18,
2.35,
1.18,
4.71,
6.06,
4.55,
0,
0,
0,
0,
4,
0.65,
0.65,
10,
10,
9.52,
5.71,
5.88,
5.71,
10,
0,
0,
0,
0,
8.77,
1.54,
1.54,
1.6,
0.83,
0.83,
0.83,
0.83,
0.8,
0.83,
0.83,
3.2,
1.6,
1.6,
5.71,
9.09,
7.14,
6.9,
8.47,
7.69,
7.14,
2.35,
2.35,
0,
0,
1.82,
2.73,
7.96,
7.96,
10.71,
6.67,
0,
6.67,
13.33,
6.9,
16.67,
10.34,
5.26,
8,
8,
8,
2.5,
42.86,
20,
4.76,
6.25,
0,
0,
4.71,
2.73,
0.91,
5.45,
3.33,
6,
0,
2.86,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.3,
9.3,
0.61,
0.61,
9.3,
4.72,
4.72,
0,
0.42,
2.03,
11.11,
12.28,
1.03,
17.86,
40,
33.33,
33.33,
33.33,
9.38,
9.38,
12.5,
5,
5.71,
5.88,
3.57,
7.14,
2.78,
2.78,
2.78,
5.13,
5.88,
6.06,
2.86,
2.33,
5.36,
2.78,
2.33,
2.33,
4.76,
3.7,
4.76,
2.86,
2.33,
2.86,
5.88,
2.63,
2.63,
2.63,
5.26,
2.63,
2.5,
7.14,
2.08,
2.63,
2.33,
7.14,
5.71,
3.57,
3.57,
2.63,
2.63,
3.57,
3.57,
2.63,
7.89,
2.5,
7.89,
2.94,
2.63,
2.63,
2.63,
2.33,
2.86,
4.65,
2.86,
1.79,
2.86,
2.5,
3.57,
2.5,
3.57,
4.65,
2.33,
5.71,
6.98,
5.71,
2.33,
2.63,
4,
3.57,
6.98,
8.33,
2.78,
2.63,
2.33,
7.89,
8.82,
2.63,
2.33,
8.82,
3.12,
6.98,
2.56,
3.57,
2,
2.17,
2.7,
6.98,
2.33,
5.71,
2.56,
2.7,
3.57,
2.63,
2.63,
2.33,
2.33,
1.79,
5.88,
2.5,
2.63,
2.63,
2.56,
4.17,
0,
3.33,
6.98,
10.62,
0,
7.14,
7.14,
7.14,
7.14,
25,
14.29,
25,
15.79,
10,
1.98,
3.67,
3.33,
0,
4.17,
25,
25,
9.3,
8.57,
14.29,
0,
11.43,
0,
4.62,
5.26,
25,
0.83,
1.64,
12.5,
0,
0,
0,
0,
0,
14.29,
0,
0,
1.54,
0,
0,
14.29,
25,
7.14,
1.56,
1.56,
1.57,
6.67,
0,
1.67,
0,
0.78,
0,
0,
0,
25,
16.07,
16.07,
25,
25,
1.22,
0,
0,
0,
25,
11.76,
0,
21.43,
28.57,
0,
3.33,
3.57,
3.57,
0,
0,
0,
0,
10.62,
0,
25,
1.61,
1.61,
0,
25,
0,
8.93,
8.84,
7.48,
0,
20,
10.71,
10.71,
7.14,
6.25,
6.25,
10.62,
10.62,
3.03,
3.03,
3.03,
3.03,
5.56,
0,
10.71,
6.67,
10.34,
12.12,
12.5,
0,
12.5,
0,
3.33,
3.33,
6.06,
7.41,
6.06,
12.5,
8.47,
1.18,
1.18,
1.67,
4.8,
0.83,
0.83,
0.83,
5.38,
5.07,
0.83,
0.83,
0,
0,
0,
0,
5.26,
1.6,
1.6,
1.6,
1.6,
0,
0.42,
1.54,
0.84,
0.78,
0,
2.4,
3.2,
3.2,
2.5,
2.85,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
0.81,
1.67,
6.06,
6.06,
0.83,
0.83,
0.83,
0.83,
0.8,
0,
0,
25,
0,
0,
0,
0,
7.14,
8.7,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.25,
1.25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
1.25,
1.67,
6.67,
0,
1.67,
0,
1.25,
1.25,
0,
0,
0,
0,
0,
0,
0,
1.25,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.99,
0,
1.25,
1.25,
0,
0,
0,
0.77,
0.77,
2.31,
3.57,
3.57,
5,
3.33,
2,
0.8,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
0,
40,
0,
0,
0,
1.63,
1.63,
1.59,
0,
0,
1.8,
4,
0,
2.86,
6.67,
6.67,
3.23,
0,
0,
0,
9.86,
9.86,
0,
5,
5,
5,
5.13,
5,
6.67,
0.42,
5,
3.03,
0.83,
0,
7.89,
0,
0,
0.5,
7.89,
4.69,
8.33,
7.5,
6.98,
6.82,
0,
0,
1.18,
0,
0,
0.71,
0.71,
1.43,
0,
6.67,
10,
10,
6.45,
10,
6.25,
6.45,
3.23,
3.03,
6.67,
3.12,
3.7,
3.45,
5.77,
3.85,
3.33,
0.83,
0.83,
0.83,
25,
25,
32.14,
0,
10.24,
9.88,
1.6,
1.6,
0.42,
0,
0,
4.76,
0,
21.88,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.9,
2.56,
5.13,
2.56,
2.56,
0,
10.34,
12.5,
8.84,
6.8,
8.84,
7.48,
10.2,
8.16,
7.48,
7.48,
7.48,
25,
23.21,
5,
15.79,
9,
12.5,
12.5,
14.29,
12.5,
1.67,
0,
1.67,
1.67,
1.61,
1.61,
1.61,
1.61,
1.61,
2.42,
0,
0,
0,
0,
20,
0,
16.67,
9.52,
11.9,
9.09,
7.27,
8.33,
9.09,
3.23,
7.41,
6.06,
3.33,
3.33,
9.09,
9.09,
3.85,
3.85,
5.77,
3.45,
3.85,
10.34,
10.34,
10.71,
7.14,
6.25,
6.67,
9.38,
8.16,
7.41,
6.67,
6.45,
9.38,
6.67,
8.51,
6.25,
14.29,
9.3,
8.57,
9.3,
11.76,
12.5,
7.14,
0,
0,
0.83,
0.42,
0.42,
0.83,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.62,
20,
21.05,
24.32,
24.44,
19.44,
19.44,
23.68,
23.68,
25,
22.22,
19.44,
3.33,
0,
0,
3.33,
0,
1.64,
0,
0.83,
0.83,
0,
0,
0,
5.6,
6.15,
5.38,
4.8,
4.8,
4.76,
5.38,
3.85,
4.8,
4.8,
4.62,
4.62,
4.62,
4.62,
4.62,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
3.57,
3.57,
12.5,
0,
0,
0,
6.67,
6.67,
6.67,
6.67,
0,
0,
0,
0,
9.09,
9.3,
9.09,
9.09,
7.41,
0,
0,
0,
0,
3.33,
5,
5,
0,
6.25,
7.02,
5.26,
5.26,
5.26,
3.7,
3.57,
7.14,
4.55,
5.26,
3.45,
7.41,
25,
25,
25,
25,
25,
25,
25,
15.79,
14.29,
14.29,
15.79,
15.79,
23.33,
20,
40,
40,
11.29,
9.68,
11.29,
14.29,
0.42,
0.83,
0.83,
1.67,
0.83,
0,
0,
0,
0.83,
0.78,
0,
3.2,
1.6,
0,
0.83,
0.8,
3.2,
3.2,
0,
0,
0.88,
0,
1.54,
1.54,
3.57,
21.43,
21.43,
0.87,
0.87,
0,
0,
0,
0,
6.45,
6.45,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.02,
8.77,
0,
5.71,
1.94,
12.31,
42.86,
33.33,
33.33,
33.33,
33.33,
17.86,
17.86,
16.07,
17.86,
17.86,
16.07,
0,
17.86,
15.15,
25,
25.81,
5.47,
50,
46.43,
42.86,
35.71,
35.71,
0,
0,
0,
10,
9.09,
10,
13.33,
13.33,
12.5,
16.07,
11.11,
7.14,
10.53,
10.71,
10.71,
5.26,
5.67,
1.64,
9.62,
8.33,
8.33,
3.97,
3.59,
10.34,
12.07,
10,
11.43,
10.71,
10,
10,
2.65,
1.99,
2.65,
14.52,
13.04,
15,
14.29,
12.5,
0,
0.41,
0.82,
2.44,
2.44,
4.07,
0.81,
0.81,
0.81,
2.44,
1.63,
1.63,
3.25,
2.44,
2.45,
3.27,
3.27,
2.86,
1.22,
2.45,
2.86,
2.86,
3.27,
2.45,
3.27,
1.22,
2.86,
2.45,
2.45,
2.04,
0,
0,
0,
0,
0,
0,
6.67,
6.67,
0,
1.25,
1.25,
0,
3.57,
2.5,
14.29,
7.89,
4.76,
6.67,
10,
14.29,
18.75,
21.43,
21.43,
8.93,
8.93,
8.93,
16.07,
16.07,
16.07,
10.71,
10.71,
14.29,
25,
14.29,
14.29,
10.71,
10.71,
0,
2.5,
2.5,
0,
0,
0,
0,
0,
4.76,
9.84,
0,
0,
0,
0,
0,
0,
1.09,
1.09,
1.09,
1.09,
0,
0,
0,
0,
0,
0,
6.67,
34.78,
34.78,
4.76,
4.76,
4.76,
33.33,
33.33,
33.33,
33.33,
33.33,
33.33,
4.76,
4.76,
4.76,
4.76,
4.76,
33.33,
0,
8.33,
7.89,
1.18,
2.3,
1.18,
1.18,
3.53,
3.53,
1.18,
1.16,
2.47,
3.18,
1.23,
1.23,
6.82,
1.23,
5.62,
2.47,
1.18,
1.18,
1.11,
2.35,
2.35,
1.18,
2.22,
2.22,
3.33,
0,
4.6,
1.18,
3.33,
3.33,
0,
0,
0,
10.08,
3.33,
3.33,
3.33,
3.33,
3.33,
2.64,
3.08,
3.08,
1.67,
3.25,
1.63,
1.22,
1.22,
0,
8.89,
6.45,
8.7,
7.14,
10.71,
8.51,
7.14,
10.71,
7.14,
3.45,
3.7,
3.33,
0,
0,
3.45,
25,
25,
20,
25,
25,
25,
25,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
4.24,
10.1,
7.14,
7.14,
7.14,
7.14,
8.33,
6.67,
10,
10,
0,
0,
0,
1.64,
1.71,
0,
4.62,
5.38,
5.38,
4.62,
4.62,
4.62,
12.5,
12.5,
12.5,
0.41,
0,
6.9,
25.68,
11.63,
0,
0,
0,
1.56,
1.67,
9.3,
0,
0,
25,
25,
0.71,
14.52,
14.29,
6.67,
6.25,
3.03,
3.33,
4,
6.67,
0,
6.07,
16.07,
16.07,
12.5,
12.5,
12.5,
11.94,
12.99,
2.04,
25,
41.67,
13.95,
3.7,
5.56,
3.7,
13.95,
0,
0,
7.89,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
10.71,
7.14,
7.14,
0,
14.29,
0,
0,
0,
3.33,
6.67,
3.33,
6.67,
6.45,
6.67,
16.07,
16.07,
17.39,
17.39,
17.39,
23.81,
23.81,
23.81,
23.81,
0,
3.12,
2.94,
3.03,
0.88,
1.77,
0.88,
0,
18.18,
16.36,
7.89,
7.69,
0,
0,
0,
8.24,
0,
1.22,
9.76,
17.86,
12.5,
12.9,
14.81,
9.76,
20,
10,
7.69,
21.43,
21.43,
20,
9.52,
8.47,
2.94,
3.03,
5.71,
4.29,
12.5,
9.26,
9.26,
20,
5,
12.5,
5,
17.86,
6.98,
21.43,
17.86,
32.14,
32.14,
32.14,
21.43,
10.87,
12.5,
15.29,
16.47,
16.47,
21.88,
7.14,
9.38,
9.38,
11.9,
12,
11.43,
10.47,
11.36,
12,
0,
0,
0,
16.07,
17.86,
17.86,
21.43,
21.43,
32.14,
32.14,
7.14,
2.63,
7.14,
0,
0,
0,
4.17,
6.45,
6.9,
10.71,
7.14,
0,
0,
7.69,
5,
5,
0,
0,
0,
0,
0,
0,
0.41,
0,
0,
0,
7.14,
4,
6.82,
5.88,
6.67,
5,
4.69,
4.24,
4.69,
4.69,
39.29,
42.86,
5.26,
4.55,
4.08,
5.26,
5.26,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.94,
0,
0,
0,
0,
0,
7.14,
7.14,
7.14,
7.14,
10.71,
10.71,
2.94,
3.23,
0,
11.11,
13.33,
12.5,
0,
7.14,
7.14,
7.14,
7.14,
10.71,
6.67,
10.34,
0,
2.21,
2.21,
2.21,
2.21,
3.2,
4,
6.25,
6.25,
6.67,
13.33,
6.67,
3.33,
8,
8,
8,
6.67,
7.5,
10.17,
2.38,
3.66,
3.33,
2.78,
3.7,
3.45,
6.25,
3.33,
3.12,
3.12,
4.69,
3.12,
3.12,
3.12,
4.69,
3.12,
3.12,
3.12,
3.12,
1.56,
3.12,
7.14,
6.67,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
5.13,
4.65,
0,
0,
5,
0,
0,
2.5,
0,
0,
0,
0,
5,
0,
5.88,
0,
5,
0,
0,
3.57,
3.45,
0,
0,
0,
17.86,
7.09,
14.29,
17.86,
17.86,
5,
5.56,
4.44,
4.44,
9.3,
5.31,
6.67,
5,
4.4,
4.4,
3.92,
10.2,
4.62,
10,
10,
7.69,
5,
6.43,
5,
5,
6.43,
5,
0,
3.57,
3.57,
3.57,
3.57,
0,
0,
0.88,
2.38,
2.38,
2.38,
0,
0,
0,
0,
0,
0,
0,
0.82,
0.82,
0.82,
0.82,
0.82,
0.82,
0,
0,
0.82,
0.82,
0.82,
1.18,
0,
0.81,
0,
0,
0.88,
0.88,
0.71,
0.67,
0.81,
0,
0,
0,
0.8,
0,
0.67,
0,
0,
0,
0.82,
0,
0,
0,
0.82,
0.82,
0,
0,
0,
0,
0.88,
0.88,
0,
0,
0.82,
0.8,
0,
0,
0,
0.71,
0.71,
0,
1.67,
0.83,
0.83,
0.83,
0.83,
0.83,
3.2,
0.83,
0.83,
0.83,
0.83,
0.8,
1.6,
1.6,
0,
0.8,
3.2,
3.2,
3.2,
0.65,
1.65,
3.48,
0.8,
0.8,
0.83,
0.8,
1.6,
3.2,
3.2,
1.67,
0.83,
0.81,
0.83,
1.64,
6.06,
1.64,
2.04,
2.04,
4.62,
4.62,
4.62,
5.38,
5.38,
4.62,
0.81,
0.83,
0.42,
2.04,
1.54,
1.54,
0,
0,
0,
6.06,
1.64,
4.62,
1.67,
1.69,
1.57,
0.85,
1.69,
2.04,
1.6,
1.54,
1.56,
0.83,
0.83,
0.81,
0.83,
1.67,
1.85,
1.64,
2.31,
0.83,
0.83,
1.64,
0.81,
0.81,
0.83,
5.38,
0.81,
0.81,
0.83,
0.81,
0,
0,
4.62,
0.826,
0.83,
0.83,
4.62,
4.62,
0.83,
1.54,
0,
1.54,
2.31,
1.54,
0.83,
1.59,
0.83,
0.83,
0.42,
1.67,
4.08,
3.27,
3.67,
2.04,
1.67,
12.5,
12.5,
2.44,
1.63,
0.41,
1.63,
0.81,
2.44,
2.44,
7.32,
0,
1.63,
2.44,
0.81,
1.63,
2.86,
2.44,
0.41,
0,
0,
0,
0,
3.27,
3.27,
0.81,
2.44,
1.63,
2.44,
0.81,
0.83,
0.42,
1.63,
2.45,
2.04,
2.45,
3.27,
2.86,
2.45,
0,
0,
0,
23.21,
23.21,
28.57,
25,
25.68,
25,
0,
6.19,
7.08,
0,
0,
21.43,
21.43,
21.43,
6.25,
0,
0,
6.19,
6.19,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.69,
0,
0,
0,
0,
0,
0,
10.53,
22.22,
24.3,
24.44,
4.71,
7.14,
3.57,
13.86,
16.49,
5,
5,
3,
4.29,
3,
5,
6,
2,
2,
2,
5.56,
5.56,
5.56,
1.15,
1.18,
5.71,
5.71,
7.69,
5.71,
5.56,
0.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.42,
0,
0,
0,
0,
0,
0.83,
0,
0.83,
0.42,
0.42,
0,
0,
0.42,
0.42,
0.83,
0.83,
0.83,
0,
0,
6.67,
0,
0,
0,
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.56,
1.56,
1.6,
1.6,
0,
0,
0,
0,
0,
1.64,
1.64,
2.4,
1.6,
0,
0.8,
0,
0,
1.52,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
1.56,
0,
1.56,
1.56,
1.56,
1.57,
1.59,
1.57,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
1.6,
2.4,
0,
0,
14.29,
0,
0,
0,
0,
14.29,
14.29,
0,
0,
0,
21.88,
21.88,
21.88,
0,
0,
0,
21.88,
0,
0,
0,
8.11,
8.11,
3.23,
21.88,
0,
0,
0,
0,
0,
0,
0,
21.88,
21.88,
0,
21.88,
0,
3.57,
4,
21.43,
17.86,
21.43,
17.86,
28.57,
25,
17.86,
21.43,
21.43,
20,
21.43,
23.33,
20,
0,
6.67,
21.43,
21.43,
19.35,
20.59,
20.59,
21.43,
19.35,
17.86,
5,
0,
3.23,
21.43,
9.68,
3.23,
0,
21.43,
3.51,
14.29,
7.14,
6.67,
21.43,
21.43,
5.26,
3.23,
25,
25,
25,
16.67,
16.67,
13.33,
13.33,
3.23,
3.23,
6.45,
3.23,
2.5,
2.5,
0,
6.59,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.14,
6.67,
6.45,
6.45,
3.12,
5.71,
5.71,
14.71,
6.67,
6.67,
5.88,
6.67,
9.68,
3.57,
5.56,
5.56,
5.56,
5.56,
5.56,
3.45,
6.06,
10.53,
10.53,
3.57,
7.14,
7.14,
7.14,
6.06,
5.36,
5.36,
3.57,
7.14,
10.71,
7.14,
7.14,
12.9,
12.9,
3.23,
6.06,
9.09,
9.09,
6.06,
6.06,
3.85,
3.85,
3.85,
4.76,
0,
7.89,
5.41,
3.85,
5.77,
7.69,
9.84,
0,
3.85,
2.17,
1.09,
1.09,
2.86,
3.57,
2.63,
0,
3.85,
0,
0,
8.33,
10.42,
8.57,
9.3,
10.71,
7.14,
10.34,
12.82,
10.34,
3.33,
12.82,
12.5,
3.7,
3.7,
3.85,
10,
10,
10,
10,
7.27,
10,
10,
3.33,
6.67,
8.2,
8.62,
8.62,
8.2,
5.77,
6.45,
6.9,
6.45,
11.76,
9.09,
12,
6.06,
8.51,
6.67,
7.41,
6.25,
3.7,
6.9,
3.12,
6.67,
6.67,
7.14,
10,
4.17,
8.33,
4.17,
3.85,
5.66,
12.5,
3.57,
3.45,
10.71,
6.25,
9.38,
7.5,
8.89,
8.89,
15.56,
6.67,
9.38,
8.47,
9.38,
7.41,
6.67,
5,
8.57,
25,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.39,
12.5,
12.5,
13.33,
6.67,
15.56,
13.04,
11.11,
11.11,
15.56,
13.33,
12.5,
7.41,
8.89,
12.5,
12.5,
12.5,
12.5,
7.14,
12.5,
9.09,
7.41,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
8,
12.5,
12.5,
3.37,
2.5,
3.66,
4.65,
2.33,
2.35,
2.67,
2.44,
2.35,
2.63,
3.95,
2.35,
2.5,
2.63,
8,
8,
8,
4,
4.82,
4,
4.76,
4.71,
4.71,
3.53,
4.42,
4.42,
4.42,
4.42,
5.31,
3.54,
9.21,
11.03,
10,
11.2,
9.41,
3.73,
2.67,
4.72,
3.77,
1.18,
4.41,
1.23,
1.2,
1.15,
1.18,
3.33,
2.22,
2.22,
1.11,
1.05,
0,
2.47,
1.25,
7.23,
3.53,
1.18,
5.62,
3.33,
5.62,
3.33,
3.33,
3.33,
3.33,
10.53,
12,
7.69,
5.26,
6.9,
5.88,
3.7,
7.14,
8.77,
5,
3.33,
6.67,
6.67,
3.33,
21.43,
25,
25,
0,
25,
25,
25,
21.43,
28.57,
19.05,
26.09,
25,
0.83,
0.83,
0,
0,
10.71,
10.92,
10.2,
14.29,
15.89,
17.86,
17.86,
8.57,
8.93,
5.83,
19.64,
9.17,
14.04,
14.04,
0.41,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
3.33,
0,
0,
0,
0,
3.23,
0,
3.23,
3.45,
3.33,
0,
0,
0,
0,
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.54,
6.8,
6.4,
6.15,
6.54,
7.45,
6.4,
14.29,
9.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.38,
14.08,
14.08,
17.61,
0,
0,
0,
3.33,
0,
0,
6.67,
6.15,
11.76,
11.9,
11.76,
8.24,
13.1,
14.12,
10.62,
10.62,
12.39,
15.38,
11.76,
10.59,
15.29,
14.12,
12.94,
14.29,
4.72,
10.59,
5.77,
10.59,
12.94,
14.04,
4.72,
8.77,
16.47,
4.17,
12.73,
14.55,
14.55,
12.09,
9.23,
4.17,
7.59,
29.41,
28.24,
12.73,
16.36,
12.09,
16.36,
5.45,
3.92,
8,
15.79,
13.04,
13.33,
11.29,
10.99,
14.13,
3.53,
4.17,
5.26,
14.04,
4.71,
11.29,
13.46,
4.71,
4.17,
20.24,
14.29,
8,
17.7,
8.33,
5,
4.76,
14.29,
14.29,
12.12,
14.12,
16.47,
13.64,
4.71,
0,
0,
0,
0,
0,
0,
0,
0,
5.74,
3.25,
3.2,
4.55,
4,
6.15,
7.69,
7.69,
3.08,
7.69,
7.69,
7.69,
6.92,
5.38,
7.69,
7.69,
5.38,
0,
0.83,
0,
0,
0,
0,
1.22,
5.16,
6.15,
6.92,
6.92,
1.05,
0,
0,
0,
0,
3.5,
1.69,
3.39,
3.66,
0,
16.67,
16.67,
8.33,
0,
23.68,
6.56,
5.74,
4.92,
7.69,
4.76,
4.76,
5.56,
4.92,
0,
4.92,
5.74,
5.69,
5.69,
4.03,
4.03,
4.92,
5.65,
5.6,
4.92,
4.92,
5.69,
4.76,
4.76,
4.92,
4.92,
4.92,
5.6,
4.76,
4.03,
5.69,
5.74,
4.92,
5.74,
5,
5.74,
20,
21.43,
21.95,
20.93,
23.81,
25.58,
24.44,
21.43,
17.8,
22.73,
21.43,
20.45,
22.73,
23.81,
25.64,
22.73,
17.78,
22.45,
23.81,
23.81,
21.05,
22,
12.77,
24.44,
10.42,
23.4,
24.44,
8,
6.25,
9.38,
24.44,
21.74,
23.26,
27.03,
24.44,
22.22,
20.83,
26,
23.81,
21.43,
24.44,
23.26,
21.82,
21.43,
20.93,
17.78,
22.73,
20,
22,
21.95,
22.73,
21.95,
23.81,
0.83,
0.83,
6.67,
24.44,
23.4,
23.26,
22.45,
2.4,
1.6,
0.8,
0.79,
1.74,
1.74,
1.74,
0.83,
1.54,
0.8,
11.11,
0.78,
0.79,
6.38,
6.38,
6.38,
0,
7.14,
7.14,
6.67,
6.12,
6,
6,
8.89,
7.14,
6.67,
6.67,
8.89,
6.67,
8.89,
8.89,
4.44,
6.67,
8.89,
11.11,
8.89,
8.89,
8.89,
6.67,
6.67,
11.11,
8.89,
8.89,
6.67,
11.11,
11.11,
6.67,
8.89,
6.67,
8.89,
6.67,
6.67,
0.61,
0,
0,
0,
0,
6.67,
0,
0.42,
0,
0,
0.42,
0.35,
0,
0,
0,
0,
0,
0,
0.3,
0,
0,
0.29,
0,
0,
0,
0,
0,
0.42,
0,
0.42,
0,
0,
0,
0.42,
0,
0,
0,
0.83,
0.83,
0.78,
0.78,
0,
0,
0,
8.89,
8.89,
0,
0,
0,
0,
0,
0,
0,
2.22,
2.22,
3.27,
1.54,
0,
0,
2.94,
0.77,
0.93,
2.94,
5.71,
0.93,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.92,
6.92,
5.6,
6.92,
6.92,
5.88,
6.15,
6.15,
6.15,
6.92,
3.57,
0.88,
0,
0,
0,
3.91,
3.91,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
3.57,
6.92,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4.35,
4,
0,
0,
0,
0,
3.57,
0,
0,
0,
0,
20.41,
20.41,
20.41,
11.67,
10.42,
12.5,
12.5,
12,
16.07,
25,
13.33,
25,
25,
14.29,
0,
1.6,
0.83,
23.64,
18.18,
23.64,
21.82,
21.82,
14.29,
12.82,
12.82,
14.29,
23.21,
12.73,
25.45,
23.64,
14.55,
14.55,
21.82,
16.36,
23.64,
16.36,
21.82,
5.88,
5.88,
6.67,
0,
21.43,
0,
0,
0,
0,
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.6,
0,
0,
0,
0,
0,
13.33,
1.6,
0,
0,
0,
0,
1.67,
0.83,
3.61,
1.54,
1.64,
2.5,
1.64,
1,
0.77,
0,
1.49,
1.49,
7.04,
14.29,
13.33,
1.64,
1.64,
1.64,
3.03,
3.03,
3.03,
11.67,
10.71,
11.32,
9.43,
9.43,
0.28,
0.85,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.97,
0.97,
0.97,
1.13,
0,
0,
0,
0.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.57,
3.57,
3.57,
3.57,
6.67,
6.67,
6.45,
6.67,
13.33,
13.33,
13.33,
6.67,
6.67,
3.45,
3.45,
3.45,
3.45,
3.45,
3.45,
3.45,
3.45,
3.45,
6.67,
3.12,
3.12,
3.12,
3.12,
3.12,
3.12,
3.12,
3.12,
12.5,
13.33,
10,
7,
9.09,
6.06,
0,
17.24,
9.09,
6.06,
9.09,
6.06,
9.09,
9.09,
9.09,
5.74,
5.74,
4.76,
12.5,
10,
12,
8,
8,
36,
0,
0,
3.33,
7.47,
6.67,
8.42,
9.03,
14.29,
11.27,
12.68,
11.27,
3.53,
6.49,
14.08,
8.45,
12.68,
6.36,
6.19,
6.25,
1.09,
1.18,
3.88,
1.49,
6.49,
3.88,
1.46,
10,
7.5,
5.17,
9.8,
2.06,
7.84,
1.03,
2.35,
3.09,
6.19,
1.76,
7.69,
0,
1.03,
3.78,
0.76,
2.06,
3.09,
1.03,
0.5,
1.52,
2.06,
0.96,
1.09,
1.09,
1.19,
5.88,
5.88,
2.35,
1.14,
1.18,
5.62,
1.18,
2.35,
7.23,
6.73,
7.05,
7.37,
6.09,
2.56,
4.23,
3.52,
8.77,
8.77,
6.02,
1.76,
13.33,
3.52,
3.54,
0.44,
1.03,
2.06,
3.09,
1.03,
2.14,
4.44,
0,
4,
0.71,
0.71,
0,
8.59,
8.59,
1.43,
1.43,
1.43,
1.18,
7.5,
2.5,
4.9,
4.9,
7.14,
7.14,
9.8,
9.8,
7.84,
3.2,
4,
4,
6.56,
4.92,
5.74,
4.92,
4.92,
4.92,
5.69,
4.03,
4.92,
5.65,
5.6,
4.92,
5.69,
4.88,
5.38,
5.6,
4.76,
4,
4.92,
4.92,
4.92,
4.84,
5,
5.74,
3.2,
0.83,
0.83,
5.93,
2.4,
1.6,
0.8,
0.79,
1.6,
0,
4,
1.57,
1.56,
0,
0.35,
0,
0,
0.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.35,
0.7,
0.7,
0.7,
0.7,
0,
7.69,
6.67,
25,
0,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.23,
3.23,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
3.33,
0,
0,
3.23,
0,
0,
0,
3.23,
3.45,
0,
0,
0,
0,
0,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.45,
3.03,
0,
0,
0,
3.45,
0,
0,
0,
0,
0,
3.33,
0,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
21.05,
0,
0.7140000000000001,
0.71,
0.71,
0.71,
0.71,
0.7140000000000001,
0.71,
0.71,
0.71,
0.71,
0.71,
0.71,
0,
12.5,
0,
0,
0,
3.57,
0.8,
16.67,
0,
0,
14.29,
0,
23.53,
11.67,
19.64,
19.64,
12.14,
12.86,
19.64,
0.42,
19.64,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
1.75,
2.5,
2.5,
2.5,
0,
1.75,
1.75,
1.75,
0,
0,
0,
2.5,
2.5,
0,
0,
0,
0,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
2.5,
0,
1.75,
0,
2.5,
2.5,
1.75,
1.75,
0,
1.75,
2.5,
2.5,
6.67,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
19.6,
4.76,
4.44,
0,
0,
0,
6.67,
0,
5.56,
0,
0,
1.75,
1.75,
2.5,
2.5,
0,
5.56,
5.56,
5.56,
5.56,
5.56,
0,
3.57,
8,
4.76,
4.76,
4.76,
0,
0,
0,
0,
0,
4.17,
4.17,
0,
2.22,
0,
0,
5.56,
0,
4.17,
8.33,
5.56,
5.56,
0,
0,
5.26,
5.56,
5.56,
0,
3.12,
6,
0,
5,
2.22,
3.12,
3.51,
0,
0,
3.57,
0,
0,
0,
0,
0,
7.02,
3.12,
0,
6,
0,
3.51,
3.03,
2.22,
0,
0,
6,
0,
0,
0,
0,
6,
5.71,
3.51,
0,
0,
5,
5.71,
4.55,
4.76,
5,
5,
0,
3.33,
3.33,
3.33,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
4.76,
3.51,
5.56,
3.33,
0,
1.75,
0,
3.23,
5.26,
5.26,
1.75,
4.55,
0,
2.78,
5.56,
0,
0,
0,
0,
0,
0,
4.76,
5.56,
7.02,
0,
0,
0,
0,
5.56,
0,
0,
0,
0,
0,
0,
1.75,
1.75,
0,
0,
0,
0,
1.75,
0,
3.23,
2.78,
5.56,
0,
0,
4.76,
0,
0,
1.75,
0,
0,
2.78,
0,
5.56,
0,
0,
5.56,
0,
5.56,
2.78,
2.78,
5.56,
0,
0,
1.75,
0,
4.76,
3.23,
0,
5.56,
7.02,
2.08,
2.08,
3.12,
3.12,
1.75,
4.55,
4.76,
4.55,
0,
0,
0,
0,
0,
2.22,
2.22,
3.03,
0,
0,
4.44,
3.03,
3.03,
3.03,
3.03,
3.03,
3.03,
6.06,
5.56,
5.56,
5.26,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.03,
14.04,
1.75,
1.75,
5.71,
5.71,
0,
5.71,
0,
4.76,
4.44,
3.03,
0,
5.71,
5.71,
5.56,
4.35,
5.71,
4.17,
4.76,
0,
10,
3.51,
1.75,
0,
4.55,
4.55,
5,
1.75,
5.13,
5.26,
5.71,
5.56,
0,
5.56,
5.56,
4.17,
3.03,
0,
0,
1.63,
0,
0,
0,
22.22,
23.68,
22.22,
12.12,
12.12,
2.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.67,
4.62,
3.85,
5.38,
5.38,
5.38,
4.62,
0.83,
0.83,
0,
0.83,
0,
0.83,
0.83,
0.85,
0.8,
1.6,
1.6,
0.8,
3.2,
3.2,
5.38,
2.4,
10.71,
7.14,
0.61,
1.74,
1.59,
2.5,
0.83,
0.83,
0.81,
0.81,
1.64,
0.83,
0.8,
0,
6.06,
6.06,
1.64,
1.64,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
8.47,
6.25,
7.2,
6.48,
6.48,
0.41,
11.43,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
12.5,
14.29,
12.5,
6.45,
9.3,
10.71,
8.47,
7.14,
6.78,
10.71,
11.76,
14.29,
14.29,
14.29,
14.29,
3.57,
3.57,
6.67,
13.33,
6.67,
6.45,
4.76,
9.84,
5.26,
6.67,
6.06,
3.12,
3.57,
3.33,
3.33,
0,
7.69,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
9.09,
9.09,
6.06,
6.06,
9.09,
0,
0,
0,
11.11,
16.67,
3.33,
3.33,
10.71,
17.86,
0,
0,
0,
0,
0.71,
1.18,
3.33,
3.45,
3.33,
5.56,
2.47,
5.71,
5.71,
5.71,
5.71,
7.14,
3.33,
3.33,
5.71,
5.13,
5.71,
3.45,
2.35,
11.63,
10.53,
13.16,
12.35,
12.96,
0,
6.98,
3.33,
0,
0,
21.43,
25,
25,
25,
25,
23.81,
28.57,
25,
3.57,
25,
25,
25,
25,
8.33,
10,
10.71,
10.71,
9.52,
10.71,
10.71,
3.33,
4.17,
3.75,
4.58,
4.58,
3.75,
4.58,
3.33,
3.33,
3.33,
4.17,
4.17,
3.33,
4.17,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
10.62,
2.5,
2.82,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
10,
0,
0,
0,
0,
40,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
40,
40,
40,
16.67,
0,
16.67,
16.67,
16.67,
37.23,
27.04,
0,
0,
10,
10,
10,
10,
10,
10,
10,
10,
13.33,
13.33,
10,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
40,
13.33,
13.33,
0,
0,
13.33,
0,
40,
0,
0,
40,
0,
6.67,
6.67,
3.33,
0,
13.33,
6.67,
6.67,
6.67,
5,
5,
0,
0,
13.33,
0,
6.67,
0,
6.67,
6.67,
6.67,
6.67,
2.78,
2.63,
1.59,
1.59,
1.59,
5,
5.56,
5.56,
0,
5.26,
5.88,
5.56,
0,
2.63,
2.63,
0,
8.57,
5.71,
6.67,
0,
0,
6.67,
6.67,
0,
5.56,
6.67,
0,
0,
0,
0,
3.33,
3.33,
3.33,
1.67,
1.67,
1.67,
1.67,
0,
6.67,
0,
2.86,
0,
0,
0,
5.88,
20,
30,
20,
30,
16.67,
0,
8.33,
6.67,
10,
26.67,
26.67,
11.11,
8.33,
14.29,
14.29,
0,
0,
14.29,
0,
11.11,
11.11,
14.29,
7.69,
0,
0,
10,
2.92,
2.92,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
14.29,
0,
9.09,
10,
9.09,
9.09,
9.09,
0,
5.26,
18.18,
0,
0,
6.9,
6.9,
0,
0,
0,
8.33,
14.29,
0,
0,
0,
0,
0,
0,
0,
0,
6.01,
28.57,
28.57,
42.86,
0,
0,
8.33,
0,
6.06,
0,
0,
0,
0,
3.7,
2.5,
2.5,
2.63,
2.63,
5.41,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
20.54,
0,
3.33,
0,
19.64,
3.75,
0,
16.07,
0,
0,
7.14,
0,
6.67,
0,
0,
0,
0.71,
3.33,
12.9,
14.71,
0,
0,
10,
0,
0,
0,
7.41,
0,
0,
0,
3.75,
12.82,
0,
12.5,
0,
12.5,
0,
0,
0,
8.57,
9.3,
10.71,
6.98,
16.67,
2.78,
13.79,
0,
0,
10,
5.71,
0,
0.71,
0,
0,
0,
0,
3.33,
8.11,
0,
0,
0,
0,
3.33,
12.5,
0,
0,
0,
1.6,
0,
0,
11.54,
0,
2.47,
4.49,
0,
0,
4.55,
1.18,
6.67,
0,
0,
0,
3.33,
0,
0,
5.62,
0,
0,
0,
0,
4.4,
7.23,
1,
4.6,
0,
0,
0,
1.23,
2.27,
3.33,
0,
0,
1.6,
0,
0,
1.11,
0,
2.36,
5.71,
0,
0,
2.86,
0,
1.18,
0,
1.18,
0,
1.2,
1.25,
0,
2.47,
2.47,
7.14,
2.35,
11.76,
9.68,
1.25,
7.14,
0,
2.35,
6.82,
8.75,
1.19,
1.63,
2.44,
1.63,
6.45,
6.9,
16.47,
21.43,
2.3,
2.5,
0,
0,
9.88,
0,
0,
2.25,
17.86,
0,
4.44,
0,
3.33,
0,
0,
0,
0,
0,
13.79,
0,
10.71,
0,
0,
0,
14.29,
17.86,
19.64,
3.85,
19.77,
19.64,
19.77,
19.77,
5.26,
8.47,
9.38,
24.42,
7.14,
16.07,
3.75,
25,
21.43,
21.43,
20,
3.33,
4.72,
4.42,
4.42,
4.42,
4.42,
4.49,
19.05,
5.33,
2.42,
16.96,
4.42,
39.29,
35.71,
4.42,
42.86,
42.86,
3.85,
25,
17.65,
21.18,
4.17,
7.14,
2.38,
0.89,
19.64,
0,
4.76,
4.55,
26.09,
25,
3.57,
5.48,
2.38,
2.53,
2.53,
2.38,
6.03,
0,
2.74,
4.11,
5.63,
0,
17.86,
5,
0,
2.35,
0,
4.11,
2.74,
5.48,
0,
3.75,
5.63,
4.23,
0,
2.74,
0,
0,
0,
0,
21.43,
20,
25,
0,
10.34,
10,
16.67,
12.5,
17.86,
12,
3.45,
3.12,
28.57,
25,
32.14,
14.29,
2.5,
17.86,
1.77,
10,
9,
3.54,
10,
1.77,
1.77,
12,
6.06,
20,
4.44,
3.7,
8.67,
3.7,
4.44,
3.7,
4.44,
10.13,
8,
10.67,
3.24,
2.65,
6.43,
8.21,
2,
8.7,
6.98,
0,
0,
0,
6.98,
6.98,
0,
0,
0,
7.32,
5.13,
0,
0,
7.69,
4.35,
0,
0,
0,
0,
0,
2.63,
5,
0,
0,
5,
13.33,
0,
0,
0,
0,
0,
4.65,
0,
0,
4.76,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
6.67,
4.35,
4.35,
4.35,
0,
9.3,
13.33,
2.44,
2.44,
9.52,
0,
0,
0,
0,
0,
5.88,
0,
27.78,
27.78,
2.38,
0,
0,
0,
4.55,
4.55,
0,
0,
0,
5.13,
0,
0,
0,
0,
6.98,
0,
4.35,
0,
0,
0,
5,
0,
0,
0,
0,
5.88,
5,
0,
0,
2.5,
3.33,
0,
0,
2.5,
0,
5,
7.14,
5,
5,
2.5,
4.23,
0,
5,
5,
4.65,
0,
0,
4.88,
6.67,
4.76,
2.5,
6.98,
0,
4.65,
0,
2.44,
2.44,
5.13,
5.26,
5,
0,
5,
0,
0,
2.5,
0,
0,
0,
0,
2.38,
0,
6.98,
0,
0,
0,
2.38,
2.38,
0,
0,
2.5,
5,
4.88,
5,
5,
5,
5,
5,
5,
5.88,
4.17,
0,
4.88,
3.51,
2.38,
0,
0,
0,
0,
2.78,
2.44,
0,
9.52,
0,
0,
0,
0,
0,
7.69,
0,
0,
0,
0,
0,
5,
0,
5.88,
5.71,
0,
2.5,
0,
0,
0,
0,
5,
5,
5,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
5.71,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.67,
0,
0,
0,
0,
4.35,
0,
4.35,
0,
0,
6.67,
4.76,
0,
0,
0,
5,
0,
0,
4.65,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
13.33,
0,
0,
0,
4.35,
5.13,
0,
0,
0,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
5,
0,
0,
5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.69,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.32,
7.32,
4.35,
4.35,
4.35,
2.56,
0,
0,
4.35,
0,
0,
0,
0,
0,
0,
2.78,
2.63,
7.5,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.63,
0,
0,
0,
0,
0,
2.56,
4.88,
0,
1.75,
2.56,
1.75,
0,
0,
0,
0,
2.38,
2.63,
4.88,
7.14,
7.14,
7.69,
0,
0,
3.85,
7.69,
4.35,
3.85,
4.35,
7.69,
7.89,
7.14,
4.35,
3.33,
3.33,
4.35,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
7.69,
7.69,
5.13,
0,
4.35,
0,
5.13,
7.69,
7.89,
7.14,
7.89,
7.69,
7.14,
5.13,
2.63,
0,
4.76,
0,
0,
0,
0,
0,
0,
5,
5,
25,
5.88,
5.63,
5,
5,
27.4,
0,
0,
4.35,
0,
0,
0,
6.98,
5.13,
0,
0,
0,
0,
0,
4.88,
5,
0,
0,
8.89,
0,
0,
0,
0,
0,
0,
0,
0,
0,
6.1,
0.72,
0.77,
14.53,
12.68,
15.76,
3.33,
16.67,
4.71,
28.57,
3.85,
5.38,
6.67,
0.71,
0.82,
0.81,
0.81,
1.65,
1.69,
0.75,
1.69,
3.39,
0.8,
0.8,
1.64,
11.76,
3.85,
3.85,
4.62,
1.65,
0.88,
1.65,
4.62,
0.83,
2,
0.83,
1.65,
5.38,
4.62,
0.83,
0.83,
4.62,
2.46,
5.38,
5.38,
3.57,
1.43,
0.85,
0.85,
4.62,
5.38,
7.09,
5.38,
7.09,
7.09,
3.85,
0.61,
4.62,
1.2,
1.2,
1.19,
4.62,
1.48,
11.76,
6.15,
2.14,
2.14,
4.38,
1.9,
6.67,
1.71,
0,
7.02,
8,
8.77,
4.69,
5.56,
10,
8,
6.33,
10.53,
8,
8.33,
8.89,
8.89,
4.35,
2.56,
4.65,
3.57,
3.57,
4.17,
5.56,
3.57,
5.71,
2.86,
6.67,
6.82,
3.03,
2.5,
3.03,
2.94,
2.78,
2.78,
4.26,
2.5,
4,
3.33,
4.35,
3.57,
10.8,
5.26,
5,
7.41,
2.5,
2.86,
2.33,
4.35,
6,
5.71,
3.03,
2.86,
3.12,
5.71,
5.26,
6.25,
0,
0,
12.5,
6.67,
7.69,
5.56,
4.55,
3.57,
5.56,
7.14,
7.14,
7.14,
3.57,
3.57,
3.57,
4.71,
3.57,
3.57,
4.76,
4.55,
5,
5,
5.26,
7.14,
5.56,
4,
26.67,
3.57,
3.57,
6.25,
5.13,
3.12,
7.5,
7.5,
12.5,
10,
10,
8.89,
3.54,
5.65,
3.26,
4.69,
0.55,
3.37,
3.7,
4.35,
3.95,
4.35,
4.11,
5.06,
3.16,
6.17,
3.9,
4.72,
1.48,
3.26,
1.96,
3.54,
6.02,
1.6,
0,
0,
0,
14.29,
8.11,
0,
7.27,
0,
7.69,
7.27,
7.69,
7.5,
6.82,
14.29,
16.67,
0,
10,
0,
0,
20,
2.5,
2.5,
0,
0,
40,
3.08,
3.39,
3.39,
11.5,
3.39,
3.33,
3.39,
0.85,
0.85,
3.08,
5,
3.33,
1.16,
1.16,
1.16,
3.33,
0,
0,
10.62,
11.5,
3.33,
3.33,
4.08,
4.08,
11.5,
4.62,
4.17,
3.39,
3.08,
3.33,
3.81,
0,
6.59,
2.82,
2.82,
4.71,
3.03,
3.03,
3.03,
3.03,
4.55,
3.03,
3.08,
4.62,
4.55,
3.03,
3.39,
3.81,
4.62,
6.25,
5,
4.55,
3.39,
3.03,
3.39,
3.03,
3.61,
2.41,
2.41,
2.41,
3.39,
3.61,
8.85,
4.55,
3.08,
3.39,
11.5,
3.03,
3.33,
3.33,
3.08,
4.62,
3.08,
4.62,
3.08,
4.24,
3.08,
4.62,
3.08,
3.08,
3.17,
3.39,
3.39,
3.81,
1.59,
3.12,
4.69,
2.86,
3.12,
3.12,
3.12,
3.12,
3.12,
4.17,
3.12,
10.62,
3.33,
3.39,
3.08,
4.62,
4.24,
0.85,
3.33,
3.39,
3.08,
11.73,
11.73,
8.15,
8.15,
3.33,
3.33,
3.33,
4.17,
4.17,
11.25,
4.62,
3.03,
3.08,
3.03,
3.03,
3.28,
4.76,
4.76,
3.08,
3.81,
0,
8,
3.08,
8,
8.37,
8,
8.37,
2.67,
4.24,
8,
4.76,
6.67,
4,
4,
2.41,
5.08,
2.67,
4,
4,
3.33,
3.33,
3.33,
3.39,
4,
0,
0,
0,
0,
1.79,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
11.82,
12.07,
0.76,
6.06,
12.5,
3.28,
1.64,
1.64,
6.15,
4.62,
5.83,
10.53,
0,
0,
0,
0,
0,
0,
0,
10.71,
0,
0,
0,
0,
0,
0,
0,
8,
6.82,
6.38,
9.26,
9.09,
9.76,
7.41,
9.09,
9.38,
10,
6.25,
6.25,
9.38,
6.67,
11.11,
8.33,
12.12,
9.38,
8.33,
11.11,
9.38,
9.38,
6.98,
8.89,
6.67,
8.89,
8.77,
8.77,
9.3,
11.63,
11.63,
14.29,
8.45,
10.71,
8.77,
8.77,
10.26,
7.89,
7.14,
7.14,
4.23,
4.23,
5.26,
6.06,
2.33,
3.17,
3.57,
7.14,
7.14,
7.14,
7.14,
7.14,
10.71,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
7.14,
0,
0,
0,
3.12,
0,
7.14,
0,
0,
0,
0,
7.14,
7.14,
7.14,
0,
3.23,
0,
7.69,
7.14,
7.14,
7.14,
7.14,
10.71,
7.14,
8.7,
7.14,
7.14,
10.71,
10.71,
7.14,
7.14,
3.57,
7.14,
0,
3.53,
0,
0,
0,
3.39,
5,
2.74,
2.74,
2.13,
4.08,
4,
3.39,
3.39,
5.08,
3.9,
5,
2.17,
0,
0,
2.04,
3.9,
3.9,
4.05,
0,
0,
5,
4.55,
1.56,
1.56,
1.56,
1.56,
1.56,
1.56,
1.56,
4.55,
3.03,
3.03,
6.06,
4.55,
4.55,
2.9,
4.35,
3.03,
4.55,
4.55,
3.03,
4.55,
4.55,
1.56,
2.9,
1.56,
4.55,
2.9,
4.55,
5.8,
3.03,
6.06,
2.9,
1.56,
2.9,
2.9,
2.9,
3.03,
2.9,
1.56,
1.56,
1.56,
4.55,
4.55,
4.55,
1.32,
4.35,
6.06,
3.03,
2.9,
3.03,
4.55,
7.25,
7.25,
7.25,
7.25,
7.25,
4.69,
1.56,
4.69,
6.25,
4.69,
4.55,
4.55,
4.55,
4.55,
1.56,
4.55,
4.55,
4.55,
6.06,
4.55,
4.55,
1.56,
1.56,
1.56,
1.56,
1.56,
0,
1.14,
1.14,
1.14,
1.56,
2.5,
2.5,
2.5,
2.5,
0,
5,
5,
0,
7.14,
21.21,
35.71,
35.71,
33.33,
20,
20,
13.33,
16.67,
16.13,
15.15,
14.29,
10,
14.29,
7.14,
12.9,
13.33,
9.38,
2.5,
0,
11.54,
20,
11.11,
21.43,
2.5,
0,
10.71,
11.76,
2.94,
10,
3.57,
3.12,
10,
7.5,
0,
5,
1.41,
1.67,
1.41,
1.41,
0,
0,
1.37,
5.56,
5.71,
5.71,
5.56,
5.56,
5.71,
5.56,
5.71,
12.5,
10.32,
11.72,
11.18,
10.85,
11.36,
5.71,
5.71,
6.36,
11.36,
10.71,
9.77,
9.7,
9.03,
10.45,
9.72,
10.71,
9.68,
4.29,
8.16,
7.89,
7.2,
5.13,
5.13,
9.92,
10.39,
0.71,
1.43,
0.71,
0.63,
0.65,
3.53,
0.61,
1.33,
1.18,
1.12,
2.15,
5.38,
1.16,
1.12,
1.16,
7.06,
3.53,
2.15,
2.47,
6.8,
2.3,
1.12,
2.35,
8.16,
2.35,
2.47,
2.47,
3.53,
3.53,
3.53,
3.53,
3.23,
3.53,
5.88,
2.47,
1.33,
3.53,
2.47,
5.38,
9.27,
2.17,
1.33,
3.53,
1.54,
1.35,
2.7,
1.18,
2.67,
1.18,
3.53,
6.01,
2.83,
9.27,
2.47,
1.77,
2.35,
3.53,
1.18,
3.18,
4.55,
7.06,
7.06,
4.55,
5.88,
1.2,
2.35,
2.35,
1.67,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
2.35,
4.39,
4.39,
0.71,
1.43,
1.43,
0.71,
0.71,
0.71,
9.86,
9.15,
9.15,
1.43,
0,
0,
0,
1.33,
1.27,
1.2,
4.39,
0.71,
0,
0.71,
6,
8,
7.89,
7.5,
10.42,
8.77,
8.77,
8.77,
10.2,
3.7,
16.07,
16.43,
17.72,
10.45,
10.45,
21.43,
14.16,
17.86,
14.12,
14.12,
15.29,
15.29,
17.65,
15,
10.53,
10.53,
7.86,
10,
9.29,
15.04,
12.5,
13.7,
13.16,
7.05,
14.29,
2.73,
4,
21.18,
16.81,
18.18,
21.18,
21.18,
33.33,
33.33,
18.18,
6.53,
2.45,
2.45,
2.45,
2.45,
6.53,
4.08,
4.08,
4.49,
4.08,
16.07,
12.17,
12.17,
13.04,
11.3,
10.83,
11.3,
11.3,
12.73,
13,
11.3,
11.3,
12.17,
12.17,
1.6,
3.2,
1.08,
2.21,
2.94,
2.21,
2.94,
2.21,
2.21,
1.08,
2.21,
2.21,
2.21,
2.94,
2.94,
1.08,
12.5,
13.33,
12.5,
11.11,
32.14,
10.71,
0,
19.64,
30.36,
16.07,
16.07,
16.07,
16.07,
16.07,
17.86,
19.64,
17.86,
10.71,
17.65,
18.82,
17.65,
2.84,
2.84,
2.13,
2.35,
2.13,
14.29,
19.64,
30,
33.33,
0,
0,
0,
0.65,
2.7,
2.03,
2.03,
2.03,
1.18,
25,
25,
1.18,
1.18,
2.84,
2.84,
1.18,
25,
25,
1.18,
0.42,
0.42,
1.25,
0.83,
28.57,
12.9,
12.9,
25,
25,
25,
25,
25,
21.43,
25,
25,
17.86,
17.86,
21.43,
25,
6.45,
28.57,
28.57,
25,
28.57,
28.57,
25,
25,
21.43,
28.57,
21.43,
25,
21.43,
25,
26.32,
26.32,
35.71,
25,
25,
25,
25,
25,
28.57,
28.57,
21.43,
20,
23.33,
25,
20,
23.33,
25,
21.43,
21.43,
28.57,
29.17,
25,
25,
25,
25,
25,
25,
25,
25,
25,
21.43,
25,
25,
25,
21.43,
25,
21.74,
26.09,
26.09,
26.09,
26.09,
26.09,
25,
21.43,
25,
25,
21.43,
25,
25,
25,
25,
28.57,
21.05,
21.05,
21.05,
21.05,
8.33,
8.77,
7.14,
15.79,
14.29,
15.79,
15.79,
19.05,
19.05,
23.81,
23.81,
8,
8,
8,
17.86,
25,
25,
32.14,
17.86,
5,
6.67,
3.7,
3.33,
3.57,
0,
0,
0,
3.57,
5,
6.67,
7.14,
7.14,
6.67,
6.67,
6.67,
3.33,
3.33,
3.33,
6.67,
3.33,
0,
0,
0,
0,
8.06,
8.06,
8.06,
8.06,
12.9,
0,
0,
0,
0,
0,
5.73,
5.29,
8,
0,
0,
0,
10.13,
8.81,
1.01,
1.09,
3.33,
3.33,
3.33,
3.33,
2.02,
5.29,
8,
8,
8,
8.67,
10,
8,
8,
8.67,
8.67,
8.37,
0,
8,
3.53,
3.53,
3.53,
3.53,
3.53,
4.41,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
3.53,
28.57,
21.43,
25,
25,
28.57,
3.53,
25,
3.53,
28.57,
4.12,
4.41,
3.53,
3.53,
3.53,
5.71,
8.77,
3.53,
0,
0.83,
0.83,
0.83,
0,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
7.14,
7.69,
3.33,
3.33,
3.33,
3.75,
0.83,
0.42,
0,
12.39,
11.5,
11.5,
12.39,
11.5,
11.5,
12.39,
12.39,
0,
0,
1,
0.42,
3.75,
0,
0,
1.25,
0,
1.25,
0.83,
0,
0,
0,
3.33,
3.33,
3.33,
3.33,
5.42,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.75,
3.75,
3.33,
3.33,
3.33,
0,
0,
0,
10.87,
10,
0,
2.92,
2.92,
0.42,
3.23,
3.23,
3.33,
4.58,
3.33,
3.33,
3.33,
3.33,
3.33,
3.75,
3.38,
3.7,
4.55,
2.63,
5.26,
3.57,
3.57,
7.02,
6.25,
4.69,
1.27,
1.28,
4.23,
4,
6,
6,
5.88,
5.26,
7.55,
3.54,
3.54,
5.63,
4.84,
4.23,
5.63,
3.77,
0.42,
0,
0,
0,
0,
0,
0,
14.29,
14.29,
14.29,
14.29,
42.86,
3.33,
0,
3.33,
0,
0,
0,
3.33,
3.33,
0,
3.33,
3.33,
0,
0,
0,
0,
0,
0,
0,
0,
0,
3.33,
3.33,
0,
0,
3.33,
0,
0,
3.33,
10,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2.56,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
25,
25,
28.12,
25,
25,
25,
25,
25,
25,
25,
11.32,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1.56,
1.67,
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,
10,
35.71,
17.86,
7.5,
0,
7.14,
0,
10,
21.43,
0,
5,
21.43,
17.86,
0,
2.5,
0,
17.86,
14.29,
8.93,
10.71,
7.14,
5,
0,
5,
10.71,
2.63,
0,
5,
0,
0,
10.71,
21.43,
10.71,
0,
0,
2.56,
0,
21.43,
28.57,
21.43,
0,
7.5,
7.14,
0,
14.29,
7.14,
21.43,
7.14,
5,
5,
14.29,
0,
28.57,
2.5,
7.14,
10.71,
7.5,
5,
14.29,
0,
25,
28.57,
0,
14.29,
7.5,
21.43,
3.57,
5,
2.24,
2.5,
9.76,
10.71,
10.71,
7.5,
2.5,
10,
21.43,
0,
17.86,
10.71,
14.29,
0,
7.14,
21.43,
10.71,
10.71,
17.86,
2.63,
17.86,
3.57,
5,
14.89,
15.38,
2.5,
7.5,
25,
21.43,
5,
5,
5,
7.5,
5.26,
4.76,
7.69,
5,
5,
7.14,
0,
3.57,
5,
5,
5,
5,
2.5,
2.56,
7.5,
0,
0,
0,
0,
4,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
21.43,
1.6,
1.6,
3.2,
3.2,
14.29,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0,
0.86,
0.86,
0.86,
0.84,
1.72,
0.86,
0.83,
0.86,
0.86,
0.83,
0.81,
0.81,
0.83,
0.85,
1.6,
1.6,
1.6,
1.6,
1.6,
2.35,
1.65,
3.2,
3.2,
3.2,
3.2,
5.38,
6.15,
5.38,
5.38,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
0.83,
1.54,
1.54,
3.33,
1.54,
1.54,
0,
0.83,
0,
0.83,
0.83,
3,
0.87,
0.87,
0.83,
0.83,
0,
0,
0,
0.6,
0.61,
0.61,
0.61,
0.61,
1.65,
0.8,
1.6,
3.2,
0.83,
2.21,
2.21,
2.21,
2.94,
2.94,
6,
3,
1.08,
1.08,
3,
16.07,
22.22,
11.32,
9.43,
10.71,
10.71,
11.32,
9.82,
6.92,
6.92,
6.92,
5.38,
5.38,
4.62,
5.38,
5.38,
5.38,
5.38,
6.15,
5.38,
5.38,
5.38,
6.15,
6.92,
4.62,
4.62,
6.15,
5.38,
5.38,
5.38,
9.09,
9.09,
9.3,
9.3,
7.41,
10.77,
9.52,
9.52,
9.38,
6.67,
8.89,
8.89,
22.86,
28.57,
25.71,
22.86,
22.86,
22.86,
20,
22.86,
25.71,
0,
0,
0,
0,
0.78,
0,
0,
0,
0,
0.71,
0.71,
0.83,
0,
0.82,
0,
0.78,
0.81,
0,
0,
0,
0.88,
0.88,
0.88,
0.88,
0.88,
0.82,
1.64,
0,
0.81,
0,
0.81,
0.81,
0,
0,
0,
0.79,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0.78,
3.57,
0,
11.76,
3.57,
2.5,
2.5,
0,
0,
0,
1.67,
1.67,
33.33,
0.42,
0,
0,
0,
0,
0,
0.42,
0.42,
0.42,
0,
0,
0,
0
],
"type": "scatter3d"
}
]
}
},
"metadata": {
"tags": []
}
}
]
},
{
"metadata": {
"id": "kwBHbQ0hStY9",
"colab_type": "text"
},
"cell_type": "markdown",
"source": [
"### Installing Software"
]
},
{
"metadata": {
"id": "TahfRg1BSwSG",
"colab_type": "code",
"outputId": "6a5d669d-8947-45a2-adf0-09389d7c4282",
"colab": {
"base_uri": "https://localhost:8080/",
"height": 102
}
},
"cell_type": "code",
"source": [
"!pip install requests"
],
"execution_count": 0,
"outputs": [
{
"output_type": "stream",
"text": [
"Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (2.18.4)\n",
"Requirement already satisfied: idna<2.7,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests) (2.6)\n",
"Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.6/dist-packages (from requests) (3.0.4)\n",
"Requirement already satisfied: urllib3<1.23,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests) (1.22)\n",
"Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/dist-packages (from requests) (2018.11.29)\n"
],
"name": "stdout"
}
]
},
{
"metadata": {
"id": "OGazXSvuTJ0P",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"!pip install -q requests"
],
"execution_count": 0,
"outputs": []
},
{
"metadata": {
"id": "O2NOfAFJF8W1",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
""
],
"execution_count": 0,
"outputs": []
}
]
}