Result

AC

Duration

1038ms

Code [DL]

00000000  61 3d ba dd bf b0 d9 82  a9 82 e7 8e f3 82 af 8e  |a=..............|
00000010  e6 0d 0a 32 36 89 f1 8c  4a 82 e8 95 d4 0d 0a 69  |...26...J......i|
00000020  3d 69 2b 31 0d 0a 61 82  cc 69 95 b6 8e 9a 96 da  |=i+1..a..i......|
00000030  82 aa 91 e5 95 b6 8e 9a  82 c5 82 a0 82 e9 2b 30  |..............+0|
00000040  82 f0 8f 6f 97 cd                                 |...o..|
00000046

Disassembly

a=コンソールから受け取
26回繰り返
i=i+1
aのi文字目が大文字である+0を出力

stdin

aBCdeFGhijklmNopQrSTuVwXYz

stdout

01100110000001001011010110

stderr

strace

12    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffffd652ee8 /* 7 vars */) = 0
13    execve("/bin/cat", ["cat", "-"], 0x7f5d4ed40270 /* 7 vars */) = 0
14    execve("/usr/bin/mono", ["mono", "/root/produire/produire-mono/pco"..., "/volume/CODE"], 0x7f5d4ed40368 /* 7 vars */ <unfinished ...>
13    +++ exited with 0 +++
12    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
14    <... execve resumed>)             = 0
16    --- SIGRT_4 {si_signo=SIGRT_4, si_code=SI_TKILL, si_pid=14, si_uid=0} ---
16    --- SIGRT_5 {si_signo=SIGRT_5, si_code=SI_TKILL, si_pid=14, si_uid=0} ---
16    +++ exited with 0 +++
15    +++ exited with 0 +++
14    +++ exited with 0 +++
12    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=14, si_uid=0, si_status=0, si_utime=52, si_stime=6} ---
12    +++ exited with 0 +++