传统题 1000ms 256MiB

D - Partition

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

D - Partition

Score : $400$ points

Problem Statement

You are given integers $N$ and $M$.

Consider a sequence $a$ of length $N$ consisting of positive integers such that $a_1 + a_2 + ... + a_N$ = $M$. Find the maximum possible value of the greatest common divisor of $a_1, a_2, ..., a_N$.

Constraints

  • All values in input are integers.
  • $1 \leq N \leq 10^5$
  • $N \leq M \leq 10^9$

Input

Input is given from Standard Input in the following format:

NN MM

Output

Print the maximum possible value of the greatest common divisor of a sequence $a_1, a_2, ..., a_N$ that satisfies the condition.


3 14
2

Consider the sequence $(a_1, a_2, a_3) = (2, 4, 8)$. Their greatest common divisor is $2$, and this is the maximum value.


10 123
3

100000 1000000000
10000

2024寒假入门组刷题营(一)

未参加
状态
已结束
规则
ACM/ICPC
题目
7
开始于
2024-1-29 13:30
结束于
2024-1-29 15:30
持续时间
2 小时
主持人
参赛人数
10