Result

WA

Duration

754ms

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

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

stdout

stderr

Error relocating /usr/lib/libpython3.8.so.1.0: copy_file_range: symbol not found

strace

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