예제 #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