Result

WA

Duration

797ms

Code [DL]

while True:
 x=int(input())
 print(len([1for j in range(1,10)if x%j==0and x/j<10])//2)

stdin

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

stdout

1
0
0
1
0
0
1
1
0
2
0
0
0
0
0
2
0
0
0
0
1
2
0
0
0
0
0
0
1
0
1
0
1
0
1
0
0
0
0
1
0
0
0
0
0
0
1
0
1
0
0
0
0
0
0
1
0
0
0
1
0
0
0
0
0
1
1
1
0
0
0
1
1
0
0
0
0
0
0
1
0
0
0
0
0
0
0
1
0
0
0
1
0
0
0
0
1
0
0
0

stderr

Traceback (most recent call last):
  File "/volume/CODE", line 2, in <module>
    x=int(input())
EOFError: EOF when reading a line

strace

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