示例#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