Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は基本的にユーザー入力を取得する必要があります:
gets.chomp("input?")
次に、指定された入力をバイナリに変換します。
それは私が得られない部分です。:(
これを試して。
a = gets.chomp puts a.each_byte.map {|y| sprintf "%08b", y}.join " "