{"raw_statement":[{"iden":"statement","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, the total spiciness of the chili increases by the SHU value of that pepper.\nThe SHU values of the peppers available to Ron are shown in the following table:\n\n| Pepper Name | Scolville Heat Units |\n| :----------: | :----------: |\n| Poblano | $1500$ |\n| Mirasol | $6000$ |\n| Serrano | $15500$ |\n| Cayenne | $40000$ |\n| Thai | $75000$ |\n| Habanero | $125000$ |\n\nYour job is to determine the total spiciness of Ron's chili after he has finished adding peppers."},{"iden":"input","content":"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."},{"iden":"output","content":"The output will consist of a positive integer $T$, representing the total spiciness of Ron's chili."}],"translated_statement":null,"sample_group":[["4\nPoblano\nCayenne\nThai\nPoblano","118000"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}