import sys while True: _t = sys.stdin.readline().strip() if 0 == len(_t): break _n, _m = [int(one) for one in ...