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_Problem367(t *testing.T) {
|
||||
|
||||
qs := []question367{
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{1},
|
||||
ans367{true},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{2},
|
||||
ans367{false},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{3},
|
||||
ans367{false},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{4},
|
||||
ans367{true},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{5},
|
||||
ans367{false},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{6},
|
||||
ans367{false},
|
||||
},
|
||||
|
||||
question367{
|
||||
{
|
||||
para367{104976},
|
||||
ans367{true},
|
||||
},
|
||||
|
Reference in New Issue
Block a user