#54874: Python 使用者要注意記憶體大小


yizhe (yizhe)


如果用 sys.stdin.read().split() 一次讀取所有測資,最後再用 sys.stdout.write 輸出所有結果,這樣寫會吃 NA,通過 80% 的測資。