Skip to content

Commit b3ffe34

Browse files
authored
修改注释
1 parent a857c45 commit b3ffe34

File tree

1 file changed

+1
-1
lines changed
  • solution/0700-0799/0772.Basic Calculator III

1 file changed

+1
-1
lines changed

solution/0700-0799/0772.Basic Calculator III/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public:
198198
}
199199
}
200200

201-
// 处理剩余的操作符
201+
// 处理剩余在栈中的表达式
202202
while (!op.empty()) {
203203
ch = op.top();
204204
op.pop();

0 commit comments

Comments
 (0)