#!/usr/bin/env python3 # -*- encoding: utf-8 -*- minint = -2**31 maxint = 2**31 - 1