提交 41000a49 编写于 作者: M Mars Liu

fixed bug in max

上级 8fafa981
...@@ -32,7 +32,7 @@ int max(int[] array){ ...@@ -32,7 +32,7 @@ int max(int[] array){
result = value; result = value;
} }
} }
return value; return result;
} }
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册