未验证 提交 087632f8 编写于 作者: B baoxingjie 提交者: GitHub

max is keywords for inner function:max(1,2)

上级 0e74a742
...@@ -45,7 +45,7 @@ return sum; ...@@ -45,7 +45,7 @@ return sum;
//逻辑三元操作 //逻辑三元操作
a=1; a=1;
b=2; b=2;
max = a>b?a:b; maxnum = a>b?a:b;
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册