Result

AC

Duration

809ms

Code [DL]

while True:
 x=int(input())
 print(int([1for j in range(1,10)if x%j==0and x//j<10]!=[]))

stdin

91
48
39
86
10
39
82
50
64
85
89
16
63
34
83
14
83
45
96
44
87
53
67
90
18
58
60
81
78
52
94
49
46
29
65
59
79
62
68
68
66
84
72
54
71
55
17
37
38
92
46
61
27
17
21
95
73
99
32
70
65
74
69
97
30
24
94
11
28
35
20
25
47
75
41
19
31
56
80
40
15
57
77
98
62
43
88
13
41
93
42
26
23
36
33
46
22
12
76
51

stdout

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

stderr

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

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffd0b5b7ad0 /* 7 vars */) = 0
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x557edf958d50 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x557edf958d38 /* 7 vars */) = 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=2, si_stime=0} ---
10    +++ exited with 1 +++