Result

WA

Duration

841ms

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

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

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"], 0x7fff2bddbb40 /* 7 vars */) = 0
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x555cc5321d50 /* 7 vars */) = 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} ---
11    execve("/bin/cat", ["cat", "-"], 0x555cc5321d38 /* 7 vars */) = 0
11    --- SIGPIPE {si_signo=SIGPIPE, si_code=SI_USER, si_pid=11, si_uid=0} ---
11    +++ killed by SIGPIPE +++
10    --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=11, si_uid=0, si_status=SIGPIPE, si_utime=0, si_stime=0} ---
10    +++ exited with 127 +++