摘要: ``` s = input(); str = s.split("-") print("{}+{}".format(str[0],str[-1])) ``` 阅读全文
posted @ 2019-05-14 22:01 喵喵小学僧 阅读(324) 评论(0) 推荐(0)