Result

AC

Duration

809ms

Code [DL]

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

stdin

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

stdout

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

stderr

strace

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