Python 2, (削除) 81 (削除ここまで) 72 bytes
a,b=sorted(input(),key=len)
for c in a:b=b.replace(c,"",1)
print a+"_"+b
mbomb007
- 23.6k
- 7
- 66
- 143
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchangea,b=sorted(input(),key=len)
for c in a:b=b.replace(c,"",1)
print a+"_"+b