Result

AC

Duration

527ms

Code [DL]

v=input()
for i in range(26):
 if v[i]>='a' :
  print("0")
 else :
  print("1")

stdin

aBcDEFGHIJKLMNOpqRStUVwXYz

stdout

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

stderr

strace

14    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffcf1ceccd8 /* 7 vars */) = 0
15    execve("/bin/cat", ["cat", "-"], 0x7f46ce5a2238 /* 7 vars */) = 0
16    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x7f46ce5a2250 /* 7 vars */ <unfinished ...>
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} ---
16    <... execve resumed>)             = 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=1, si_stime=0} ---
14    +++ exited with 0 +++