[CCC 2023 J2] Chili Peppers

Luogu
IDLGP9300
Time3000ms
Memory512MB
DifficultyP1
2023CCC(加拿大)
Ron is cooking chili using an assortment of peppers. The spiciness of a pepper is measured in Scolville Heat Units (SHU).Ron's chili is currently not spicy at all, but each time Ron adds a pepper, the total spiciness of the chili increases by the SHU value of that pepper. The SHU values of the peppers available to Ron are shown in the following table: | Pepper Name | Scolville Heat Units | | :----------: | :----------: | | Poblano | $1500$ | | Mirasol | $6000$ | | Serrano | $15500$ | | Cayenne | $40000$ | | Thai | $75000$ | | Habanero | $125000$ | Your job is to determine the total spiciness of Ron's chili after he has finished adding peppers. ## Input The first line of input will contain a positive integer $N$, representing the number of peppers Ron adds to his chili. The next $N$ lines will each contain the name of a pepper Ron has added. Each pepper name will exactly match a name that appears in the table above. Note that more than one pepper of the same name can be added. ## Output The output will consist of a positive integer $T$, representing the total spiciness of Ron's chili. [samples]
Samples
Input #1
4
Poblano
Cayenne
Thai
Poblano
Output #1
118000
API Response (JSON)
{
  "problem": {
    "name": "[CCC 2023 J2] Chili Peppers",
    "description": {
      "content": "Ron is cooking chili using an assortment of peppers. The spiciness of a pepper is measured in Scolville Heat Units (SHU).Ron's chili is currently not spicy at all, but each time Ron adds a pepper, th",
      "description_type": "Markdown"
    },
    "platform": "Luogu",
    "limit": {
      "time_limit": 3000,
      "memory_limit": 524288
    },
    "difficulty": {
      "LuoguStyle": "P1"
    },
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "LGP9300"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "Ron is cooking chili using an assortment of peppers.\n\nThe spiciness of a pepper is measured in Scolville Heat Units (SHU).Ron's chili is currently not spicy at all, but each time Ron adds a pepper, th...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments