Update solution 0141

This commit is contained in:
halfrost
2021-07-17 21:21:21 +08:00
parent 23beddc2b1
commit 765bb777e3
2 changed files with 15 additions and 8 deletions

View File

@ -30,12 +30,12 @@ func Test_Problem141(t *testing.T) {
{
para141{[]int{3, 2, 0, -4}},
ans141{true},
ans141{false},
},
{
para141{[]int{1, 2}},
ans141{true},
ans141{false},
},
{