Result

AC

Duration

807ms

Code [DL]

for i in range(100):
 x=int(input())
 y=0
 for j in range(1,10):
  if x%j==0and x//j<10:
   y=1
 print(y)

stdin

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

stdout

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

stderr

strace

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