Skip to content

Conversation

@VICTOREXEST
Copy link

学号:2022111963、

修改思路:

  • 行25缺少分号;
  • 行29对List<>的初始化方式不对,应删去“[]”;
  • 行35应使用赋值符号“=”而非比较符号“===”,因为这是在循环开始时初始化变量;
  • 行40中“()”才是在该运算中应使用的运算符,而不是“{}”。

另外为了方便测试,源代码中的Solution类名被改为了Solution17。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant