コード例 #1
0
ファイル: test.py プロジェクト: johnnywsd/leetcode_python
 def test8(self):
     a = '1111'
     s = SFollowUp()
     res = s.foo(a)
     print res
コード例 #2
0
ファイル: test.py プロジェクト: johnnywsd/leetcode_python
 def test7(self):
     a = '654321'
     s = SFollowUp()
     res = s.foo(a)
     print res