Result

AC

Duration

805ms

Code [DL]

t=[]
for i in range(1,10):
	for j in range(1,10):t.append(i*j)
for i in range(100):print(int(int(input())in t))

stdin

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

stdout

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

stderr

strace

10    execve("/bin/sh", ["/bin/sh", "/root/script", "/volume/CODE"], 0x7ffe3706ef40 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x5599eeef5d38 /* 7 vars */) = 0
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x5599eeef5d50 /* 7 vars */ <unfinished ...>
11    +++ exited with 0 +++
12    <... execve resumed> )            = 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=0} ---
10    +++ exited with 0 +++