Result

AC

Duration

791ms

Code [DL]

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

stdin

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

stdout

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

11    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffe9d098410 /* 7 vars */) = 0
13    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x55ba3ce37d50 /* 7 vars */) = 0
12    execve("/bin/cat", ["cat", "-"], 0x55ba3ce37d38 /* 7 vars */) = 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 +++