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_Problem1175(t *testing.T) {
|
||||
|
||||
qs := []question1175{
|
||||
|
||||
question1175{
|
||||
{
|
||||
para1175{5},
|
||||
ans1175{12},
|
||||
},
|
||||
|
||||
question1175{
|
||||
{
|
||||
para1175{99},
|
||||
ans1175{75763854},
|
||||
},
|
||||
|
||||
question1175{
|
||||
{
|
||||
para1175{100},
|
||||
ans1175{682289015},
|
||||
},
|
||||
|
Reference in New Issue
Block a user