optimization code level from A to A+

This commit is contained in:
YDZ
2020-08-26 23:43:03 +08:00
parent 7b7307761c
commit 96c36de45b
519 changed files with 2341 additions and 2322 deletions

View File

@ -28,27 +28,27 @@ func Test_Problem1208(t *testing.T) {
qs := []question1208{
question1208{
{
para1208{"abcd", "bcdf", 3},
ans1208{3},
},
question1208{
{
para1208{"abcd", "cdef", 3},
ans1208{1},
},
question1208{
{
para1208{"abcd", "acde", 0},
ans1208{1},
},
question1208{
{
para1208{"thjdoffka", "qhrnlntls", 11},
ans1208{3},
},
question1208{
{
para1208{"krrgw", "zjxss", 19},
ans1208{2},
},