Traceback (most recent call last):
File “main.py”, line 170, in
print int(obj.searchMatrix(A, B))
TypeError: int() argument must be a string or a number, not ‘NoneType’
Traceback (most recent call last):
File “main.py”, line 170, in
print int(obj.searchMatrix(A, B))
TypeError: int() argument must be a string or a number, not ‘NoneType’