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:
@ -26,37 +26,37 @@ func Test_Problem633(t *testing.T) {
|
||||
|
||||
qs := []question633{
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{1},
|
||||
ans633{true},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{2},
|
||||
ans633{true},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{3},
|
||||
ans633{false},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{4},
|
||||
ans633{true},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{5},
|
||||
ans633{true},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{6},
|
||||
ans633{false},
|
||||
},
|
||||
|
||||
question633{
|
||||
{
|
||||
para633{104976},
|
||||
ans633{true},
|
||||
},
|
||||
|
Reference in New Issue
Block a user