def __int(self, line):
        return [self.int(item) for item in line.strip().split()]