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_Problem842(t *testing.T) {
|
||||
|
||||
qs := []question842{
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"11235813"},
|
||||
ans842{[]int{1, 1, 2, 3, 5, 8, 13}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"123456579"},
|
||||
ans842{[]int{123, 456, 579}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"112358130"},
|
||||
ans842{[]int{}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"0123"},
|
||||
ans842{[]int{}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"1101111"},
|
||||
ans842{[]int{110, 1, 111}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"539834657215398346785398346991079669377161950407626991734534318677529701785098211336528511"},
|
||||
ans842{[]int{}},
|
||||
},
|
||||
|
||||
question842{
|
||||
{
|
||||
para842{"3611537383985343591834441270352104793375145479938855071433500231900737525076071514982402115895535257195564161509167334647108949738176284385285234123461518508746752631120827113919550237703163294909"},
|
||||
ans842{[]int{}},
|
||||
},
|
||||
|
Reference in New Issue
Block a user