#41903: py注意


enhanwen8@gmail.com (會寫程式的羊)


會卡記憶體

所以不能直接input().split()

要用

import sys
sys.stdin.read(1)
來取得字元
一個字一個字讀進來