{"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, 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.\n\n## Input\n\nThe 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.\n\n## Output\n\nThe output will consist of a positive integer $T$, representing the total spiciness of Ron's chili.\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"LGP9300","tags":["2023","CCC（加拿大）"],"sample_group":[["4\nPoblano\nCayenne\nThai\nPoblano","118000"]],"created_at":"2026-03-03 11:09:25"}}