Post History
Sclipting, (UTF-16) 14 bytes 要감啃終丟併反 Explanation: Push input 要 While the top number is non-zero 감啃 Shift the top number by 1 bit and push both the bit and shifted result 終 End lo...
Answer
#1: Initial revision
# [Sclipting], [(UTF-16) 14 bytes][Byte count] ``` 要감啃終丟併反 ``` Explanation: ```text Push input 要 While the top number is non-zero 감啃 Shift the top number by 1 bit and push both the bit and shifted result 終 End loop 丟併反 Drop leading zero, concatenate, and reverse ``` [Sclipting]: https://esolangs.org/wiki/Sclipting [Byte count]: https://ethproductions.github.io/bytes/?e=utf-16&t=%E8%A6%81%EA%B0%90%E5%95%83%E7%B5%82%E4%B8%9F%E4%BD%B5%E5%8F%8D