Result

AC

Duration

1583ms

Code [DL]

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

Disassembly

[[:label, 0],
 [:char_in],
 [:dup],
 [:char_out],
 [:push, 3],
 [:%],
 [:jump, 0],
 [:label, 1],
 [:push, 0],
 [:push, 5],
 [:dup],
 [:*],
 [:dup],
 [:+],
 [:label, 2],
 [:swap],
 [:dup],
 [:char_in],
 [:+],
 [:dup],
 [:char_out],
 [:push, 2],
 [:%],
 [:+],
 [:swap],
 [:push, 1],
 [:-],
 [:dup],
 [:jump, 2],
 [:char_in],
 [:dup],
 [:+],
 [:dup],
 [:char_out],
 [:jump, 1]]

stdin

                            T                     
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
      K                                           

stdout

                            T                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
                            @                     
      K!""""""""""""""""""""@                     

stderr

/root/starry.rb:65:in `run': undefined method `ord' for nil:NilClass (NoMethodError)
	from /root/starry.rb:13:in `run'
	from /root/starry.rb:154:in `<main>'

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7fff233f4a80 /* 9 vars */) = 0
12    execve("/usr/local/ruby-2.6.3/bin/ruby", ["/usr/local/ruby-2.6.3/bin/ruby", "/root/starry.rb", "/volume/CODE"], 0x5563fa498068 /* 9 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x5563fa00ed70 /* 9 vars */) = 0
11    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
12    +++ exited with 1 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=0, si_status=1, si_utime=10, si_stime=2} ---
10    +++ exited with 1 +++