Result

AC

Duration

632ms

Code [DL]

require("fs").readFileSync(0).slice(0,26).map(i=>console.log(3-(i>>5)))

stdin

aBCdefghIjKlmNOPQrstuvWXyZ

stdout

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

stderr

strace

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