Result

WA

Code [DL]

          +               +  * `      + *     +             +  `      + *  + ,       +    **       +  *  + +  ' ,    +    +         +  *      +*     +   `      +* +          +                    +  * *    '     '    `  + +   +   + +   + +  * *   '       +    *      '     `    +     +. + '      `    +      +. + '

Disassembly

[[:push, 5],
 [:push, 10],
 [:*],
 [:label, 1],
 [:push, 1],
 [:-],
 [:push, 0],
 [:push, 8],
 [:label, 2],
 [:push, 1],
 [:-],
 [:swap],
 [:char_in],
 [:push, 2],
 [:%],
 [:+],
 [:push, 2],
 [:*],
 [:swap],
 [:dup],
 [:jump, 2],
 [:char_in],
 [:pop],
 [:pop],
 [:push, 4],
 [:*],
 [:push, 1],
 [:+],
 [:push, 0],
 [:label, 3],
 [:push, 1],
 [:+],
 [:dup],
 [:push, 5],
 [:push, 15],
 [:*],
 [:-],
 [:jump, 4],
 [:jump, 5],
 [:label, 4],
 [:swap],
 [:dup],
 [:rotate],
 [:rotate],
 [:dup],
 [:rotate],
 [:dup],
 [:*],
 [:-],
 [:jump, 3],
 [:push, 2],
 [:%],
 [:jump, 6],
 [:label, 5],
 [:pop],
 [:push, 0],
 [:num_out],
 [:dup],
 [:jump, 1],
 [:label, 6],
 [:pop],
 [:push, 1],
 [:num_out],
 [:dup],
 [:jump, 1]]

stdin

11100111
01101001
01000010
01001011
01001101
10111110
11101010
01001110
10001000
01101110
00000011
10011001
11001010
11000110
11010010
11110001
00011101
11010010
00110001
11010001
10010111
00000000
00110111
00000110
11010111
11111010
01111000
01011011
11111101
01101111
00010101
00011110
01000011
01101011
00100100
00000001
10111011
10011111
00001010
10000101
10101011
01000110
00101101
00001111
01000001
00011100
01000000
00000011
10010110
00010011

stdout

111001011011001001000111001110100011001010110101001

stderr

/home/esolang/interpreters/starry.rb:141:in `push': 整数以外()をプッシュしようとしました (Starry::ProgramError)
	from /home/esolang/interpreters/starry.rb:31:in `run'
	from /home/esolang/interpreters/starry.rb:13:in `run'
	from /home/esolang/interpreters/starry.rb:154:in `<main>'

strace