while True: try: s=stdin.readline().strip()
這樣比較快:
for line in stdin: s=line.rstrip()
另外你誤會題目的意思了,我在你另一個主題回答你