Result

WA

Duration

748ms

Code [DL]

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

stdin

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

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"], 0x7ffd2cec2480 /* 7 vars */) = 0
11    execve("/bin/cat", ["cat", "-"], 0x56143cb82d38 /* 7 vars */) = 0
12    execve("/usr/bin/python3", ["/usr/bin/python3", "/volume/CODE"], 0x56143cb82d50 /* 7 vars */) = 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 +++