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,17 +26,17 @@ func Test_Problem507(t *testing.T) {
|
||||
|
||||
qs := []question507{
|
||||
|
||||
question507{
|
||||
{
|
||||
para507{28},
|
||||
ans507{true},
|
||||
},
|
||||
|
||||
question507{
|
||||
{
|
||||
para507{496},
|
||||
ans507{true},
|
||||
},
|
||||
|
||||
question507{
|
||||
{
|
||||
para507{500},
|
||||
ans507{false},
|
||||
},
|
||||
|
Reference in New Issue
Block a user