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_Problem483(t *testing.T) {
|
||||
|
||||
qs := []question483{
|
||||
|
||||
question483{
|
||||
{
|
||||
para483{"13"},
|
||||
ans483{"3"},
|
||||
},
|
||||
|
||||
question483{
|
||||
{
|
||||
para483{"4681"},
|
||||
ans483{"8"},
|
||||
},
|
||||
|
||||
question483{
|
||||
{
|
||||
para483{"1000000000000000000"},
|
||||
ans483{"999999999999999999"},
|
||||
},
|
||||
|
||||
question483{
|
||||
{
|
||||
para483{"727004545306745403"},
|
||||
ans483{"727004545306745402"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user