#44259: Python


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


使用stdin避免超時

from sys import stdin

x=str(stdin.readline())

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