{"raw_statement":[{"iden":"statement","content":"花栗鼠科技大学（Hualishu University of Science and Technology, HUST）的计算机组成原理快要出分了。你现在需要计算你的组原成绩如何构成。\n\n具体来说，组原成绩分为三部分，分别是平时出勤 $t$ ，作业 $h$ 和考试 $e$ 。总成绩 $w$ 由如下公式计算：\n\n$$w=t \\times 20\\% +h \\times 30\\%+e \\times 50\\%$$ \n\n其中我们保证 $0 \\leq h,e,t \\leq 100$\n\n现在你知道了你的组原考试的 $t,h,e$ ，你希望计算你的总成绩。\n\n由于教务系统的特殊性，最终成绩只能是整数，采取 **直接去掉小数部分** 的办法。"},{"iden":"input","content":"一行三个整数，表示 $t,h,e$"},{"iden":"output","content":"一行一个整数，为 $w$"}],"translated_statement":null,"sample_group":[["50 100 100","90"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}