frog007's blog

By frog007, history, 16 months ago, In English

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.

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
16 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by frog007 (previous revision, new revision, compare).