コード例 #1
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test3(self):
     a = InputFactory.factory("random", int, 5, 1, 5)
     b = InputFactory.factory("random", int, 5, 1, 5)
     print a, b, Lunchbox.get_fast_time(a, b)
コード例 #2
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test4(self):
     r = Numbergame.work(InputFactory.factory("random", int, 50, -1000, 1000))
     print r