ผลต่างระหว่างรุ่นของ "01204212/expr"

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา
(หน้าที่ถูกสร้างด้วย ': ''from 01204212'' Given an expression with operators +, -, and *, you want to evaluate its value. The expression that you get h...')
(ไม่แตกต่าง)

รุ่นแก้ไขเมื่อ 20:57, 7 กันยายน 2559

from 01204212

Given an expression with operators +, -, and *, you want to evaluate its value. The expression that you get has been completely parenthesed. For example, you will not get an expression (4+5)*2, but ((4+5)*2). The correct evaluation produces 18.

Input/Output

Example

Test data

Code