Result

AC

Duration

811ms

Code [DL]

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

stdin

34
25
29
88
87
45
89
42
96
16
99
26
21
50
32
11
69
36
91
59
97
18
94
73
72
93
85
95
23
22
38
24
41
71
48
66
58
14
84
53
47
86
57
61
19
98
65
20
77
55

stdout

1
1
0
0
0
0
0
0
0
1
0
0
0
0
0
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

stderr

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

strace

11    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7fffbc7aab10 /* 7 vars */) = 0
12    execve("/bin/cat", ["cat", "-"], 0x560f0efd6d38 /* 7 vars */ <unfinished ...>
13    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x560f0efd6d50 /* 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} ---
13    +++ exited with 1 +++
11    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=13, si_uid=0, si_status=1, si_utime=2, si_stime=0} ---
11    +++ exited with 1 +++