Result

AC

Duration

535ms

Code [DL]

require("fs").readFileSync(0).map(b=>b>10&&console.log(~b>>5&1))

stdin

ABCDEFgHIJkLMNOPQRSTUVWXYZ

stdout

1
1
1
1
1
1
0
1
1
1
0
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1

stderr

strace

14    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffe1ef64558 /* 7 vars */) = 0
16    execve("/usr/bin/node", ["/usr/bin/node", "/volume/CODE"], 0x7f7569fb2240 /* 7 vars */ <unfinished ...>
15    execve("/bin/cat", ["cat", "-"], 0x7f7569fb2230 /* 7 vars */ <unfinished ...>
16    <... execve resumed>)             = 0
15    <... execve resumed>)             = 0
15    +++ exited with 0 +++
14    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=15, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
20    +++ exited with 0 +++
19    +++ exited with 0 +++
17    +++ exited with 0 +++
21    +++ exited with 0 +++
18    +++ exited with 0 +++
22    +++ exited with 0 +++
16    +++ exited with 0 +++
14    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=16, si_uid=0, si_status=0, si_utime=3, si_stime=2} ---
14    +++ exited with 0 +++