Result

AC

Duration

526ms

Code [DL]

for(i of require("fs").readFileSync(0).slice(0,25))console.log(3-(i>>5))

stdin

abcdefGhijklmnopqrstuvwxyz

stdout

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

stderr

strace

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