#P9300. [CCC 2023 J2] Chili Peppers
[CCC 2023 J2] Chili Peppers
题目描述
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 | |
Mirasol | |
Serrano | |
Cayenne | |
Thai | |
Habanero |
Your job is to determine the total spiciness of Ron's chili after he has finished adding peppers.
输入格式
The first line of input will contain a positive integer , representing the number of peppers Ron adds to his chili. The next 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.
输出格式
The output will consist of a positive integer , representing the total spiciness of Ron's chili.
4
Poblano
Cayenne
Thai
Poblano
118000