#44259: Python


s310495@student.cysh.cy.edu.tw (Gordon._.1011)

學校 : 國立嘉義高級中學
編號 : 282269
來源 : [163.27.3.94]
最後登入時間 :
2025-10-03 12:53:24

使用stdin避免超時

from sys import stdin

x=str(stdin.readline())

print(x.replace("  ",""))