Help

Revision en2, by frog007, 2023-07-20 07:16:25

I created a problem, which I can't solve. Can anyone give answers? Thx :)

Time limit : 2s Given x, y, how many numbers can be represented as a * b, which 1 <= a <= x and 1 <= b <= y? (1 <= x, y <= 2e5)

Sample Input 2 5

Sample Output 8

Explanation Among 1 to 10, only 7 and 9 can't be written as a * b.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English frog007 2023-07-20 07:16:25 0 (published)
en1 English frog007 2023-07-20 07:15:57 322 Initial revision (saved to drafts)