0%

蓝桥的输入输出

1
2
3
4
5
FileInput = False

if FileInput:
sys.stdin = open('flower.in', 'r')
sys.stdout = open('flower.out', 'w')