运行环境:python2.7 | python3.6 超时时间:20秒 作者:kTWO 官网:code.y444.cn Tip:可使用Ctrl+Enter快速运行 Tip:登录后可开启运行记录等多项功能 Tip: Python3 中出现中文时需要引用下面的语句进行中文转码处理 ######################################### import io import sys sys.stdout = io.TextIOWrapper(sys.stdout.buffer,encoding='utf-8') #########################################