def testtest2(self):
     self.assertEqual(
         6, minimumscaleofproduct([1, 2, 3, 4, 5], [1, 0, 1, 0, 1]))
 def testtest2(self):
     self.assertEqual(6, minimumscaleofproduct([1,2,3,4,5], [1,0,1,0,1]))
 def testtest1(self):
     self.assertEqual(-25, minimumscaleofproduct([1, 3, -5], [-2, 4, 1]))
 def testtest1(self):
     self.assertEqual(-25, minimumscaleofproduct([1,3,-5], [-2,4,1]))