当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。
Professor Octastichs has invented a new programming language, Smeech. An expression in Smeech may be a positive or negative integer, or may be of the form (p e1 e2) where p is a real number between 0 and 1 (inclusive) and e1 and e2 are Smeech expressions. The value represented by a Smeech expression is as follows:
Given a Smeech expression, what is its expected value?
Input consists of several Smeech expressions, one per line, followed by a line containing ().
For each expression, output its expected value to two decimal places.
7 (.5 3 9) ()
7.00 3.00
时间上限 | 内存上限 |
1000 | 65536 |