mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-05 00:25:22 +08:00
optimization code level from A to A+
This commit is contained in:
@ -25,17 +25,17 @@ func Test_Problem470(t *testing.T) {
|
||||
|
||||
qs := []question470{
|
||||
|
||||
question470{
|
||||
{
|
||||
para470{},
|
||||
ans470{2},
|
||||
},
|
||||
|
||||
question470{
|
||||
{
|
||||
para470{},
|
||||
ans470{0},
|
||||
},
|
||||
|
||||
question470{
|
||||
{
|
||||
para470{},
|
||||
ans470{1},
|
||||
},
|
||||
|
Reference in New Issue
Block a user