正在加载……
← 返回 meta 的题目列表
Implement a Python Eval
类型:online_judge
Design a simple Python expression evaluator. The input contains positive integers, plus sign, and multiply sign. Example: 5 + 2 * 4, output: 13. Example Input 3 + 2 * 2