Result

WA

Duration

553ms

Code [DL]

for i in range(32):print(+('01' or '30' in input()))

stdin

0321
3210
1032
0321
2301
3210
3012
1230
0321
0123
2301
1032
3210
3210
2301
3012
3210
0321
2103
1230
3012
2103
0123
0321
3012
2301
3012
1032
1230
1032
2103
0321

stdout

stderr

Traceback (most recent call last):
  File "/volume/CODE", line 1, in <module>
    for i in range(32):print(+('01' or '30' in input()))
TypeError: bad operand type for unary +: 'str'

strace

13    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffd11d056c8 /* 7 vars */) = 0
14    execve("/bin/cat", ["cat", "-"], 0x7fc8c1495238 /* 7 vars */ <unfinished ...>
15    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x7fc8c1495250 /* 7 vars */ <unfinished ...>
14    <... execve resumed>)             = 0
15    <... 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} ---
15    +++ exited with 1 +++
13    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=15, si_uid=0, si_status=1, si_utime=0, si_stime=1} ---
13    +++ exited with 1 +++