Due to problem 925 test case change, so solution should modify

This commit is contained in:
YDZ
2020-09-09 20:51:49 +08:00
parent e02e370d4e
commit 0e424f7105
4 changed files with 41 additions and 30 deletions

View File

@ -32,6 +32,21 @@ func Test_Problem925(t *testing.T) {
ans925{true},
},
{
para925{"alex", "alexxr"},
ans925{false},
},
{
para925{"alex", "alexxxxr"},
ans925{false},
},
{
para925{"alex", "alexxxxx"},
ans925{true},
},
{
para925{"saeed", "ssaaedd"},
ans925{false},