-
Notifications
You must be signed in to change notification settings - Fork 23.4k
Closed
Labels
help wantedExtra attention is neededExtra attention is needed
Description
请在提交 bug 之前先搜索
- 我已经搜索过 issues,没有发现相同的 bug。
出错的题目链接
https://leetcode.cn/problems/8Zf90G/
报错信息
第一个报错是函数签名错误:
执行出错信息:
SyntaxError: invalid syntax
^
def evalRPN(self, tokens: List[str]) -> int:
Line 33 (Solution.py)
最后执行的输入:
["2","1","+","3","*"]
更正签名后,出现第二个解答错误:
14 / 20 个通过测试用例
状态:解答错误
提交时间:几秒前
最后执行的输入:
["10","6","9","3","+","-11","","/","","17","+","5","+"]
你是否愿意提交 PR 修复这个 bug?
- 我愿意!
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed