Result

AC

Duration

826ms

Code [DL]

x=':'
while t:=input():
 if u:=x>t:x=t
 print(+u)

stdin

64
10
19
35
99
86
39
61
52
56
87
18
57
11
47
49
36
94
50
14
51
96
33
46
88
25
48
37
74
67
89
34
43
65
81
54
72
59
76
66
98
60
85
38
15
13
20
63
53
68

stdout

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

stderr

Traceback (most recent call last):
  File "/volume/CODE", line 2, in <module>
    while t:=input():
EOFError: EOF when reading a line

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffc3061cfb0 /* 7 vars */) = 0
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x561df8cbad50 /* 7 vars */ <unfinished ...>
11    execve("/bin/cat", ["cat", "-"], 0x561df8cbad38 /* 7 vars */ <unfinished ...>
12    <... execve resumed>)             = 0
11    <... execve resumed>)             = 0
11    +++ exited with 0 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=11, si_uid=0, si_status=0, si_utime=0, si_stime=0} ---
12    +++ exited with 1 +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12, si_uid=0, si_status=1, si_utime=1, si_stime=0} ---
10    +++ exited with 1 +++