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,22 +26,22 @@ func Test_Problem693(t *testing.T) {
|
||||
|
||||
qs := []question693{
|
||||
|
||||
question693{
|
||||
{
|
||||
para693{5},
|
||||
ans693{true},
|
||||
},
|
||||
|
||||
question693{
|
||||
{
|
||||
para693{7},
|
||||
ans693{false},
|
||||
},
|
||||
|
||||
question693{
|
||||
{
|
||||
para693{11},
|
||||
ans693{false},
|
||||
},
|
||||
|
||||
question693{
|
||||
{
|
||||
para693{10},
|
||||
ans693{true},
|
||||
},
|
||||
|
Reference in New Issue
Block a user